/* Preview-only additions. The page design comes from the live theme stylesheet. */
.review-ribbon {
  position: fixed;
  top: 10px;
  right: 12px;
  z-index: 100;
  padding: 7px 11px;
  color: #fff5df;
  background: rgba(15, 40, 31, .92);
  border: 1px solid rgba(242, 200, 111, .75);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  font: 700 10px/1.2 "Work Sans", Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.review-ribbon span { color: #f2c86f; margin-right: 5px; }
body.clean-preview .review-ribbon { display: none; }

/* Keep the live header/footer layout, but let the cropped logo artwork sit
   directly on the dark bars without a white image box around it. */
.brand, .brand img, .site-footer img { background: transparent !important; border-color: transparent !important; }

/* Slightly enlarge the existing header bar and logo together. */
.site-header { min-height: 98px; padding-block: 14px; }
.brand img { width: min(250px, 55vw); max-height: 68px; }

/* Product cards retain the live shelf treatment while giving every image a
   shared soft off-white field and a quiet grounding shadow. */
.product-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
  background: #f4f1e9;
}
.shelf-item { background: #f4f1e9; }
.product-stage img { display: block; width: 100%; height: clamp(220px, 22vw, 330px); object-fit: contain; background: #f4f1e9 !important; }
.product-stage::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 7%;
  left: 16%;
  height: 13px;
  border-radius: 50%;
  background: rgba(8, 20, 15, .16);
  filter: blur(8px);
  pointer-events: none;
}
.studio-stage { background: #f4f1e9; }
.studio-stage img { background: #f4f1e9; }
.studio-stage::after { background: rgba(8, 20, 15, .14); }
.gallery-strip {
  position: absolute;
  right: 5px;
  bottom: 5px;
  left: 5px;
  z-index: 3;
  display: flex;
  gap: 4px;
  max-width: calc(100% - 10px);
  padding: 4px;
  overflow-x: auto;
  background: #f4f1e9;
  border: 1px solid rgba(28, 46, 39, .18);
}
.gallery-thumb {
  flex: none;
  width: 32px;
  height: 28px;
  padding: 0;
  overflow: hidden;
  background: #f4f1e9;
  border: 1px solid rgba(28, 46, 39, .18);
  cursor: pointer;
}
.gallery-thumb.is-active { border: 2px solid #f2c86f; }
.gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: contain; background: #f4f1e9; }
.preview-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 4;
  padding: 4px 7px;
  color: #172c25;
  background: rgba(242, 200, 111, .95);
  font: 700 10px/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.new-item { border-color: rgba(242, 200, 111, .55); }

/* Readability pass: keep the live layout and shelf geometry, but use one
   slightly deeper warm-neutral field so every treated photo reads as part of
   the same studio set and the labels have more contrast. */
body { background-color: #d8d0c2; }
.shelf-showcase { background-color: #1b2c25; }
.story-section { background-color: #d8d0c2; }
.contact-section { background-color: #ebe5da; }
.site-footer { background: linear-gradient(90deg, #170e09, #10271e 52%, #170e09); }
.story-card h2,
.contact-section h2,
.values strong { color: #172c25; }
.story-card p,
.contact-section p,
.values span,
.contact-lines span { color: #46574f; }
.quote-form label { color: #172c25; }

/* The exact field color is repeated on the card, image, and thumbnail
   surfaces so no bright bars or brown thumbnail wells can show through. */
.product-stage,
.shelf-item,
.product-stage img,
.studio-stage,
.studio-stage img,
.gallery-strip,
.gallery-thumb,
.gallery-thumb img { background-color: #ece9e1 !important; }
.product-stage::after { background: rgba(8, 20, 15, .22); filter: blur(9px); }
.studio-stage::after { background: rgba(8, 20, 15, .20); }

/* Professional order, pricing, shipping, refund, and care details section.
   This is added below the existing contact area without changing the live
   shelves, hero, navigation, or footer geometry. */
.policy-section {
  padding: clamp(68px, 9vw, 124px) clamp(20px, 6vw, 84px);
  color: #172c25;
  background: #d8d0c2;
  border-top: 7px solid #dda94d;
}
.policy-inner { width: min(1420px, 100%); margin-inline: auto; }
.policy-heading { max-width: 980px; }
.policy-heading h2 {
  margin: 0;
  color: #172c25;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.3rem, 4.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}
.policy-heading > p:last-child {
  max-width: 850px;
  margin: 22px 0 0;
  color: #46574f;
  font-size: 1.06rem;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 5vw, 56px);
}
.policy-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  background: #ece9e1;
  border: 1px solid rgba(28, 46, 39, .2);
  border-top: 5px solid #214c3e;
  box-shadow: 0 16px 38px rgba(31, 40, 34, .14);
}
.policy-card h3 {
  margin: 0 0 14px;
  color: #172c25;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
}
.policy-card h4 {
  margin: 22px 0 8px;
  color: #214c3e;
  font-family: Oswald, Arial, sans-serif;
  font-size: 1.04rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.policy-card p,
.policy-card li {
  color: #46574f;
  font-size: .98rem;
  line-height: 1.62;
}
.policy-card p { margin: 0 0 13px; }
.policy-card p:last-child { margin-bottom: 0; }
.policy-card ul { margin: 0; padding-left: 1.2rem; }
.policy-card li + li { margin-top: 9px; }
.policy-card strong { color: #172c25; }
.policy-card--care {
  grid-column: 1 / -1;
  border-top-color: #c94d35;
}
.policy-note { font-size: .9rem !important; font-style: italic; }

@media (max-width: 600px) {
  .review-ribbon { top: auto; right: 8px; bottom: 8px; max-width: calc(100% - 16px); }
  .gallery-thumb { width: 26px; height: 23px; }
}

@media (max-width: 840px) {
  .policy-grid { grid-template-columns: 1fr; }
  .policy-card--care { grid-column: auto; }
}

/* Preview-only navigation layer: helps visitors scan a long catalog without
   changing the live shelf, card, hero, or footer styling. */
.shelf-index {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin: -24px auto clamp(52px, 7vw, 86px);
  padding: 14px 16px 16px;
  color: var(--cream);
  background: rgba(9, 24, 18, .74);
  border: 1px solid rgba(242, 200, 111, .28);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.shelf-index__label {
  margin: 0 0 9px;
  color: var(--brass-light);
  font: 700 .78rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.shelf-index > div {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
.shelf-index a {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 9px 10px;
  color: var(--cream);
  background: rgba(255,245,223,.05);
  border: 1px solid rgba(255,245,223,.14);
  font: 700 .82rem/1.15 Oswald, Arial, sans-serif;
  text-transform: uppercase;
}
.shelf-index a:hover,
.shelf-index a:focus-visible {
  color: var(--brass-light);
  border-color: rgba(242,200,111,.7);
  background: rgba(255,245,223,.1);
}
.shelf-index a span {
  color: var(--brass-light);
  font-size: .67rem;
  letter-spacing: .06em;
}
.shelf-subgroup-label {
  grid-column: 1 / -1;
  margin: 5px 0 -2px;
  padding: 10px 8px 7px;
  color: var(--brass-light);
  border-bottom: 1px solid rgba(242,200,111,.35);
}
.shelf-subgroup-label strong {
  display: inline-block;
  font: 700 .9rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.shelf-subgroup-label span {
  margin-left: 10px;
  color: rgba(255,245,223,.62);
  font-size: .86rem;
}
.section-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
  color: var(--brass-light);
  font: 700 .82rem/1.2 Oswald, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(242,200,111,.42);
}
.section-back-link:hover,
.section-back-link:focus-visible {
  color: #fff0b8;
  border-bottom-color: currentColor;
}
.section-back-link--light { color: var(--red-dark); border-bottom-color: rgba(151,51,33,.3); }
.section-back-link--light:hover,
.section-back-link--light:focus-visible { color: var(--red); }
.section-back-link--dark { color: var(--green); border-bottom-color: rgba(33,76,62,.3); }
.section-back-link--dark:hover,
.section-back-link--dark:focus-visible { color: var(--red-dark); }
@media (max-width: 900px) {
  .shelf-index > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .shelf-index { margin-top: -12px; padding-inline: 12px; }
  .shelf-index > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf-subgroup-label span { display: block; margin: 4px 0 0; }
}

/* Keep the shelf introduction readable beside the title. */
.shelf-intro__copy {
  display: grid;
  gap: 14px;
}
.shelf-intro__copy > p {
  margin: 0;
  color: rgba(255, 245, 223, .76);
  font-size: 1.05rem;
}
