/* ============================================================
   Bougainvillea Trading LLC
   PERGOLA TRADING HOUSE motif stylesheet
   LIGHT theme: bougainvillea paper, trunk ink, bract magenta
   ============================================================ */

:root {
  --paper: #FAF0EE;
  --ink: #241F1B;
  --bract: #B3266E;
  --trunk: #523A2C;
  --leafpaper: #F3E4DE;
  --vine: #6B7A3F;
  --deep: #3A2A20;
  --paper-on-brown: #FAF0EE;
  --beamwidth: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #FAF0EE;
  color: #241F1B;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: #B3266E;
  text-decoration: none;
}

a:hover {
  color: #523A2C;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  margin-top: 0;
  color: #241F1B;
}

p {
  margin-top: 0;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ============================================================
   POST-AND-BEAM HEADER  .beamhead
   ============================================================ */

.beamhead {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #FAF0EE;
  border-top: 6px solid #B3266E;
  border-bottom: 2px solid #6B7A3F;
  padding: 0 var(--beamwidth);
  position: relative;
}

.beamhead-post-left,
.beamhead-post-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--beamwidth);
  background-color: #523A2C;
}

.beamhead-post-left {
  left: 0;
}

.beamhead-post-right {
  right: 0;
}

.beamhead::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  background-color: #6B7A3F;
}

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

.brand-plaque {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 10px 18px;
  border: 2px solid #3A2A20;
}

.brand-plaque .brand-mark {
  width: 18px;
  height: 18px;
  background-color: #B3266E;
  transform: rotate(45deg);
  box-shadow: 6px 0 0 -2px #B3266E, 0 6px 0 -2px #B3266E;
}

.brand-plaque .brand-text {
  display: block;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #FAF0EE;
  line-height: 1.1;
}

.brand-plaque .brand-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #F3E4DE;
}

.beamhead-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 20px;
}

.beamhead-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #523A2C;
  font-size: 15px;
  letter-spacing: 0.03em;
  padding: 6px 2px;
  border-bottom: 2px solid #FAF0EE;
}

.beamhead-nav a:hover {
  color: #B3266E;
  border-bottom-color: #B3266E;
  text-decoration: none;
}

.bract-glyph {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.bract-glyph i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #B3266E;
  transform: rotate(45deg);
}

.bract-glyph i:nth-child(2) {
  top: 2px;
  left: 7px;
  background-color: #B3266E;
}

.bract-glyph i:nth-child(3) {
  top: 7px;
  left: 4px;
  background-color: #523A2C;
}

.beamhead-footvine {
  height: 2px;
  background-color: #6B7A3F;
  max-width: 1180px;
  margin: 0 auto;
}

.navtoggle {
  display: none;
  background-color: #523A2C;
  color: #FAF0EE;
  border: 2px solid #3A2A20;
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  cursor: pointer;
}

/* ============================================================
   VINE TRELLIS HERO  .trellishero
   ============================================================ */

.trellishero {
  background-color: #FAF0EE;
  padding: 64px 0 72px;
  border-bottom: 2px solid #6B7A3F;
}

.trellisframe {
  display: grid;
  grid-template-columns: 54fr 46fr;
  gap: 44px;
  align-items: center;
}

.trellishero-copy {
  padding: 8px 0;
}

.hero-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #523A2C;
  border-bottom: 2px solid #B3266E;
  padding-bottom: 6px;
  margin-bottom: 22px;
}

.hero-title {
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #241F1B;
}

.hero-title .vines-climb {
  color: #B3266E;
  display: block;
}

.hero-lede {
  font-size: 18px;
  color: #241F1B;
  max-width: 560px;
  margin-bottom: 22px;
}

.hero-lede-sub {
  font-size: 16px;
  color: #3A2A20;
  max-width: 560px;
  margin-bottom: 30px;
}

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

.ledger-cta {
  display: inline-block;
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 15px 26px;
  border: 2px solid #3A2A20;
  border-left: 8px solid #B3266E;
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
}

.ledger-cta::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: #B3266E;
  transform: rotate(45deg);
}

.ledger-cta:hover {
  background-color: #B3266E;
  color: #FAF0EE;
  border-color: #3A2A20;
  border-left-color: #523A2C;
  text-decoration: none;
}

.ledger-cta.alt {
  background-color: #F3E4DE;
  color: #3A2A20;
  border: 2px solid #523A2C;
}

.ledger-cta.alt:hover {
  background-color: #523A2C;
  color: #FAF0EE;
  text-decoration: none;
}

/* --- CSS trellis panel --- */

.trellis-panel {
  position: relative;
  background-color: #F3E4DE;
  border-left: 14px solid #523A2C;
  border-right: 14px solid #523A2C;
  border-top: 14px solid #523A2C;
  border-bottom: 0;
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}

.trellis-frame-top {
  height: 16px;
  background-color: #523A2C;
  border-bottom: 2px solid #6B7A3F;
}

.trellis-lattice {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F3E4DE;
  background-image:
    repeating-linear-gradient(45deg, #6B7A3F 0, #6B7A3F 2px, transparent 2px, transparent 46px),
    repeating-linear-gradient(-45deg, #6B7A3F 0, #6B7A3F 2px, transparent 2px, transparent 46px);
}

.trellis-vine {
  position: absolute;
  top: 30px;
  left: 26px;
  right: 70px;
  bottom: 60px;
  border-left: 5px solid #B3266E;
  border-top: 5px solid #B3266E;
  border-top-left-radius: 120px 150px;
  border-bottom-left-radius: 0;
}

.trellis-vine::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 40%;
  width: 12px;
  height: 12px;
  background-color: #6B7A3F;
  border-radius: 50%;
}

.trellis-vine::after {
  content: "";
  position: absolute;
  left: 30%;
  top: -12px;
  width: 12px;
  height: 12px;
  background-color: #6B7A3F;
  border-radius: 50%;
}

.trellis-leaf {
  position: absolute;
  width: 14px;
  height: 10px;
  background-color: #6B7A3F;
  border-radius: 0 100% 0 100%;
}

.leaf-a { top: 60px; left: 90px; transform: rotate(-20deg); }
.leaf-b { top: 140px; left: 40px; transform: rotate(35deg); }
.leaf-c { top: 230px; left: 120px; transform: rotate(-10deg); }
.leaf-d { top: 300px; left: 60px; transform: rotate(60deg); }

.trellis-bract-cluster {
  position: absolute;
}

.trellis-bract-cluster i {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #B3266E;
  transform: rotate(45deg);
}

.trellis-bract-cluster i:nth-child(2) {
  left: 14px;
  background-color: #B3266E;
}

.trellis-bract-cluster i:nth-child(3) {
  top: 14px;
  left: 7px;
  background-color: #B3266E;
}

.bc-1 { top: 46px; left: 150px; }
.bc-2 { top: 200px; left: 200px; }
.bc-3 { top: 330px; left: 130px; }

.trellis-plaque {
  position: absolute;
  left: 34px;
  bottom: 70px;
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 10px 14px;
  border: 2px solid #3A2A20;
  border-left: 6px solid #B3266E;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trellis-plaque small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #F3E4DE;
}

.trellis-ground {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  background-color: #3A2A20;
  border-top: 4px solid #6B7A3F;
}

.trellis-ground::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #6B7A3F;
}

/* ============================================================
   INTRO BLOCK
   ============================================================ */

.houseintro {
  background-color: #F3E4DE;
  padding: 64px 0;
  border-bottom: 2px solid #6B7A3F;
}

.houseintro-grid {
  display: grid;
  grid-template-columns: 34fr 66fr;
  gap: 40px;
  align-items: start;
}

.houseintro-side {
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 26px 24px;
  border-left: 8px solid #B3266E;
}

.houseintro-side h2 {
  color: #FAF0EE;
  font-size: 24px;
  margin-bottom: 12px;
}

.houseintro-side p {
  color: #F3E4DE;
  font-size: 15px;
  margin-bottom: 0;
}

.houseintro-body h2 {
  font-size: 32px;
  margin-bottom: 18px;
}

.houseintro-body p {
  font-size: 17px;
  margin-bottom: 16px;
}

.houseintro-body a {
  border-bottom: 1px solid #B3266E;
}

/* ============================================================
   ARBOR TERRACE RUN  .arborrun
   ============================================================ */

.arborrun {
  padding: 0;
  background-color: #FAF0EE;
}

.arbor-course {
  padding: 56px 0;
}

.arbor-course.tint-a {
  background-color: #FAF0EE;
}

.arbor-course.tint-b {
  background-color: #F3E4DE;
}

.arbor-course-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  align-items: start;
}

.arbor-course.post-left .arbor-course-grid {
  grid-template-columns: 120px 1fr;
}

.arbor-course.post-right .arbor-course-grid {
  grid-template-columns: 1fr 120px;
}

.arbor-course.post-right .arbor-post-col {
  order: 2;
}

.arbor-course.post-right .arbor-body {
  order: 1;
}

.arbor-post-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.post-tag {
  display: block;
  width: 74px;
  padding: 30px 0;
  text-align: center;
  background-color: #523A2C;
  color: #FAF0EE;
  border: 2px solid #3A2A20;
  font-size: 20px;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.post-base {
  width: 92px;
  height: 12px;
  background-color: #3A2A20;
  border-top: 3px solid #6B7A3F;
}

.arbor-body h3 {
  font-size: 27px;
  color: #B3266E;
  margin-bottom: 14px;
}

.arbor-body p {
  font-size: 16px;
  color: #241F1B;
  margin-bottom: 14px;
}

.arbor-body .bract-glyph {
  margin-top: 6px;
}

.arbor-w58 .arbor-body { max-width: 58%; }
.arbor-w54 .arbor-body { max-width: 54%; }
.arbor-w50 .arbor-body { max-width: 50%; }
.arbor-w46 .arbor-body { max-width: 46%; }
.arbor-w44 .arbor-body { max-width: 44%; }
.arbor-w56 .arbor-body { max-width: 56%; }

.arbor-course.post-right .arbor-body {
  margin-left: auto;
}

.arbor-link {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #523A2C;
  border-bottom: 2px solid #B3266E;
  padding-bottom: 3px;
}

.arbor-link:hover {
  color: #B3266E;
  text-decoration: none;
}

/* LATTICE DIVIDER strip between courses */

.lattice-divider {
  height: 34px;
  background-color: #FAF0EE;
  background-image:
    repeating-linear-gradient(45deg, #6B7A3F 0, #6B7A3F 2px, transparent 2px, transparent 30px),
    repeating-linear-gradient(-45deg, #6B7A3F 0, #6B7A3F 2px, transparent 2px, transparent 30px);
  border-top: 2px solid #523A2C;
  border-bottom: 2px solid #523A2C;
}

/* ============================================================
   PETAL SHED STRIP  (accent band)
   ============================================================ */

.petalshed {
  background-color: #B3266E;
  color: #FAF0EE;
  padding: 46px 0;
  border-top: 6px solid #523A2C;
  border-bottom: 6px solid #523A2C;
}

.petalshed-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.petalshed p {
  font-size: 23px;
  line-height: 1.5;
  color: #FAF0EE;
  margin-bottom: 18px;
}

.petalshed .petalrow {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 16px;
}

.petalshed .bract-glyph i {
  background-color: #FAF0EE;
}

.petalshed .bract-glyph i:nth-child(3) {
  background-color: #3A2A20;
}

.petalshed-link {
  display: inline-block;
  background-color: #FAF0EE;
  color: #B3266E;
  padding: 12px 24px;
  border: 2px solid #3A2A20;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.petalshed-link:hover {
  background-color: #3A2A20;
  color: #FAF0EE;
  text-decoration: none;
}

/* ============================================================
   WHY / VALUES BLOCK
   ============================================================ */

.housevalues {
  background-color: #F3E4DE;
  padding: 60px 0;
  border-bottom: 2px solid #6B7A3F;
}

.housevalues h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

.housevalues-lede {
  font-size: 17px;
  max-width: 760px;
  margin-bottom: 34px;
}

.value-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 2px solid #523A2C;
}

.value-cell {
  padding: 28px 24px;
  border-bottom: 2px solid #523A2C;
  border-right: 2px solid #523A2C;
}

.value-cell:last-child {
  border-right: 0;
}

.value-cell h3 {
  font-size: 19px;
  color: #B3266E;
  margin-bottom: 10px;
}

.value-cell p {
  font-size: 15px;
  margin-bottom: 0;
}

/* ============================================================
   ROOT BED FOOTER  .rootbed
   ============================================================ */

.rootbed {
  background-color: #523A2C;
  color: #FAF0EE;
  border-top: 4px solid #6B7A3F;
  position: relative;
}

.rootbed-vine {
  height: 2px;
  background-color: #6B7A3F;
  position: relative;
}

.rootbed-vine span {
  position: absolute;
  top: -4px;
  width: 10px;
  height: 10px;
  background-color: #6B7A3F;
  border-radius: 0 100% 0 100%;
}

.rootbed-vine span:nth-child(1) { left: 8%; }
.rootbed-vine span:nth-child(2) { left: 24%; }
.rootbed-vine span:nth-child(3) { left: 41%; }
.rootbed-vine span:nth-child(4) { left: 58%; }
.rootbed-vine span:nth-child(5) { left: 73%; }
.rootbed-vine span:nth-child(6) { left: 88%; }

.rootbed-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 28px 34px;
  display: grid;
  grid-template-columns: 60fr 40fr;
  gap: 40px;
}

.rootbed-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.pergola-glyph {
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  position: relative;
  border-top: 6px solid #FAF0EE;
  border-left: 6px solid #FAF0EE;
  border-right: 6px solid #FAF0EE;
}

.pergola-glyph::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  bottom: 0;
  border-left: 4px solid #B3266E;
  border-right: 4px solid #B3266E;
}

.pergola-glyph::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #6B7A3F;
}

.rootbed-brand h3 {
  color: #FAF0EE;
  font-size: 21px;
  margin-bottom: 8px;
}

.rootbed-brand p {
  color: #F3E4DE;
  font-size: 15px;
  max-width: 460px;
  margin-bottom: 0;
}

.rootbed-cols {
  display: flex;
  gap: 54px;
  justify-content: flex-end;
}

.planting-col {
  min-width: 140px;
}

.planting-col.wide {
  min-width: 168px;
}

.planting-col h4 {
  color: #FAF0EE;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border-bottom: 2px solid #B3266E;
  padding-bottom: 8px;
}

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

.planting-col li {
  margin-bottom: 12px;
}

.planting-col a {
  color: #F3E4DE;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.planting-col a:hover {
  color: #FAF0EE;
  text-decoration: underline;
}

.bract-dot {
  width: 9px;
  height: 9px;
  background-color: #B3266E;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.rootbed-base {
  background-color: #3A2A20;
  border-top: 2px solid #6B7A3F;
}

.rootbed-base-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  align-items: center;
  justify-content: space-between;
}

.rootbed-base-inner p,
.rootbed-base-inner a {
  color: #F3E4DE;
  font-size: 14px;
  margin: 0;
}

.rootbed-base-inner a:hover {
  color: #FAF0EE;
}

.base-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
}

.petal-decal {
  width: 12px;
  height: 12px;
  background-color: #B3266E;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

/* ============================================================
   PAGE BANNER (inner pages)
   ============================================================ */

.pagebanner {
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 52px 0;
  border-bottom: 6px solid #B3266E;
}

.pagebanner h1 {
  color: #FAF0EE;
  font-size: 40px;
  margin-bottom: 12px;
}

.pagebanner p {
  color: #F3E4DE;
  font-size: 17px;
  max-width: 720px;
  margin-bottom: 0;
}

/* ============================================================
   SERVICES PAGE extras
   ============================================================ */

.svc-detail {
  padding: 54px 0;
  border-bottom: 2px solid #6B7A3F;
}

.svc-detail.tint-b {
  background-color: #F3E4DE;
}

.svc-detail-head {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 18px;
}

.svc-detail-head h2 {
  font-size: 28px;
  color: #B3266E;
  margin-bottom: 0;
}

.svc-detail-body p {
  font-size: 16px;
  margin-bottom: 14px;
}

.svc-detail-body {
  padding-left: 120px;
}

.svc-detail-body a {
  border-bottom: 1px solid #B3266E;
}

.processpanel {
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 54px 0;
  border-top: 4px solid #6B7A3F;
  border-bottom: 4px solid #6B7A3F;
}

.processpanel h2 {
  color: #FAF0EE;
  font-size: 30px;
  margin-bottom: 16px;
}

.processpanel p {
  color: #F3E4DE;
  font-size: 16px;
  margin-bottom: 14px;
}

.process-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 34px;
}

.process-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #F3E4DE;
  font-size: 15px;
  border-bottom: 2px solid #6B7A3F;
  padding-bottom: 14px;
}

.process-list .bract-dot {
  margin-top: 7px;
}

.ctaband {
  background-color: #B3266E;
  color: #FAF0EE;
  padding: 52px 0;
  text-align: center;
}

.ctaband h2 {
  color: #FAF0EE;
  font-size: 30px;
  margin-bottom: 14px;
}

.ctaband p {
  color: #FAF0EE;
  font-size: 17px;
  max-width: 760px;
  margin: 0 auto 24px;
}

.ctaband a {
  display: inline-block;
  background-color: #FAF0EE;
  color: #B3266E;
  padding: 14px 28px;
  border: 2px solid #3A2A20;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.ctaband a:hover {
  background-color: #3A2A20;
  color: #FAF0EE;
  text-decoration: none;
}

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

.contactgrid {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 44px;
  padding: 56px 0;
  align-items: start;
}

.contactform h2 {
  font-size: 28px;
  margin-bottom: 18px;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #523A2C;
  margin-bottom: 7px;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #241F1B;
  background-color: #F3E4DE;
  border: 2px solid #523A2C;
}

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

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

.formbtn {
  display: inline-block;
  background-color: #523A2C;
  color: #FAF0EE;
  border: 2px solid #3A2A20;
  border-left: 8px solid #B3266E;
  padding: 14px 30px;
  font-family: Georgia, serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.formbtn:hover {
  background-color: #B3266E;
  color: #FAF0EE;
}

.formnote {
  font-size: 14px;
  color: #3A2A20;
  margin-top: 14px;
}

.contactpanel {
  background-color: #523A2C;
  color: #FAF0EE;
  padding: 30px 28px;
  border-left: 8px solid #B3266E;
}

.contactpanel h2 {
  color: #FAF0EE;
  font-size: 22px;
  margin-bottom: 18px;
}

.contactpanel p {
  color: #F3E4DE;
  font-size: 15px;
  margin-bottom: 12px;
}

.contactpanel strong {
  color: #FAF0EE;
}

.contactpanel a {
  color: #FAF0EE;
  border-bottom: 1px solid #B3266E;
}

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

.hourslist li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 15px;
  color: #F3E4DE;
  padding: 8px 0;
  border-bottom: 1px solid #6B7A3F;
}

.faqblock {
  background-color: #F3E4DE;
  padding: 54px 0;
  border-top: 2px solid #6B7A3F;
}

.faqblock h2 {
  font-size: 30px;
  margin-bottom: 22px;
}

.faq-item {
  border: 2px solid #523A2C;
  margin-bottom: 16px;
  background-color: #FAF0EE;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #FAF0EE;
  border: 0;
  border-left: 8px solid #B3266E;
  font-family: Georgia, serif;
  font-size: 17px;
  color: #241F1B;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.faq-q:hover {
  color: #B3266E;
}

.faq-q .faq-mark {
  width: 12px;
  height: 12px;
  background-color: #B3266E;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.faq-a {
  padding: 0 18px 18px 26px;
  font-size: 15px;
  color: #241F1B;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-item .faq-a {
  display: block;
}

/* ============================================================
   SCROLL REVEAL (JS-enhanced only)
   ============================================================ */

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.no-js .reveal {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 960px) {
  .trellisframe {
    grid-template-columns: 1fr;
  }
  .houseintro-grid {
    grid-template-columns: 1fr;
  }
  .rootbed-main {
    grid-template-columns: 1fr;
  }
  .rootbed-cols {
    justify-content: flex-start;
  }
  .contactgrid {
    grid-template-columns: 1fr;
  }
  .value-rows {
    grid-template-columns: 1fr;
  }
  .value-cell {
    border-right: 0;
  }
  .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 760px) {
  .beamhead-inner {
    padding: 12px 18px;
  }
  .navtoggle {
    display: inline-block;
  }
  .beamhead-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-top: 10px;
  }
  .beamhead-nav.open {
    display: flex;
  }
  .arbor-course-grid,
  .arbor-course.post-left .arbor-course-grid,
  .arbor-course.post-right .arbor-course-grid {
    grid-template-columns: 70px 1fr;
  }
  .arbor-w58 .arbor-body,
  .arbor-w54 .arbor-body,
  .arbor-w50 .arbor-body,
  .arbor-w46 .arbor-body,
  .arbor-w44 .arbor-body,
  .arbor-w56 .arbor-body {
    max-width: 100%;
  }
  .arbor-course.post-right .arbor-post-col {
    order: 0;
  }
  .arbor-course.post-right .arbor-body {
    order: 0;
    margin-left: 0;
  }
  .svc-detail-head {
    grid-template-columns: 60px 1fr;
  }
  .svc-detail-body {
    padding-left: 0;
  }
  .process-list {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 34px;
  }
  .rootbed-cols {
    flex-direction: column;
    gap: 28px;
  }
}
