/* Xianning Kangjuru E-commerce Co., Ltd. — Health Pantry and Herbal Market theme */
/* DARK orchard-night theme with amber-orchard accents */

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

body {
  font-size: 16px;
  line-height: 1.75;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #12100D;
  color: #CCC7BB;
  overflow-x: hidden;
}

a {
  color: #D98E3B;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: #F6F1E2;
  border-color: #D98E3B;
}

img {
  max-width: 100%;
}

.home-page {
  max-width: 100%;
  overflow-x: hidden;
}

/* ============ HERB-BUNDLE NAV ============ */
.herbbundle-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #201B14;
  width: 100%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.herbbundle-nav .twine-strip {
  height: 16px;
  background-color: #0C0A07;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 6vw;
  border-bottom: 1px solid #322B22;
  overflow: hidden;
}

.herbbundle-nav .bundle {
  width: 34px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.herbbundle-nav .bundle .leaf {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 5px;
}

.herbbundle-nav .bundle .leaf.l1 { border-bottom: 14px solid #6E7A4A; bottom: 2px; left: 9px; }
.herbbundle-nav .bundle .leaf.l2 { border-bottom: 11px solid #6E7A4A; bottom: 7px; left: 1px; transform: rotate(-18deg); }
.herbbundle-nav .bundle .leaf.l3 { border-bottom: 11px solid #6E7A4A; bottom: 7px; left: 18px; transform: rotate(18deg); }
.herbbundle-nav .bundle .knot {
  width: 8px;
  height: 8px;
  background-color: #8C8172;
  border-radius: 50%;
  position: absolute;
  bottom: 15px;
  left: 13px;
  z-index: 2;
}
.herbbundle-nav .bundle .stem {
  width: 2px;
  height: 8px;
  background-color: #8C8172;
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 5vw 18px;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 21px;
  color: #F6F1E2;
}

.jujube-glyph {
  width: 14px;
  height: 14px;
  border-radius: 45% 55% 55% 45% / 60% 45% 55% 40%;
  background-color: #B84A3C;
  position: relative;
  display: inline-block;
  transform: rotate(-12deg);
}

.jujube-glyph::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -1px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #6E7A4A;
  border-radius: 0 50% 50% 50%;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 600;
}

.nav-links a {
  color: #CCC7BB;
  padding: 6px 10px;
  position: relative;
  border: none;
}

.nav-links a:hover {
  color: #F6F1E2;
  border: none;
}

.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background-color: #D98E3B;
}

.nav-links .dot {
  color: #D98E3B;
  font-size: 8px;
  display: inline-block;
  padding: 0;
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid #6E7A4A;
  color: #CCC7BB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 14px;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #282117;
}

/* ============ HERO ============ */
.pantryscale-hero {
  width: 100%;
  background-color: #12100D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 5vw 80px;
  gap: 30px;
  min-height: 600px;
}

.hero-text {
  flex: 1 1 52%;
  min-width: 320px;
  animation: none;
}

.eyebrow {
  display: inline-block;
  background-color: #D98E3B;
  color: #201B14;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 14px;
  margin-bottom: 22px;
}

.hero-text h1 {
  font-size: 52px;
  line-height: 1.08;
  color: #F6F1E2;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 22px;
}

.hero-text h1 .accent {
  color: #D98E3B;
}

.hero-copy {
  color: #8C8172;
  font-size: 19px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 30px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 28px;
  cursor: pointer;
  border: none;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.btn-primary {
  background-color: #D98E3B;
  color: #12100D;
}

.btn-primary:hover {
  background-color: #F6F1E2;
  color: #201B14;
  border: none;
}

.btn-secondary {
  background-color: transparent;
  color: #B84A3C;
  border: 1px solid #B84A3C;
}

.btn-secondary:hover {
  background-color: #B84A3C;
  color: #F6F1E2;
  border-color: #B84A3C;
}

/* CSS Pantry still-life */
.pantry-art {
  flex: 1 1 40%;
  min-width: 340px;
  position: relative;
  height: 560px;
  max-width: 520px;
}

.pantry-art .art-canvas {
  position: absolute;
  inset: 0;
}

/* wooden crate of jujubes */
.crate {
  position: absolute;
  left: 3%;
  bottom: 6%;
  width: 46%;
  height: 30%;
  background: repeating-linear-gradient(
    0deg, #201B14 0px, #201B14 6px, #282117 6px, #282117 12px
  );
  border: 2px solid #322B22;
  border-radius: 4px;
}

.crate .jujube-heap {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 6%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #C05A4B, #B84A3C 60%, #8F3529);
}

.crate .jujube-heap::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 20%;
  width: 22%;
  height: 14%;
  background: radial-gradient(circle, #D98E3B, #B84A3C);
  border-radius: 50%;
}

.crate .jujube-heap::after {
  content: "";
  position: absolute;
  left: 55%;
  bottom: 10%;
  width: 28%;
  height: 18%;
  background: radial-gradient(circle, #D98E3B, #B84A3C);
  border-radius: 50%;
}

.crate .scoop {
  position: absolute;
  right: -14%;
  top: -40%;
  width: 40%;
  height: 34%;
  background-color: #B8892B;
  border-radius: 6px 6px 20px 20px;
  transform: rotate(-18deg);
  box-shadow: inset 0 6px 0 rgba(0, 0, 0, 0.25);
}

.crate .scoop::before {
  content: "";
  position: absolute;
  left: 46%;
  top: 100%;
  width: 4px;
  height: 55%;
  background-color: #201B14;
}

/* honey jar with dipper */
.honeyjar {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 16%;
  height: 40%;
}

.honeyjar .jar-body {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  top: 18%;
  background-color: #D98E3B;
  border: 2px solid #F6F1E2;
  border-radius: 6px 6px 16px 16px;
  filter: saturate(0.85);
}

.honeyjar .jar-lid {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 8%;
  height: 14%;
  background-color: #201B14;
  border-radius: 4px 4px 6px 6px;
}

.honeyjar::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: 2%;
  height: 5%;
  background-color: #8C8172;
}

.honeyjar .dipper {
  position: absolute;
  top: 4%;
  left: 88%;
  width: 8px;
  height: 55%;
  background-color: #B8892B;
  border-radius: 4px;
  transform: rotate(14deg);
}

.honeyjar .dipper::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -12px;
  width: 30px;
  height: 26px;
  background-color: #D98E3B;
  border-radius: 0 0 50% 50%;
  border: 2px solid #8C8172;
}

/* hanging herb bundle on hook */
.hanging-herb {
  position: absolute;
  top: 12%;
  left: 22%;
  width: 70px;
  height: 120px;
}

.hanging-herb .hook {
  position: absolute;
  left: 34px;
  top: 0;
  width: 6px;
  height: 18px;
  background-color: #8C8172;
  border-radius: 4px;
}

.hanging-herb .bow {
  position: absolute;
  left: 28px;
  top: 16px;
  width: 18px;
  height: 18px;
  background-color: #D98E3B;
  border-radius: 50%;
}

.hanging-herb .bow::before,
.hanging-herb .bow::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 16px;
  height: 14px;
  background-color: #B84A3C;
}
.hanging-herb .bow::before { left: -10px; transform: skewX(-18deg); border-radius: 4px; }
.hanging-herb .bow::after { right: -10px; transform: skewX(18deg); border-radius: 4px; }

.hanging-herb .herb-leaves {
  position: absolute;
  left: 24px;
  top: 34px;
  width: 0;
  height: 0;
}

.hanging-herb .hl {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 20px solid #6E7A4A;
}
.hanging-herb .hl1 { left: -2px; top: 0; }
.hanging-herb .hl2 { left: -14px; top: 14px; transform: rotate(-24deg); }
.hanging-herb .hl3 { left: 10px; top: 14px; transform: rotate(24deg); }
.hanging-herb .hl4 { left: -6px; top: 34px; }

.hanging-herb .stemline {
  position: absolute;
  left: 33px;
  top: 30px;
  height: 66px;
  width: 2px;
  background-color: #8C8172;
}

/* brass scale with goji berries */
.scale {
  position: absolute;
  left: 8%;
  top: 10%;
  width: 24%;
  height: 26%;
}

.scale .base {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 18%;
  background: linear-gradient(180deg, #D98E3B, #8C8172);
  border-radius: 8px;
}

.scale .post {
  position: absolute;
  left: 48%;
  bottom: 15%;
  width: 6%;
  height: 70%;
  background: linear-gradient(180deg, #F6F1E2, #D98E3B);
}

.scale .beam {
  position: absolute;
  left: -6%;
  right: -6%;
  top: 6%;
  height: 5px;
  background: linear-gradient(90deg, #D98E3B, #F6F1E2, #D98E3B);
}

.scale .pan {
  position: absolute;
  left: 5%;
  top: 16%;
  width: 34%;
  height: 10%;
  background-color: #F6F1E2;
  border-radius: 50% 50% 4px 4px / 50% 50% 40% 40%;
  border: 2px solid #D98E3B;
}

.scale .pan::after {
  content: "";
  position: absolute;
  left: 22%;
  top: -52%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, #B84A3C 20%, transparent 40%), radial-gradient(circle, #B84A3C 20%, transparent 40%), radial-gradient(circle, #B84A3C 18%, transparent 38%);
  background-position: 0 0, 40% 10%, 80% 0;
  background-size: 40% 70%;
  background-repeat: no-repeat;
}

.scale .weight {
  position: absolute;
  right: 8%;
  top: 12%;
  width: 18%;
  height: 42%;
  background: linear-gradient(180deg, #8C8172, #6E7A4A);
  border-radius: 3px;
  transform: rotate(-15deg);
}

/* tea tin with open lid */
.teatin {
  position: absolute;
  right: 6%;
  top: 12%;
  width: 20%;
  height: 30%;
  background: linear-gradient(180deg, #6E7A4A, #282117);
  border: 2px solid #322B22;
  border-radius: 6px 6px 3px 3px;
}

.teatin .tin-lid {
  position: absolute;
  left: -14%;
  top: -16%;
  width: 128%;
  height: 18%;
  background-color: #6E7A4A;
  border-radius: 6px;
  border: 2px solid #201B14;
}

.teatin .leaf-scoop {
  position: absolute;
  left: 88%;
  top: -4%;
  width: 40%;
  height: 30%;
  background-color: #B8892B;
  border-radius: 0 0 50% 50%;
}

.teatin .leaf-scoop::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 20%;
  width: 60%;
  height: 40%;
  background: radial-gradient(circle, #6E7A4A, #4A5433);
  transform: rotate(12deg);
  border-radius: 50%;
}

/* subscription box with ribbon */
.subscribox {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 34%;
  height: 26%;
  background-color: #201B14;
  border: 2px solid #322B22;
  border-radius: 8px;
}

.subscribox .ribbon {
  position: absolute;
  left: 12%;
  right: 12%;
  top: -6%;
  height: 14%;
  background-color: #B84A3C;
  transform: rotate(-6deg);
}

.subscribox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12%;
  width: 10%;
  height: 126%;
  background-color: #B84A3C;
  transform: translateX(-50%);
  border-radius: 4px;
}

/* teapot steam */
.teapot {
  position: absolute;
  left: 30%;
  bottom: -2%;
  width: 34%;
  height: 26%;
}

.teapot .pot-body {
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: 0;
  top: 20%;
  background-color: #E7E2D5;
  border-radius: 46% 10% 10% 50% / 42%;
}

.teapot .spout {
  position: absolute;
  left: 4%;
  top: 22%;
  width: 12%;
  height: 26%;
  border-radius: 50% 0 0 50%;
  border-left: 4px solid #8C8172;
}

.teapot .lid {
  position: absolute;
  left: 20%;
  top: 16%;
  width: 30%;
  height: 8%;
  background-color: #E7E2D5;
  border-radius: 6px 6px 0 0;
}

.teapot .steam {
  position: absolute;
  right: 2%;
  top: -22%;
  width: auto;
}

.teapot .steam span {
  display: block;
  width: 3px;
  height: 16px;
  background-color: #CCC7BB;
  border-radius: 3px;
  margin: 2px 0;
  animation: none;
}

.teapot .cup1 {
  position: absolute;
  right: -6%;
  bottom: 8%;
  width: 14%;
  height: 22%;
  background-color: #E7E2D5;
  border-radius: 0 0 6px 6px;
}

.teapot .cup2 {
  position: absolute;
  right: 10%;
  bottom: 2%;
  width: 13%;
  height: 20%;
  background-color: #E7E2D5;
  border-radius: 0 0 6px 6px;
}

/* wellness receipt card */
.receipt {
  position: absolute;
  right: 14%;
  top: 42%;
  width: 26%;
  height: 20%;
  background-color: #F6F1E2;
  border-radius: 4px;
  transform: rotate(4deg);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.receipt .rec-line {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #8C8172;
}

.receipt .rl1 { top: 20%; }
.receipt .rl2 { top: 38%; }
.receipt .rl3 { top: 56%; }
.receipt .rl4 { top: 74%; }

.receipt .rec-total {
  position: absolute;
  right: 8%;
  bottom: 10%;
  width: 34%;
  height: 3px;
  background-color: #B84A3C;
}

/* moon calendar card */
.mooncard {
  position: absolute;
  left: 48%;
  top: 6%;
  width: 30%;
  height: 24%;
  background-color: #201B14;
  border: 2px solid #322B22;
  border-radius: 6px;
  transform: rotate(-4deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.mooncard .moon {
  position: absolute;
  left: 12%;
  top: 18%;
  width: 22%;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #F6F1E2 42%, #6E7A4A 44%, #282117 55%);
}

.mooncard .thin-moon {
  position: absolute;
  left: 46%;
  top: 24%;
  width: 14%;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle at 55% 40%, #282117 40%, #F6F1E2 42%);
}

.mooncard .ticks {
  position: absolute;
  right: 14%;
  top: 26%;
  width: 14px;
  height: 62%;
  background: repeating-linear-gradient(
    to bottom,
    #B84A3C 0px,
    #B84A3C 3px,
    #201B14 3px,
    #201B14 13px
  );
}

/* ============ SECTIONS ============ */
.blendrows {
  width: 100%;
  background-color: #12100D;
  padding: 80px 0;
}

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

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-head .kicker {
  font-family: Arial, Helvetica, sans-serif;
  color: #D98E3B;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.section-head h2 {
  color: #F6F1E2;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-head p {
  color: #8C8172;
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 18px;
}

.blend-row {
  display: flex;
  align-items: center;
  gap: 28px;
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 6px;
  padding: 26px 28px;
  margin-bottom: 12px;
}

.blend-row:last-child {
  margin-bottom: 0;
}

.jar-tag {
  flex: 0 0 130px;
  text-align: center;
}

.jar-tag .jar {
  width: 44px;
  height: 64px;
  margin: 0 auto 8px;
  border: 1px solid #6E7A4A;
  background-color: #282117;
  border-radius: 4px 4px 10px 10px;
  position: relative;
}

.jar-tag .jar::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -1px;
  width: 44px;
  height: 12px;
  background-color: #322B22;
  border: 1px solid #6E7A4A;
  border-radius: 2px;
}

.jar-tag .jar label {
  position: absolute;
  left: 6px;
  right: 6px;
  top: 20px;
  height: 22px;
  background-color: #F6F1E2;
  border-radius: 2px;
}

.jar-tag .jar-label {
  font-family: Arial, Helvetica, sans-serif;
  color: #D98E3B;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jar-tag .batch {
  font-family: "Courier New", monospace;
  color: #8C8172;
  font-size: 12px;
  margin-top: 4px;
}

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

.blend-body h3 {
  color: #F6F1E2;
  font-size: 24px;
  margin-bottom: 8px;
}

.blend-body p {
  color: #CCC7BB;
  font-size: 16px;
}

.serve-meter {
  flex: 0 0 150px;
  text-align: right;
}

.serve-meter .meter-label {
  font-family: Arial, Helvetica, sans-serif;
  color: #8C8172;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}

.serve-meter .gauge {
  width: 130px;
  height: 8px;
  background-color: #282117;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
}

.serve-meter .gauge .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #D98E3B;
  border-radius: 4px;
}

.serve-meter .gauge .jujube-tick {
  position: absolute;
  top: -4px;
  width: 6px;
  height: 16px;
  background-color: #B84A3C;
  border-radius: 2px;
}

/* pantry metric band */
.metric-band {
  width: 100%;
  background-color: #282117;
  padding: 60px 0;
  border-top: 1px solid #322B22;
  border-bottom: 1px solid #322B22;
}

.metric-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.metric {
  flex: 1 1 180px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.metric + .metric::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #B84A3C;
}

.metric .num {
  font-family: Georgia, "Times New Roman", serif;
  color: #D98E3B;
  font-size: 52px;
  font-weight: 700;
  display: block;
}

.metric .num .count-num {
  display: inline-block;
}

.metric .label {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCC7BB;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 6px;
  display: block;
}

/* statement band */
.statement {
  width: 100%;
  background-color: #201B14;
  padding: 90px 0;
}

.statement .statement-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  border-left: 4px solid #B84A3C;
  text-align: left;
  padding-left: 34px;
}

.statement p.quote-text {
  color: #F6F1E2;
  font-size: 30px;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.statement p.quote-text span {
  color: #F6F1E2;
}

.statement .quote-inner {
  color: #F6F1E2;
  font-size: 30px;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", serif;
}

.statement .quote-inner em {
  color: #D98E3B;
  font-style: normal;
}

.statement .attrib {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #8C8172;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CTA band */
.cta-band {
  width: 100%;
  background-color: #12100D;
  padding: 90px 0;
  text-align: center;
}

.cta-band h2 {
  color: #D98E3B;
  font-size: 40px;
  margin-bottom: 18px;
}

.cta-band p {
  color: #8C8172;
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto 34px;
}

/* ============ SERVICES PAGE ============ */
.secondary-hero {
  background-color: #12100D;
  padding: 90px 0 60px;
  text-align: center;
}

.secondary-hero h1 {
  color: #F6F1E2;
  font-size: 46px;
  line-height: 1.15;
}

.secondary-hero p {
  color: #8C8172;
  font-size: 19px;
  max-width: 720px;
  margin: 16px auto 0;
}

.secondary-content {
  width: 100%;
  background-color: #12100D;
  padding: 60px 0 90px;
}

/* process */
.process-overview {
  background-color: #282117;
  border: 1px solid #322B22;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 60px;
}

.process-overview h2 {
  color: #D98E3B;
  font-size: 30px;
  margin-bottom: 26px;
  text-align: center;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.process-step {
  flex: 1 1 150px;
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 6px;
  padding: 22px 18px;
  text-align: center;
}

.process-step .pnum {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D98E3B;
  color: #12100D;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}

.process-step p {
  color: #CCC7BB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

/* service feature section */
.amber-note {
  background-color: #6E7A4A;
  padding: 30px 40px;
  color: #12100D;
  margin: 26px 0 50px;
  border-left: 6px solid #B84A3C;
}

.amber-note h2 {
  color: #12100D;
  font-size: 26px;
  margin-bottom: 10px;
}

.amber-note p {
  color: #1a1610;
  font-size: 17px;
  max-width: 800px;
}

/* ============ CONTACT PAGE ============ */
.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.contact-form-col {
  flex: 1 1 45%;
  min-width: 320px;
}

.contact-form-col h2 {
  color: #F6F1E2;
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-form-col p.intro {
  color: #8C8172;
  margin-bottom: 28px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #CCC7BB;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 13px 15px;
  background-color: #201B14;
  border: 1px solid #322B22;
  color: #F6F1E2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  border-radius: 4px;
}

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

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #D98E3B;
}

.contact-info-col {
  flex: 1 1 45%;
  min-width: 320px;
}

.contact-info-col h2 {
  color: #F6F1E2;
  font-size: 30px;
  margin-bottom: 20px;
}

.info-card {
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 18px;
}

.info-card h3 {
  color: #D98E3B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-card p {
  color: #CCC7BB;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  color: #CCC7BB;
  padding: 6px 0;
  border-bottom: 1px solid #322B22;
  font-size: 15px;
}

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

/* small faq */
.small-faq {
  margin-top: 36px;
}

.small-faq h2 {
  color: #F6F1E2;
  font-size: 26px;
  margin-bottom: 16px;
}

.faq-item {
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-item button.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 22px;
  color: #F6F1E2;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item button.faq-q .faq-arrow {
  color: #D98E3B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  transition: transform 0.2s ease;
}

.faq-item.open button.faq-q .faq-arrow {
  transform: rotate(90deg);
}

.faq-item .faq-a {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-a {
  padding: 0 22px 20px;
  max-height: 300px;
}

.faq-item .faq-a p {
  color: #CCC7BB;
}

.form-note {
  margin-top: 14px;
  font-size: 15px;
  color: #8C8172;
}

.form-note a {
  border: none;
}

/* ============ FOOTER (TEA-SHELF) ============ */
.teashelf-footer {
  width: 100%;
  background-color: #0C0A07;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.tin-lid-strip {
  height: 16px;
  background-color: #201B14;
  border-top: 1px solid #322B22;
  border-bottom: 1px solid #322B22;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  overflow: hidden;
  padding: 0 20px;
}

.tin-lid-strip .tl {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #6E7A4A;
  border-radius: 0 0 0 0;
  position: relative;
}

.tin-lid-strip .tl::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 6px;
  height: 2px;
  background-color: #282117;
}

.tin-lid-strip .amber-dot {
  width: 8px;
  height: 8px;
  background-color: #D98E3B;
  border-radius: 50%;
}

.footer-stack {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px 48px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-wordmark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #F6F1E2;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-bottom: 30px;
}

.footer-links a {
  color: #CCC7BB;
  border: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: #D98E3B;
}

.teapot-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 10px auto 28px;
}

.teapot-divider .td-teapot {
  width: 0;
  height: 0;
}

.teapot-divider .mini-teapot {
  width: 34px;
  height: 22px;
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 6px 3px 4px 4px;
  position: relative;
}

.teapot-divider .mini-teapot::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;
  width: 12px;
  height: 8px;
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.teapot-divider .mini-teapot::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #322B22;
  border-right: 2px solid #322B22;
  border-radius: 0 50% 0 0;
}

.teapot-divider .steamcurl {
  width: 2px;
  height: 12px;
  background-color: #CCC7BB;
  border-radius: 2px;
  margin-top: 6px;
  position: relative;
}

.teapot-divider .dot-j {
  width: 7px;
  height: 7px;
  background-color: #B84A3C;
  border-radius: 50%;
}

.teapot-divider .dot-a {
  width: 7px;
  height: 7px;
  background-color: #D98E3B;
  border-radius: 50%;
}

.teapot-divider .dt-cup {
  width: 12px;
  height: 10px;
  background-color: #201B14;
  border: 1px solid #322B22;
  border-radius: 0 0 4px 4px;
  transform: translateY(2px);
}

.footer-legal {
  color: #8C8172;
  font-size: 14px;
  line-height: 2;
  max-width: 720px;
  margin: 0 auto;
}

/* fade-up reveal */
.fade-up {
  opacity: 1;
  transform: none;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .fade-up {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible {
    opacity: 1;
    transform: none;
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .pantryscale-hero {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }

  .pantry-art {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    height: 440px;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .blend-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .jar-tag {
    flex: 0 0 auto;
  }

  .serve-meter {
    flex: 0 0 auto;
    text-align: center;
  }

  .serve-meter .gauge {
    margin: 0 auto;
  }

  .process-steps {
    flex-direction: column;
  }

  .metric {
    flex: 1 1 40%;
  }

  .metric + .metric::before {
    display: none;
  }
}

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

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    border-top: 1px solid #322B22;
    gap: 4px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .nav-links .dot {
    display: none;
  }

  .nav-row {
    align-items: center;
  }

  .twine-strip {
    display: none;
  }

  .metric-grid {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .metric {
    flex: 0 0 auto;
    min-width: 220px;
  }

  .statement .statement-inner {
    padding-left: 20px;
  }

  .contact-wrap {
    flex-direction: column;
  }
}
