/* =========================================================================
   Weihuang Trading Co., Ltd. - General Store Larder Theme (LIGHT)
   Palette: porcelain-eggshell #F4F6F3 / pine-ink #2F3A33 / huang-madder
   #C2622A / sage-cabinet #55705C / glaze-cream #FBFAF4 / larder-tin #6E7B72
   / hairline #DDE2D8. No gradients on text, no semi-transparent colors.
   ========================================================================= */

:root {
  --eggshell: #F4F6F3;
  --pine-ink: #2F3A33;
  --madder: #C2622A;
  --madder-deep: #A84D1E;
  --sage: #55705C;
  --sage-deep: #3F5747;
  --cream: #FBFAF4;
  --tin: #6E7B72;
  --hairline: #DDE2D8;
  --oat: #EFE9D8;
  --basin: #C2622A;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F4F6F3;
  color: #2F3A33;
  line-height: 1.7;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

/* ---------------- Awning Stripe Nav (.awning-nav) ---------------- */
.awning-nav {
  background-color: #FBF4F4;
}
.awning-nav-inner {
  background-color: #EBE7E0;
}
/* decorative scalloped awning strip detail */
.awning-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.awning-strip {
  height: 14px;
  line-height: 0;
  overflow: hidden;
  background-image: repeating-linear-gradient(
    90deg,
    #C2622A 0px,
    #C2622A 26px,
    #FBFAF4 26px,
    #FBFAF4 52px
  );
}
.awning-strip::after {
  content: "";
  display: block;
  height: 14px;
  background-image: radial-gradient(circle at 50% -8px, #C2622A 0 8px, transparent 9px);
  background-size: 26px 14px;
  margin-top: 0;
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #FBFAF4;
  border-bottom: 1px solid #DDE2D8;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #55705C;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.basin-glyph {
  width: 34px;
  height: 20px;
  border-radius: 0 0 50% 50%;
  background-color: #C2622A;
  border: 2px solid #55705C;
  border-top: none;
  position: relative;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  color: #2F3A33;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}
.nav-links a {
  font-variant: small-caps;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: none;
  padding: 6px 10px;
}
.nav-links a + a::before {
  content: "\00b7";
  color: #C2622A;
  margin: 0 6px;
}
.nav-links a:hover {
  text-decoration: underline;
  text-decoration-color: #55705C;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.nav-toggle {
  display: none;
  cursor: pointer;
  background: none;
  border: 1px solid #55705C;
  color: #2F3A33;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 4px;
}
.nav-toggle:hover {
  background: #FBF4F4;
  border-bottom-color: #EBE7E0;
}

/* ---------------- Larder-Shelf Hero (.larder-hero) ---------------- */
.larder-hero {
  background: linear-gradient(#FBFAF4, #F4F6F3);
  color: #2F3A33;
  position: relative;
  padding-bottom: 30px;
}
.hero-stack {
  text-align: center;
  padding: 72px 24px 46px;
}
.hero-eyebrow {
  display: inline-block;
  background-color: #55705C;
  color: #FBFAF4;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 30px;
  margin-bottom: 26px;
}
.hero-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  color: #2F3A33;
  margin-bottom: 22px;
}
.hero-title .accent {
  color: #C2622A;
}
.hero-sub {
  max-width: 720px;
  margin: 0 auto 34px;
  color: #35443C;
  font-size: 18px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 14px 30px;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  font-weight: 600;
}
.btn-primary {
  background-color: #C2622A;
  color: #FBFAF4;
  border-color: #C2622A;
}
.btn-primary:hover {
  background-color: #A84D1E;
  border-color: #A84D1E;
}
.btn-outline {
  background-color: transparent;
  color: #55705C;
  border-color: #55705C;
}
.btn-outline:hover {
  background-color: #55705C;
  color: #FBFAF4;
}

/* CSS Larder Shelf Scene */
.larder-scene {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 24px 40px;
  background-color: #F4F6F3;
  overflow: hidden;
}
.shelf-rail {
  background: linear-gradient(#6E7B72, #55705C);
  height: 10px;
  border-radius: 4px;
  margin-top: 28px;
  position: relative;
}
.shelf-rail::before,
.shelf-rail::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3F5747;
  transform: translateY(-50%);
}
.shelf-rail::before { left: 18%; }
.shelf-rail::after { right: 18%; }
.shelf-upper {
  margin-top: 30px;
}
.shelf-goods {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 12px;
  margin-top: 8px;
  padding: 0 10px;
}
.enamel-basin {
  width: 90px;
  height: 40px;
  border-radius: 0 0 50% 50%;
  background-color: #C2622A;
  border: 3px solid #55705C;
  border-top: none;
}
.canister-tall {
  width: 44px;
  height: 78px;
  background-color: #55705C;
  border-radius: 4px 4px 8px 8px;
  position: relative;
}
.canister-mid {
  width: 40px;
  height: 60px;
  background-color: #6E7B72;
  border-radius: 4px 4px 8px 8px;
  position: relative;
}
.canister-short {
  width: 40px;
  height: 48px;
  background-color: #C2622A;
  border-radius: 4px 4px 8px 8px;
  position: relative;
}
.canister-tall::before,
.canister-mid::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  right: 4px;
  height: 8px;
  background-color: #C2622A;
  border-radius: 3px;
}
.canister-short::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  right: 4px;
  height: 7px;
  background-color: #55705C;
  border-radius: 3px;
}
.grain-sack {
  width: 54px;
  height: 66px;
  background-color: #EFE9D8;
  border-radius: 6px 6px 10px 10px;
  transform: rotate(-6deg);
  position: relative;
  border: 1px solid #DDE2D8;
}
.grain-sack::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  right: 8px;
  height: 14px;
  background: repeating-linear-gradient(
    to right,
    #6E7B72 0 4px,
    #EFE9D8 4px 10px
  );
  transform: rotate(6deg);
  border-radius: 3px;
}
.small-appliance {
  width: 64px;
  height: 46px;
  background-color: #55705C;
  border-radius: 6px;
  position: relative;
}
.small-appliance::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #FBFAF4;
  border-radius: 50%;
}
.towel-pair {
  display: flex;
  gap: 3px;
}
.towel-a {
  width: 34px;
  height: 52px;
  background-color: #C2622A;
  border-radius: 3px;
}
.towel-b {
  width: 34px;
  height: 52px;
  background-color: #6E7B72;
  border-radius: 3px;
}
.shelf-lower {
  margin-top: 26px;
}

/* ---------------- Canister Stack (.canister-stack) ---------------- */
.canister-section {
  background-color: #FBFAF4;
  padding-bottom: 10px;
}
.canister-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 30px;
  text-align: center;
}
.section-eyebrow {
  color: #55705C;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.canister-head h2 {
  color: #3F5747;
  font-size: 34px;
  margin-bottom: 14px;
}
.canister-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #35443C;
}
.stack-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.canister-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #DDE2D8;
  background-color: #FFFFFF;
  padding: 22px 22px 22px 26px;
  gap: 24px;
  position: relative;
}
.can-row-indent-1 { margin-left: 20px; }
.can-row-indent-2 { margin-left: 40px; }
.can-edge {
  width: 64px;
  border-radius: 6px 6px 10px 10px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
}
.can-edge-madder { background-color: #E8C4A6; }
.can-edge-sage { background-color: #CFDBD1; }
.can-edge-tin { background-color: #D9DEDB; }
.can-edge::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  height: 6px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.can-edge::after {
  content: attr(data-label);
  position: absolute;
  top: 30px;
  left: 14px;
  width: 36px;
  height: 22px;
  background-color: #FBFAF4;
  border: 1px solid #C9CEC6;
  color: #3F5747;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
}
.canister-body {
  flex: 1;
  color: #35443C;
}
.canister-body h3 {
  color: #2F3A33;
  font-size: 22px;
  margin-bottom: 8px;
}
.canister-body p {
  line-height: 1.75;
}
.price-tag {
  flex-shrink: 0;
  align-self: flex-end;
  position: relative;
  padding-top: 10px;
  text-align: center;
}
.price-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 12px;
  background-color: #6E7B72;
}
.price-tag span {
  display: inline-block;
  background-color: #E8C4A6;
  color: #7A3D14;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 3px;
  transform: rotate(-6deg);
  border: 1px solid #C2622A;
}

/* ---------------- Aisle Metric Band ---------------- */
.aisle-band {
  background-color: #55705C;
  color: #FBFAF4;
}
.aisle-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.metric {
  text-align: center;
  border-right: 1px solid #92A39A;
}
.metric:last-child {
  border-right: none;
}
.metric .num {
  font-size: 48px;
  font-weight: 700;
  color: #FBFAF4;
}
.metric .lab {
  margin-top: 6px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E5EBE6;
}

/* ---------------- Statement Band ---------------- */
.statement-band {
  background-color: #F4F6F3;
}
.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 24px;
  border-left: 4px solid #C2622A;
  padding-left: 40px;
}
.statement-inner p {
  font-size: 24px;
  line-height: 1.7;
  color: #2F3A33;
  font-style: italic;
}
.statement-inner .attr {
  margin-top: 18px;
  font-style: normal;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3F5747;
}

/* ---------------- CTA Band ---------------- */
.cta-band {
  background-color: #FBFAF4;
}
.cta-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 70px 24px;
  text-align: center;
}
.cta-inner h2 {
  color: #3F5747;
  font-size: 32px;
  margin-bottom: 14px;
}
.cta-inner p {
  color: #35443C;
  margin-bottom: 28px;
  font-size: 17px;
}

/* ---------------- Grain-Sack Footer (.sack-footer) ---------------- */
.sack-footer {
  background-color: #55705C;
  color: #FBFAF4;
  position: relative;
  z-index: 1;
}
.stitched-hem {
  height: 12px;
  background-color: #FBFAF4;
  border: 2px solid #55705C;
  border-left: none;
  border-right: none;
  background-image: repeating-linear-gradient(
    to right,
    #55705C 0 8px,
    transparent 8px 16px
  );
  background-size: 16px 2px;
  background-position: 0 5px;
  background-repeat: repeat-x;
}
.footer-inner {
  padding: 44px 24px 34px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FBFAF4;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 22px;
}
.footer-brand .basin-glyph {
  background-color: #FBFAF4;
  border-color: #C2622A;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 26px;
  color: #FBFAF4;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-links a:hover {
  color: #F0C9A6;
  text-decoration: underline;
}
.canister-trio {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
}
.canister-mini {
  width: 14px;
  height: 22px;
  border-radius: 3px 3px 5px 5px;
}
.canister-mini.madder { background-color: #C2622A; }
.canister-mini.cream { background-color: #FBFAF4; }
.legal-line {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #E5EBE6;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

/* ---------------- Shared secondary page (services/contact) ---------------- */
.page-hero {
  background-color: #FBFAF4;
}
.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  border-bottom: 1px solid #DDE2D8;
}
.page-hero h1 {
  font-size: 40px;
  color: #2F3A33;
  margin-bottom: 14px;
}
.page-hero p {
  max-width: 720px;
  color: #35443C;
  font-size: 17px;
}
.content-section {
  background-color: #F4F6F3;
  color: #2F3A33;
}
.content-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 24px;
}
.content-block h2 {
  color: #3F5747;
  font-size: 28px;
  margin-bottom: 14px;
}
.content-block p {
  color: #35443C;
  max-width: 820px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.content-block h3 {
  color: #2F3A33;
  font-size: 20px;
  margin: 26px 0 8px;
}
.content-block ul {
  max-width: 820px;
  margin: 10px 0 20px;
}
.content-block ul li {
  color: #35443C;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}
.content-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background-color: #C2622A;
  border-radius: 50%;
}
.proc-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 26px;
}
.proc-step {
  flex: 1 1 180px;
  background-color: #FFFFFF;
  border: 1px solid #DDE2D8;
  border-top: 3px solid #55705C;
  padding: 20px;
}
.proc-step b {
  color: #3F5747;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.proc-step p {
  color: #35443C;
  margin-bottom: 0;
  font-size: 15px;
}

/* ---------------- Contact page ---------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  margin-top: 12px;
}
.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #DDE2D8;
  padding: 30px;
}
.form-field {
  margin-bottom: 18px;
}
.form-field label {
  display: block;
  color: #3F5747;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #C9CEC6;
  border-radius: 4px;
  color: #2F3A33;
  background-color: #FBFAF4;
  font-family: Georgia, serif;
  font-size: 15px;
}
.form-field textarea {
  min-height: 130px;
  resize: vertical;
}
.form-msg {
  margin-top: 14px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
  display: none;
}
.form-msg.ok {
  display: block;
  background-color: #DFE9DF;
  color: #3F5747;
  border: 1px solid #92A39A;
}
.form-msg.err {
  display: block;
  background-color: #E8D2C2;
  color: #7A3D14;
  border: 1px solid #C2622A;
}
.contact-info h3 {
  color: #3F5747;
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-info p {
  color: #35443C;
  margin-bottom: 14px;
  line-height: 1.8;
}
.contact-info .info-item {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDE2D8;
}
.info-item .lbl {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #55705C;
  display: block;
  margin-bottom: 4px;
}
.info-item .val {
  color: #2F3A33;
}
.accordion {
  margin-top: 18px;
}
.acc-item {
  border: 1px solid #DDE2D8;
  margin-bottom: 10px;
  background-color: #FFFFFF;
}
.acc-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 16px 20px;
  font-family: Georgia, serif;
  font-size: 16px;
  color: #2F3A33;
  font-weight: 700;
  cursor: pointer;
}
.acc-q:hover {
  color: #A84D1E;
}
.acc-a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #35443C;
}
.acc-item.open .acc-a {
  max-height: 400px;
  padding: 0 20px 18px;
}

/* ---------------- fade-up scroll reveal (safe without JS) ---------------- */
.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(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
noscript .fade-up {
  opacity: 1 !important;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  .aisle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .metric:nth-child(2) {
    border-right: none;
  }
  .metric:nth-child(n+3) {
    border-top: 1px solid #92A39A;
    padding-top: 24px;
    border-right: none;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .canister-row {
    flex-direction: column;
  }
  .can-row-indent-1,
  .can-row-indent-2 {
    margin-left: 0;
  }
  .can-edge {
    width: 100%;
    height: 46px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 60px;
  }
  .can-edge::before {
    top: auto;
    left: 14px;
    right: auto;
    width: 36px;
    height: 28px;
  }
  .can-edge::after {
    top: auto;
    left: 14px;
    bottom: 8px;
    height: 8px;
    width: auto;
    line-height: 8px;
    font-size: 0;
  }
}
@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background-color: #FBFAF4;
    padding: 10px 0;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a + a::before {
    content: none;
  }
  .nav-links a {
    display: block;
    width: 100%;
    padding: 10px 6px;
    border-bottom: 1px solid #DDE2D8;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-sub {
    font-size: 16px;
  }
  .aisle-grid {
    grid-template-columns: 1fr;
  }
  .metric {
    border-right: none;
    border-bottom: 1px solid #92A39A;
    padding-bottom: 20px;
  }
  .metric:last-child {
    border-bottom: none;
  }
  .statement-inner p {
    font-size: 19px;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}
