/* ============================================================
   Clouds Rest LLC — Stagecoach Inn motif
   Palette (LIGHT theme):
     mist-paper   #F4F1EA  body background
     summit-ink   #2C3438  primary text
     dusk-slope   #5F7286  accent
     linen-panel  #FBF9F3  raised faces
     timber-deep  #46525A  deeper panels
     brass-tack   #B08D46  tertiary
     fog-line     #DAD5C9  thin separators
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  background-color: #F4F1EA;
  color: #2C3438;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

a {
  color: #5F7286;
  text-decoration: none;
}

p {
  color: #2C3438;
}

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

/* ---------- utility ---------- */
.reveal {
  transform: translateY(22px);
  transition: transform 700ms ease, opacity 700ms ease;
}

.reveal.is-shown {
  transform: translateY(0);
}

.eyebrow {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #5F7286;
  font-weight: 700;
}

/* ============================================================
   NAVIGATION — LUGGAGE RACK ROW
   ============================================================ */
.luggagerack {
  background-color: #FBF9F3;
  border-bottom: 1px solid #DAD5C9;
  padding: 22px 0 0;
  position: relative;
}

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

.rackbracketbar {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  position: relative;
}

/* the thick wooden shelf bar standing the trunks */
.shelfbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: #46525A;
  border-top: 3px solid #5F7286;
  border-bottom: 2px solid #2C3438;
  z-index: 3;
}

/* end brackets under the shelf */
.shelfbar::before,
.shelfbar::after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 14px;
  height: 16px;
  background-color: #46525A;
}
.shelfbar::before { left: 8px; }
.shelfbar::after { right: 8px; }

.trunk {
  position: relative;
  z-index: 2;
  display: block;
  background-color: #5F7286;
  color: #FBF9F3;
  border: 2px solid #2C3438;
  border-bottom: none;
  padding: 16px 14px 14px;
  text-align: center;
  transition: background-color 220ms ease, transform 220ms ease;
}

.trunk:hover {
  background-color: #46525A;
  transform: translateY(-4px);
}

.trunk .cornercap {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #B08D46;
  border: 1px solid #2C3438;
}
.cornercap.tl { top: -2px; left: -2px; }
.cornercap.tr { top: -2px; right: -2px; }

.trunk .strap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  margin-left: -4px;
  background-color: #2C3438;
  border-left: 1px solid #B08D46;
  border-right: 1px solid #B08D46;
}

.trunk .trunkname {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 2;
}

.trunk .trunksub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #EFE7D3;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}

/* brand trunk */
.trunk.brandtrunk {
  width: 250px;
  height: 92px;
  background-color: #2C3438;
}
.trunk.brandtrunk .trunkname {
  font-size: 20px;
  letter-spacing: 0.1em;
}

/* label trunks */
.trunk.labeltrunk { width: 132px; height: 72px; }
.trunk.labeltrunk.short { height: 62px; width: 118px; }
.trunk.labeltrunk.tall { height: 80px; }

/* hatbox */
.hatbox {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 58px;
  background-color: #B08D46;
  border: 2px solid #2C3438;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 220ms ease, transform 220ms ease;
}
.hatbox:hover {
  background-color: #956f2f;
  transform: translateY(-4px);
}
.hatbox .opensign {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #FBF9F3;
  border: 1px solid #FBF9F3;
  padding: 3px 7px;
}

/* hitching rail beneath the shelf */
.hitchingrail {
  position: relative;
  height: 12px;
  margin-top: 16px;
  border-top: 3px solid #46525A;
  border-bottom: 1px solid #DAD5C9;
}
.hitchingrail .buckle {
  position: absolute;
  top: -7px;
  width: 16px;
  height: 16px;
  background-color: #B08D46;
  border: 2px solid #2C3438;
  border-radius: 3px;
}
.hitchingrail .buckle.one { left: 12%; }
.hitchingrail .buckle.two { right: 12%; }

.navtoggle {
  display: none;
  margin: 12px auto 0;
  background-color: #46525A;
  color: #F4F1EA;
  border: 2px solid #2C3438;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 9px 18px;
  cursor: pointer;
}

/* ============================================================
   HERO — INN PORCH FACADE
   ============================================================ */
.innporch {
  background-color: #F4F1EA;
  border-bottom: 1px solid #DAD5C9;
  padding: 64px 24px 72px;
}

.innporch .porchgrid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.innporch h1 {
  font-size: 46px;
  color: #2C3438;
  margin: 14px 0 20px;
}

.innporch h1 .ridgespell {
  color: #5F7286;
  display: block;
}

.innporch .leadtxt {
  font-size: 17px;
  color: #2C3438;
  max-width: 540px;
  margin-bottom: 16px;
}

.porchctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.brasstack {
  display: inline-block;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FBF9F3;
  background-color: #5F7286;
  border: 2px solid #2C3438;
  border-bottom: 4px solid #B08D46;
  padding: 13px 26px;
  transition: background-color 220ms ease, border-color 220ms ease;
}
.brasstack:hover {
  background-color: #46525A;
  border-bottom-color: #B08D46;
}
.brasstack.alt {
  color: #2C3438;
  background-color: #FBF9F3;
  border: 2px solid #2C3438;
  border-bottom: 4px solid #B08D46;
}
.brasstack.alt:hover {
  background-color: #EFE9DA;
}

/* the CSS inn porch scene */
.porchscene {
  position: relative;
  height: 360px;
}

.gable {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  height: 120px;
  background-color: #46525A;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.lanternpeak {
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 22px;
  background-color: #B08D46;
  border: 1px solid #2C3438;
  z-index: 4;
}
.lanternpeak::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 8px;
  background-color: #2C3438;
}

.porchbeam {
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #2C3438;
  z-index: 2;
}

.porchpost {
  position: absolute;
  top: 130px;
  width: 18px;
  height: 150px;
  background-color: #5F7286;
  border-left: 3px solid #2C3438;
  border-right: 3px solid #2C3438;
}
.porchpost.left { left: 34px; }
.porchpost.right { right: 34px; }

.frontdoor {
  position: absolute;
  top: 156px;
  left: 50%;
  margin-left: -48px;
  width: 96px;
  height: 124px;
  background-color: #46525A;
  border: 4px solid #2C3438;
}
.frontdoor .fanlight {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  height: 24px;
  background-color: #B08D46;
  border: 3px solid #2C3438;
  border-radius: 26px 26px 0 0;
}
.frontdoor .doorhandle {
  position: absolute;
  top: 58px;
  right: 12px;
  width: 10px;
  height: 10px;
  background-color: #B08D46;
  border: 1px solid #2C3438;
  border-radius: 50%;
}

.kickplate {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 12px;
  background-color: #B08D46;
  border: 2px solid #2C3438;
}

.hitchrail-front {
  position: absolute;
  bottom: 42px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #46525A;
  border-top: 2px solid #2C3438;
  border-bottom: 2px solid #2C3438;
}

.saddlestand {
  position: absolute;
  bottom: 52px;
  left: 58px;
  width: 10px;
  height: 46px;
  background-color: #2C3438;
}
.saddlestand::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 38px;
  height: 8px;
  background-color: #46525A;
}
.saddle {
  position: absolute;
  bottom: 96px;
  left: 46px;
  width: 44px;
  height: 22px;
  background-color: #5F7286;
  border: 2px solid #2C3438;
  border-radius: 18px 18px 4px 4px;
}

.porchfloor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: #EFE9DA;
  border-top: 3px solid #DAD5C9;
}

/* ============================================================
   SECTIONS — RIDGE ROOFLINE ROW
   ============================================================ */
.ridgerow {
  padding: 0 0 8px;
  background-color: #F4F1EA;
}

.band {
  position: relative;
  padding: 62px 24px 54px;
  margin-top: 26px;
}

.band .bandinner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 34px;
  align-items: start;
}

.linen { background-color: #FBF9F3; color: #2C3438; }
.timber { background-color: #46525A; color: #F4F1EA; }

.skewa { transform: skewY(1deg); }
.skewb { transform: skewY(-1deg); }

/* roofline silhouettes cut at the top edge of each band */
.ridge1::before {
  content: "";
  position: absolute;
  top: -26px; left: 0;
  width: 100%; height: 26px;
  background-color: #FBF9F3;
  clip-path: polygon(0 100%, 0 60%, 100% 0, 100% 100%);
}
.ridge2::before {
  content: "";
  position: absolute;
  top: -26px; left: 0; right: 0;
  height: 26px;
  background-color: #FBF9F3;
}
.ridge2::after {
  content: "";
  position: absolute;
  top: -42px; left: 22%;
  width: 42px; height: 46px;
  background-color: #46525A;
}
.ridge3::before {
  content: "";
  position: absolute;
  top: -34px; left: 0;
  width: 100%; height: 34px;
  background-color: #FBF9F3;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.ridge4::before {
  content: "";
  position: absolute;
  top: -32px; left: 0;
  width: 100%; height: 32px;
  background-color: #46525A;
  clip-path: polygon(0 100%, 0 40%, 45% 40%, 45% 0, 100% 0, 100% 100%);
}
.ridge5::before {
  content: "";
  position: absolute;
  top: -30px; left: 0;
  width: 100%; height: 30px;
  background-color: #46525A;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
.ridge6::before {
  content: "";
  position: absolute;
  top: -46px; left: 6%;
  width: 130px; height: 52px;
  background-color: #FBF9F3;
  clip-path: polygon(0 100%, 0 20%, 22% 20%, 22% 0, 78% 0, 78% 20%, 100% 20%, 100% 100%);
}

.timber.ridge4::before,
.timber.ridge5::before {
  background-color: #46525A;
}
.linen.ridge1::before,
.linen.ridge2::before,
.linen.ridge3::before {
  background-color: #FBF9F3;
}

.lintelstrip {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 14px 18px;
  background-color: #2C3438;
  color: #F4F1EA;
  border-left: 6px solid #B08D46;
  display: inline-block;
  min-width: 280px;
}

.band .bandbody {
  font-size: 16.5px;
  max-width: 760px;
}
.timber .bandbody p { color: #F4F1EA; }

.roomkey {
  display: inline-block;
  margin-top: 18px;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #B08D46;
  border: 2px solid #B08D46;
  padding: 5px 14px;
}

.servlink {
  display: inline-block;
  margin-top: 16px;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5F7286;
  border-bottom: 2px solid #B08D46;
  padding-bottom: 2px;
}
.timber .servlink { color: #EFE7D3; }

/* ============================================================
   ACCENT STRIP — HIGH SEASON
   ============================================================ */
.highseason {
  background-color: #2C3438;
  color: #F4F1EA;
  text-align: center;
  padding: 40px 24px;
  border-top: 4px solid #B08D46;
  border-bottom: 4px solid #B08D46;
}
.highseason p {
  color: #EFE7D3;
  font-size: 18px;
  max-width: 880px;
  margin: 0 auto;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
}
.highseason strong { color: #B08D46; }

/* intro block above bands */
.ridgeintro {
  max-width: 900px;
  margin: 0 auto;
  padding: 58px 24px 10px;
  text-align: center;
}
.ridgeintro h2 {
  font-size: 32px;
  color: #2C3438;
  margin: 12px 0 16px;
}
.ridgeintro p {
  font-size: 17px;
  color: #2C3438;
}

/* ============================================================
   FOOTER — STABLE DOORS CLOSE
   ============================================================ */
.stabledoors {
  background-color: #46525A;
  color: #F4F1EA;
  padding: 0 24px 34px;
  margin-top: 60px;
}

.stabledoors .doorwrap {
  max-width: 1180px;
  margin: 0 auto;
}

.fanlight-close {
  width: 150px;
  height: 46px;
  margin: 0 auto;
  background-color: #B08D46;
  border: 3px solid #2C3438;
  border-bottom: none;
  border-radius: 75px 75px 0 0;
}

.doorpair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.doorpanel {
  position: relative;
  background-color: #2C3438;
  border: 3px solid #46525A;
  min-height: 210px;
  padding: 26px 20px;
}

.doorpanel .xbrace {
  position: absolute;
  inset: 14px;
  border: 1px solid #5F7286;
}
.doorpanel .xbrace::before,
.doorpanel .xbrace::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5F7286;
}
.doorpanel .xbrace::before {
  transform: rotate(28deg);
  transform-origin: center;
  height: 1px;
  top: 50%;
}
.doorpanel .xbrace::after {
  transform: rotate(-28deg);
  transform-origin: center;
  height: 1px;
  top: 50%;
}

.harnessrack {
  position: relative;
  z-index: 3;
  background-color: #46525A;
  border: 1px solid #B08D46;
  padding: 12px 16px;
  margin-bottom: 14px;
}
.harnessrack .racktitle {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B08D46;
  display: block;
  margin-bottom: 8px;
}
.harnessrack .peg {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B08D46;
  border-radius: 50%;
  margin-right: 6px;
}
.harnessrack a {
  color: #F4F1EA;
  display: block;
  font-size: 15px;
  padding: 3px 0 3px 16px;
  position: relative;
}
.harnessrack a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  background-color: #B08D46;
  border: 1px solid #2C3438;
}
.harnessrack a:hover { color: #B08D46; }

.stablecard {
  position: relative;
  z-index: 3;
  background-color: #FBF9F3;
  color: #2C3438;
  border: 2px solid #2C3438;
  padding: 18px 16px;
}
.stablecard .stablebrand {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2C3438;
  display: block;
  margin-bottom: 8px;
}
.stablecard p {
  font-size: 14px;
  color: #2C3438;
}

.lanternsil {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 16px;
  height: 26px;
  background-color: #B08D46;
  border: 2px solid #2C3438;
}
.lanternsil::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 8px;
  background-color: #2C3438;
}

.yardedges {
  margin-top: 30px;
  border-top: 1px solid #5F7286;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  font-size: 14px;
}
.yardedges .yarditem {
  color: #F4F1EA;
}
.yardedges .yardlabel {
  display: block;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B08D46;
  margin-bottom: 4px;
}
.yardedges a { color: #F4F1EA; }
.yardedges a:hover { color: #B08D46; }

.coppytack {
  margin-top: 22px;
  text-align: center;
  font-size: 13px;
  color: #EFE7D3;
}
.coppytack .tackglyph {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #B08D46;
  border: 1px solid #2C3438;
  margin-right: 8px;
  vertical-align: middle;
}
.coppytack a { color: #EFE7D3; border-bottom: 1px solid #B08D46; }
.coppytack a:hover { color: #B08D46; }

/* ============================================================
   SECONDARY PAGES (services / contact) shared blocks
   ============================================================ */
.pagehead {
  background-color: #FBF9F3;
  border-bottom: 1px solid #DAD5C9;
  padding: 46px 24px 40px;
  text-align: center;
}
.pagehead h1 {
  font-size: 40px;
  color: #2C3438;
  margin: 12px 0 10px;
}
.pagehead p {
  max-width: 760px;
  margin: 0 auto;
  color: #2C3438;
}

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

.servdetail {
  background-color: #FBF9F3;
  border-left: 6px solid #5F7286;
  padding: 30px 28px;
  margin-bottom: 26px;
}
.servdetail h2 {
  font-size: 25px;
  color: #2C3438;
  margin-bottom: 6px;
}
.servdetail .keytag {
  display: inline-block;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #B08D46;
  border: 2px solid #B08D46;
  padding: 3px 10px;
  margin-bottom: 14px;
}
.servdetail p {
  font-size: 16px;
  margin-bottom: 12px;
}

.processband {
  background-color: #46525A;
  color: #F4F1EA;
  padding: 46px 24px;
}
.processband .pinbox {
  max-width: 1180px;
  margin: 0 auto;
}
.processband h2 {
  color: #F4F1EA;
  font-size: 28px;
  margin-bottom: 22px;
}
.procstep {
  border-left: 4px solid #B08D46;
  padding: 10px 0 10px 20px;
  margin-bottom: 18px;
}
.procstep h3 {
  color: #B08D46;
  font-size: 18px;
  margin-bottom: 4px;
}
.procstep p { color: #F4F1EA; max-width: 780px; }

.ctaband {
  background-color: #2C3438;
  color: #F4F1EA;
  text-align: center;
  padding: 48px 24px;
  border-top: 4px solid #B08D46;
}
.ctaband h2 {
  color: #F4F1EA;
  font-size: 28px;
  margin-bottom: 12px;
}
.ctaband p {
  color: #EFE7D3;
  max-width: 720px;
  margin: 0 auto 24px;
}

/* contact page */
.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.formblock {
  background-color: #FBF9F3;
  border: 2px solid #DAD5C9;
  padding: 28px 26px;
}
.formblock h2 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #2C3438;
}
.fieldrow {
  margin-bottom: 16px;
}
.fieldrow label {
  display: block;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5F7286;
  margin-bottom: 6px;
}
.fieldrow input,
.fieldrow textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 15px;
  color: #2C3438;
  background-color: #F4F1EA;
  border: 2px solid #DAD5C9;
  padding: 11px 12px;
}
.fieldrow input:focus,
.fieldrow textarea:focus {
  outline: none;
  border-color: #5F7286;
}
.formnote {
  font-size: 13px;
  color: #2C3438;
  margin-top: 10px;
}
.formstatus {
  font-size: 14px;
  color: #5F7286;
  margin-top: 10px;
  font-weight: 700;
}

.infoblock {
  background-color: #46525A;
  color: #F4F1EA;
  padding: 28px 26px;
}
.infoblock h2 {
  color: #F4F1EA;
  font-size: 24px;
  margin-bottom: 18px;
}
.infoitem {
  margin-bottom: 18px;
}
.infoitem .infolabel {
  display: block;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B08D46;
  margin-bottom: 3px;
}
.infoitem p, .infoitem a { color: #F4F1EA; }
.infoitem a:hover { color: #B08D46; }

.faqblock {
  max-width: 900px;
  margin: 0 auto;
}
.faqitem {
  border: 2px solid #DAD5C9;
  background-color: #FBF9F3;
  margin-bottom: 12px;
}
.faqq {
  width: 100%;
  text-align: left;
  background-color: #FBF9F3;
  border: none;
  border-left: 6px solid #5F7286;
  color: #2C3438;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 18px;
  cursor: pointer;
}
.faqq:hover { background-color: #EFE9DA; }
.faqa {
  padding: 0 18px 18px;
  color: #2C3438;
  font-size: 15.5px;
  display: none;
}
.faqitem.open .faqa { display: block; }

/* small counters on services */
.countrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.countcell {
  background-color: #FBF9F3;
  border: 2px solid #DAD5C9;
  border-top: 5px solid #5F7286;
  padding: 20px;
  text-align: center;
}
.countcell .countnum {
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #5F7286;
  display: block;
}
.countcell .countlbl {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2C3438;
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .innporch .porchgrid {
    grid-template-columns: 1fr;
  }
  .innporch h1 { font-size: 34px; }
  .porchscene { height: 300px; }
  .band .bandinner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contactgrid { grid-template-columns: 1fr; }
  .yardedges { grid-template-columns: 1fr; }
  .countrow { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .rackbracketbar {
    flex-wrap: wrap;
    padding-bottom: 18px;
  }
  .shelfbar { display: none; }
  .trunk.brandtrunk { width: 100%; height: auto; padding-bottom: 18px; }
  .trunk.labeltrunk,
  .trunk.labeltrunk.short,
  .trunk.labeltrunk.tall {
    width: calc(50% - 6px);
    height: 66px;
  }
  .hatbox { width: calc(50% - 6px); }
  .navtoggle { display: block; }
  .rackbracketbar.collapsed { display: none; }
  .rackbracketbar.open { display: flex; }
}

@media (min-width: 761px) {
  .rackbracketbar.collapsed { display: flex; }
}
