/* ============================================================
   EPOXYMOONCHILD, LLC — MOON PHASE POUR STUDIO
   Dark obsidian-work theme. Warm-moon accent.
   Motif: pouring bench, round pour board, moon phase discs,
   pigment bottle, frozen wave edge, heat torch, batch card,
   round cure clock. Class selectors only.
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Cambria, serif;
  background-color: #191621;
  color: #F2EDE2;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.mono {
  font-family: "SFMono-Regular", "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

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

a:hover {
  color: #F2EDE2;
}

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

/* ---------- REVEAL (safe without JS: default visible) ---------- */
.revealable {
  opacity: 1;
  transform: none;
}

.js-reveal .revealable {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

/* ============================================================
   PHASE RAIL NAV  (.phaserail)
   ============================================================ */
.phaserail {
  background-color: #12101A;
  border-bottom: 1px solid #4A4556;
  position: relative;
  z-index: 50;
}

.phaserail-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 14px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.pigment-plate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  background-color: #242031;
  border: 1px solid #D9A44C;
  border-radius: 4px;
  flex: 0 0 auto;
}

.pigment-plate-mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9A44C;
  box-shadow: inset -6px 0 0 0 #242031;
}

.pigment-plate-name {
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #F2EDE2;
}

.phase-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  padding-bottom: 10px;
  position: relative;
}

.phase-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background-color: #4A4556;
}

.phase-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #242031;
  border: 2px solid #D9A44C;
  color: #F2EDE2;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.25;
  padding: 0 8px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.phase-disc:hover {
  background-color: #D9A44C;
  color: #12101A;
}

.phase-disc.disc-two {
  width: 86px;
  height: 86px;
  background-color: #2B2639;
}

.phase-disc.disc-three {
  width: 88px;
  height: 88px;
  background-color: #322B44;
}

.phase-disc.disc-four {
  width: 90px;
  height: 90px;
  background-color: #393050;
}

.phase-disc.disc-five {
  width: 92px;
  height: 92px;
  background-color: #D9A44C;
  color: #12101A;
  font-weight: 700;
}

.phase-disc.disc-five:hover {
  background-color: #F2EDE2;
  color: #12101A;
}

.disc-crescent {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B49BC8;
  box-shadow: inset 5px 0 0 0 #242031;
  margin-right: 6px;
}

.phase-torch {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.phase-torch-body {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 8px;
  height: 22px;
  background-color: #4A4556;
  border-radius: 2px;
}

.phase-torch-flame {
  position: absolute;
  left: 13px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: #D9A44C;
  border-radius: 50% 50% 50% 50%;
}

.phase-toggle {
  display: none;
  background-color: #242031;
  color: #F2EDE2;
  border: 2px solid #D9A44C;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: inherit;
}

/* ============================================================
   POUR BENCH HERO  (.pourbench)
   ============================================================ */
.pourbench {
  background-color: #191621;
  border-bottom: 1px solid #4A4556;
  padding: 72px 0 88px;
}

.pourbench-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.pourbench-copy {
  flex: 1 1 55%;
  min-width: 320px;
}

.pourbench-kicker {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  color: #B49BC8;
  border-left: 3px solid #B49BC8;
  padding-left: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pourbench-title {
  font-size: 3.1rem;
  line-height: 1.15;
  font-weight: 700;
  color: #F2EDE2;
  margin-bottom: 12px;
}

.moon-words {
  color: #D9A44C;
}

.pourbench-sub {
  font-size: 1.18rem;
  color: #D9A44C;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
  border-bottom: 1px solid #4A4556;
  padding-bottom: 18px;
}

.pourbench-text {
  font-size: 1.05rem;
  color: #F2EDE2;
  margin-bottom: 20px;
  max-width: 620px;
}

.pourbench-ctas {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pigment-btn {
  display: inline-block;
  padding: 16px 30px 16px 24px;
  background-color: #D9A44C;
  color: #12101A;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 3px 40px 40px 3px;
  border: 2px solid #D9A44C;
  position: relative;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pigment-btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #12101A;
  margin-right: 12px;
  vertical-align: middle;
}

.pigment-btn:hover {
  background-color: #F2EDE2;
  color: #12101A;
  border-color: #F2EDE2;
}

.pigment-btn.btn-ghost {
  background-color: #242031;
  color: #F2EDE2;
  border: 2px solid #D9A44C;
  border-radius: 40px 3px 3px 40px;
}

.pigment-btn.btn-ghost::before {
  background-color: #D9A44C;
}

.pigment-btn.btn-ghost:hover {
  background-color: #322B44;
  color: #F2EDE2;
}

/* ---- ROUND POUR BOARD ---- */
.pourbench-board {
  flex: 1 1 45%;
  min-width: 320px;
  display: flex;
  justify-content: center;
}

.pourboard {
  position: relative;
  width: 400px;
  height: 400px;
  max-width: 100%;
  background-color: #242031;
  border-radius: 50%;
  border: 3px solid #D9A44C;
  box-shadow: 0 0 0 14px #12101A, 0 0 0 16px #4A4556;
}

.pourboard-wave {
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  height: 46px;
  background-color: #12101A;
  border-top-left-radius: 60% 46px;
  border-top-right-radius: 40% 34px;
  overflow: hidden;
  border-top: 3px solid #B49BC8;
}

.pourboard-wave::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 14px;
  height: 3px;
  background-color: #D9A44C;
  border-radius: 3px;
}

.pourboard-rim {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  border: 1px dashed #4A4556;
}

.phase-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F2EDE2;
  margin-left: -6px;
  margin-top: -6px;
}

.phase-dot.dot-new {
  background-color: #12101A;
  border: 2px solid #F2EDE2;
}

.phase-dot.dot-quarter {
  background-color: #F2EDE2;
  box-shadow: inset 6px 0 0 0 #12101A;
}

.phase-dot.dot-half {
  background-color: #F2EDE2;
  box-shadow: inset 6px 0 0 0 #12101A;
}

.phase-dot.dot-gibbous {
  background-color: #F2EDE2;
  box-shadow: inset -3px 0 0 0 #12101A;
}

.phase-dot.dot-full {
  background-color: #D9A44C;
}

.pourboard-bottle {
  position: absolute;
  right: -34px;
  top: -30px;
  width: 62px;
  height: 108px;
  transform: rotate(28deg);
}

.bottle-body {
  position: absolute;
  left: 8px;
  top: 34px;
  width: 46px;
  height: 74px;
  background-color: #B49BC8;
  border-radius: 6px;
  border: 2px solid #12101A;
}

.bottle-neck {
  position: absolute;
  left: 24px;
  top: 14px;
  width: 14px;
  height: 26px;
  background-color: #B49BC8;
  border: 2px solid #12101A;
}

.bottle-spout {
  position: absolute;
  left: 20px;
  top: 0;
  width: 30px;
  height: 10px;
  background-color: #D9A44C;
  border-radius: 4px;
}

.pourboard-torch {
  position: absolute;
  left: -18px;
  bottom: 26px;
  width: 34px;
  height: 58px;
}

.torch-stick {
  position: absolute;
  left: 14px;
  top: 20px;
  width: 7px;
  height: 38px;
  background-color: #4A4556;
  border-radius: 2px;
}

.torch-head {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 15px;
  height: 18px;
  background-color: #F2EDE2;
  border-radius: 50%;
}

.torch-glow {
  position: absolute;
  left: 8px;
  top: 0;
  width: 19px;
  height: 14px;
  background-color: #D9A44C;
  border-radius: 50%;
}

.batch-card {
  position: absolute;
  right: -20px;
  bottom: -26px;
  width: 168px;
  background-color: #12101A;
  border: 2px solid #D9A44C;
  border-radius: 3px;
  padding: 12px 14px;
  transform: rotate(-6deg);
}

.batch-card-line {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  color: #B49BC8;
  margin-bottom: 4px;
}

.batch-card-no {
  font-size: 1.5rem;
  font-weight: 700;
  color: #D9A44C;
  line-height: 1.1;
}

.batch-card-note {
  font-size: 0.7rem;
  color: #F2EDE2;
  margin-top: 6px;
}

/* ============================================================
   CURE DISHES  (.curedishes)
   ============================================================ */
.curedishes {
  background-color: #191621;
  padding: 78px 0 84px;
  border-bottom: 1px solid #4A4556;
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 46px;
  padding: 0 24px;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: #B49BC8;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.3rem;
  color: #F2EDE2;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-lede {
  font-size: 1.05rem;
  color: #F2EDE2;
  max-width: 720px;
}

.shelf-course {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shelf-course.course-lower {
  margin-top: 46px;
}

.cure-dish {
  background-color: #242031;
  border-radius: 50%;
  border: 2px solid #D9A44C;
  width: 300px;
  height: 300px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  flex: 0 0 auto;
}

.cure-dish::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dotted #4A4556;
  pointer-events: none;
}

.cure-dish.stagger-a {
  margin-top: 0;
}

.cure-dish.stagger-b {
  margin-top: 54px;
}

.cure-dish.stagger-c {
  margin-top: 18px;
}

.cure-dish.skew-left {
  transform: rotate(-1deg);
}

.cure-dish.skew-right {
  transform: rotate(1deg);
}

.cure-dish.skew-left:hover,
.cure-dish.skew-right:hover,
.cure-dish:hover {
  transform: rotate(0deg);
}

.dish-band {
  display: inline-block;
  align-self: center;
  background-color: #12101A;
  border: 1px solid #D9A44C;
  border-radius: 3px;
  padding: 5px 12px;
  margin-bottom: 12px;
}

.dish-name {
  font-size: 0.94rem;
  color: #D9A44C;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.dish-body {
  font-size: 0.82rem;
  color: #F2EDE2;
  line-height: 1.6;
  margin-bottom: 10px;
}

.dish-code {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #B49BC8;
}

.pigment-tab {
  position: absolute;
  top: 12px;
  right: 34px;
  background-color: #B49BC8;
  color: #12101A;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 3px;
}

.dish-link {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: #F2EDE2;
  border-bottom: 1px solid #D9A44C;
  align-self: center;
  padding-bottom: 1px;
}

.dish-link:hover {
  color: #D9A44C;
}

/* ============================================================
   CURE CLOCK STRIP  (.cureclock)
   ============================================================ */
.cureclock {
  background-color: #D9A44C;
  color: #12101A;
  border-top: 2px solid #12101A;
  border-bottom: 2px solid #12101A;
}

.cureclock-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.cureclock-glyph {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #12101A;
  position: relative;
  border: 3px solid #12101A;
}

.cureclock-glyph::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 2px;
  height: 20px;
  margin-left: -1px;
  background-color: #D9A44C;
}

.cureclock-glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #D9A44C;
}

.cureclock-text {
  flex: 1 1 340px;
  font-size: 1.12rem;
  font-weight: 700;
  color: #12101A;
  line-height: 1.5;
}

.cureclock-text em {
  font-style: normal;
  border-bottom: 3px solid #12101A;
  padding-bottom: 1px;
}

.cureclock-cta {
  flex: 0 0 auto;
  display: inline-block;
  background-color: #12101A;
  color: #D9A44C;
  padding: 14px 26px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 2px solid #12101A;
}

.cureclock-cta:hover {
  background-color: #242031;
  color: #F2EDE2;
}

/* ============================================================
   NARRATIVE SECTIONS (homepage prose blocks)
   ============================================================ */
.prose-band {
  background-color: #12101A;
  padding: 74px 0 80px;
  border-bottom: 1px solid #4A4556;
}

.prose-band.band-alt {
  background-color: #191621;
}

.prose-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}

.prose-main {
  flex: 1 1 60%;
  min-width: 300px;
}

.prose-aside {
  flex: 1 1 32%;
  min-width: 260px;
  background-color: #242031;
  border: 1px solid #4A4556;
  border-left: 4px solid #D9A44C;
  border-radius: 3px;
  padding: 26px 24px;
}

.prose-aside-title {
  font-size: 1.05rem;
  color: #D9A44C;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.prose-aside-item {
  font-size: 0.9rem;
  color: #F2EDE2;
  padding: 9px 0 9px 22px;
  border-bottom: 1px dotted #4A4556;
  position: relative;
}

.prose-aside-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #D9A44C;
}

.prose-aside-item:last-child {
  border-bottom: none;
}

.prose-h2 {
  font-size: 1.85rem;
  color: #F2EDE2;
  margin-bottom: 16px;
}

.prose-h3 {
  font-size: 1.18rem;
  color: #D9A44C;
  margin-top: 26px;
  margin-bottom: 10px;
}

.prose-p {
  font-size: 1rem;
  color: #F2EDE2;
  margin-bottom: 16px;
}

.inline-link {
  color: #D9A44C;
  border-bottom: 1px solid #D9A44C;
}

.inline-link:hover {
  color: #F2EDE2;
  border-color: #F2EDE2;
}

/* ---------- POUR LOG LEDGER ---------- */
.pourlog {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 24px;
}

.pourlog-row {
  display: grid;
  grid-template-columns: 90px 1fr 190px;
  gap: 20px;
  align-items: baseline;
  padding: 18px 16px;
  border-bottom: 1px solid #4A4556;
  background-color: #242031;
}

.pourlog-row.row-alt {
  background-color: #12101A;
}

.pourlog-no {
  font-size: 1.1rem;
  color: #D9A44C;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pourlog-name {
  font-size: 1.02rem;
  color: #F2EDE2;
}

.pourlog-note {
  font-size: 0.82rem;
  color: #B49BC8;
  text-align: right;
}

/* ============================================================
   SERVICES PAGE EXTRAS
   ============================================================ */
.services-hero {
  background-color: #191621;
  padding: 66px 0 56px;
  border-bottom: 1px solid #4A4556;
}

.services-hero-title {
  font-size: 2.7rem;
  color: #F2EDE2;
  margin-bottom: 14px;
}

.services-hero-text {
  font-size: 1.08rem;
  color: #F2EDE2;
  max-width: 760px;
}

.service-block {
  background-color: #12101A;
  padding: 58px 0;
  border-bottom: 1px solid #4A4556;
}

.service-block.block-alt {
  background-color: #191621;
}

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

.service-index {
  flex: 0 0 150px;
  background-color: #242031;
  border: 2px solid #D9A44C;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-index-code {
  font-size: 1.6rem;
  color: #D9A44C;
  font-weight: 700;
}

.service-index-label {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: #F2EDE2;
}

.service-copy {
  flex: 1 1 60%;
  min-width: 300px;
}

.service-name {
  font-size: 1.75rem;
  color: #D9A44C;
  margin-bottom: 8px;
}

.service-tagline {
  font-size: 0.92rem;
  color: #B49BC8;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.service-text {
  font-size: 1rem;
  color: #F2EDE2;
  margin-bottom: 14px;
}

.service-bullets {
  list-style: none;
  margin: 14px 0;
}

.service-bullets li {
  font-size: 0.94rem;
  color: #F2EDE2;
  padding: 7px 0 7px 24px;
  position: relative;
}

.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B49BC8;
}

/* ---------- PROCESS RAIL ---------- */
.process-band {
  background-color: #12101A;
  padding: 70px 0 78px;
}

.process-track {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.process-step {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #4A4556;
}

.process-step:last-child {
  border-bottom: none;
}

.process-marker {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #D9A44C;
  color: #12101A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.process-body {
  flex: 1 1 auto;
}

.process-name {
  font-size: 1.2rem;
  color: #F2EDE2;
  margin-bottom: 6px;
}

.process-text {
  font-size: 0.96rem;
  color: #F2EDE2;
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background-color: #242031;
  border-top: 2px solid #D9A44C;
  border-bottom: 2px solid #D9A44C;
  padding: 56px 0;
}

.cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-copy {
  flex: 1 1 55%;
  min-width: 300px;
}

.cta-title {
  font-size: 1.9rem;
  color: #D9A44C;
  margin-bottom: 10px;
}

.cta-text {
  font-size: 1rem;
  color: #F2EDE2;
}

.cta-actions {
  flex: 0 0 auto;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-band {
  background-color: #191621;
  padding: 60px 0 72px;
  border-bottom: 1px solid #4A4556;
}

.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contact-form-wrap {
  flex: 1 1 56%;
  min-width: 300px;
  background-color: #242031;
  border: 1px solid #4A4556;
  border-top: 4px solid #D9A44C;
  border-radius: 3px;
  padding: 30px 28px;
}

.contact-info-wrap {
  flex: 1 1 36%;
  min-width: 280px;
}

.contact-form-title {
  font-size: 1.6rem;
  color: #D9A44C;
  margin-bottom: 8px;
}

.contact-form-note {
  font-size: 0.9rem;
  color: #F2EDE2;
  margin-bottom: 22px;
}

.field-block {
  margin-bottom: 18px;
}

.field-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #B49BC8;
  margin-bottom: 7px;
}

.field-input {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: #F2EDE2;
  background-color: #12101A;
  border: 1px solid #4A4556;
  border-radius: 3px;
  padding: 12px 14px;
}

.field-input:focus {
  outline: none;
  border-color: #D9A44C;
}

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

.form-status {
  font-size: 0.88rem;
  color: #D9A44C;
  margin-top: 14px;
  min-height: 22px;
}

.contact-card {
  background-color: #12101A;
  border: 1px solid #4A4556;
  border-left: 4px solid #D9A44C;
  border-radius: 3px;
  padding: 22px 22px;
  margin-bottom: 20px;
}

.contact-card-title {
  font-size: 1rem;
  color: #D9A44C;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.contact-card-line {
  font-size: 0.95rem;
  color: #F2EDE2;
  margin-bottom: 6px;
}

.contact-card-line a {
  color: #F2EDE2;
  border-bottom: 1px solid #D9A44C;
}

.contact-card-line a:hover {
  color: #D9A44C;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #F2EDE2;
  padding: 7px 0;
  border-bottom: 1px dotted #4A4556;
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-time {
  color: #D9A44C;
}

/* ---------- FAQ ---------- */
.faq-band {
  background-color: #12101A;
  padding: 66px 0 76px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-item {
  background-color: #242031;
  border: 1px solid #4A4556;
  border-left: 4px solid #B49BC8;
  border-radius: 3px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #242031;
  color: #F2EDE2;
  border: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 18px 22px;
  cursor: pointer;
}

.faq-q:hover {
  color: #D9A44C;
}

.faq-a {
  font-size: 0.96rem;
  color: #F2EDE2;
  padding: 0 22px 20px;
  line-height: 1.7;
}

/* ============================================================
   STILL ROOM FOOTER  (.stillroom)
   ============================================================ */
.stillroom {
  background-color: #12101A;
  border-top: 3px solid #D9A44C;
  position: relative;
}

.stillroom-shelf {
  height: 10px;
  background-color: #4A4556;
  border-bottom: 3px solid #242031;
}

.stillroom-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px 30px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.stillroom-batchcard {
  flex: 1 1 30%;
  min-width: 260px;
  background-color: #242031;
  border: 2px solid #D9A44C;
  border-radius: 3px;
  padding: 22px 20px;
  position: relative;
}

.stillroom-brand {
  font-size: 1.3rem;
  color: #D9A44C;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.stillroom-blurb {
  font-size: 0.88rem;
  color: #F2EDE2;
  line-height: 1.65;
}

.stillroom-clock {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #B49BC8;
}

.stillroom-clock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 2px;
  height: 11px;
  margin-left: -1px;
  background-color: #D9A44C;
}

.bottle-rows {
  flex: 1 1 62%;
  min-width: 280px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.bottle-label {
  flex: 1 1 30%;
  min-width: 180px;
  background-color: #2B2639;
  border: 2px solid #4A4556;
  border-top: 5px solid #B49BC8;
  border-radius: 3px 3px 10px 10px;
  padding: 20px 18px;
}

.bottle-label-title {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: #D9A44C;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.bottle-label-link {
  display: block;
  font-size: 0.92rem;
  color: #F2EDE2;
  padding: 6px 0;
  border-bottom: 1px dotted #4A4556;
}

.bottle-label-link:last-child {
  border-bottom: none;
}

.bottle-label-link:hover {
  color: #D9A44C;
}

.stillroom-base {
  border-top: 1px solid #4A4556;
  background-color: #191621;
}

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

.stillroom-contact {
  font-size: 0.88rem;
  color: #F2EDE2;
}

.stillroom-contact a {
  color: #D9A44C;
  border-bottom: 1px solid #4A4556;
}

.stillroom-contact a:hover {
  color: #F2EDE2;
}

.stillroom-copy {
  font-size: 0.82rem;
  color: #F2EDE2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.moon-decal {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D9A44C;
  box-shadow: inset -5px 0 0 0 #191621;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .pourbench-title {
    font-size: 2.4rem;
  }

  .pourboard {
    width: 320px;
    height: 320px;
  }

  .pourboard-bottle {
    right: -18px;
    top: -18px;
  }
}

@media (max-width: 760px) {
  .phase-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .phase-row {
    display: none;
    width: 100%;
    padding-top: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .phase-row.is-open {
    display: flex;
  }

  .phaserail-inner {
    padding-bottom: 16px;
  }

  .phase-disc,
  .phase-disc.disc-two,
  .phase-disc.disc-three,
  .phase-disc.disc-four,
  .phase-disc.disc-five {
    width: 74px;
    height: 74px;
    font-size: 0.66rem;
  }

  .pourbench-title {
    font-size: 2rem;
  }

  .pourboard {
    width: 270px;
    height: 270px;
  }

  .batch-card {
    right: 0;
    bottom: -30px;
  }

  .cure-dish {
    width: 260px;
    height: 260px;
  }

  .cure-dish.stagger-b,
  .cure-dish.stagger-c {
    margin-top: 16px;
  }

  .pourlog-row {
    grid-template-columns: 60px 1fr;
  }

  .pourlog-note {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .pourbench-title {
    font-size: 1.7rem;
  }

  .pourboard {
    width: 240px;
    height: 240px;
  }

  .cure-dish {
    width: 100%;
    height: auto;
    border-radius: 18px;
    padding: 28px 22px;
  }

  .cure-dish::before {
    border-radius: 12px;
  }

  .section-title {
    font-size: 1.7rem;
  }
}
