/* ============================================================
   BLUFFDALE CHILD CARE HOLDINGS, LLC — School Cubby Entry theme
   Palette:
     box-creek body      #F4F4EE
     slate-ink text      #26302B
     sprout-forest       #3D6B35
     plot-deep           #24401F
     potting-cream       #FAF8EE
     trelline-mist       #E4E9DC
     mud-tan             #7E5B40
     cleat-grey          #B9BFAF
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F4F4EE;
  color: #26302B;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: #3D6B35;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.2;
  color: #26302B;
  letter-spacing: 0.2px;
}

p {
  margin-bottom: 1.05em;
}

/* ---------- scroll reveal (solid visibility toggle) ---------- */
.reveal-item {
  visibility: hidden;
  transform: translateY(22px);
  transition: transform 0.7s ease, visibility 0.7s ease;
}

.reveal-item.reveal-visible {
  visibility: visible;
  transform: translateY(0);
}

/* ============================================================
   HOOK RAIL NAV  (.hookrail)
   ============================================================ */
.hookrail {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #24401F;
  padding: 0 18px 14px;
  border-bottom: 4px solid #3D6B35;
  box-shadow: 0 3px 0 #B9BFAF;
}

.hookrail-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hookrail-railbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
  border-bottom: 6px solid #3D6B35;
  position: relative;
}

/* the physical rail groove */
.hookrail-railbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 6px;
  background-color: #3D6B35;
  border-top: 2px solid #7E5B40;
}

.hookrail-brandplate {
  background-color: #FAF8EE;
  color: #24401F;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 1.4px;
  padding: 12px 20px 14px;
  border: 2px solid #B9BFAF;
  border-radius: 2px;
  position: relative;
  box-shadow: 2px 2px 0 #7E5B40;
}

.hookrail-brandplate::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B9BFAF;
}

.hookrail-brandtiny {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2.4px;
  font-weight: 400;
  color: #7E5B40;
  margin-top: 2px;
}

/* seedling glyph at rail right end */
.hookrail-seedling {
  position: relative;
  width: 44px;
  height: 52px;
  flex: 0 0 auto;
}

.hookrail-seedling .seed-pot {
  position: absolute;
  bottom: 0;
  left: 9px;
  width: 26px;
  height: 20px;
  background-color: #7E5B40;
  border-radius: 0 0 6px 6px;
  border-top: 5px solid #B9BFAF;
}

.hookrail-seedling .seed-stem {
  position: absolute;
  bottom: 18px;
  left: 21px;
  width: 2px;
  height: 20px;
  background-color: #3D6B35;
}

.hookrail-seedling .seed-leaf-a,
.hookrail-seedling .seed-leaf-b {
  position: absolute;
  width: 14px;
  height: 10px;
  background-color: #3D6B35;
  border-radius: 50% 0 50% 0;
}

.hookrail-seedling .seed-leaf-a {
  bottom: 30px;
  left: 21px;
}

.hookrail-seedling .seed-leaf-b {
  bottom: 24px;
  left: 8px;
  border-radius: 0 50% 0 50%;
}

/* hanging name tags */
.hookrail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  list-style: none;
  padding-top: 20px;
  align-items: flex-start;
}

.hookrail-tagcell {
  position: relative;
  padding-top: 18px;
}

/* the round hook */
.hookrail-tagcell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FAF8EE;
  border: 4px solid #B9BFAF;
  z-index: 2;
}

/* the short string */
.hookrail-tagcell::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 31px;
  width: 2px;
  height: 14px;
  background-color: #B9BFAF;
}

.hookrail-tag {
  display: block;
  background-color: #FAF8EE;
  color: #26302B;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.6px;
  padding: 11px 16px 11px 22px;
  border: 2px solid #B9BFAF;
  border-radius: 2px;
  position: relative;
  box-shadow: 2px 3px 0 #B9BFAF;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.hookrail-tag:hover,
.hookrail-tag:focus {
  background-color: #E4E9DC;
  transform: translateY(3px);
}

/* punched corner hole on each tag */
.hookrail-tag::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B9BFAF;
}

.hookrail-tag.is-current {
  background-color: #E4E9DC;
  border-color: #3D6B35;
  box-shadow: 2px 3px 0 #3D6B35;
}

/* alternating drops and widths */
.hookrail-tagcell:nth-child(1) .hookrail-tag { min-width: 108px; }
.hookrail-tagcell:nth-child(2) .hookrail-tag { min-width: 138px; }
.hookrail-tagcell:nth-child(3) .hookrail-tag { min-width: 118px; }
.hookrail-tagcell:nth-child(4) .hookrail-tag { min-width: 132px; }
.hookrail-tagcell:nth-child(5) .hookrail-tag { min-width: 100px; }

.hookrail-tagcell:nth-child(odd) { margin-top: 12px; }
.hookrail-tagcell:nth-child(even) { margin-top: 0; }
.hookrail-tagcell:nth-child(3n) { margin-top: 20px; }

.hookrail-toggle {
  display: none;
  background-color: #FAF8EE;
  color: #24401F;
  border: 2px solid #B9BFAF;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 9px 14px;
  cursor: pointer;
  border-radius: 2px;
}

/* ============================================================
   SHARED SECTION WRAPPERS
   ============================================================ */
.band {
  padding: 74px 24px;
}

.band-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.band-cream {
  background-color: #FAF8EE;
}

.band-mist {
  background-color: #E4E9DC;
}

.band-plain {
  background-color: #F4F4EE;
}

.eyebrow {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #24401F;
  background-color: #E4E9DC;
  border-left: 5px solid #3D6B35;
  padding: 6px 12px;
  margin-bottom: 18px;
}

.band-title {
  font-size: 2.05rem;
  margin-bottom: 16px;
  max-width: 780px;
}

.band-lead {
  font-size: 1.08rem;
  max-width: 760px;
  color: #26302B;
}

/* ============================================================
   CUBBY UNIT HERO  (.cubbyunit)
   ============================================================ */
.cubbyunit {
  background-color: #F4F4EE;
  padding: 70px 24px 82px;
  border-bottom: 3px solid #B9BFAF;
}

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

.cubbyunit-copy {
  padding-right: 6px;
}

.cubbyunit-headline {
  font-size: 2.7rem;
  line-height: 1.14;
  margin-bottom: 22px;
}

.cubbyunit-headline .hl-green {
  color: #3D6B35;
}

.cubbyunit-text {
  font-size: 1.08rem;
  max-width: 620px;
}

.cubbyunit-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.tagbtn {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 14px 26px 14px 34px;
  border: 2px solid #26302B;
  border-radius: 2px;
  position: relative;
  box-shadow: 3px 3px 0 #26302B;
  transition: transform 0.2s ease;
}

.tagbtn::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B9BFAF;
}

.tagbtn-primary {
  background-color: #3D6B35;
  color: #FAF8EE;
  border-color: #24401F;
  box-shadow: 3px 3px 0 #24401F;
}

.tagbtn-secondary {
  background-color: #FAF8EE;
  color: #24401F;
}

.tagbtn:hover,
.tagbtn:focus {
  transform: translateY(3px);
}

/* ---- the CSS cubby storage unit ---- */
.cubby-scene {
  position: relative;
  padding: 6px 4px 96px;
}

.cubby-seedling {
  position: relative;
  width: 68px;
  height: 74px;
  margin: 0 0 6px 34px;
}

.cubby-seedling .cs-pot {
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 40px;
  height: 30px;
  background-color: #7E5B40;
  border-radius: 0 0 8px 8px;
  border-top: 7px solid #B9BFAF;
}

.cubby-seedling .cs-stem {
  position: absolute;
  bottom: 28px;
  left: 33px;
  width: 3px;
  height: 26px;
  background-color: #3D6B35;
}

.cubby-seedling .cs-leaf-a,
.cubby-seedling .cs-leaf-b {
  position: absolute;
  width: 22px;
  height: 15px;
  background-color: #3D6B35;
  border-radius: 50% 0 50% 0;
}

.cubby-seedling .cs-leaf-a {
  bottom: 44px;
  left: 33px;
}

.cubby-seedling .cs-leaf-b {
  bottom: 34px;
  left: 12px;
  border-radius: 0 50% 0 50%;
}

.cubbymain {
  background-color: #24401F;
  padding: 16px;
  border-radius: 3px;
  border: 4px solid #7E5B40;
  box-shadow: 6px 6px 0 #B9BFAF;
}

.cubbymain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 82px);
  gap: 12px;
}

.pigeonhole {
  background-color: #E4E9DC;
  border: 3px solid #FAF8EE;
  border-radius: 2px;
  position: relative;
  padding: 8px 9px;
  display: flex;
  align-items: flex-end;
}

.pigeonhole .bin {
  width: 100%;
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-radius: 2px;
  padding: 7px 8px 6px;
  position: relative;
  transition: transform 0.3s ease;
}

.pigeonhole .bin-label {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #7E5B40;
  background-color: #E4E9DC;
  border-left: 3px solid #7E5B40;
  padding: 2px 5px;
}

.pigeonhole .bin-name {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #26302B;
  margin-top: 4px;
}

.pigeonhole .bin-handle {
  display: block;
  width: 26px;
  height: 5px;
  background-color: #B9BFAF;
  border-radius: 3px;
  margin: 6px auto 0;
}

/* one bin pulled out at an angle */
.pigeonhole.pulled .bin {
  transform: rotate(-7deg) translate(9px, 5px);
  z-index: 4;
  box-shadow: -5px 5px 0 #B9BFAF;
}

/* pencil line rule down the skirting */
.cubby-skirting {
  margin-top: 22px;
  border-top: 3px solid #B9BFAF;
  position: relative;
  height: 26px;
}

.cubby-skirting::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #B9BFAF;
}

/* lost-and-found card leaning at the base */
.lostcard {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 232px;
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-left: 8px solid #7E5B40;
  border-radius: 2px;
  padding: 10px 14px;
  transform: rotate(-3deg);
  box-shadow: 3px 4px 0 #B9BFAF;
}

.lostcard strong {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #7E5B40;
  margin-bottom: 3px;
}

.lostcard span {
  font-size: 0.83rem;
  color: #26302B;
}

/* ============================================================
   CUBBY RUN  (.cubbyrun) — staggered drawer faces
   ============================================================ */
.cubbyrun {
  background-color: #E4E9DC;
  padding: 76px 24px 84px;
}

.cubbyrun-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cubbyrun-course {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.cubbyrun-face {
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-radius: 3px;
  padding: 22px 22px 26px;
  position: relative;
  box-shadow: 4px 4px 0 #B9BFAF;
  flex: 1 1 300px;
}

/* finger notch */
.cubbyrun-face::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 13px;
  border-bottom: 3px solid #B9BFAF;
  border-radius: 0 0 12px 12px;
}

.cubbyrun-face.skew-a { transform: rotate(1deg); }
.cubbyrun-face.skew-b { transform: rotate(-1deg); }

.cubbyrun-c1 { margin-top: 0; }
.cubbyrun-c2 { margin-top: 26px; flex-basis: 340px; }
.cubbyrun-c3 { margin-top: 12px; flex-basis: 280px; }
.cubbyrun-c4 { margin-top: 14px; flex-basis: 288px; }
.cubbyrun-c5 { margin-top: 0; flex-basis: 348px; }
.cubbyrun-c6 { margin-top: 30px; flex-basis: 296px; }

.cubbyrun-tape {
  display: inline-block;
  background-color: #E4E9DC;
  border-left: 6px solid #3D6B35;
  padding: 5px 12px;
  margin-bottom: 12px;
}

.cubbyrun-tape h3 {
  font-size: 1.12rem;
  color: #3D6B35;
  letter-spacing: 0.3px;
}

.cubbyrun-face p {
  font-size: 0.97rem;
}

.cubbyrun-code {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 2px;
  color: #FAF8EE;
  background-color: #24401F;
  padding: 3px 9px;
  border-radius: 2px;
  margin-top: 6px;
}

.cubbyrun-link {
  display: inline-block;
  margin-top: 12px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #24401F;
  text-decoration: none;
  border-bottom: 2px solid #3D6B35;
}

.cubbyrun-link:hover {
  color: #3D6B35;
}

.losttab {
  position: absolute;
  top: -13px;
  left: 22px;
  background-color: #7E5B40;
  color: #FAF8EE;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 2px;
  transform: rotate(-2deg);
  box-shadow: 2px 2px 0 #24401F;
}

/* ============================================================
   LABEL-TAPE ACCENT STRIP  (.tapestrip)
   ============================================================ */
.tapestrip {
  background-color: #7E5B40;
  color: #FAF8EE;
  padding: 26px 24px;
}

.tapestrip-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 26px;
}

.tapestrip-mark {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FAF8EE;
  border: 6px solid #24401F;
}

.tapestrip-text {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #FAF8EE;
  flex: 1 1 460px;
}

.tapestrip-link {
  flex: 0 0 auto;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #24401F;
  background-color: #FAF8EE;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 2px;
  border: 2px solid #24401F;
}

/* ============================================================
   PROSE / FEATURE BANDS
   ============================================================ */
.prose-split {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 44px;
  align-items: start;
}

.prose-split h2 {
  font-size: 1.9rem;
  margin-bottom: 16px;
}

.prose-split h3 {
  font-size: 1.2rem;
  margin: 22px 0 8px;
  color: #24401F;
}

.prose-side {
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-top: 8px solid #3D6B35;
  border-radius: 3px;
  padding: 24px 22px;
  box-shadow: 4px 4px 0 #B9BFAF;
}

.prose-side h3 {
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #24401F;
  margin-bottom: 12px;
}

.prose-side ul {
  list-style: none;
}

.prose-side li {
  padding: 9px 0 9px 24px;
  border-bottom: 2px solid #E4E9DC;
  position: relative;
  font-size: 0.94rem;
}

.prose-side li:last-child {
  border-bottom: 0;
}

.prose-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  background-color: #3D6B35;
  border-radius: 50%;
}

/* value tiles — deliberately varied, not uniform */
.tilerow {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
}

.tile {
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-radius: 3px;
  padding: 22px 22px 24px;
  box-shadow: 4px 4px 0 #B9BFAF;
}

.tile h3 {
  font-size: 1.08rem;
  color: #3D6B35;
  margin-bottom: 8px;
}

.tile p {
  font-size: 0.95rem;
}

.tile-a { flex: 1 1 330px; }
.tile-b { flex: 1 1 260px; margin-top: 28px; }
.tile-c { flex: 1 1 300px; margin-top: 12px; }

/* ============================================================
   PROCESS — peg-free vertical cubby steps
   ============================================================ */
.steprow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.stepcard {
  background-color: #E4E9DC;
  border: 2px solid #B9BFAF;
  border-top: 8px solid #24401F;
  border-radius: 3px;
  padding: 20px 18px 22px;
  position: relative;
}

.stepcard:nth-child(2) { margin-top: 22px; border-top-color: #3D6B35; }
.stepcard:nth-child(3) { margin-top: 44px; border-top-color: #7E5B40; }
.stepcard:nth-child(4) { margin-top: 66px; border-top-color: #3D6B35; }

.stepcard .stepno {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  color: #FAF8EE;
  background-color: #24401F;
  padding: 3px 9px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.stepcard h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.stepcard p {
  font-size: 0.92rem;
}

/* ============================================================
   ACCORDION (cubby drawers)
   ============================================================ */
.faqstack {
  max-width: 860px;
  margin: 0 auto;
}

.faqdrawer {
  border: 2px solid #B9BFAF;
  background-color: #FAF8EE;
  border-radius: 3px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faqtrigger {
  width: 100%;
  text-align: left;
  background-color: #FAF8EE;
  color: #24401F;
  border: 0;
  border-left: 8px solid #3D6B35;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}

.faqtrigger::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 1.3rem;
  color: #3D6B35;
}

.faqdrawer.open .faqtrigger::after {
  content: "-";
}

.faqpanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faqdrawer.open .faqpanel {
  max-height: 460px;
}

.faqpanel-inner {
  padding: 6px 22px 20px 28px;
  font-size: 0.96rem;
  border-top: 2px solid #E4E9DC;
  margin: 0 0 0 0;
}

/* ============================================================
   COUNTERS
   ============================================================ */
.counterband {
  background-color: #24401F;
  color: #FAF8EE;
  padding: 56px 24px;
}

.counterband-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.countercell {
  flex: 1 1 200px;
}

.countercell .cnum {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FAF8EE;
  display: block;
  line-height: 1;
}

.countercell .corner {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #3D6B35;
  margin: 12px 0 10px;
}

.countercell .clabel {
  font-size: 0.92rem;
  color: #E4E9DC;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contactgrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.formcard {
  background-color: #FAF8EE;
  border: 2px solid #B9BFAF;
  border-top: 8px solid #3D6B35;
  border-radius: 3px;
  padding: 28px 26px 30px;
  box-shadow: 4px 4px 0 #B9BFAF;
}

.formrow {
  margin-bottom: 18px;
}

.formrow label {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #24401F;
  margin-bottom: 7px;
}

.formrow input,
.formrow select,
.formrow textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #26302B;
  background-color: #F4F4EE;
  border: 2px solid #B9BFAF;
  border-radius: 2px;
  padding: 11px 13px;
}

.formrow textarea {
  min-height: 138px;
  resize: vertical;
}

.formrow input:focus,
.formrow select:focus,
.formrow textarea:focus {
  outline: 3px solid #3D6B35;
  border-color: #3D6B35;
}

.formbtn {
  display: inline-block;
  background-color: #3D6B35;
  color: #FAF8EE;
  border: 2px solid #24401F;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.8px;
  padding: 14px 30px;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 3px 3px 0 #24401F;
}

.formbtn:hover {
  transform: translateY(2px);
}

.formnote {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #24401F;
}

.infocard {
  background-color: #E4E9DC;
  border: 2px solid #B9BFAF;
  border-radius: 3px;
  padding: 24px 22px;
  margin-bottom: 22px;
}

.infocard h3 {
  font-size: 1rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #24401F;
  margin-bottom: 12px;
}

.infocard address {
  font-style: normal;
  font-size: 0.96rem;
}

.infocard a {
  color: #24401F;
  text-decoration: none;
  border-bottom: 2px solid #3D6B35;
}

.hourrow {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #FAF8EE;
  padding: 7px 0;
  font-size: 0.92rem;
}

.hourrow:last-child {
  border-bottom: 0;
}

/* ============================================================
   SHOE BENCH FOOTER  (.shoebench)
   ============================================================ */
.shoebench {
  background-color: #24401F;
  color: #FAF8EE;
  padding: 0 24px 26px;
}

.shoebench-top {
  height: 22px;
  background-color: #7E5B40;
  border-bottom: 5px solid #3D6B35;
  position: relative;
}

.shoebench-top::after {
  content: "";
  position: absolute;
  inset: 6px 14px auto 14px;
  height: 3px;
  background-color: #B9BFAF;
}

.shoebench-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
}

.shoebench-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 3px solid #3D6B35;
}

.shoebench-brandcard {
  background-color: #FAF8EE;
  color: #26302B;
  border: 2px solid #B9BFAF;
  border-radius: 3px;
  padding: 18px 18px 20px;
  position: relative;
  box-shadow: 3px 3px 0 #7E5B40;
}

.shoebench-brandcard h3 {
  color: #24401F;
  font-size: 1.08rem;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.shoebench-brandcard p {
  font-size: 0.9rem;
}

.shoebench-badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
}

.shoebench-badge .sb-pot {
  display: block;
  width: 20px;
  height: 15px;
  background-color: #7E5B40;
  border-radius: 0 0 5px 5px;
  border-top: 4px solid #B9BFAF;
}

.shoebench-badge .sb-leaf {
  display: block;
  width: 16px;
  height: 11px;
  background-color: #3D6B35;
  border-radius: 50% 0 50% 0;
  margin: 0 auto -3px;
}

.shoebench-col h4 {
  color: #FAF8EE;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.shoebench-slat {
  display: block;
  background-color: #E4E9DC;
  color: #24401F;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.9rem;
  padding: 10px 13px;
  border-radius: 2px;
  margin-bottom: 9px;
  border-left: 5px solid #3D6B35;
}

.shoebench-slat:hover {
  background-color: #FAF8EE;
}

.shoebench-base {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.86rem;
  color: #E4E9DC;
  border-top: 2px solid #B9BFAF;
  margin-top: 22px;
}

.shoebench-base a {
  color: #FAF8EE;
  text-decoration: none;
  border-bottom: 2px solid #3D6B35;
}

.shoebench-copy {
  color: #E4E9DC;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .cubbyunit-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prose-split {
    grid-template-columns: 1fr;
  }

  .contactgrid {
    grid-template-columns: 1fr;
  }

  .steprow {
    grid-template-columns: repeat(2, 1fr);
  }

  .shoebench-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .hookrail-toggle {
    display: inline-block;
  }

  .hookrail-tags {
    display: none;
    width: 100%;
  }

  .hookrail-tags.open {
    display: flex;
  }

  .cubbyunit-headline {
    font-size: 2.05rem;
  }

  .band-title {
    font-size: 1.6rem;
  }

  .steprow {
    grid-template-columns: 1fr;
  }

  .stepcard:nth-child(2),
  .stepcard:nth-child(3),
  .stepcard:nth-child(4) {
    margin-top: 0;
  }

  .shoebench-cols {
    grid-template-columns: 1fr;
  }
}
