/* Bottenbouillon PDP — editorial craft, not modular Shopify blocks. */

.tw-bb-page {
  --bb-ink: var(--tw-color-ink, #1a1a14);
  --bb-muted: var(--tw-color-ink-muted, #6b6a5e);
  --bb-olive: var(--tw-color-olive, #858256);
  --bb-gold: #9a9460;
  --bb-sand: var(--tw-color-sand, #f7f4ee);
  --bb-warm: #ebe4d6;
  --bb-cream: #f3efe6;
  --bb-deep: #2c2b22;
  --bb-paper: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-color: #fff;
}

.tw-bb-page::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.035;
  background-image: var(--bb-paper);
  mix-blend-mode: multiply;
}

/* Sticky gallery: stays with buy box while scrolling, releases at story. */
.tw-bb-page .tw-pdp-gallery {
  justify-content: flex-start;
}
@media (min-width: 961px) {
  .tw-bb-page .tw-pdp-gallery {
    position: sticky;
    top: var(--tw-pdp-gallery-sticky-top, 6.35rem);
    height: calc(100vh - var(--tw-pdp-gallery-sticky-top, 6.35rem));
    max-height: calc(100vh - var(--tw-pdp-gallery-sticky-top, 6.35rem));
    justify-content: flex-start;
    overflow: hidden;
  }
  .tw-bb-page .tw-bb-gallery {
    height: 100%;
    min-height: 0;
  }
  .tw-bb-page .tw-bb-gallery__stage {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    height: auto;
  }
}
@media (max-width: 960px) {
  .tw-bb-page .tw-pdp-gallery {
    position: static;
    top: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}
.tw-bb-page .tw-breadcrumb--pdp-prod {
  margin-bottom: 0.75rem;
}

/* —— Hero: tighter, gallery-led —— */
.tw-bb-page .tw-pdp-page--bb {
  padding-top: 0.55rem;
}
.tw-bb-page .tw-pdp-summary__title {
  font-size: clamp(2.25rem, 4.8vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0.1rem 0 0.45rem;
}
.tw-bb-page .tw-pdp-price-block__amount {
  font-family: var(--tw-font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.05rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tw-bb-page .tw-pdp-cartform__submit {
  min-height: 3.1rem;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.tw-bb-page .tw-pdp-summary__intro {
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 30rem;
  margin: 0.55rem 0 0.75rem;
}
.tw-bb-page .tw-pdp-layout--bb {
  gap: clamp(1.1rem, 2.8vw, 2.1rem);
  padding-bottom: 0.65rem;
}
@media (min-width: 961px) {
  .tw-bb-page .tw-pdp-layout--bb {
    grid-template-columns: minmax(0, 1.38fr) minmax(0, 0.88fr);
  }
}
.tw-bb-page .tw-breadcrumb--pdp-prod {
  margin-bottom: 0.75rem;
}
.tw-bb-page .tw-pdp-summary .tw-rating-micro {
  margin-bottom: 0.15rem;
}

.tw-bb-hero-eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-gold);
}

.tw-bb-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  color: var(--bb-muted);
}
.tw-bb-trust__stars {
  letter-spacing: 0.05em;
  color: var(--bb-olive);
  font-size: 0.75rem;
}
.tw-bb-trust a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.tw-bb-trust__sep { opacity: 0.5; }

.tw-bb-micros {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
}
.tw-bb-micros li {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--bb-muted);
  position: relative;
  padding-left: 0.75rem;
}
.tw-bb-micros li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--bb-olive);
}

.tw-bb-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}
.tw-bb-jumps a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--bb-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(154, 148, 96, 0.45);
  padding-bottom: 0.05rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.tw-bb-jumps a:hover {
  color: var(--bb-olive);
  border-bottom-color: var(--bb-olive);
}

.tw-bb-benefits {
  list-style: none;
  margin: 0.55rem 0 0.85rem;
  padding: 0;
  display: grid;
  gap: 0.32rem;
}
.tw-bb-benefits li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--bb-ink);
}
.tw-bb-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--bb-olive);
  border-radius: 1px;
}

.tw-bb-page .tw-bb-quote {
  margin: 0.2rem 0 0.95rem;
  padding: 0 0 0 0.85rem;
  border-left: 2px solid var(--bb-olive);
  background: none;
  box-shadow: none;
}
.tw-bb-quote__text {
  margin: 0;
  font-family: var(--tw-font-display);
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--bb-ink);
  font-style: italic;
  font-weight: 400;
}
.tw-bb-quote__by {
  margin-top: 0.4rem;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bb-muted);
}

/* —— Shared editorial type —— */
.tw-bb-story {
  margin-top: -0.5rem;
}
.tw-bb-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-eyebrow--on-dark { color: #c4bf8f; }
.tw-bb-display {
  margin: 0 0 1rem;
  font-family: var(--tw-font-display);
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: var(--bb-ink);
}
.tw-bb-display--md { font-size: clamp(1.65rem, 3.5vw, 2.45rem); }
.tw-bb-display--spread {
  font-size: clamp(2.35rem, 6.2vw, 4.1rem);
  line-height: 0.98;
  margin-bottom: 0.85rem;
}
.tw-bb-display__soft {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72em;
  font-weight: 400;
  color: var(--bb-muted);
}
.tw-bb-display--light { color: #f7f4ee; }
.tw-bb-lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bb-muted);
}
.tw-bb-lead--tight { margin-bottom: 0; }
.tw-bb-micro {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--bb-muted);
  max-width: 18rem;
}
.tw-bb-textlink {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 650;
  color: var(--bb-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(154, 148, 96, 0.55);
  padding-bottom: 0.12rem;
}
.tw-bb-textlink:hover { border-bottom-color: var(--bb-olive); }
.tw-bb-textlink--light {
  color: #f7f4ee;
  border-bottom-color: rgba(196, 191, 143, 0.5);
}
.tw-bb-textlink--light:hover {
  color: #c4bf8f;
  border-bottom-color: #c4bf8f;
}

.tw-bb-ico {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  color: #c4bf8f;
}
.tw-bb-ico svg { width: 100%; height: 100%; }

/* —— Placeholders —— */
.tw-bb-ph {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: 1.5rem;
  border: 1px dashed rgba(44, 43, 34, 0.28);
  background:
    repeating-linear-gradient(-12deg, transparent, transparent 10px, rgba(44, 43, 34, 0.03) 10px, rgba(44, 43, 34, 0.03) 11px),
    var(--bb-cream);
  color: var(--bb-ink);
  min-height: 12rem;
}
.tw-bb-ph__icon { font-size: 1.25rem; line-height: 1; opacity: 0.7; }
.tw-bb-ph__title {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-ph__hint {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--bb-muted);
  max-width: 16rem;
}
.tw-bb-ph--tall { min-height: 22rem; aspect-ratio: 3 / 4; }
.tw-bb-ph--square { aspect-ratio: 1; min-height: 16rem; }
.tw-bb-ph--wide { aspect-ratio: 16 / 9; min-height: 14rem; }
.tw-bb-ph--rect { aspect-ratio: 4 / 3; min-height: 14rem; }
.tw-bb-ph--tile { min-height: 11rem; }
.tw-bb-ph--offset { transform: translateY(1.1rem); }

/* —— Reveal + tiny imperfections —— */
.tw-bb-reveal {
  opacity: 0;
  transform: translateY(1.15rem);
  transition: opacity 0.7s ease, transform 0.85s ease;
}
.tw-bb-reveal.is-in { opacity: 1; transform: translateY(0); }
.tw-bb-reveal img { transition: transform 1.1s ease; }
.tw-bb-reveal.is-in img { transform: scale(1.03); }
.tw-bb-tilt { transform: rotate(-0.4deg); }
.tw-bb-tilt.is-in { transform: rotate(-0.4deg); }
.tw-bb-tilt-opp { transform: rotate(0.45deg); }
.tw-bb-tilt-opp.is-in { transform: rotate(0.45deg); }
.tw-bb-bleed-up { margin-top: -1.25rem; }
.tw-bb-bleed-side { width: 100%; }
@media (min-width: 900px) {
  .tw-bb-bleed-side {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tw-bb-reveal,
  .tw-bb-reveal img,
  .tw-bb-tilt,
  .tw-bb-tilt-opp {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* —— 1. Origin: full-bleed designed Grazelands frame —— */
.tw-bb-origin {
  position: relative;
  background: var(--bb-deep);
  margin-top: -1px;
  overflow: hidden;
}
.tw-bb-origin__frame {
  margin: 0;
  width: 100%;
  line-height: 0;
}
.tw-bb-origin__frame img {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(78vh, 52rem);
  object-fit: cover;
  object-position: center;
}

/* —— 2. Ingredients editorial —— */
.tw-bb-ing {
  padding: 0 0 2.5rem;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.tw-bb-ing__wrap {
  display: grid;
  gap: 1.25rem;
  padding-top: 3.5rem;
}
.tw-bb-ing__head { max-width: 22rem; }
@media (min-width: 880px) {
  .tw-bb-ing__wrap {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: end;
    gap: 1.5rem 1rem;
  }
  .tw-bb-ing__head {
    position: relative;
    z-index: 2;
    margin-right: -4rem;
    padding-bottom: 2.5rem;
    align-self: center;
  }
  .tw-bb-ing__figure {
    margin-left: 1rem;
  }
}
.tw-bb-ing__figure {
  margin: 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(44, 43, 34, 0.08);
}
.tw-bb-ing__figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* —— 3. Field band (bright, no icons) —— */
.tw-bb-field {
  position: relative;
  margin-top: -1.5rem;
  background: var(--bb-warm);
}
.tw-bb-field__shot {
  margin: 0;
  overflow: hidden;
}
.tw-bb-field__shot img {
  width: 100%;
  height: auto;
  max-height: min(92vh, 56rem);
  object-fit: contain;
  object-position: center;
  display: block;
  background: var(--bb-warm);
}
.tw-bb-field__caption {
  padding: 1.75rem 1.25rem 2.25rem;
  max-width: 44rem;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .tw-bb-field__caption {
    padding: 2rem 2rem 2.75rem;
  }
}
.tw-bb-field .tw-bb-display {
  max-width: 18ch;
  margin-bottom: 0;
}

/* —— 4. Made —— */
.tw-bb-made {
  padding: 3.25rem 0 2.5rem;
  background: var(--bb-cream);
  position: relative;
  z-index: 1;
}
.tw-bb-timeline {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 800px) {
  .tw-bb-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
  }
  .tw-bb-timeline::before {
    content: "";
    position: absolute;
    top: 1.05rem;
    left: 8%;
    right: 8%;
    height: 1px;
    background: rgba(44, 43, 34, 0.16);
  }
}
.tw-bb-timeline__mark {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--tw-font-display);
  font-size: 1.25rem;
  color: var(--bb-olive);
  line-height: 1;
}
.tw-bb-timeline__step h3 {
  margin: 0 0 0.3rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.tw-bb-timeline__step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--bb-muted);
  max-width: 15rem;
}
.tw-bb-made__shot {
  margin: 0;
  overflow: hidden;
}
.tw-bb-made__shot img {
  width: 100%;
  height: auto;
  display: block;
}

/* —— 5. Use (photo first/larger) —— */
.tw-bb-use {
  padding: 3.5rem 0 3rem;
  background: #fff;
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
}
.tw-bb-use__split {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 860px) {
  .tw-bb-use__split {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 2.5rem;
  }
  .tw-bb-use__shot {
    margin-top: -2.5rem;
    margin-left: -0.5rem;
  }
}
.tw-bb-use__steps {
  margin: 1rem 0 1.5rem;
  padding-left: 1.1rem;
  max-width: 26rem;
  color: var(--bb-muted);
  line-height: 1.5;
  font-size: 0.95rem;
}
.tw-bb-use__steps li + li { margin-top: 0.35rem; }
.tw-bb-use__shot {
  margin: 0;
  overflow: hidden;
}
.tw-bb-use__shot img {
  width: 100%;
  height: auto;
  display: block;
}
.tw-bb-use__moments {
  display: grid;
  gap: 1.1rem;
  border-top: 1px solid rgba(44, 43, 34, 0.12);
  padding-top: 1.25rem;
}
.tw-bb-use__moment h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
.tw-bb-use__moment p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--bb-muted);
}

/* —— Surprise: kitchen note —— */
.tw-bb-note {
  padding: 2.5rem 0 3rem;
  background: var(--bb-warm);
}
.tw-bb-note__wrap {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}
@media (min-width: 800px) {
  .tw-bb-note__wrap {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}
.tw-bb-note__card {
  position: relative;
  padding: 1.75rem 1.6rem 1.5rem;
  background:
    repeating-linear-gradient(
      transparent,
      transparent 1.55rem,
      rgba(133, 130, 86, 0.12) 1.55rem,
      rgba(133, 130, 86, 0.12) calc(1.55rem + 1px)
    ),
    #faf6ea;
  border: 1px solid rgba(44, 43, 34, 0.12);
  box-shadow: 0 12px 28px rgba(44, 43, 34, 0.08);
  transform: rotate(-1.1deg);
  max-width: 26rem;
}
.tw-bb-note__ruled {
  margin: 0 0 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-note__hand {
  margin: 0 0 0.85rem;
  font-family: var(--tw-font-display);
  font-size: 1.35rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--bb-ink);
}
.tw-bb-note__hand--sm {
  font-size: 1.05rem;
  opacity: 0.85;
}
.tw-bb-note__sign {
  margin: 0.5rem 0 0;
  font-family: var(--tw-font-display);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--bb-olive);
}

/* —— 6. Gerard —— */
.tw-bb-chef {
  background: var(--bb-deep);
  color: #f3efe6;
}
.tw-bb-chef__grid {
  display: grid;
  max-width: 78rem;
  margin: 0 auto;
}
@media (min-width: 880px) {
  .tw-bb-chef__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    min-height: min(92vh, 54rem);
    align-items: stretch;
  }
}
.tw-bb-chef__portrait {
  margin: 0;
  min-height: min(70vh, 36rem);
  overflow: hidden;
  background: #1f1e18;
}
.tw-bb-chef__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.tw-bb-chef__voice {
  padding: 2.75rem 1.35rem 3.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 880px) {
  .tw-bb-chef__voice { padding: 3.5rem 3rem 3.75rem 2.5rem; }
}
.tw-bb-chef__name {
  margin: 0 0 1.25rem;
  font-family: var(--tw-font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #f7f4ee;
  line-height: 1.1;
}
.tw-bb-chef__quote {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
}
.tw-bb-chef__quote > p {
  margin: 0;
  font-family: var(--tw-font-display);
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.15;
  font-style: italic;
  font-weight: 400;
  color: #f7f4ee;
  max-width: 14ch;
  letter-spacing: -0.02em;
}
.tw-bb-chef__sig {
  margin: 0 0 1.35rem;
  font-family: var(--tw-font-display);
  font-size: 1.85rem;
  font-style: italic;
  color: #c4bf8f;
  line-height: 1;
}
.tw-bb-chef__bio {
  margin: 0 0 1.15rem;
  max-width: 26rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(247, 244, 238, 0.78);
}

/* —— 7. Life / pack —— */
.tw-bb-life {
  padding: 0 0 3rem;
  background: var(--bb-cream);
}
.tw-bb-life__pack {
  margin: 0 0 2rem;
  overflow: hidden;
}
.tw-bb-life__pack img {
  width: 100%;
  height: auto;
  display: block;
}
.tw-bb-life__body { padding-top: 0.5rem; }
.tw-bb-life__grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 700px) {
  .tw-bb-life__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1000px) {
  .tw-bb-life__grid {
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
  }
}

/* —— 8. FAQ —— */
.tw-bb-faq {
  padding: 3rem 0 2.5rem;
  background: #fff;
}
.tw-bb-faq__inner {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 800px) {
  .tw-bb-faq__inner {
    grid-template-columns: 0.65fr 1.35fr;
    gap: 3rem;
    align-items: start;
  }
}
.tw-bb-faq__item { border-bottom: 1px solid rgba(44, 43, 34, 0.14); }
.tw-bb-faq__q {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 1.5rem 1.05rem 0;
  font-weight: 650;
  font-size: 1.02rem;
  color: var(--bb-ink);
  position: relative;
}
.tw-bb-faq__q::-webkit-details-marker { display: none; }
.tw-bb-faq__q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  color: var(--bb-olive);
}
.tw-bb-faq__item[open] .tw-bb-faq__q::after { content: "–"; }
.tw-bb-faq__a {
  margin: 0 0 1.1rem;
  padding-right: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--bb-muted);
}

/* —— Outro —— */
.tw-bb-outro {
  padding: 2.75rem 0 3.25rem;
  background: var(--bb-deep);
  color: #f7f4ee;
}
.tw-bb-outro__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
}
.tw-bb-outro__thumb {
  margin: 0;
  width: 4.5rem;
  height: 5.5rem;
  overflow: hidden;
  flex: 0 0 auto;
}
.tw-bb-outro__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}
.tw-bb-outro__thanks {
  margin: 0 0 0.25rem;
  font-family: var(--tw-font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
}
.tw-bb-outro__sig {
  margin: 0;
  font-family: var(--tw-font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: #c4bf8f;
  line-height: 1;
}
.tw-bb-outro__sub {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(247, 244, 238, 0.5);
}
.tw-bb-outro__btn {
  margin-left: auto;
  min-width: 10rem;
}

/* —— Sticky ATC —— */
.tw-bb-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(247, 244, 238, 0.96);
  border-top: 1px solid rgba(44, 43, 34, 0.12);
  backdrop-filter: blur(8px);
  transform: translateY(110%);
  transition: transform 0.28s ease;
}
.tw-bb-sticky.is-visible {
  transform: translateY(0);
}
.tw-bb-sticky[hidden] {
  display: none !important;
}
.tw-bb-sticky__inner {
  max-width: 40rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.tw-bb-sticky__meta {
  flex: 1;
  min-width: 0;
}
.tw-bb-sticky__name {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bb-ink);
}
.tw-bb-sticky__price {
  margin: 0.1rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bb-ink);
}
.tw-bb-sticky__btn {
  flex: 0 0 auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media (min-width: 900px) {
  .tw-bb-sticky {
    display: none !important;
  }
}

.tw-bb-page .tw-pdp-page--after-story {
  padding-top: 2.5rem;
}
body:has(.tw-bb-sticky.is-visible) {
  padding-bottom: 4.5rem;
}

/* —— Gallery: one fixed-size stage + story thumb rail —— */
.tw-bb-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  min-height: 0;
}
.tw-bb-gallery__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: min(72vh, 780px);
  background: #fff;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
}
.tw-bb-gallery__caption,
.tw-bb-gallery__rail {
  flex: 0 0 auto;
}
.tw-bb-gallery__stage picture {
  display: block;
  width: 100%;
  height: 100%;
}
.tw-bb-gallery__main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
  transition: transform 0.45s ease;
}
.tw-bb-gallery__stage:hover .tw-bb-gallery__main {
  transform: rotate(0.6deg) scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .tw-bb-gallery__stage:hover .tw-bb-gallery__main {
    transform: none;
  }
}
.tw-bb-gallery__rail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
}
.tw-bb-gallery__caption {
  margin: 0 0 0.15rem;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-gallery__thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.1rem 0.05rem;
}
.tw-bb-gallery__thumbs::-webkit-scrollbar {
  display: none;
}
.tw-bb-gallery__nav {
  appearance: none;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--tw-color-border, #ddd6c8);
  border-radius: 2px;
  background: #fff;
  color: var(--bb-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.tw-bb-gallery__nav:hover {
  border-color: var(--bb-ink);
}
.tw-bb-gallery__nav:focus-visible {
  outline: 2px solid var(--bb-olive);
  outline-offset: 2px;
}
.tw-bb-gallery__nav[hidden] {
  visibility: hidden;
  pointer-events: none;
}
.tw-bb-gallery__thumb {
  appearance: none;
  margin: 0;
  padding: 0;
  width: 5.35rem;
  height: 6.4rem;
  border: 1.5px solid transparent;
  border-radius: 2px;
  background: var(--bb-warm);
  cursor: pointer;
  overflow: hidden;
  flex: 0 0 auto;
  scroll-snap-align: start;
  transition: border-color 0.15s ease, transform 0.2s ease;
}
.tw-bb-gallery__thumb:nth-child(even) {
  margin-top: 0.35rem;
}
.tw-bb-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tw-bb-gallery__thumb:hover {
  border-color: rgba(44, 43, 34, 0.35);
  transform: translateY(-2px);
}
.tw-bb-gallery__thumb.is-active {
  border-color: var(--bb-ink);
}
.tw-bb-gallery__thumb:focus-visible {
  outline: 2px solid var(--bb-olive);
  outline-offset: 2px;
}
@media (max-width: 960px) {
  .tw-bb-gallery__stage {
    aspect-ratio: 1 / 1;
    max-height: min(52vh, 440px);
  }
  .tw-bb-gallery__thumb {
    width: 3.5rem;
    height: 4.35rem;
  }
}


/* —— Hero → story bridge —— */
.tw-bb-bridge {
  padding: 1.35rem 0 1.5rem;
  background:
    var(--bb-paper),
    var(--bb-cream);
  background-blend-mode: multiply, normal;
  border-top: 1px solid rgba(44, 43, 34, 0.06);
  border-bottom: 1px solid rgba(44, 43, 34, 0.06);
}
.tw-bb-bridge__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.15rem;
  text-align: center;
}
.tw-bb-bridge__trust {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: var(--bb-ink);
}
.tw-bb-bridge__stars {
  color: var(--bb-olive);
  letter-spacing: 0.04em;
  font-size: 0.7rem;
}
.tw-bb-bridge__line {
  margin: 0;
  font-family: var(--tw-font-display);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-style: italic;
  color: var(--bb-ink);
  line-height: 1.3;
}
.tw-bb-bridge__line--soft {
  font-size: 0.92rem;
  font-style: normal;
  font-family: inherit;
  color: var(--bb-muted);
  letter-spacing: 0.02em;
}
.tw-bb-bridge__dot {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--bb-olive);
  opacity: 0.55;
}

/* —— Pull quotes —— */
.tw-bb-pull {
  margin: 2rem auto 0;
  padding: 0;
  max-width: 34rem;
  border: 0;
}
.tw-bb-pull p {
  margin: 0;
  font-family: var(--tw-font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--bb-ink);
}
.tw-bb-pull footer {
  margin-top: 0.65rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-pull--warm {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(44, 43, 34, 0.1);
}

/* —— Ingredients more magazine —— */
.tw-bb-display--spread {
  font-size: clamp(2.6rem, 7vw, 4.6rem) !important;
  line-height: 0.95 !important;
}
@media (min-width: 880px) {
  .tw-bb-ing__wrap {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
  }
  .tw-bb-ing__head {
    margin-right: -5.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .tw-bb-ing__figure {
    margin-left: 2rem !important;
  }
}

/* —— Use photo larger —— */
@media (min-width: 860px) {
  .tw-bb-use__split {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr) !important;
  }
  .tw-bb-use__shot {
    margin-top: -3.25rem !important;
    margin-left: -1.25rem !important;
  }
}

/* —— Light section paper grain —— */
.tw-bb-ing,
.tw-bb-use,
.tw-bb-faq,
.tw-bb-made,
.tw-bb-note,
.tw-bb-life {
  position: relative;
}
.tw-bb-ing::before,
.tw-bb-use::before,
.tw-bb-faq::before,
.tw-bb-life::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.028;
  background-image: var(--bb-paper);
  mix-blend-mode: multiply;
  z-index: 0;
}
.tw-bb-ing > *,
.tw-bb-use > *,
.tw-bb-faq > *,
.tw-bb-life > * {
  position: relative;
  z-index: 1;
}

/* —— Related products: keep default rail sizing, light premium type only —— */
.tw-bb-page .tw-bb-related {
  margin-top: 1rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(44, 43, 34, 0.1);
  overflow: visible;
}
.tw-bb-page .tw-bb-related .tw-pdp-related__title {
  font-family: var(--tw-font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tw-bb-page .tw-bb-related .tw-pdp-related__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-gold);
}
.tw-bb-page .tw-bb-related .tw-product-tile--rail {
  flex: 0 0 min(240px, 78vw);
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.tw-bb-page .tw-bb-related .tw-product-tile__media {
  background: #fff;
}
.tw-bb-page .tw-bb-related .tw-product-tile__media img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.tw-bb-page .tw-bb-related .tw-product-tile__title {
  font-family: var(--tw-font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
}
.tw-bb-page .tw-bb-related .tw-carousel-btn {
  border-radius: 0;
  border-color: rgba(44, 43, 34, 0.2);
}
