/* BodyJoyBar LLC — Apothecary Cabinet theme
   Palette:
   BAR-PAPER      #F5F1E8
   CUPBOARD-INK   #2E2A24
   TONIC-GREEN    #4A7C59
   BOTTLE-AMBER   #C98A3D
   LINEN-DRAWER   #FBF8F0
   CUPBOARD-NIGHT #221E18
   SHELF-MIST     #E9E2D2
*/

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

h1,
h2,
h3,
h4 {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  color: #2E2A24;
  line-height: 1.2;
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1.1em;
}

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

a:hover,
a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/* ---------- Scroll reveal ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ---------- Shared helpers ---------- */
.shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #4A7C59;
  border-bottom: 2px solid #4A7C59;
  padding-bottom: 4px;
  margin-bottom: 18px;
}

.btn {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 3px;
  border: 2px solid #4A7C59;
  background-color: #4A7C59;
  color: #FBF8F0;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.btn:hover,
.btn:focus {
  background-color: #2E2A24;
  border-color: #2E2A24;
  color: #FBF8F0;
  text-decoration: none;
}

.btn-ghost {
  background-color: #FBF8F0;
  color: #2E2A24;
  border-color: #2E2A24;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background-color: #4A7C59;
  border-color: #4A7C59;
  color: #FBF8F0;
}

/* =========================================================
   DRAWER LABEL NAV
   ========================================================= */
.drawernav {
  background-color: #221E18;
  border-bottom: 10px solid #4A7C59;
}

.drawernav-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 14px;
}

.drawernav-brandrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.drawernav-plate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FBF8F0;
  border: 2px solid #E9E2D2;
  border-radius: 3px;
  padding: 8px 16px;
  box-shadow: 0 3px 0 #E9E2D2;
}

.drawernav-plate:hover,
.drawernav-plate:focus {
  text-decoration: none;
}

.drawernav-bottledot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4A7C59;
  display: inline-block;
}

.drawernav-wordmark {
  font-family: Georgia, serif;
  font-size: 1.06rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #2E2A24;
}

.drawernav-stamp {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E9E2D2;
}

.drawernav-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}

.drawerlabel {
  position: relative;
  display: block;
  background-color: #FBF8F0;
  border: 2px solid #E9E2D2;
  border-radius: 3px;
  padding: 10px 16px 10px 30px;
  color: #2E2A24;
  box-shadow: 0 4px 0 #100D0A;
  transition: transform 0.15s ease, background-color 0.15s ease;
}

.drawerlabel:hover,
.drawerlabel:focus {
  text-decoration: none;
  background-color: #E9E2D2;
  transform: translateY(-2px);
}

.drawerlabel.is-here {
  background-color: #4A7C59;
  color: #FBF8F0;
  border-color: #4A7C59;
}

.drawerlabel.is-here .drawerlabel-code {
  color: #FBF8F0;
}

.drawerlabel-knob {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C98A3D;
  border: 2px solid #8E5D25;
}

.drawerlabel-name {
  display: block;
  font-family: Georgia, serif;
  font-size: 0.94rem;
  letter-spacing: 0.03em;
}

.drawerlabel-code {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  color: #4A7C59;
}

.drawerlabel:nth-child(2) {
  width: 150px;
}

.drawerlabel:nth-child(3) {
  width: 176px;
}

.drawerlabel:nth-child(4) {
  width: 158px;
}

.drawerlabel:nth-child(5) {
  width: 170px;
}

.drawerlabel:nth-child(6) {
  width: 154px;
}

.drawernav-toggle {
  display: none;
  background-color: #4A7C59;
  color: #FBF8F0;
  border: 2px solid #4A7C59;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
}

/* =========================================================
   COUNTER BANK HERO
   ========================================================= */
.counterbank {
  background-color: #F5F1E8;
  border-bottom: 6px solid #E9E2D2;
  padding: 66px 0 70px;
}

.counterbank-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.counterbank-copy h1 {
  font-size: 2.9rem;
  margin-bottom: 22px;
}

.counterbank-accent {
  color: #4A7C59;
}

.counterbank-copy p {
  font-size: 1.06rem;
  max-width: 40ch;
}

.counterbank-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

/* Cabinet illustration */
.cabinet {
  background-color: #221E18;
  border: 4px solid #100D0A;
  border-radius: 6px;
  padding: 22px 20px 26px;
  box-shadow: 0 14px 0 #E9E2D2;
}

.cabinetshelf {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background-color: #E9E2D2;
  border: 3px solid #100D0A;
  border-radius: 4px;
  padding: 14px 12px 0;
  height: 112px;
  margin-bottom: 16px;
}

.cabinetbottle {
  position: relative;
  width: 34px;
  border: 3px solid #100D0A;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabinetbottle::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 16px;
  background-color: #E9E2D2;
  border: 3px solid #100D0A;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.cabinetbottle-label {
  position: relative;
  z-index: 1;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  background-color: #FBF8F0;
  color: #2E2A24;
  border: 1px solid #2E2A24;
  padding: 2px 3px;
  text-transform: uppercase;
}

.cabinetbottle--green {
  height: 78px;
  background-color: #4A7C59;
}

.cabinetbottle--amber {
  height: 64px;
  background-color: #C98A3D;
}

.cabinetbottle--green-short {
  height: 56px;
  background-color: #4A7C59;
}

.cabinetbank {
  border: 3px solid #100D0A;
  border-radius: 4px;
  background-color: #1A1712;
  padding: 12px;
}

.cabinetrow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.cabinetrow:last-child {
  margin-bottom: 0;
}

.cabinetdrawer {
  position: relative;
  background-color: #FBF8F0;
  border: 2px solid #E9E2D2;
  border-radius: 3px;
  padding: 14px 8px 12px 26px;
  min-height: 62px;
}

.cabinetdrawer-knob {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C98A3D;
  border: 2px solid #8E5D25;
}

.cabinetdrawer-label {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E2A24;
}

.cabinetdrawer-bottle {
  display: inline-block;
  width: 5px;
  height: 12px;
  background-color: #4A7C59;
  border: 1px solid #2E2A24;
  border-radius: 1px 1px 0 0;
  margin-left: 4px;
  vertical-align: middle;
}

.cabinetcounter {
  margin-top: 16px;
  background-color: #E9E2D2;
  border: 3px solid #100D0A;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 74px;
}

.mortar {
  position: relative;
  width: 84px;
  height: 42px;
}

.mortar-bowl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66px;
  height: 34px;
  background-color: #2E2A24;
  border-radius: 0 0 33px 33px;
}

.mortar-stick {
  position: absolute;
  bottom: 26px;
  left: 44px;
  width: 9px;
  height: 40px;
  background-color: #2E2A24;
  border-radius: 4px;
  transform: rotate(24deg);
  transform-origin: bottom left;
}

/* =========================================================
   REMEDY DRAWER ROWS
   ========================================================= */
.drawerrows {
  padding: 60px 0 20px;
  background-color: #F5F1E8;
}

.drawerrows-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.drawerrows-head h2 {
  font-size: 2.1rem;
}

.remedydrawer {
  display: grid;
  grid-template-columns: 190px 1fr;
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  margin-bottom: 22px;
  box-shadow: 0 8px 0 #E9E2D2;
}

.remedydrawer--deep {
  background-color: #EDE6D6;
}

.remedydrawer--invert {
  background-color: #4A7C59;
  border-color: #4A7C59;
}

.remedydrawer--invert .remedypanel h3,
.remedydrawer--invert .remedypanel p {
  color: #FBF8F0;
}

.remedydrawer--invert .remedychip {
  border-color: #FBF8F0;
  color: #FBF8F0;
}

.remedydrawer--invert .remedypanel-link {
  color: #FBF8F0;
  border-color: #FBF8F0;
}

.remedydrawer--tilt-a {
  transform: skewY(-1deg);
}

.remedydrawer--tilt-b {
  transform: skewY(1deg);
}

.remedydrawer--short .remedypanel {
  padding-top: 18px;
  padding-bottom: 18px;
}

.remedydrawer--tall .remedypanel {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cabinetpost {
  background-color: #221E18;
  border-radius: 3px 0 0 3px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.cabinetpost-knobs {
  display: flex;
  gap: 10px;
}

.cabinetpost-knob {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C98A3D;
  border: 2px solid #100D0A;
}

.cabinetpost-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #FBF8F0;
}

.remedypanel {
  padding: 24px 28px;
}

.remedypanel h3 {
  font-size: 1.32rem;
  margin-bottom: 10px;
}

.remedypanel p {
  margin-bottom: 16px;
}

.remedypanel-link {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4A7C59;
  border-bottom: 2px solid #4A7C59;
  padding-bottom: 2px;
  margin-bottom: 14px;
}

.remedypanel-link:hover,
.remedypanel-link:focus {
  text-decoration: none;
  color: #2E2A24;
  border-color: #2E2A24;
}

.remedychips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 16px;
}

.remedychip {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2E2A24;
  border: 1px solid #2E2A24;
  border-radius: 2px;
  padding: 3px 9px;
}

.remedyshelf {
  display: flex;
  align-items: center;
  gap: 12px;
}

.remedyshelf-track {
  flex: 1;
  height: 8px;
  background-color: #E9E2D2;
  border: 1px solid #2E2A24;
  border-radius: 2px;
  overflow: hidden;
}

.remedyshelf-fill {
  display: block;
  height: 100%;
  background-color: #4A7C59;
}

.remedyshelf-fill--s1 {
  width: 32%;
}

.remedyshelf-fill--s2 {
  width: 45%;
}

.remedyshelf-fill--s3 {
  width: 58%;
}

.remedyshelf-fill--s4 {
  width: 70%;
}

.remedyshelf-fill--s5 {
  width: 84%;
}

.remedyshelf-fill--s6 {
  width: 96%;
}

.remedyshelf-ref {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #2E2A24;
  white-space: nowrap;
}

.remedydrawer--invert .remedyshelf-ref {
  color: #FBF8F0;
}

.remedydrawer--invert .remedyshelf-track {
  background-color: #2E2A24;
  border-color: #FBF8F0;
}

.remedydrawer--invert .remedyshelf-fill {
  background-color: #E9E2D2;
}

/* =========================================================
   SEASON STEEP STRIP
   ========================================================= */
.seasonsteep {
  background-color: #4A7C59;
  padding: 42px 0;
  margin: 40px 0 0;
}

.seasonsteep-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.seasonsteep-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.seasonsteep-rule:last-child {
  margin-top: 18px;
  margin-bottom: 0;
}

.seasonsteep-line {
  flex: 1;
  height: 4px;
  background-color: #FBF8F0;
  border-radius: 2px;
}

.seasonsteep-bottle {
  width: 16px;
  height: 30px;
  background-color: #C98A3D;
  border: 2px solid #FBF8F0;
  border-radius: 4px 4px 0 0;
}

.seasonsteep-text {
  color: #FBF8F0;
  font-size: 1.24rem;
  margin: 0;
}

.seasonsteep-text strong {
  letter-spacing: 0.02em;
}

/* =========================================================
   CABINET BASE FOOTER
   ========================================================= */
.cabinetbase {
  background-color: #221E18;
  color: #FBF8F0;
  margin-top: 0;
}

.cabinetbase-shelfboard {
  background-color: #E9E2D2;
  border-bottom: 3px solid #100D0A;
  padding: 12px 0;
}

.cabinetbase-shelfinner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}

.cabinetbase-glyph {
  width: 12px;
  height: 24px;
  background-color: #C98A3D;
  border: 2px solid #2E2A24;
  border-radius: 3px 3px 0 0;
}

.cabinetbase-labels {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cabinetbase-label {
  display: block;
  background-color: #FBF8F0;
  border: 2px solid #E9E2D2;
  border-radius: 3px;
  padding: 10px 16px;
  color: #2E2A24;
  min-width: 168px;
}

.cabinetbase-label:hover,
.cabinetbase-label:focus {
  text-decoration: none;
  background-color: #E9E2D2;
}

.cabinetbase-label-head {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A7C59;
  margin-bottom: 4px;
}

.cabinetbase-label-name {
  display: block;
  font-size: 0.92rem;
}

.cabinetbase-brandrow {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: start;
}

.cabinetbase-plate {
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  padding: 22px;
  color: #2E2A24;
}

.cabinetbase-plate h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.cabinetbase-plate p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.cabinetbase-factlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cabinetbase-factlist li {
  border-bottom: 1px solid #E9E2D2;
  padding: 10px 0;
  color: #FBF8F0;
  font-size: 0.96rem;
}

.cabinetbase-factlist li:last-child {
  border-bottom: none;
}

.cabinetbase-factlist a {
  color: #E9E2D2;
}

.cabinetbase-factlist a:hover,
.cabinetbase-factlist a:focus {
  color: #FBF8F0;
}

.cabinetbase-base {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 3px solid #E9E2D2;
}

.cabinetbase-mortar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #E9E2D2;
}

.cabinetbase-mortarglyph {
  width: 20px;
  height: 12px;
  background-color: #C98A3D;
  border-radius: 0 0 10px 10px;
}

.cabinetbase-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cabinetbase-legal a {
  color: #E9E2D2;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cabinetbase-legal a:hover,
.cabinetbase-legal a:focus {
  color: #FBF8F0;
}

/* =========================================================
   INNER PAGE BANDS (services & contact)
   ========================================================= */
.pagehead {
  background-color: #221E18;
  color: #FBF8F0;
  padding: 50px 0;
}

.pagehead h1 {
  color: #FBF8F0;
  font-size: 2.3rem;
  margin-bottom: 12px;
}

.pagehead p {
  color: #E9E2D2;
  max-width: 62ch;
  margin-bottom: 0;
}

.pagerail {
  background-color: #4A7C59;
  padding: 12px 0;
}

.pagerail-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FBF8F0;
}

.band {
  padding: 56px 0;
}

.band-paper {
  background-color: #F5F1E8;
}

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

.band h2 {
  font-size: 1.9rem;
}

.band-intro {
  max-width: 70ch;
  margin-bottom: 30px;
}

.servicestack {
  display: grid;
  gap: 20px;
}

.servicecard {
  display: grid;
  grid-template-columns: 78px 1fr;
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  box-shadow: 0 6px 0 #E9E2D2;
}

.servicecard:nth-child(even) {
  background-color: #EDE6D6;
}

.servicecard-index {
  background-color: #221E18;
  color: #FBF8F0;
  border-radius: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.servicecard-body {
  padding: 24px 26px;
}

.servicecard-body h3 {
  font-size: 1.28rem;
  margin-bottom: 10px;
}

.servicecard-body p {
  margin-bottom: 12px;
}

.servicecard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.servicecard-tag {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #2E2A24;
  border-radius: 2px;
  padding: 3px 9px;
  color: #2E2A24;
}

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

.processlist li {
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 6px 0 #E9E2D2;
}

.processlist-step {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A7C59;
  margin-bottom: 8px;
}

.processlist h3 {
  font-size: 1.04rem;
  margin-bottom: 8px;
}

.processlist p {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.ctaband {
  background-color: #4A7C59;
  padding: 46px 0;
}

.ctaband-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ctaband-text {
  color: #FBF8F0;
  max-width: 60ch;
}

.ctaband-text h2 {
  color: #FBF8F0;
  margin-bottom: 8px;
}

.ctaband-text p {
  color: #FBF8F0;
  margin-bottom: 0;
}

.ctaband .btn {
  background-color: #FBF8F0;
  color: #2E2A24;
  border-color: #FBF8F0;
}

.ctaband .btn:hover,
.ctaband .btn:focus {
  background-color: #221E18;
  border-color: #221E18;
  color: #FBF8F0;
}

/* ---------- Contact layout ---------- */
.contactgrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  align-items: start;
}

.formpanel {
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  padding: 26px;
  box-shadow: 0 8px 0 #E9E2D2;
}

.formpanel h2 {
  font-size: 1.5rem;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E2A24;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #2E2A24;
  background-color: #F5F1E8;
  border: 2px solid #2E2A24;
  border-radius: 3px;
  padding: 11px 12px;
}

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

.field input:focus,
.field textarea:focus {
  outline: 3px solid #4A7C59;
  outline-offset: 1px;
}

.formnote {
  font-size: 0.86rem;
  color: #2E2A24;
  margin-top: 12px;
  margin-bottom: 0;
}

.formstatus {
  margin-top: 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.78rem;
  color: #4A7C59;
  min-height: 1.2em;
}

.infocard {
  background-color: #221E18;
  border-radius: 4px;
  padding: 26px;
  color: #FBF8F0;
  margin-bottom: 20px;
}

.infocard h3 {
  color: #FBF8F0;
  font-size: 1.16rem;
  margin-bottom: 12px;
}

.infocard p {
  color: #E9E2D2;
  margin-bottom: 10px;
}

.infocard a {
  color: #FBF8F0;
  border-bottom: 2px solid #4A7C59;
}

.infocard-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.infocard-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #4A7C59;
  padding: 9px 0;
  color: #E9E2D2;
  font-size: 0.94rem;
}

.infocard-list li:last-child {
  border-bottom: none;
}

.faqlist {
  display: grid;
  gap: 14px;
  max-width: 820px;
}

.faqitem {
  background-color: #FBF8F0;
  border: 3px solid #E9E2D2;
  border-radius: 4px;
  overflow: hidden;
}

.faqitem-head {
  width: 100%;
  text-align: left;
  background-color: #FBF8F0;
  border: none;
  padding: 18px 20px;
  font-family: Georgia, serif;
  font-size: 1.06rem;
  color: #2E2A24;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.faqitem-head:hover,
.faqitem-head:focus {
  background-color: #E9E2D2;
}

.faqitem-mark {
  font-family: "Courier New", Courier, monospace;
  color: #4A7C59;
  font-size: 1.2rem;
  line-height: 1;
}

.faqitem-body {
  padding: 0 20px 18px;
}

.faqitem-body p {
  margin-bottom: 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
  .counterbank-grid {
    grid-template-columns: 1fr;
  }

  .counterbank-copy p {
    max-width: none;
  }

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

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

  .cabinetbase-brandrow {
    grid-template-columns: 1fr;
  }
}

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

  .drawernav-labels {
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .drawernav-labels.is-open {
    display: flex;
  }

  .drawerlabel {
    width: 100%;
  }

  .drawerlabel:nth-child(2),
  .drawerlabel:nth-child(3),
  .drawerlabel:nth-child(4),
  .drawerlabel:nth-child(5),
  .drawerlabel:nth-child(6) {
    width: 100%;
  }

  .counterbank-copy h1 {
    font-size: 2.1rem;
  }

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

  .cabinetpost {
    flex-direction: row;
    align-items: center;
    border-radius: 3px 3px 0 0;
  }

  .remedydrawer--tilt-a,
  .remedydrawer--tilt-b {
    transform: none;
  }

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