/* ==========================================================================
   BIPOC HEALING CO., THE — Herbal Still Room theme
   Palette: linen-press body, bark-ink text, copper-kettle accent,
   still-deep wells, pantry-cream panels, shelf-cloth boards, sage-shelf.
   Distillate colors reserved exclusively for the six collection cups.
   ========================================================================== */

:root {
  --linen-press: #F3EEE3;
  --bark-ink: #322B23;
  --copper-kettle: #A5653A;
  --still-deep: #2E2721;
  --pantry-cream: #F9F4E6;
  --shelf-cloth: #E3D9C4;
  --sage-shelf: #97A88B;
  --drop-amber: #C08A3E;
  --drop-rose: #C27868;
  --drop-sage: #7E927A;
  --kettle-dark: #7E4A28;
  --brick-tone: #8C6A55;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F3EEE3;
  color: #322B23;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.22;
  margin: 0 0 0.5em;
  color: #322B23;
}

p {
  margin: 0 0 1.1em;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   FLASK TAG RAIL — header built as the jar shelf
   ========================================================================== */

.flaskrail {
  background-color: #2E2721;
  padding: 14px 22px 0;
  border-bottom: 6px solid #A5653A;
}

.flaskrail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.brandplate {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #2E2721;
  border: 2px solid #A5653A;
  border-radius: 6px;
  padding: 8px 16px;
  margin-bottom: 10px;
  flex: 1 1 320px;
}

.brandplate-name {
  color: #F9F4E6;
  font-size: 1.05rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.branddrop {
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background-color: #C08A3E;
  border: 1px solid #F9F4E6;
  flex: 0 0 auto;
}

.jarlabel-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex: 2 1 560px;
}

.jar-label {
  display: block;
  position: relative;
  background-color: #F9F4E6;
  border: 2px solid #A5653A;
  border-radius: 10px;
  padding: 12px 14px 8px;
  color: #322B23;
  font-size: 0.92rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  flex: 1 1 0;
}

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

.jar-label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 14%;
  width: 72%;
  height: 4px;
  background-color: #A5653A;
  border-radius: 0 0 4px 4px;
}

.leafdot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50% 0 50% 50%;
  background-color: #97A88B;
  margin-left: 6px;
  vertical-align: middle;
}

.jar-label--tall {
  padding-top: 18px;
}

.jar-label--short {
  padding-top: 8px;
}

.jar-label--mid {
  padding-top: 13px;
}

.navtoggle {
  display: none;
  background-color: #A5653A;
  color: #F9F4E6;
  border: 2px solid #F9F4E6;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 16px;
  cursor: pointer;
  margin-bottom: 12px;
}

/* ==========================================================================
   Common layout helpers
   ========================================================================== */

.shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-heading {
  font-size: 2rem;
  border-bottom: 3px solid #A5653A;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 26px;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #A5653A;
  font-weight: bold;
  margin-bottom: 8px;
}

/* ==========================================================================
   HERO — STILL SCENE (.stillroom)
   ========================================================================== */

.stillroom {
  background-color: #F3EEE3;
  padding-bottom: 40px;
}

.shelfwall {
  background-color: #E3D9C4;
  border-bottom: 6px solid #8C6A55;
  padding: 26px 24px 34px;
  position: relative;
}

.shelfwall-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.shelfboard {
  background-color: #F9F4E6;
  border: 3px solid #8C6A55;
  border-radius: 6px;
  padding: 18px 20px 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  box-shadow: 0 6px 0 #B9A98C;
}

.shelf-jar {
  width: 46px;
  height: 58px;
  background-color: #F3EEE3;
  border: 3px solid #A5653A;
  border-radius: 8px 8px 5px 5px;
  position: relative;
}

.shelf-jar::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  height: 3px;
  background-color: #A5653A;
  border-radius: 2px;
}

.shelf-jar::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50% 0 50% 50%;
  background-color: #97A88B;
}

.shelf-jar--short {
  height: 44px;
}

.shelf-jar--tall {
  height: 70px;
}

.stillscene {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 24px 0;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.05fr);
  gap: 30px;
  align-items: end;
}

.alembic {
  position: relative;
  height: 360px;
}

.plinth {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
  height: 60px;
  background-color: #8C6A55;
  border: 3px solid #322B23;
  border-radius: 4px;
}

.kettle {
  position: absolute;
  left: 22px;
  bottom: 58px;
  width: 166px;
  height: 120px;
  background-color: #A5653A;
  border: 3px solid #7E4A28;
  border-radius: 50% 50% 16px 16px;
}

.kettle::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 22px;
  background-color: #A5653A;
  border: 3px solid #7E4A28;
  border-radius: 50% 50% 0 0;
}

.swanneck {
  position: absolute;
  left: 168px;
  bottom: 150px;
  width: 130px;
  height: 96px;
  border-top: 10px solid #A5653A;
  border-right: 10px solid #A5653A;
  border-radius: 0 70px 0 0;
}

.wormtrough {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 210px;
  height: 74px;
  background-color: #2E2721;
  border: 3px solid #322B23;
  border-radius: 8px;
  overflow: hidden;
}

.wormcoil {
  position: absolute;
  top: 8px;
  left: 10px;
  right: 10px;
  height: 12px;
  background-color: #A5653A;
  border-radius: 8px;
  box-shadow: 0 16px 0 #A5653A, 0 32px 0 #A5653A;
}

.waterline {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 22px;
  background-color: #3B4A52;
}

.glassflask {
  position: absolute;
  right: 26px;
  bottom: 0;
  width: 62px;
  height: 84px;
  background-color: #F9F4E6;
  border: 3px solid #7E4A28;
  border-radius: 8px 8px 14px 14px;
}

.glassflask::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background-color: #C08A3E;
  border-radius: 0 0 11px 11px;
}

.benchfront {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 10px;
}

.bench-board {
  background-color: #F9F4E6;
  border: 3px solid #8C6A55;
  border-top: 8px solid #8C6A55;
  border-radius: 8px;
  padding: 30px 30px 26px;
  box-shadow: 0 8px 0 #B9A98C;
}

.hero-headline {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.hero-headline .copperword {
  color: #A5653A;
}

.hero-body {
  max-width: 760px;
  font-size: 1.06rem;
}

.seal-wrap {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.seal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #A5653A;
  color: #F9F4E6;
  border: 5px solid #7E4A28;
  font-weight: bold;
  text-align: center;
  font-size: 0.95rem;
  padding: 10px;
  line-height: 1.25;
}

.seal-link:hover,
.seal-link:focus {
  background-color: #7E4A28;
  text-decoration: none;
}

.textlink-plain {
  color: #322B23;
  font-weight: bold;
  border-bottom: 2px solid #97A88B;
  padding-bottom: 2px;
}

.textlink-plain:hover,
.textlink-plain:focus {
  text-decoration: none;
  border-bottom-color: #A5653A;
}

/* ==========================================================================
   DISTILLATE BAYS (.dripbay)
   ========================================================================== */

.dripbay-section {
  background-color: #E3D9C4;
  border-top: 6px solid #8C6A55;
  border-bottom: 6px solid #8C6A55;
  padding: 52px 24px 60px;
}

.dripbay-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bayrow {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.bayrow--upper {
  margin-bottom: 44px;
}

.bayrow--lower {
  padding-left: 9%;
}

.baycup-cell {
  flex: 1 1 260px;
  max-width: 340px;
}

.cupunit {
  position: relative;
  width: 82px;
  height: 78px;
  margin: 0 auto 12px;
}

.cuppbody {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background-color: #F9F4E6;
  border: 3px solid #7E4A28;
  border-radius: 6px 6px 16px 16px;
  overflow: hidden;
}

.cupliquid {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cupliquid--amber {
  background-color: #C08A3E;
}

.cupliquid--rose {
  background-color: #C27868;
}

.cupliquid--sage {
  background-color: #7E927A;
}

.cupliquid--h-third {
  height: 34%;
}

.cupliquid--h-half {
  height: 50%;
}

.cupliquid--h-twothird {
  height: 67%;
}

.cupliquid--h-quarter {
  height: 25%;
}

.cupliquid--h-nearly {
  height: 88%;
}

.cupliquid--h-rinse {
  height: 9%;
}

.cupdropglyph {
  position: absolute;
  right: 4px;
  top: 2px;
  width: 11px;
  height: 11px;
  background-color: #A5653A;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.baycard {
  position: relative;
  background-color: #F9F4E6;
  border: 3px solid #8C6A55;
  border-radius: 8px;
  padding: 18px 18px 16px;
  height: calc(100% - 90px);
  box-shadow: 0 4px 0 #B9A98C;
}

.baycard h3 {
  font-size: 1.16rem;
  margin-bottom: 8px;
}

.dtag {
  display: inline-block;
  background-color: #A5653A;
  color: #F9F4E6;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.sealedstamp {
  border: 3px double #A5653A;
  box-shadow: inset 0 0 0 4px #F9F4E6, 0 4px 0 #B9A98C;
}

.baylink {
  font-weight: bold;
  font-size: 0.9rem;
}

/* ==========================================================================
   ACCENT STRIP — DRIP RATE
   ========================================================================== */

.driprate {
  background-color: #2E2721;
  padding: 22px 24px;
  border-top: 5px solid #A5653A;
  border-bottom: 5px solid #A5653A;
}

.driprate-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.dripcounter {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 0 0 auto;
}

.dripspout {
  width: 26px;
  height: 16px;
  background-color: #A5653A;
  border-radius: 4px 4px 0 0;
}

.dripfall {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  height: 40px;
}

.dripdrop {
  width: 9px;
  height: 9px;
  background-color: #C08A3E;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.dripdrop--a { margin-top: 2px; }
.dripdrop--b { margin-top: 10px; }
.dripdrop--c { margin-top: 18px; }
.dripdrop--d { margin-top: 26px; }
.dripdrop--e { margin-top: 32px; }

.driprate-text {
  color: #F9F4E6;
  font-size: 1.02rem;
  margin: 0;
  flex: 1 1 420px;
}

/* ==========================================================================
   Editorial / prose sections
   ========================================================================== */

.proseband {
  padding: 54px 24px;
  background-color: #F3EEE3;
}

.proseband--cloth {
  background-color: #E3D9C4;
}

.proseband--cream {
  background-color: #F9F4E6;
  border-top: 5px solid #A5653A;
  border-bottom: 5px solid #A5653A;
}

.proseband-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.twocolprose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.paneltile {
  background-color: #F9F4E6;
  border: 3px solid #8C6A55;
  border-left: 10px solid #A5653A;
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 22px;
}

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

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

.steplist li {
  counter-increment: stillstep;
  position: relative;
  padding: 16px 18px 16px 66px;
  background-color: #F9F4E6;
  border: 2px solid #8C6A55;
  border-radius: 8px;
  margin-bottom: 14px;
}

.steplist li::before {
  content: counter(stillstep);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  background-color: #A5653A;
  color: #F9F4E6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.sage-note {
  background-color: #F3EEE3;
  border-left: 8px solid #97A88B;
  padding: 16px 20px;
  border-radius: 6px;
  margin: 20px 0;
}

/* ==========================================================================
   FOOTER — HERB RACK BASE (.herbrack)
   ========================================================================== */

.herbrack {
  background-color: #2E2721;
  color: #F9F4E6;
  padding: 0 24px 0;
}

.herbrace {
  max-width: 1200px;
  margin: 0 auto;
  height: 22px;
  background-color: #8C6A55;
  border-radius: 0 0 6px 6px;
  position: relative;
}

.herbbundle {
  position: absolute;
  top: 22px;
  width: 12px;
  height: 42px;
}

.herbbundle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A5653A;
}

.herbbundle::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 10px;
  height: 32px;
  border-radius: 0 0 6px 6px;
  background-color: #97A88B;
}

.herbbundle--one { left: 6%; }
.herbbundle--two { left: 22%; }
.herbbundle--three { left: 40%; }

.herbrack-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 58px 0 26px;
}

.footplate {
  background-color: #F9F4E6;
  color: #322B23;
  border: 3px solid #A5653A;
  border-radius: 8px;
  padding: 24px 26px;
  max-width: 620px;
  margin-bottom: 24px;
}

.footplate-brand {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.footlink-run {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.footlink-chip {
  background-color: #F9F4E6;
  color: #322B23;
  border: 2px solid #A5653A;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.88rem;
  font-weight: bold;
}

.footlink-chip:hover,
.footlink-chip:focus {
  background-color: #E3D9C4;
  text-decoration: none;
}

.herbplinth {
  background-color: #E3D9C4;
  color: #322B23;
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  gap: 16px 30px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
}

.plinthdrop {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #A5653A;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  margin-right: 8px;
  vertical-align: middle;
}

/* ==========================================================================
   Interior page pieces (services / contact)
   ========================================================================== */

.pagehead {
  background-color: #E3D9C4;
  border-bottom: 6px solid #8C6A55;
  padding: 44px 24px 40px;
}

.pagehead-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.pagehead h1 {
  font-size: 2.3rem;
}

.pagehead p {
  max-width: 780px;
  font-size: 1.04rem;
}

.service-block {
  background-color: #F9F4E6;
  border: 3px solid #8C6A55;
  border-top: 8px solid #A5653A;
  border-radius: 8px;
  padding: 26px 28px;
  margin-bottom: 26px;
}

.service-block h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.service-tag {
  display: inline-block;
  background-color: #A5653A;
  color: #F9F4E6;
  font-size: 0.74rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.infogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.infocard {
  background-color: #F9F4E6;
  border: 2px solid #8C6A55;
  border-radius: 8px;
  padding: 20px 22px;
}

.infocard h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.contactform {
  background-color: #F9F4E6;
  border: 3px solid #A5653A;
  border-radius: 8px;
  padding: 26px 28px;
}

.fieldrow {
  margin-bottom: 18px;
}

.fieldrow label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 0.94rem;
}

.fieldrow input,
.fieldrow textarea,
.fieldrow select {
  width: 100%;
  padding: 11px 13px;
  border: 2px solid #8C6A55;
  border-radius: 6px;
  background-color: #F3EEE3;
  color: #322B23;
  font-family: inherit;
  font-size: 1rem;
}

.fieldrow input:focus,
.fieldrow textarea:focus,
.fieldrow select:focus {
  outline: 3px solid #97A88B;
  border-color: #A5653A;
}

.submitbtn {
  background-color: #A5653A;
  color: #F9F4E6;
  border: 3px solid #7E4A28;
  border-radius: 8px;
  padding: 13px 30px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  font-family: inherit;
}

.submitbtn:hover,
.submitbtn:focus {
  background-color: #7E4A28;
}

.formstatus {
  margin-top: 14px;
  font-weight: bold;
  color: #322B23;
}

.faqitem {
  background-color: #F9F4E6;
  border: 2px solid #8C6A55;
  border-left: 10px solid #97A88B;
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 16px;
}

.faqitem h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */

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

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

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 860px) {
  .stillscene {
    grid-template-columns: 1fr;
  }
  .alembic {
    height: 300px;
  }
  .twocolprose,
  .infogrid {
    grid-template-columns: 1fr;
  }
  .bayrow--lower {
    padding-left: 0;
  }
  .hero-headline {
    font-size: 2rem;
  }
}

@media (max-width: 720px) {
  .navtoggle {
    display: inline-block;
  }
  .jarlabel-row {
    display: none;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .jarlabel-row.is-open {
    display: flex;
  }
  .jar-label {
    width: 100%;
  }
  .flaskrail-inner {
    align-items: stretch;
  }
  .brandplate {
    flex: 1 1 100%;
  }
}
