/* ============================================================
   Blue Juniper Retreat — canyon ranch theme
   SANDCRETE  #F5EFE3  body background
   INK-BARK   #2C2A22  text
   CANYON-RUST#9C4A2F  accent
   DEEP-CANYON#241F18  wells / dark panels
   CREAM-LINTEL #FAF6EA raised panels
   STONE-BASE #D8CFBC  stone courses
   JUNIPER-FOLIAGE #4F6455 tiny foliage glyphs only
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  color: #9C4A2F;
}

/* ---------------- GATE RAIL HEAD ---------------- */

.gaterail {
  background-color: #241F18;
  padding: 0 0 14px 0;
}

.gaterail-rail {
  height: 6px;
  background-color: #FAF6EA;
  width: 100%;
}

.gaterail-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.gaterail-brandplate {
  background-color: #FAF6EA;
  border: 2px solid #9C4A2F;
  border-radius: 3px;
  padding: 10px 16px;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gaterail-brandname {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.4px;
  color: #2C2A22;
  text-decoration: none;
}

.berryglyph {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4F6455;
  box-shadow: 7px 3px 0 0 #4F6455, 3px 8px 0 0 #4F6455;
  flex: 0 0 auto;
}

.gaterail-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.gatepanel {
  position: relative;
  display: block;
  min-width: 92px;
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 2px;
  padding: 9px 12px 7px 12px;
  text-decoration: none;
  color: #2C2A22;
  font-size: 15px;
  font-weight: bold;
}

.gatepanel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 12px;
  width: 4px;
  height: 8px;
  background-color: #9C4A2F;
}

.gatepanel::after {
  content: attr(data-tag);
  position: absolute;
  bottom: 3px;
  right: 6px;
  font-size: 9px;
  letter-spacing: 0.5px;
  color: #9C4A2F;
  font-weight: normal;
}

.gatepanel:hover,
.gatepanel:focus {
  background-color: #D8CFBC;
  color: #241F18;
}

/* each panel brace line at a different height */
.gatepanel-b1 .gatepanel-brace { top: 22px; }
.gatepanel-b2 .gatepanel-brace { top: 31px; }
.gatepanel-b3 .gatepanel-brace { top: 26px; }
.gatepanel-b4 .gatepanel-brace { top: 34px; }
.gatepanel-b5 .gatepanel-brace { top: 29px; }

.gatepanel-brace {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: #D8CFBC;
}

/* mobile nav toggle */
.gaterail-toggle {
  display: none;
  background-color: #FAF6EA;
  color: #2C2A22;
  border: 2px solid #9C4A2F;
  border-radius: 3px;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", serif;
  cursor: pointer;
}

/* ---------------- OPEN GATE SCENE ---------------- */

.gatescene {
  width: 100%;
}

.gatescene-upper {
  position: relative;
  background-color: #241F18;
  min-height: 420px;
  padding: 46px 24px 0 24px;
  overflow: hidden;
}

.gatescene-sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #9C4A2F;
}

.gatescene-mesa {
  position: absolute;
  bottom: 122px;
  background-color: #9C4A2F;
}

.gatescene-mesa1 {
  left: 4%;
  width: 190px;
  height: 92px;
}

.gatescene-mesa1::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 130px;
  height: 34px;
  background-color: #9C4A2F;
}

.gatescene-mesa2 {
  right: 6%;
  width: 230px;
  height: 118px;
}

.gatescene-mesa2::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 20px;
  width: 150px;
  height: 40px;
  background-color: #9C4A2F;
}

.gatescene-gatewrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}

.gatescene-gate {
  position: relative;
  z-index: 3;
  background-color: #FAF6EA;
  border: 2px solid #2C2A22;
  border-radius: 3px;
  max-width: 620px;
  margin-left: 0;
  padding: 42px 34px 40px 34px;
}

.gatescene-gate-brace {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #D8CFBC;
  transform: rotate(-6deg);
}

.gatescene-gate-brace2 {
  transform: rotate(6deg);
}

.gatescene-rollers {
  position: absolute;
  top: -14px;
  left: 24px;
  right: 24px;
  height: 14px;
}

.gatescene-rollers span {
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9C4A2F;
}

.gatescene-rollers span:nth-child(1) { left: 0; }
.gatescene-rollers span:nth-child(2) { left: 18%; }
.gatescene-rollers span:nth-child(3) { left: 36%; }
.gatescene-rollers span:nth-child(4) { left: 54%; }
.gatescene-rollers span:nth-child(5) { left: 72%; }
.gatescene-rollers span:nth-child(6) { left: 90%; }

.gatescene-headline {
  position: relative;
  z-index: 4;
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #2C2A22;
  font-family: Georgia, "Times New Roman", serif;
}

.gatescene-headline .hl-rust {
  color: #9C4A2F;
}

.gatescene-kicker {
  position: relative;
  z-index: 4;
  margin: 0 0 14px 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9C4A2F;
}

.gatescene-path {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 0 0 660px;
  min-height: 90px;
}

.gatescene-stone {
  position: absolute;
  background-color: #D8CFBC;
  border: 1px solid #2C2A22;
  border-radius: 4px;
}

.gatescene-stone.s1 { top: 6px; left: 664px; width: 74px; height: 20px; }
.gatescene-stone.s2 { top: 40px; left: 700px; width: 74px; height: 20px; }
.gatescene-stone.s3 { top: 74px; left: 660px; width: 74px; height: 20px; }

.gatescene-lower {
  background-color: #F5EFE3;
  padding: 34px 24px 40px 24px;
}

.gatescene-lowerinner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.gatescene-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 auto;
}

.sign-solid {
  display: inline-block;
  background-color: #9C4A2F;
  color: #FAF6EA;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  padding: 15px 26px;
  border: 2px solid #9C4A2F;
  border-radius: 3px;
  text-align: center;
}

.sign-solid:hover,
.sign-solid:focus {
  background-color: #241F18;
  border-color: #241F18;
  color: #FAF6EA;
}

.sign-outline {
  display: inline-block;
  background-color: #F5EFE3;
  color: #2C2A22;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  padding: 15px 26px;
  border: 2px solid #2C2A22;
  border-radius: 3px;
  text-align: center;
}

.sign-outline:hover,
.sign-outline:focus {
  background-color: #D8CFBC;
}

.sign-outline .berryglyph {
  vertical-align: middle;
  margin-left: 8px;
}

.gatescene-blurb {
  flex: 1 1 380px;
  margin: 0;
  font-size: 17px;
  color: #2C2A22;
}

/* ---------------- GARDEN CHAMBERS ---------------- */

.gardenwalk {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px 24px 20px 24px;
}

.gardenwalk-title {
  font-size: 30px;
  color: #241F18;
  margin: 0 0 8px 0;
}

.gardenwalk-sub {
  margin: 0 0 34px 0;
  color: #9C4A2F;
  font-size: 16px;
  max-width: 760px;
}

.gardenroom {
  position: relative;
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  padding: 26px 30px 26px 30px;
  margin-bottom: 30px;
  box-shadow: 8px 8px 0 0 #D8CFBC;
}

.gardenroom-plinth {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -8px;
  height: 8px;
  background-color: #D8CFBC;
  border-radius: 0 0 3px 3px;
}

/* offsets: widths ~92,84,90,86,94,88 percent; shifted left/right */
.gardenroom-a { width: 92%; margin-left: 0; }
.gardenroom-b { width: 84%; margin-left: 16%; }
.gardenroom-c { width: 90%; margin-left: 0; }
.gardenroom-d { width: 86%; margin-left: 14%; }
.gardenroom-e { width: 94%; margin-left: 0; }
.gardenroom-f { width: 88%; margin-left: 12%; }

.gardenroom h3 {
  margin: 0 0 10px 0;
  font-size: 23px;
  color: #9C4A2F;
}

.gardenroom p {
  margin: 0;
  color: #2C2A22;
  font-size: 16px;
}

.gardenroom-tag {
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #241F18;
  color: #FAF6EA;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 3px;
}

.gardenroom-feature {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 92px;
  height: 64px;
}

/* planted features, drawn with CSS */
.feat-shrub {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4F6455;
  box-shadow: 12px -6px 0 0 #4F6455, 24px 2px 0 0 #4F6455,
              6px 12px 0 0 #4F6455, 30px -10px 0 0 #4F6455,
              18px 14px 0 0 #4F6455, 34px 8px 0 0 #4F6455;
}

.feat-rill {
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 64px;
  height: 34px;
  border-left: 3px solid #D8CFBC;
  border-bottom: 3px solid #D8CFBC;
  border-radius: 0 0 0 40px;
}

.feat-firering {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9C4A2F;
  box-shadow: 14px 0 0 0 #D8CFBC, 7px 12px 0 0 #D8CFBC,
              -7px 12px 0 0 #D8CFBC, -14px 0 0 0 #D8CFBC,
              0 -14px 0 0 #D8CFBC;
}

.feat-pergola {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 54px;
  height: 30px;
  border-top: 4px solid #D8CFBC;
  border-left: 4px solid #D8CFBC;
  border-right: 4px solid #D8CFBC;
}

.feat-trough {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 58px;
  height: 22px;
  border: 3px solid #2C2A22;
  border-radius: 0 0 6px 6px;
  background-color: #D8CFBC;
}

.feat-trough::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 7px;
  height: 3px;
  background-color: #4F6455;
  border-radius: 3px;
}

.feat-lantern {
  position: absolute;
  right: 26px;
  bottom: 18px;
  width: 4px;
  height: 30px;
  background-color: #2C2A22;
}

.feat-lantern::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -7px;
  width: 18px;
  height: 18px;
  border: 2px solid #2C2A22;
  border-radius: 3px;
  background-color: #9C4A2F;
}

/* ---------------- STONE WALL STACK STRIP ---------------- */

.stonewallstrip {
  background-color: #241F18;
  padding: 22px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.stonestack {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 0 0 auto;
}

.stonestack-row {
  display: flex;
  gap: 6px;
}

.stonestack-row:nth-child(2) {
  margin-left: 18px;
}

.stoneblock {
  display: inline-block;
  width: 34px;
  height: 13px;
  background-color: #D8CFBC;
  border-radius: 2px;
}

.stonewallstrip-line {
  margin: 0;
  color: #FAF6EA;
  font-size: 17px;
  max-width: 760px;
}

/* ---------------- PAGE INTRO / CONTENT BLOCKS ---------------- */

.pageintro {
  background-color: #241F18;
  color: #FAF6EA;
  padding: 52px 24px 46px 24px;
}

.pageintro-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.pageintro h1 {
  margin: 0 0 14px 0;
  font-size: 38px;
  color: #FAF6EA;
}

.pageintro p {
  margin: 0;
  max-width: 820px;
  font-size: 17px;
}

.block {
  max-width: 1080px;
  margin: 0 auto;
  padding: 46px 24px;
}

.block h2 {
  font-size: 27px;
  color: #241F18;
  margin: 0 0 14px 0;
}

.block p {
  margin: 0 0 16px 0;
}

.prose {
  max-width: 860px;
}

.prose h2 {
  margin-top: 30px;
}

.panelcream {
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  padding: 28px 30px;
  box-shadow: 7px 7px 0 0 #D8CFBC;
}

.servicecard {
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  padding: 24px 26px;
  margin-bottom: 22px;
  box-shadow: 6px 6px 0 0 #D8CFBC;
}

.servicecard h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #9C4A2F;
}

.servicecard p {
  margin: 0;
}

.servicecard-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  color: #9C4A2F;
  text-decoration: underline;
}

.cta-band {
  background-color: #9C4A2F;
  padding: 42px 24px;
}

.cta-band-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.cta-band h2 {
  margin: 0;
  color: #FAF6EA;
  font-size: 26px;
  flex: 1 1 420px;
}

.cta-band .sign-solid {
  background-color: #FAF6EA;
  color: #9C4A2F;
  border-color: #FAF6EA;
}

.cta-band .sign-solid:hover,
.cta-band .sign-solid:focus {
  background-color: #241F18;
  color: #FAF6EA;
  border-color: #241F18;
}

/* ---------------- ACCORDION ---------------- */

.accordion {
  border: 1px solid #2C2A22;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
  background-color: #FAF6EA;
}

.accordion-head {
  width: 100%;
  text-align: left;
  background-color: #FAF6EA;
  color: #2C2A22;
  border: 0;
  padding: 16px 20px;
  font-size: 17px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", serif;
  cursor: pointer;
}

.accordion-head:hover,
.accordion-head:focus {
  background-color: #D8CFBC;
}

.accordion-body {
  padding: 0 20px 18px 20px;
  color: #2C2A22;
}

.accordion-body[hidden] {
  display: none;
}

/* ---------------- PROCESS ---------------- */

.steplist {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: stepcount;
}

.stepitem {
  position: relative;
  padding: 18px 20px 18px 74px;
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  margin-bottom: 16px;
  box-shadow: 6px 6px 0 0 #D8CFBC;
}

.stepitem::before {
  counter-increment: stepcount;
  content: counter(stepcount);
  position: absolute;
  left: 18px;
  top: 16px;
  width: 38px;
  height: 38px;
  background-color: #9C4A2F;
  color: #FAF6EA;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  font-size: 17px;
}

.stepitem h3 {
  margin: 0 0 6px 0;
  font-size: 19px;
  color: #241F18;
}

.stepitem p {
  margin: 0;
}

/* ---------------- CONTACT ---------------- */

.contactgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 46px 24px;
}

.contactcol {
  flex: 1 1 380px;
}

.contact-info {
  background-color: #241F18;
  color: #FAF6EA;
  border-radius: 4px;
  padding: 30px 32px;
}

.contact-info h2 {
  color: #FAF6EA;
  margin-top: 0;
  font-size: 24px;
}

.contact-info a {
  color: #D8CFBC;
}

.contact-info dt {
  font-weight: bold;
  color: #9C4A2F;
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info dd {
  margin: 4px 0 0 0;
  color: #FAF6EA;
  font-size: 16px;
}

.contactform {
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  padding: 30px 32px;
  box-shadow: 7px 7px 0 0 #D8CFBC;
}

.contactform h2 {
  margin-top: 0;
  font-size: 24px;
  color: #241F18;
}

.fieldlabel {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #241F18;
  margin: 16px 0 6px 0;
}

.fieldinput,
.fieldtext {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #2C2A22;
  border-radius: 3px;
  background-color: #F5EFE3;
  color: #2C2A22;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
}

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

.formnote {
  font-size: 14px;
  color: #2C2A22;
  margin-top: 12px;
}

.faqitem {
  background-color: #FAF6EA;
  border: 1px solid #2C2A22;
  border-radius: 4px;
  padding: 22px 26px;
  margin-bottom: 16px;
  box-shadow: 6px 6px 0 0 #D8CFBC;
}

.faqitem h3 {
  margin: 0 0 8px 0;
  font-size: 19px;
  color: #9C4A2F;
}

.faqitem p {
  margin: 0;
}

/* ---------------- DRY-STONE WALL FOOTER ---------------- */

.stonewall {
  background-color: #241F18;
}

.stonewall-course {
  display: flex;
  gap: 5px;
  padding: 0 12px;
  background-color: #241F18;
}

.stonewall-course .stoneblock {
  flex: 1 1 auto;
  width: auto;
  height: 16px;
}

.stonewall-mid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 24px 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.stonewall-post {
  flex: 1 1 320px;
}

.stonewall-brand {
  color: #FAF6EA;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.stonewall-blurb {
  color: #D8CFBC;
  margin: 0;
  max-width: 440px;
  font-size: 15px;
}

.stonewall-chips {
  flex: 1 1 420px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.timberchip {
  display: inline-block;
  background-color: #FAF6EA;
  color: #2C2A22;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 14px;
  border: 1px solid #9C4A2F;
  border-radius: 3px;
}

.timberchip:hover,
.timberchip:focus {
  background-color: #D8CFBC;
}

.stonewall-plinth {
  background-color: #9C4A2F;
  padding: 14px 24px;
}

.stonewall-plinth-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  align-items: center;
  color: #FAF6EA;
  font-size: 14px;
}

.stonewall-plinth-inner a {
  color: #FAF6EA;
  text-decoration: underline;
}

.plinth-copyright {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plinth-copyright .berryglyph {
  background-color: #FAF6EA;
  box-shadow: 7px 3px 0 0 #FAF6EA, 3px 8px 0 0 #FAF6EA;
}

/* ---------------- SCROLL REVEAL ---------------- */

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 900px) {
  .gatescene-path {
    padding-left: 0;
    min-height: 0;
    display: none;
  }
  .gatescene-mesa2 {
    width: 150px;
    height: 84px;
  }
  .gatescene-mesa1 {
    width: 120px;
    height: 66px;
  }
  .gardenroom-a,
  .gardenroom-b,
  .gardenroom-c,
  .gardenroom-d,
  .gardenroom-e,
  .gardenroom-f {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .gaterail-toggle {
    display: inline-block;
    margin: 0 24px 6px 24px;
  }
  .gaterail-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .gaterail-panels {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .gaterail-panels.is-open {
    display: flex;
  }
  .gatepanel {
    width: 100%;
  }
  .gatescene-headline {
    font-size: 30px;
  }
  .gatescene-gate {
    padding: 34px 22px 32px 22px;
  }
  .gatescene-ctas {
    flex-direction: column;
    width: 100%;
  }
  .sign-solid,
  .sign-outline {
    display: block;
    width: 100%;
  }
  .pageintro h1 {
    font-size: 30px;
  }
}
