/* ============================================================
   JOP DVLP LLC - Hillside Drafting Loft
   Palette: HILLSIDE VELLUM #F3F1E7 body, CONTOUR INK #2C2F2A text,
   SLOPE CEDAR #4E7058 accent, RIDGE GREY #8F948E secondary,
   DRAFT CREAM #FBF9F0 cards, PARCHMENT TABLE #EDE7D4 plan panels,
   VALLEY FLOOR #282C27 dark band/footer.
   All values solid hex, strong contrast, light drafting theme.
   ============================================================ */

html {
  scroll-behavior: smooth;
}

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

*, *::before, *::after {
  box-sizing: border-box;
}

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

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

h1, h2, h3, h4 {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  line-height: 1.15;
  color: #2C2F2A;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Reveal helper (visible by default without JS) ============ */
[data-reveal] {
  opacity: 1;
  transform: none;
}
[data-reveal] {
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.no-js [data-reveal],
body.js-off [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.sec-head {
  max-width: 780px;
}

.tag {
  display: inline-block;
  font-family: "Courier New", monospace;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #4E7058;
  border-bottom: 2px solid #4E7058;
  padding-bottom: 4px;
  margin: 0 0 14px;
}

/* ============================================================
   NAVIGATION - LOT STAKE (.lotstake)
   ============================================================ */
.lotstake {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F3F1E7;
  border-bottom: 0;
}
.lotstake-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}
.lotstake-brand {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 16px 0;
}
.lotstake-plate {
  background-color: #4E7058;
  color: #FBF9F0;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
  padding: 10px 16px;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
.lotstake-plate span {
  color: #FBF9F0;
  font-size: 0.72rem;
  display: block;
  letter-spacing: 0.28em;
  margin-top: 2px;
}
.lotstake-plate:hover {
  background-color: #282C27;
}
.lotstake-glyph {
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 6px;
}
.lotstake-glyph .lotstake-pole {
  width: 5px;
  height: 40px;
  background-color: #8F948E;
  border-radius: 2px;
}
.lotstake-glyph .lotstake-flag {
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-left: 16px solid #4E7058;
  margin-left: 5px;
}
.lotstake-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.lotstake-links a.lotstake-tab {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  color: #2C2F2A;
  background-color: #EDE7D4;
  border-left: 3px solid #8F948E;
  padding: 8px 14px;
  border-radius: 3px;
}
.lotstake-links a.lotstake-tab:hover {
  background-color: #FBF9F0;
  border-left-color: #4E7058;
  color: #4E7058;
}
.lotstake-links a.lotstake-chip {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #FBF9F0;
  background-color: #4E7058;
  padding: 9px 16px;
  border-radius: 99px;
}
.lotstake-links a.lotstake-chip:hover {
  background-color: #282C27;
}
.lotstake-toggle {
  display: none;
}
.lotstake-contour {
  height: 10px;
  border-top: 2px solid #8F948E;
  position: relative;
  background: transparent;
}
.lotstake-contour::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  height: 2px;
  border-radius: 2px;
  background-color: #8F948E;
}
.lotstake-contour .lotstake-tick {
  position: absolute;
  top: 0;
  width: 2px;
  height: 9px;
  background-color: #4E7058;
}
.lotstake-contour .lotstake-elev {
  position: absolute;
  top: -2px;
  font-family: "Courier New", monospace;
  font-size: 0.6rem;
  color: #4E7058;
  background-color: #F3F1E7;
  padding: 0 3px;
}

/* ============================================================
   HERO - DRAFTING TABLE (.drafttable)
   ============================================================ */
.drafttable {
  background-color: #F3F1E7;
  clear: both;
}
.drafttable-wall {
  background-color: #F3F1E7;
  padding: 56px 0 30px;
}
.drafttable-plat {
  background-color: #FBF9F0;
  border: 1px solid #D6CFB8;
  border-radius: 6px;
  padding: 30px 26px;
  position: relative;
  box-shadow: 0 10px 22px #D0C9AC;
  overflow: hidden;
}
.drafttable-plat::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 74px;
  height: 74px;
  border: 2px solid #C7C9BE;
  border-radius: 50%;
}
.drafttable-plat::after {
  content: "PLAT FIG. A - SLOPE NO. 3";
  position: absolute;
  right: 40px;
  top: 54px;
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  color: #8F948E;
  transform: rotate(12deg);
  letter-spacing: 0.08em;
}
.plat-figure {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 24px;
  align-items: center;
}
.plat-plan {
  min-height: 300px;
  border: 1px solid #C9C2A8;
  background-color: #EDE7D4;
  border-radius: 4px;
  position: relative;
  padding: 16px;
}
.plan-row {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 4px;
}
.plan-lot {
  background-color: #FBF9F0;
  border: 1px solid #8F948E;
  color: #4E7058;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.85rem;
  text-align: center;
  padding: 10px 4px;
  border-radius: 2px;
}
.plan-lot span {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 0.6rem;
  color: #8F948E;
  letter-spacing: 0.1em;
}
.plan-road {
  height: 10px;
  background-color: #D6CFB8;
  border-top: 1px dashed #8F948E;
  border-bottom: 1px dashed #8F948E;
  border-radius: 4px;
  margin: 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.plan-road::before,
.plan-road::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4E7058;
}
.plan-contour {
  height: 3px;
  border-radius: 3px;
  background-color: #4E7058;
  margin: 7px 0;
  position: relative;
}
.plan-contour::after {
  content: attr(data-elev);
  position: absolute;
  right: 0;
  top: -7px;
  font-family: "Courier New", monospace;
  font-size: 0.58rem;
  color: #4E7058;
  background-color: #EDE7D4;
  padding: 0 2px;
}
.plan-stake {
  position: absolute;
  bottom: 14px;
  left: 12%;
  width: 4px;
  height: 26px;
  background-color: #8F948E;
  border-radius: 2px;
}
.plan-stake::before {
  content: "";
  border-top: 10px solid transparent;
  border-left: 20px solid #4E7058;
}
.plan-stake.sp2 {
  left: 46%;
}
.plan-stake.sp3 {
  left: 80%;
  bottom: 44px;
}
.plan-scale-key {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.plan-scale-key .scale-note {
  font-family: "Courier New", monospace;
  font-size: 0.66rem;
  color: #8F948E;
  letter-spacing: 0.06em;
}
.slope-model {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  padding: 8px;
}
.slope-tier {
  background-color: #4E7058;
  color: #FBF9F0;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.72rem;
  text-align: center;
  border-radius: 3px;
  line-height: 1;
}
.slope-tier:nth-child(1) { height: 30px; }
.slope-tier:nth-child(2) { height: 24px; }
.slope-tier:nth-child(3) { height: 18px; }
.slope-tier:nth-child(4) { height: 13px; }
.slope-tier::before {
  content: "";
  display: inline-block;
  height: 0;
}
.slope-tier span {
  position: relative;
  top: 6px;
}
.slope-stakes {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
}
.slope-stakes i {
  display: block;
  width: 3px;
  height: 26px;
  background-color: #8F948E;
  border-radius: 2px;
}

.drafttable-bench {
  background-color: #FBF9F0;
  position: relative;
  padding: 60px 0;
  border-top: 4px solid #EDE7D4;
}
.drafttable-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}
.drafttable-eyebrow {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.24em;
  color: #4E7058;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 700;
}
.drafttable-intro h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  margin: 0 0 16px;
  color: #2C2F2A;
  max-width: 760px;
}
.drafttable-intro h1 em {
  font-style: italic;
  color: #4E7058;
}
.drafttable-intro p.lede {
  font-size: 1.18rem;
  color: #4F534B;
  max-width: 640px;
  margin: 0;
}
.plat-stamp {
  background-color: #F3F1E7;
  border: 3px double #4E7058;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", monospace;
  color: #4E7058;
  transform: rotate(-7deg);
  text-align: center;
  line-height: 1.3;
  padding: 8px;
}
.plat-stamp b {
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.plat-stamp span {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.drafttable-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 0;
  align-items: center;
}
.btn {
  display: inline-block;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 22px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
}
.btn-cedar {
  background-color: #4E7058;
  color: #FBF9F0;
}
.btn-cedar:hover {
  background-color: #282C27;
  color: #FBF9F0;
}
.btn-outline {
  background-color: transparent;
  color: #2C2F2A;
  border: 2px solid #8F948E;
}
.btn-outline:hover {
  border-color: #4E7058;
  color: #4E7058;
}
.btn-cream {
  background-color: #FBF9F0;
  color: #282C27;
}
.btn-cream:hover {
  background-color: #FFFFFF;
}
.bench-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px dashed #C9C2A8;
  flex-wrap: wrap;
}
.bench-tools .scale-ruler {
  height: 8px;
  width: 220px;
  background: repeating-linear-gradient(90deg, #8F948E 0 2px, transparent 2px 7px), #EDE7D4;
  border-radius: 4px;
}
.bench-tools .pencil-note {
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  color: #8F948E;
  letter-spacing: 0.05em;
}
.drafttable-kick {
  background-color: #282C27;
  padding: 26px 0;
}
.drafttable-kick .stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat-cell {
  text-align: center;
  border-right: 1px solid #4E7058;
  padding: 8px;
  color: #FBF9F0;
}
.stat-cell:last-child {
  border-right: 0;
}
.stat-cell b {
  display: block;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 2.1rem;
  color: #FBF9F0;
}
.stat-cell span {
  font-size: 0.94rem;
  color: #C6CCBB;
  letter-spacing: 0.04em;
}

/* ============================================================
   STATEMENT ROW on VALLEY FLOOR
   ============================================================ */
.statement-band {
  background-color: #282C27;
  padding: 64px 0;
  color: #FBF9F0;
}
.statement-band .big-figure {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: clamp(3rem, 10vw, 6.4rem);
  line-height: 1;
  color: #FBF9F0;
  margin: 0 0 14px;
  font-weight: 700;
}
.statement-band .big-figure small {
  font-size: 0.5em;
  color: #C6CCBB;
  font-family: "Courier New", monospace;
  letter-spacing: 0.14em;
}
.statement-band .pledge {
  font-size: 1.35rem;
  color: #EDE7D4;
  max-width: 640px;
  margin: 0;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

/* ============================================================
   PLAT ROWS (.platrow) + TERRACE RUN
   ============================================================ */
.platrow-section {
  background-color: #F3F1E7;
  padding: 66px 0 30px;
}
.platrow-section .row-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.platrow-section .row-head h2 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin: 0;
}
.platrow-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.platrow {
  background-color: #EDE7D4;
  border-left: 7px solid #4E7058;
  border-radius: 4px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px 26px;
  transition: background-color 0.3s ease;
}
.platrow:nth-child(even) {
  transform: translateX(40px);
  border-left-color: #282C27;
}
.platrow:hover {
  background-color: #FBF9F0;
}
.platrow-stamp {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #F3F1E7;
  border: 3px solid #4E7058;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2C2F2A;
  font-family: "Courier New", monospace;
  line-height: 1.25;
}
.platrow-stamp b {
  font-size: 0.98rem;
  color: #4E7058;
}
.platrow-stamp span {
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  color: #4E7058;
}
.platrow-copy {
  flex: 1 1 auto;
}
.platrow-copy h3 {
  font-size: 1.35rem;
  margin: 0 0 8px;
  color: #2C2F2A;
}
.platrow-copy p {
  margin: 0 0 12px;
  color: #4F534B;
  max-width: 900px;
  font-size: 1rem;
  line-height: 1.7;
}
.platrow-more {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #4E7058;
  letter-spacing: 0.03em;
}
.platrow-more::after {
  content: "\2192";
  margin-left: 6px;
}
.slope-chip {
  flex: 0 0 auto;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: #2C2F2A;
  background-color: #F3F1E7;
  border: 1px solid #8F948E;
  border-radius: 99px;
  padding: 6px 12px;
  text-transform: uppercase;
}
.platrow:nth-child(even) .slope-chip {
  order: -1;
}

/* Terrace run band */
.terrace-band {
  background-color: #8F948E;
  padding: 56px 0;
  margin-top: 46px;
}
.terrace-band .wrap-head h2 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin: 0;
}
.terrace-band .tag-in-light {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.terrace-run {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.terrace-run::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 6%;
  right: 6%;
  border-top: 3px dashed #2C2F2A;
}
.terrace-stop {
  flex: 1 1 0;
  position: relative;
  text-align: center;
  background-color: #F3F1E7;
  border-radius: 6px;
  padding: 16px 12px;
  min-width: 150px;
}
.terrace-stop::before {
  content: "";
  position: inherit;
  left: 50%;
  top: -34px;
  transform: translateX(-50%);
  width: 4px;
  height: 20px;
  background-color: #2C2F2A;
  border-radius: 2px;
}
.terrace-stop i {
  display: block;
  font-style: normal;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #4E7058;
  font-size: 1.05rem;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.terrace-stop span {
  display: block;
  font-size: 0.9rem;
  color: #4A5046;
  line-height: 1.4;
}
.terrace-stop.final {
  background-color: #282C27;
}
.terrace-stop.final i {
  color: #FBF9F0;
}
.terrace-stop.final span {
  color: #EDE7D4;
}
.terrace-stop.final::marker,
.terrace-stop.final .flag-glyph {
  border-left: 26px solid #4E7058;
}
.flag-glyph {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 26px solid #4E7058;
  opacity: 1;
}
.flag-glyph::after {
  content: "";
  position: absolute;
  left: -31px;
  top: -16px;
  width: 4px;
  height: 40px;
  background-color: #2C2F2A;
}

/* ============================================================
   ACCENT / BOOKING STRIP
   ============================================================ */
.booking-strip {
  background-color: #4E7058;
  padding: 46px 0;
  color: #F3F1E7;
}
.booking-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.booking-inner .booking-mark {
  background-color: #F3F1E7;
  border: 2px solid #282C27;
  border-radius: 50%;
  color: #282C27;
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(4deg);
  line-height: 1.4;
  margin: 0 auto 16px;
}
.booking-inner h3 {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: clamp(1.4rem, 3.4vw, 2rem);
  color: #F3F1E7;
  margin: 0 0 10px;
}
.booking-inner p {
  color: #EDE7D4;
  font-size: 1.06rem;
  margin: 0;
  max-width: 720px;
}

/* ============================================================
   SERVICES / SECONDARY PAGE SHARED
   ============================================================ */
.page-hero {
  background-color: #EDE7D4;
  padding: 66px 0;
  border-bottom: 6px solid #4E7058;
}
.page-hero .page-eyebrow {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  color: #4E7058;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 14px;
  color: #2C2F2A;
  max-width: 760px;
}
.page-hero p {
  font-size: 1.16rem;
  color: #4F534B;
  max-width: 720px;
  margin: 0;
}
.page-body {
  background-color: #F3F1E7;
  padding: 60px 0 80px;
}
.service-detail {
  background-color: #FBF9F0;
  border-left: 7px solid #4E7058;
  border-radius: 6px;
  padding: 28px 30px;
  margin-bottom: 26px;
  position: relative;
}
.service-detail .svc-no {
  font-family: "Courier New", monospace;
  color: #8F948E;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.service-detail h2 {
  font-size: 1.7rem;
  margin: 0 0 10px;
  color: #2C2F2A;
}
.service-detail p {
  color: #4F534B;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 12px;
}
.service-detail p:last-child {
  margin-bottom: 0;
}
.svc-edge {
  color: #4E7058;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 0.03em;
}
.process-overview {
  background-color: #282C27;
  padding: 52px 0;
  color: #FBF9F0;
}
.process-overview h2 {
  color: #FBF9F0;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin: 0 0 22px;
}
.process-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.process-step {
  background-color: #F3F1E7;
  border-radius: 6px;
  padding: 20px;
  color: #2C2F2A;
}
.process-step b {
  display: block;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: #4E7058;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.process-step h4 {
  font-size: 1.2rem;
  margin: 0 0 8px;
}
.process-step p {
  margin: 0;
  color: #4F534B;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}
.contact-panel {
  background-color: #FBF9F0;
  border-radius: 8px;
  padding: 28px;
  border-top: 5px solid #4E7058;
}
.contact-panel h2 {
  font-size: 1.5rem;
  margin: 0 0 16px;
  color: #2C2F2A;
}
.form-field {
  margin-bottom: 16px;
}
.form-field label {
  display: block;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #2C2F2A;
  margin-bottom: 6px;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  color: #2C2F2A;
  background-color: #F3F1E7;
  border: 1px solid #C9C2A8;
  border-radius: 4px;
  padding: 11px 12px;
}
.form-field textarea {
  min-height: 140px;
  resize: vertical;
}
.form-note {
  margin: 14px 0 0;
  font-size: 0.92rem;
  color: #4F534B;
}
.info-card {
  border-bottom: 1px dashed #C9C2A8;
  padding: 14px 0;
}
.info-card:last-child {
  border-bottom: 0;
}
.info-card b {
  display: block;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  color: #4E7058;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 4px;
}
.info-card p,
.info-card a {
  margin: 0;
  font-size: 1.06rem;
  color: #2C2F2A;
}
.faq-item {
  background-color: #EDE7D4;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-q {
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #2C2F2A;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q::after {
  content: "+";
  font-size: 1.4rem;
  color: #4E7058;
}
.faq-q[aria-expanded="true"]::after {
  content: "\2212";
}
.faq-a {
  padding: 0 20px;
  color: #4F534B;
  font-size: 0.99rem;
}
.faq-a[open] {
  padding: 0 20px 18px;
}

/* ============================================================
   BASSWOOD MODEL FOOTER (.bassmodel)
   ============================================================ */
.bassmodel {
  background-color: #282C27;
  color: #EDE7D4;
  padding-top: 10px;
}
.bassmodel-shelf {
  border-top: 2px solid #8F948E;
  padding: 26px 0 8px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.bassmodel-moto {
  font-family: "Courier New", monospace;
  color: #8F948E;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.bassmodel-moto b {
  color: #4E7058;
  font-weight: 700;
}
.bassmodel-model {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  margin-left: auto;
}
.bassmodel-model i {
  width: 18px;
  background-color: #8F948E;
  border-radius: 2px 2px 0 0;
  display: block;
}
.bassmodel-model i:nth-child(1) { height: 14px; }
.bassmodel-model i:nth-child(2) { height: 20px; }
.bassmodel-model i:nth-child(3) { height: 26px; }
.bassmodel-model i:nth-child(4) { height: 32px; }
.bassmodel-model i:nth-child(5) { height: 38px; }
.bassmodel-model::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 16px solid #4E7058;
  align-self: flex-start;
  margin-top: -18px;
}
.bassmodel-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 10px 0 30px;
}
.bassmodel-cols h5 {
  color: #FBF9F0;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
}
.bassmodel-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bassmodel-cols li {
  margin-bottom: 9px;
}
.bassmodel-cols a {
  color: #C6CCBB;
  font-size: 1rem;
}
.bassmodel-cols a:hover {
  color: #FBF9F0;
  border-bottom: 1px solid #4E7058;
}
.bassmodel-base {
  background-color: #F3F1E7;
  border-radius: 6px 6px 0 0;
  padding: 24px 26px;
  color: #2C2F2A;
}
.bassmodel-base .base-brand {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #4E7058;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}
.bassmodel-base .base-org {
  font-size: 0.98rem;
  margin: 0;
  color: #4F534B;
}
.bassmodel-base .base-addr {
  font-family: "Courier New", monospace;
  font-size: 0.84rem;
  color: #4F534B;
  margin: 10px 0 0;
  line-height: 1.6;
}
.bassmodel-base .base-meta {
  margin-top: 12px;
  font-size: 0.95rem;
}
.bassmodel-base .base-meta a {
  color: #4E7058;
  font-weight: 700;
}
.bassmodel-copy {
  margin: 8px 0 0;
  font-size: 0.9rem;
}
.bassmodel-copy span.copy-title {
  color: #4E7058;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  font-weight: 700;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .plat-figure {
    grid-template-columns: 1fr;
  }
  .slope-model {
    display: none;
  }
  .drafttable-intro {
    grid-template-columns: 1fr;
  }
  .plat-stamp {
    width: 120px;
    height: 120px;
  }
  .process-cols {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .booking-inner {
    grid-template-columns: 1fr;
  }
  .platrow:nth-child(even) {
    transform: translateX(0);
  }
  .terrace-run {
    flex-direction: column;
    gap: 26px;
  }
  .terrace-run::before {
    display: none;
  }
  .terrace-stop {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .terrace-stop::before,
  .terrace-stop .flag-glyph {
    display: none;
  }
  .bassmodel-cols {
    grid-template-columns: 1fr;
  }
  .drafttable-kick .stat-grid {
    grid-template-columns: 1fr;
  }
  .stat-cell {
    border-right: 0;
    border-bottom: 1px solid #4E7058;
  }
  .stat-cell:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .lotstake-inner {
    flex-wrap: wrap;
  }
  .lotstake-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 2px solid #4E7058;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
  }
  .lotstake-toggle span,
  .lotstake-toggle::before,
  .lotstake-toggle::after {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #4E7058;
    border-radius: 2px;
  }
  .lotstake-links {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: #FBF9F0;
    border-top: 3px solid #4E7058;
    border-radius: 0 0 8px 8px;
    padding: 14px;
    gap: 10px;
  }
  .lotstake-links.is-open {
    display: flex;
  }
  .lotstake-links a.lotstake-tab,
  .lotstake-links a.lotstake-chip {
    text-align: center;
  }
  .platrow {
    flex-direction: column;
    align-items: flex-start;
  }
  .platrow-stamp {
    align-self: flex-start;
  }
  .platrow:nth-child(even) .slope-chip {
    order: 2;
  }
  .drafttable-plat {
    padding: 20px 14px;
  }
  .plan-scale-key .scale-note {
    font-size: 0.6rem;
  }
}
