.bb-brand-page {
  --bb-bg-hero-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-hero-pc.webp");
  --bb-bg-hero-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-hero-sp.webp");
  --bb-bg-about-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-common-bg-pc.webp");
  --bb-bg-about-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-common-bg-sp.webp");
  --bb-bg-common-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-common-bg-pc.webp");
  --bb-bg-common-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-common-bg-sp.webp");
  --bb-bg-story-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-story-pc.webp");
  --bb-bg-story-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-story-sp.webp");
  --bb-bg-spirituality-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-spirituality-pc.webp");
  --bb-bg-spirituality-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-spirituality-sp.webp");
  --bb-bg-collection-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-collection-pc.webp");
  --bb-bg-collection-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-collection-sp.webp");
  --bb-bg-final-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-final-pc.webp");
  --bb-bg-final-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-final-sp.webp");
  --bb-bg-philosophy-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-philosophy-pc.webp");
  --bb-bg-philosophy-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-philosophy-sp.webp");
  --bb-bg-green-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-bg-gr-pc.webp");
  --bb-bg-green-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-bg-gr-sp.webp");
  --bb-bg-renewal-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-renewal-common-bg-pc.webp");
  --bb-bg-renewal-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-renewal-common-bg-sp.webp");
  --bb-bg-jamu-report-pc: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-jamu-report-pc.webp");
  --bb-bg-jamu-report-sp: url("https://d2w53g1q050m78.cloudfront.net/balibaliancom/uploads/images/brand/bb-brand-jamu-report-sp.webp");
  --bb-brand-deep: #003f3f;
  --bb-brand-green: #064b45;
  --bb-brand-green-soft: #0d5a52;
  --bb-brand-deep-emerald: #002f31;
  --bb-brand-ivory: #f7f1e6;
  --bb-brand-ivory-light: #fbf7ef;
  --bb-brand-gold: #b99a5b;
  --bb-brand-gold-light: #c8aa68;
  --bb-brand-text: #1f3937;
  --bb-brand-muted: #314743;
  --bb-brand-muted-soft: #6f746d;
  --bb-brand-line: rgba(31, 57, 55, 0.14);
  color: var(--bb-brand-text);
  background: var(--bb-brand-ivory-light);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Times New Roman", serif;
  letter-spacing: 0.04em;
  line-height: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-block: 0;
  padding-block: 0;
  overflow-x: hidden;
}

.bb-brand-page > section:first-child {
  margin-top: 0;
}

.bb-brand-page > section:last-child {
  margin-bottom: 0;
}

.bb-brand-page *,
.bb-brand-page *::before,
.bb-brand-page *::after {
  box-sizing: border-box;
}

.bb-brand-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bb-brand-hero,
.bb-brand-final {
  position: relative;
  min-height: 760px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.bb-brand-hero {
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 47, 49, 0.26) 0%,
      rgba(0, 63, 63, 0.18) 36%,
      rgba(6, 75, 69, 0.08) 70%,
      rgba(6, 75, 69, 0.02) 100%
    ),
    var(--bb-bg-hero-pc);
}

.bb-brand-hero__overlay,
.bb-brand-final__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.bb-brand-hero__overlay {
  background:
    radial-gradient(circle at 70% 20%, rgba(200, 170, 104, 0.14), transparent 40%);
}

.bb-brand-final__overlay {
  background: transparent;
}

.bb-brand-hero__inner,
.bb-brand-final__inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 96px 0 210px;
}

.bb-brand-kicker {
  margin: 0 0 14px;
  color: var(--bb-brand-gold-light);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bb-brand-page .bb-brand-kicker,
.bb-brand-page .bb-brand-section .bb-brand-kicker {
  color: var(--bb-brand-gold-light);
}

.bb-brand-page .bb-brand-hero-logo,
.bb-brand-page .bb-brand-final-logo {
  display: block;
  width: clamp(150px, 12vw, 220px);
  max-width: 220px;
  height: auto;
  margin: 0 0 28px;
}

.bb-brand-hero__title,
.bb-brand-final__title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.28;
}

.bb-brand-hero__lead {
  max-width: 760px;
  margin: 28px 0 0;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.85;
}

.bb-brand-hero__text,
.bb-brand-final__inner p {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 2;
}

.bb-brand-hero .bb-brand-kicker,
.bb-brand-hero .bb-brand-hero__title,
.bb-brand-hero .bb-brand-hero__lead,
.bb-brand-hero .bb-brand-hero__text,
.bb-brand-hero-nav__link {
  text-shadow: 0 2px 16px rgba(0, 31, 31, 0.32);
}

.bb-brand-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
  min-height: 52px;
  margin-top: 34px;
  padding: 15px 32px;
  border: 1px solid rgba(200, 170, 104, 0.82);
  border-radius: 0;
  background: rgba(0, 63, 63, 0.9);
  color: var(--bb-brand-ivory);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.bb-brand-button::before,
.bb-brand-button::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
  transition: width 0.35s ease, opacity 0.35s ease;
}

.bb-brand-button:hover,
.bb-brand-button:focus-visible {
  background: var(--bb-brand-gold-light);
  color: var(--bb-brand-deep);
  border-color: var(--bb-brand-gold-light);
  transform: translateY(-1px);
}

.bb-brand-button:hover::before,
.bb-brand-button:hover::after,
.bb-brand-button:focus-visible::before,
.bb-brand-button:focus-visible::after {
  width: 36px;
  opacity: 1;
}

.bb-brand-button--light {
  background: rgba(0, 35, 35, 0.18);
  color: var(--bb-brand-ivory);
  border-color: rgba(200, 170, 104, 0.9);
  backdrop-filter: blur(6px);
}

.bb-brand-hero .bb-brand-button:hover,
.bb-brand-hero .bb-brand-button:focus-visible,
.bb-brand-section--final .bb-brand-button:hover,
.bb-brand-section--final .bb-brand-button:focus-visible {
  color: #ffffff;
}

.bb-brand-button--gold {
  background: rgba(200, 170, 104, 0.72);
  border-color: rgba(200, 170, 104, 0.86);
  color: #ffffff;
}

.bb-brand-button--gold:hover,
.bb-brand-button--gold:focus-visible {
  background: rgba(185, 154, 91, 0.98);
  border-color: rgba(185, 154, 91, 1);
  color: #ffffff;
}

.bb-brand-hero-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 2;
}

.bb-brand-hero-nav__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  overflow: visible;
  padding: 18px 0 8px;
  white-space: normal;
  scrollbar-width: none;
}

.bb-brand-hero-nav__inner::-webkit-scrollbar {
  display: none;
}

.bb-brand-hero-nav__link {
  position: relative;
  flex: 0 1 auto;
  padding: 0;
  color: rgba(247, 241, 230, 0.84);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.bb-brand-hero-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.bb-brand-hero-nav__link:hover,
.bb-brand-hero-nav__link:focus-visible,
.bb-brand-hero-nav__link.bb-brand-is-active {
  color: var(--bb-brand-gold-light);
}

.bb-brand-hero-nav__link:hover::after,
.bb-brand-hero-nav__link:focus-visible::after,
.bb-brand-hero-nav__link.bb-brand-is-active::after {
  transform: scaleX(1);
}

.bb-brand-sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 54, 50, 0.86);
  border-bottom: 1px solid rgba(200, 170, 104, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bb-brand-sticky-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bb-brand-sticky-nav__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  gap: 0;
}

.bb-brand-sticky-nav__link {
  display: inline-flex;
  align-items: center;
  color: rgba(247, 241, 230, 0.86);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-decoration: none;
  transition: color 0.35s ease;
}

.bb-brand-sticky-nav__link span {
  position: relative;
  display: inline-block;
}

.bb-brand-sticky-nav__link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.bb-brand-sticky-nav__link:hover,
.bb-brand-sticky-nav__link:focus-visible,
.bb-brand-sticky-nav__link.bb-brand-is-active {
  color: var(--bb-brand-gold-light);
}

.bb-brand-sticky-nav__link:hover span::after,
.bb-brand-sticky-nav__link:focus-visible span::after,
.bb-brand-sticky-nav__link.bb-brand-is-active span::after {
  transform: scaleX(1);
}

.bb-brand-sticky-nav__link:not(:last-child)::after {
  content: "｜";
  display: inline-block;
  margin: 0 13px;
  color: rgba(200, 170, 104, 0.62);
  font-size: 13px;
  line-height: 1;
}

.bb-brand-hero-nav:has(.bb-brand-hero-nav__link:hover) .bb-brand-hero-nav__link.bb-brand-is-active:not(:hover),
.bb-brand-hero-nav:has(.bb-brand-hero-nav__link:focus-visible) .bb-brand-hero-nav__link.bb-brand-is-active:not(:focus-visible),
.bb-brand-sticky-nav:has(.bb-brand-sticky-nav__link:hover) .bb-brand-sticky-nav__link.bb-brand-is-active:not(:hover),
.bb-brand-sticky-nav:has(.bb-brand-sticky-nav__link:focus-visible) .bb-brand-sticky-nav__link.bb-brand-is-active:not(:focus-visible) {
  color: rgba(247, 241, 230, 0.86);
}

.bb-brand-hero-nav:has(.bb-brand-hero-nav__link:hover) .bb-brand-hero-nav__link.bb-brand-is-active:not(:hover) span::after,
.bb-brand-hero-nav:has(.bb-brand-hero-nav__link:focus-visible) .bb-brand-hero-nav__link.bb-brand-is-active:not(:focus-visible) span::after,
.bb-brand-sticky-nav:has(.bb-brand-sticky-nav__link:hover) .bb-brand-sticky-nav__link.bb-brand-is-active:not(:hover) span::after,
.bb-brand-sticky-nav:has(.bb-brand-sticky-nav__link:focus-visible) .bb-brand-sticky-nav__link.bb-brand-is-active:not(:focus-visible) span::after {
  transform: scaleX(0);
}

.bb-brand-section {
  padding: 112px 0;
  background: var(--bb-brand-ivory-light);
  scroll-margin-top: 72px;
}

.bb-brand-section--ivory {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(247, 241, 230, 0.66)),
    var(--bb-brand-ivory);
}

.bb-brand-section--deep {
  background:
    linear-gradient(135deg, rgba(0, 63, 63, 0.88), rgba(6, 75, 69, 0.78), rgba(0, 47, 49, 0.88)),
    var(--bb-brand-deep-emerald);
  color: #ffffff;
}

.bb-brand-section--philosophy {
  background-image:
    linear-gradient(135deg, rgba(0, 47, 49, 0.66), rgba(6, 75, 69, 0.42)),
    var(--bb-bg-philosophy-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bb-brand-ivory);
}

.bb-brand-section--plant-culture,
.bb-brand-section--for-bali,
.bb-brand-section--vision {
  background-image:
    linear-gradient(135deg, rgba(0, 47, 49, 0.54), rgba(6, 75, 69, 0.34)),
    var(--bb-bg-green-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bb-brand-ivory);
}

.bb-brand-section--jamu {
  position: relative;
  overflow: hidden;
  background-color: var(--bb-brand-ivory-light);
  background-image:
    linear-gradient(
      90deg,
      rgba(251, 247, 239, 0.92) 0%,
      rgba(251, 247, 239, 0.78) 38%,
      rgba(251, 247, 239, 0.42) 62%,
      rgba(251, 247, 239, 0.12) 100%
    ),
    var(--bb-bg-jamu-report-pc);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  color: var(--bb-brand-text);
}

.bb-brand-section--spiritual {
  position: relative;
  background:
    linear-gradient(90deg, rgba(0, 38, 38, 0.58), rgba(0, 63, 63, 0.34)),
    var(--bb-bg-spirituality-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.bb-brand-section--spiritual::before {
  content: "";
  position: absolute;
  inset: 42px 6% auto auto;
  width: min(420px, 56vw);
  height: min(420px, 56vw);
  border: 1px solid rgba(200, 170, 104, 0.24);
  border-radius: 50%;
  opacity: 0.8;
}

.bb-brand-section--collection {
  position: relative;
  overflow: hidden;
  background: var(--bb-brand-ivory-light);
  color: var(--bb-brand-text);
  margin-bottom: 0;
  padding: 0;
}

.bb-brand-section--collection + .bb-brand-section--final,
.bb-brand-section--final {
  margin-top: 0;
}

.bb-brand-section--about {
  background-image:
    linear-gradient(rgba(251, 247, 239, 0.72), rgba(251, 247, 239, 0.64)),
    var(--bb-bg-common-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bb-brand-section--common-bg {
  background-image:
    linear-gradient(rgba(251, 247, 239, 0.72), rgba(251, 247, 239, 0.64)),
    var(--bb-bg-common-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bb-brand-section--story {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--bb-brand-ivory-light);
  color: var(--bb-brand-text);
}

.bb-brand-section--for-you {
  background-image:
    linear-gradient(rgba(251, 247, 239, 0.72), rgba(251, 247, 239, 0.64)),
    var(--bb-bg-common-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bb-brand-text);
}

.bb-brand-story-layout,
.bb-brand-collection-layout {
  display: block;
  width: min(1280px, 100%);
  min-height: 640px;
  margin: 0 auto;
}

.bb-brand-story-content,
.bb-brand-collection-content {
  position: relative;
  z-index: 2;
  max-width: min(60vw, 780px);
  margin-left: 0;
  margin-right: auto;
  padding: 96px clamp(24px, 5vw, 72px);
  text-align: left;
}

.bb-brand-story-visual,
.bb-brand-collection-visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(54vw, 940px);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
}

.bb-brand-story-visual {
  background-image:
    linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0.84) 20%, rgba(251, 247, 239, 0.48) 42%, rgba(251, 247, 239, 0.14) 66%, rgba(251, 247, 239, 0) 100%),
    var(--bb-bg-story-pc);
}

.bb-brand-collection-visual {
  background-image:
    linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0.84) 20%, rgba(251, 247, 239, 0.48) 42%, rgba(251, 247, 239, 0.14) 66%, rgba(251, 247, 239, 0) 100%),
    var(--bb-bg-collection-pc);
}

.bb-brand-section--story .bb-brand-subheading,
.bb-brand-section--story .bb-brand-message {
  color: var(--bb-brand-gold-light);
}

.bb-brand-container {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.bb-brand-container--narrow {
  width: min(920px, calc(100% - 48px));
}

.bb-brand-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 58px);
  align-items: start;
}

.bb-brand-split--reverse {
  grid-template-columns: 1fr;
}

.bb-brand-split--story {
  grid-template-columns: 1fr;
  align-items: start;
}

.bb-brand-heading {
  margin: 0;
  color: var(--bb-brand-deep);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.bb-brand-section--deep .bb-brand-heading,
.bb-brand-section--spiritual .bb-brand-heading,
.bb-brand-section--vision .bb-brand-heading,
.bb-brand-copy--light .bb-brand-heading {
  color: #ffffff;
}

.bb-brand-subheading {
  margin: 20px 0 34px;
  color: var(--bb-brand-gold);
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.bb-brand-copy p,
.bb-brand-section-head p {
  margin: 18px 0 0;
  color: var(--bb-brand-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}

.bb-brand-copy--light p,
.bb-brand-section--deep .bb-brand-copy p,
.bb-brand-section--deep .bb-brand-section-head p,
.bb-brand-section--spiritual .bb-brand-section-head p,
.bb-brand-section--vision .bb-brand-section-head p {
  color: rgba(255, 255, 255, 0.86);
}

.bb-brand-section--philosophy .bb-brand-heading,
.bb-brand-section--plant-culture .bb-brand-heading,
.bb-brand-section--for-bali .bb-brand-heading,
.bb-brand-section--vision .bb-brand-heading,
.bb-brand-section--philosophy .bb-brand-copy p,
.bb-brand-section--philosophy .bb-brand-section-head p,
.bb-brand-section--plant-culture .bb-brand-copy p,
.bb-brand-section--for-bali .bb-brand-copy p,
.bb-brand-section--vision .bb-brand-section-head p {
  color: var(--bb-brand-ivory);
}

.bb-brand-section--jamu .bb-brand-heading,
.bb-brand-section--jamu .bb-brand-copy p,
.bb-brand-section--for-you .bb-brand-heading,
.bb-brand-section--for-you .bb-brand-section-head p {
  color: var(--bb-brand-text);
}

.bb-brand-section--jamu .bb-brand-subheading,
.bb-brand-section--for-you .bb-brand-subheading {
  color: var(--bb-brand-gold);
}

.bb-brand-jamu-culture {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid rgba(185, 154, 91, 0.26);
  border-left: 4px solid rgba(200, 170, 104, 0.78);
  background: rgba(251, 247, 239, 0.7);
  color: var(--bb-brand-text);
}

.bb-brand-jamu-culture p {
  margin: 14px 0 0;
  color: var(--bb-brand-text);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.bb-brand-jamu-culture p:first-child {
  margin-top: 0;
}

.bb-brand-jamu-culture__note {
  padding-top: 14px;
  border-top: 1px solid rgba(185, 154, 91, 0.22);
  color: rgba(31, 57, 55, 0.78);
  font-size: 12px;
  line-height: 1.8;
}

.bb-brand-jamu-layout {
  display: block;
  max-width: min(680px, 58%);
}

.bb-brand-jamu-content {
  max-width: 680px;
}

.bb-brand-section--jamu .bb-brand-jamu-text p {
  margin: 16px 0 0;
  color: var(--bb-brand-text);
  font-size: 15.5px;
  line-height: 2.05;
  letter-spacing: 0.04em;
}

.bb-brand-section--jamu .bb-brand-jamu-text p:first-child {
  margin-top: 0;
}

.bb-brand-jamu-report {
  position: relative;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 38px);
  margin-top: 58px;
  padding: clamp(32px, 4vw, 44px);
  border: 1px solid rgba(185, 154, 91, 0.34);
  background: rgba(251, 247, 239, 0.88);
  color: var(--bb-brand-text);
}

.bb-brand-jamu-report::before,
.bb-brand-jamu-report::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(185, 154, 91, 0.54);
  pointer-events: none;
}

.bb-brand-jamu-report::before {
  top: 10px;
  left: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.bb-brand-jamu-report::after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.bb-brand-jamu-report__icon {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 4px auto 0;
  border: 1px solid rgba(185, 154, 91, 0.62);
  border-radius: 50%;
}

.bb-brand-jamu-report__icon::before {
  content: "";
  position: absolute;
  inset: 22px 27px 24px 31px;
  border-left: 1px solid rgba(185, 154, 91, 0.72);
  border-bottom: 1px solid rgba(185, 154, 91, 0.72);
  border-radius: 0 0 0 22px;
  transform: rotate(-20deg);
}

.bb-brand-jamu-report__icon::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 38px;
  width: 28px;
  height: 20px;
  border: 1px solid rgba(185, 154, 91, 0.72);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50% 50% 0 50%;
  transform: rotate(-24deg);
}

.bb-brand-jamu-report__body h3 {
  margin: 0 0 18px;
  color: var(--bb-brand-deep);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
}

.bb-brand-jamu-note {
  margin: 22px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(185, 154, 91, 0.22);
  color: rgba(31, 57, 55, 0.78);
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.bb-brand-jamu-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.bb-brand-jamu-feature-card {
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px;
  border: 1px solid rgba(185, 154, 91, 0.24);
  background: rgba(251, 247, 239, 0.82);
  color: var(--bb-brand-text);
  text-align: center;
}

.bb-brand-jamu-feature-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 18px;
  border: 1px solid rgba(190, 154, 91, 0.72);
  border-radius: 50%;
  background: rgba(255, 251, 243, 0.45);
  color: #b89454;
  font-family: inherit;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.bb-brand-jamu-feature-card h3 {
  margin: 0;
  color: var(--bb-brand-deep);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.bb-brand-jamu-feature-card p {
  max-width: 100%;
  margin: 0 0 18px 0;
  color: var(--bb-brand-muted);
  font-size: 14.5px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.bb-brand-section-head {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.bb-brand-section-head--light .bb-brand-subheading {
  color: var(--bb-brand-gold-light);
}

.bb-brand-quote {
  color: var(--bb-brand-gold) !important;
  font-size: clamp(19px, 2.3vw, 28px) !important;
  line-height: 1.6 !important;
}

.bb-brand-media {
  position: relative;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.bb-brand-media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(185, 154, 91, 0.36);
  border-radius: 0;
  pointer-events: none;
}

.bb-brand-media img {
  position: relative;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.bb-brand-icon-grid,
.bb-brand-card-grid {
  display: grid;
  gap: 18px;
}

.bb-brand-icon-grid {
  margin-top: 48px;
}

.bb-brand-icon-grid--four,
.bb-brand-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bb-brand-card-grid--five {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bb-brand-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bb-brand-copy {
  max-width: 760px;
  margin: 0 auto;
}

.bb-brand-section--story .bb-brand-story-content,
.bb-brand-section--collection .bb-brand-collection-content {
  max-width: min(60vw, 780px);
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.bb-brand-mini-card,
.bb-brand-card,
.bb-brand-promise-card {
  border: 1px solid rgba(185, 154, 91, 0.26);
  border-radius: 0;
  background: rgba(251, 247, 239, 0.72);
  box-shadow: none;
}

.bb-brand-mini-card {
  min-height: 152px;
  padding: 24px;
}

.bb-brand-icon,
.bb-brand-card__number,
.bb-brand-promise-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(185, 154, 91, 0.6);
  border-radius: 50%;
  color: var(--bb-brand-gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.bb-brand-mini-card h3,
.bb-brand-card h3,
.bb-brand-promise-card h3 {
  margin: 0;
  color: var(--bb-brand-deep);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.bb-brand-card,
.bb-brand-promise-card {
  padding: 30px;
}

.bb-brand-card p,
.bb-brand-promise-card p {
  margin: 14px 0 0;
  color: var(--bb-brand-muted);
  font-size: 15px;
  line-height: 2;
}

.bb-brand-promise-card {
  min-height: auto;
  background: rgba(251, 247, 239, 0.72);
}

.bb-brand-section--philosophy .bb-brand-card,
.bb-brand-section--for-bali .bb-brand-step,
.bb-brand-section--vision .bb-brand-vision-card {
  background: rgba(247, 241, 230, 0.06);
  border-color: rgba(200, 170, 104, 0.32);
  color: var(--bb-brand-ivory);
}

.bb-brand-section--philosophy .bb-brand-card h3,
.bb-brand-section--philosophy .bb-brand-card p,
.bb-brand-section--vision .bb-brand-vision-card h3,
.bb-brand-section--vision .bb-brand-vision-card p {
  color: var(--bb-brand-ivory);
}

.bb-brand-point-list,
.bb-brand-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bb-brand-point-list span,
.bb-brand-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(185, 154, 91, 0.42);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.bb-brand-keywords span {
  background: #ffffff;
  color: var(--bb-brand-green);
}

.bb-brand-section--plant-culture .bb-brand-keywords span {
  background: rgba(247, 241, 230, 0.08);
  border-color: rgba(200, 170, 104, 0.38);
  color: var(--bb-brand-ivory);
}

.bb-brand-message {
  margin: 34px 0 0;
  padding: 26px 30px;
  border-left: 4px solid var(--bb-brand-gold);
  background: rgba(185, 154, 91, 0.1);
  color: var(--bb-brand-deep);
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.7;
}

.bb-brand-spiritual {
  position: relative;
}

.bb-brand-spiritual__ornament {
  position: absolute;
  top: 26px;
  left: 0;
  width: 120px;
  height: 180px;
  border-left: 1px solid rgba(200, 170, 104, 0.42);
  border-bottom: 1px solid rgba(200, 170, 104, 0.26);
  border-radius: 0 0 0 90px;
  opacity: 0.7;
}

.bb-brand-spiritual__ornament::before,
.bb-brand-spiritual__ornament::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 84px;
  border: 1px solid rgba(200, 170, 104, 0.34);
  border-radius: 44px 0 44px 0;
}

.bb-brand-spiritual__ornament::before {
  top: 28px;
  left: 24px;
  transform: rotate(-20deg);
}

.bb-brand-spiritual__ornament::after {
  top: 76px;
  left: 54px;
  transform: rotate(22deg);
}

.bb-brand-spiritual__body {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(200, 170, 104, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.bb-brand-spiritual__body p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 2.1;
}

.bb-brand-spiritual__body p:first-child {
  margin-top: 0;
}

.bb-brand-spiritual__quote {
  margin: 34px 0 0;
  color: var(--bb-brand-gold-light);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}

.bb-brand-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.bb-brand-step {
  position: relative;
  min-height: 150px;
  padding: 28px;
  border: 1px solid rgba(200, 170, 104, 0.36);
  border-radius: 0;
  background: rgba(247, 241, 230, 0.045);
}

.bb-brand-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  height: 1px;
  background: rgba(200, 170, 104, 0.72);
}

.bb-brand-step span {
  color: var(--bb-brand-gold-light);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.bb-brand-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border: 1px solid rgba(200, 170, 104, 0.72);
  border-radius: 50%;
  color: var(--bb-brand-gold-light);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.bb-brand-step p {
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
}

.bb-brand-step small {
  display: block;
  margin-top: 12px;
  color: rgba(247, 241, 230, 0.82);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.bb-brand-lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bb-brand-lifestyle-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(185, 154, 91, 0.28);
  border-radius: 0;
  background: rgba(251, 247, 239, 0.74);
  box-shadow: none;
  overflow: hidden;
}

.bb-brand-lifestyle-card__image,
.bb-brand-vision-card__image {
  aspect-ratio: 4 / 3;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 154, 91, 0.24);
}

.bb-brand-lifestyle-card__image img,
.bb-brand-vision-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-brand-lifestyle-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 26px;
}

.bb-brand-lifestyle-card__media {
  display: flex;
  min-height: 148px;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(0, 63, 63, 0.72), rgba(185, 154, 91, 0.34)),
    var(--bb-brand-green);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.bb-brand-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid rgba(185, 154, 91, 0.45);
  border-radius: 0;
  color: var(--bb-brand-gold);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bb-brand-lifestyle-card h3,
.bb-brand-vision-card h3 {
  margin: 0;
  color: var(--bb-brand-deep);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.bb-brand-lifestyle-card p,
.bb-brand-vision-card p {
  margin: 14px 0 0;
  color: var(--bb-brand-muted);
  font-size: 15px;
  line-height: 2;
}

.bb-brand-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bb-brand-vision-card {
  min-height: 250px;
  padding: 0;
  border: 1px solid rgba(200, 170, 104, 0.36);
  border-radius: 0;
  background: rgba(247, 241, 230, 0.045);
  overflow: hidden;
}

.bb-brand-vision-card span {
  display: block;
  margin: 22px 22px 18px;
  color: var(--bb-brand-gold-light);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.bb-brand-vision-card h3 {
  margin-left: 22px;
  margin-right: 22px;
  color: #ffffff;
}

.bb-brand-vision-card p {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.86);
}

.bb-brand-faq-list {
  display: grid;
  gap: 14px;
}

.bb-brand-faq-item {
  border: 0;
  border-top: 1px solid rgba(185, 154, 91, 0.28);
  border-radius: 0;
  background: rgba(251, 247, 239, 0.7);
  box-shadow: none;
  overflow: hidden;
}

.bb-brand-faq-item:last-child {
  border-bottom: 1px solid rgba(185, 154, 91, 0.28);
}

.bb-brand-faq-question {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 22px 58px 22px 24px;
  color: var(--bb-brand-deep);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  list-style: none;
  transition: color 0.35s ease;
}

.bb-brand-faq-question:hover,
.bb-brand-faq-question:focus-visible {
  color: var(--bb-brand-gold);
}

.bb-brand-faq-question::-webkit-details-marker {
  display: none;
}

.bb-brand-faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 154, 91, 0.5);
  border-radius: 50%;
  color: var(--bb-brand-gold);
  transform: translateY(-50%);
}

.bb-brand-faq-item[open] .bb-brand-faq-question::after {
  content: "-";
}

.bb-brand-faq-answer {
  padding: 0 24px 24px;
}

.bb-brand-faq-answer p {
  margin: 0;
  color: var(--bb-brand-muted);
  font-size: 15px;
  line-height: 2;
}

.bb-brand-final,
.bb-brand-section--final {
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image:
    linear-gradient(135deg, rgba(0, 47, 49, 0.3), rgba(6, 75, 69, 0.14)),
    var(--bb-bg-final-pc);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bb-brand-final__inner {
  width: min(1280px, calc(100% - 48px));
  min-height: auto;
  align-items: flex-start;
  padding: 96px clamp(24px, 5vw, 72px);
  text-align: left;
}

.bb-brand-final-logo {
  margin: 0 auto 32px 0;
}

.bb-brand-final__inner p {
  max-width: 680px;
  margin-left: 0;
  margin-right: auto;
}

.bb-brand-section--final .bb-brand-final__title {
  font-size: 50px;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.bb-brand-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bb-brand-reveal.bb-brand-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .bb-brand-page *,
  .bb-brand-page *::before,
  .bb-brand-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .bb-brand-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .bb-brand-icon-grid--four,
  .bb-brand-card-grid--four,
  .bb-brand-lifestyle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bb-brand-hero,
  .bb-brand-hero__inner {
    min-height: 680px;
  }

  .bb-brand-section {
    padding: 82px 0;
  }

  .bb-brand-split,
  .bb-brand-split--reverse,
  .bb-brand-split--story {
    grid-template-columns: 1fr;
  }

  .bb-brand-split--reverse .bb-brand-media {
    order: 2;
  }

  .bb-brand-card-grid--three,
  .bb-brand-card-grid--five,
  .bb-brand-vision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-brand-steps {
    grid-template-columns: 1fr;
  }

  .bb-brand-step:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 34px;
    width: 1px;
    height: 18px;
  }
}

@media (max-width: 768px) {
  .bb-brand-sticky-nav {
    display: none;
  }

  .bb-brand-section {
    scroll-margin-top: 24px;
  }

  .bb-brand-hero {
    background-image:
      linear-gradient(rgba(0, 47, 49, 0.3), rgba(6, 75, 69, 0.14)),
      var(--bb-bg-hero-sp);
    background-position: center;
  }

  .bb-brand-page .bb-brand-hero-logo,
  .bb-brand-page .bb-brand-final-logo {
    width: clamp(130px, 42vw, 180px);
    max-width: 180px;
    margin-bottom: 22px;
  }

  .bb-brand-section--philosophy {
    background-image:
      linear-gradient(135deg, rgba(0, 47, 49, 0.68), rgba(6, 75, 69, 0.46)),
      var(--bb-bg-philosophy-sp);
  }

  .bb-brand-section--plant-culture,
  .bb-brand-section--for-bali,
  .bb-brand-section--vision {
    background-image:
      linear-gradient(135deg, rgba(0, 47, 49, 0.58), rgba(6, 75, 69, 0.38)),
      var(--bb-bg-green-sp);
  }

  .bb-brand-section--jamu {
    background-image:
      linear-gradient(
        180deg,
        rgba(251, 247, 239, 0.92) 0%,
        rgba(251, 247, 239, 0.76) 42%,
        rgba(251, 247, 239, 0.46) 68%,
        rgba(251, 247, 239, 0.18) 100%
      ),
      var(--bb-bg-jamu-report-sp);
    background-size: 100% auto;
    background-position: right bottom;
  }

  .bb-brand-section--for-you {
    background-image:
      linear-gradient(rgba(251, 247, 239, 0.76), rgba(251, 247, 239, 0.68)),
      var(--bb-bg-common-sp);
  }

  .bb-brand-section--about {
    background-image:
      linear-gradient(rgba(251, 247, 239, 0.76), rgba(251, 247, 239, 0.68)),
      var(--bb-bg-common-sp);
  }

  .bb-brand-section--common-bg {
    background-image:
      linear-gradient(rgba(251, 247, 239, 0.76), rgba(251, 247, 239, 0.68)),
      var(--bb-bg-common-sp);
  }

  .bb-brand-section--story {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image:
      linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(251, 247, 239, 0.86) 30%, rgba(251, 247, 239, 0.48) 62%, rgba(251, 247, 239, 0.1) 100%),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: var(--bb-brand-text);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--spiritual {
    background-image:
      linear-gradient(rgba(0, 38, 38, 0.62), rgba(0, 63, 63, 0.42)),
      var(--bb-bg-spirituality-sp);
    background-position: center;
  }

  .bb-brand-section--collection {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image:
      linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(251, 247, 239, 0.86) 30%, rgba(251, 247, 239, 0.48) 62%, rgba(251, 247, 239, 0.1) 100%),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: var(--bb-brand-text);
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }

  .bb-brand-final {
    background-image:
      linear-gradient(rgba(0, 47, 49, 0.34), rgba(6, 75, 69, 0.18)),
      var(--bb-bg-final-sp);
    background-position: center;
  }

  .bb-brand-section--final .bb-brand-final__title {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.5;
  }

  .bb-brand-final,
  .bb-brand-section--final {
    min-height: 720px;
    align-items: center;
  }

  .bb-brand-final__inner {
    width: min(100% - 48px, 1280px);
    align-items: flex-start;
    padding: 72px 24px;
    text-align: left;
  }

  .bb-brand-final-logo {
    margin-left: 0;
    margin-right: auto;
  }

  .bb-brand-story-layout,
  .bb-brand-collection-layout {
    display: block;
    min-height: auto;
  }

  .bb-brand-story-content,
  .bb-brand-collection-content {
    max-width: none;
    padding: 72px 24px 40px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-story-content,
  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: none;
    text-align: left;
  }

  .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-collection-visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .bb-brand-hero,
  .bb-brand-hero__inner {
    min-height: 760px;
  }

  .bb-brand-hero__inner,
  .bb-brand-final__inner {
    width: min(100% - 32px, 1180px);
  }

  .bb-brand-hero__inner {
    padding: 72px 0 220px;
  }

  .bb-brand-final__inner {
    padding: 72px 24px 84px;
  }

  .bb-brand-hero__title,
  .bb-brand-final__title {
    font-size: 38px;
  }

  .bb-brand-hero__lead {
    font-size: 21px;
  }

  .bb-brand-hero__text,
  .bb-brand-final__inner p {
    font-size: 16px;
    line-height: 1.9;
  }

  .bb-brand-container,
  .bb-brand-container--narrow {
    width: min(100% - 32px, 1180px);
  }

  .bb-brand-section {
    padding: 68px 0;
  }

  .bb-brand-section-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .bb-brand-heading {
    font-size: 30px;
  }

  .bb-brand-subheading {
    font-size: 18px;
  }

  .bb-brand-copy p,
  .bb-brand-section-head p {
    font-size: 15.5px;
    line-height: 1.95;
  }

  .bb-brand-media::before {
    inset: 12px -10px -12px 10px;
  }

  .bb-brand-icon-grid--four,
  .bb-brand-card-grid--four,
  .bb-brand-card-grid--three,
  .bb-brand-card-grid--five,
  .bb-brand-lifestyle-grid,
  .bb-brand-vision-grid {
    grid-template-columns: 1fr;
  }

  .bb-brand-mini-card,
  .bb-brand-card,
  .bb-brand-promise-card,
  .bb-brand-step {
    padding: 24px;
  }

  .bb-brand-promise-card {
    min-height: auto;
  }

  .bb-brand-lifestyle-card {
    min-height: auto;
    padding: 0;
  }

  .bb-brand-vision-card {
    padding: 0;
  }

  .bb-brand-lifestyle-card__media {
    min-height: 132px;
  }

  .bb-brand-spiritual__ornament {
    opacity: 0.28;
  }

  .bb-brand-faq-question {
    padding: 18px 54px 18px 18px;
    font-size: 16px;
  }

  .bb-brand-faq-question::after {
    right: 18px;
  }

  .bb-brand-faq-answer {
    padding: 0 18px 20px;
  }

  .bb-brand-hero-nav {
    bottom: 24px;
  }

  .bb-brand-hero-nav__inner {
    width: calc(100% - 32px);
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding-inline: 0;
  }

  .bb-brand-hero-nav__link {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .bb-brand-section--final .bb-brand-final__title {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  #bb-brand-quality .bb-brand-section-head,
  #bb-brand-lifestyle .bb-brand-section-head,
  .bb-brand-section--vision .bb-brand-section-head,
  .bb-brand-section--for-you .bb-brand-section-head {
    text-align: center;
  }

  #bb-brand-quality .bb-brand-kicker,
  #bb-brand-quality .bb-brand-heading,
  #bb-brand-lifestyle .bb-brand-kicker,
  #bb-brand-lifestyle .bb-brand-heading,
  .bb-brand-section--vision .bb-brand-kicker,
  .bb-brand-section--vision .bb-brand-heading,
  .bb-brand-section--for-you .bb-brand-kicker,
  .bb-brand-section--for-you .bb-brand-heading {
    text-align: center;
  }

  #bb-brand-quality .bb-brand-section-head > p:not(.bb-brand-kicker),
  #bb-brand-lifestyle .bb-brand-section-head > p:not(.bb-brand-kicker),
  .bb-brand-section--vision .bb-brand-section-head > p:not(.bb-brand-kicker),
  .bb-brand-section--for-you .bb-brand-section-head > p:not(.bb-brand-kicker) {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.bb-brand-hero-nav__inner {
  gap: 8px 0;
}

.bb-brand-hero-nav__link {
  display: inline-flex;
  align-items: center;
}

@media (min-width: 769px) {
  .bb-brand-hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(0, 47, 49, 0.22) 0%,
        rgba(0, 63, 63, 0.16) 36%,
        rgba(6, 75, 69, 0.08) 70%,
        rgba(6, 75, 69, 0.02) 100%
      ),
      var(--bb-bg-hero-pc);
  }

  .bb-brand-hero .bb-brand-kicker,
  .bb-brand-hero .bb-brand-hero__title,
  .bb-brand-hero .bb-brand-hero__lead,
  .bb-brand-hero .bb-brand-hero__text,
  .bb-brand-hero-nav__link {
    text-shadow: 0 2px 16px rgba(0, 31, 31, 0.26);
  }

  .bb-brand-section--story,
  .bb-brand-section--collection {
    position: relative;
    overflow: hidden;
    background: #fbf7ef;
    color: #253f3b;
  }

  .bb-brand-story-visual,
  .bb-brand-collection-visual {
    right: 0;
    width: min(64vw, 1080px);
    background-size: cover;
    background-position: center right;
  }

  .bb-brand-story-visual {
    background-image:
      linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0.94) 20%, rgba(251, 247, 239, 0.7) 40%, rgba(251, 247, 239, 0.34) 60%, rgba(251, 247, 239, 0.1) 78%, rgba(251, 247, 239, 0) 100%),
      var(--bb-bg-story-pc);
  }

  .bb-brand-collection-visual {
    background-image:
      linear-gradient(90deg, #fbf7ef 0%, rgba(251, 247, 239, 0.9) 20%, rgba(251, 247, 239, 0.64) 40%, rgba(251, 247, 239, 0.28) 60%, rgba(251, 247, 239, 0.08) 78%, rgba(251, 247, 239, 0) 100%),
      var(--bb-bg-collection-pc);
  }

  .bb-brand-section--story .bb-brand-story-content,
  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: min(60vw, 780px);
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  .bb-brand-section--final {
    background-image:
      linear-gradient(90deg, rgba(0, 47, 49, 0.36) 0%, rgba(0, 63, 63, 0.26) 24%, rgba(6, 75, 69, 0.12) 46%, rgba(6, 75, 69, 0.04) 64%, rgba(6, 75, 69, 0) 100%),
      var(--bb-bg-final-pc);
  }

  .bb-brand-section--final .bb-brand-final__title,
  .bb-brand-section--final .bb-brand-final__inner p {
    text-shadow: 0 2px 16px rgba(0, 31, 31, 0.24);
  }
}

@media (max-width: 768px) {
  .bb-brand-hero-nav__inner {
    gap: 8px 0;
  }

  .bb-brand-section--story {
    min-height: 760px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    background-image: var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--story .bb-brand-story-layout {
    width: 100%;
    min-height: auto;
  }

  .bb-brand-section--story .bb-brand-story-content {
    max-width: none;
    width: 100%;
    padding: 72px 24px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-story-content p {
    color: #ffffff;
  }

  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-heading {
    text-shadow: 0 2px 16px rgba(0, 31, 31, 0.46);
  }

  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-section--story .bb-brand-message {
    display: block;
    padding: 18px 20px;
    background: rgba(251, 247, 239, 0.52);
    border: 1px solid rgba(200, 170, 104, 0.28);
    color: var(--bb-brand-gold-light);
    backdrop-filter: blur(1px);
  }

  .bb-brand-section--collection {
    min-height: 760px;
    display: block;
    margin-bottom: 0;
    padding: 72px 0 0;
    background-image: var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }

  .bb-brand-section--collection .bb-brand-collection-layout {
    width: 100%;
    min-height: auto;
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: none;
    width: 100%;
    padding: 0 24px 72px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection .bb-brand-subheading,
  .bb-brand-section--collection .bb-brand-collection-content p {
    color: #ffffff;
  }

  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-heading {
    text-shadow: 0 2px 16px rgba(0, 31, 31, 0.46);
  }

  .bb-brand-section--collection .bb-brand-collection-visual {
    display: none;
  }
}

.bb-brand-hero-nav__link::after,
.bb-brand-hero-nav__link:hover::after,
.bb-brand-hero-nav__link:focus-visible::after,
.bb-brand-hero-nav__link.bb-brand-is-active::after {
  content: "｜";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 12px;
  background: transparent;
  color: rgba(200, 170, 104, 0.72);
  font-size: 13px;
  line-height: 1;
  transform: none;
  transition: none;
}

.bb-brand-hero-nav__link:last-child::after,
.bb-brand-hero-nav__link:last-child:hover::after,
.bb-brand-hero-nav__link:last-child:focus-visible::after,
.bb-brand-hero-nav__link:last-child.bb-brand-is-active::after {
  content: none;
}

.bb-brand-hero-nav__link span {
  position: relative;
  display: inline-block;
}

.bb-brand-hero-nav__link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.bb-brand-hero-nav__link:hover span::after,
.bb-brand-hero-nav__link:focus-visible span::after,
.bb-brand-hero-nav__link.bb-brand-is-active span::after {
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .bb-brand-hero-nav__link::after,
  .bb-brand-hero-nav__link:hover::after,
  .bb-brand-hero-nav__link:focus-visible::after,
  .bb-brand-hero-nav__link.bb-brand-is-active::after {
    margin: 0 9px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    min-height: 760px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    background-image:
      linear-gradient(
        180deg,
        rgba(0, 47, 49, 0.3) 0%,
        rgba(0, 47, 49, 0.2) 30%,
        rgba(0, 47, 49, 0.1) 52%,
        rgba(251, 247, 239, 0.36) 76%,
        rgba(251, 247, 239, 0.58) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--bb-brand-ivory);
  }

  .bb-brand-section--story::before {
    content: none;
    display: none;
  }

  .bb-brand-section--story .bb-brand-story-content {
    max-width: none;
    width: 100%;
    padding: 78px 24px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-story-content p {
    color: var(--bb-brand-ivory);
    text-shadow: 0 2px 14px rgba(0, 31, 31, 0.42);
  }

  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story .bb-brand-message {
    display: block;
    margin-top: 34px;
    padding: 22px 24px;
    border: 0;
    border-left: 4px solid var(--bb-brand-gold);
    background: rgba(185, 154, 91, 0.16);
    color: var(--bb-brand-gold-light);
    text-shadow: 0 2px 12px rgba(0, 31, 31, 0.28);
    backdrop-filter: blur(1.5px);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    min-height: 760px;
    display: block;
    margin-bottom: 0;
    padding: 72px 0 0;
    background-image:
      linear-gradient(
        180deg,
        rgba(0, 47, 49, 0.28) 0%,
        rgba(0, 47, 49, 0.2) 30%,
        rgba(0, 47, 49, 0.08) 52%,
        rgba(251, 247, 239, 0.32) 78%,
        rgba(251, 247, 239, 0.54) 100%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--bb-brand-ivory);
  }

  .bb-brand-section--collection::before {
    content: none;
    display: none;
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: none;
    width: 100%;
    padding: 0 24px 72px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection .bb-brand-subheading,
  .bb-brand-section--collection .bb-brand-collection-content p {
    color: var(--bb-brand-ivory);
    text-shadow: 0 2px 14px rgba(0, 31, 31, 0.42);
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

/* Bali-Balian LP only: prevent tiny horizontal overflow from full-bleed resets. */
.bb-brand,
.bb-brand-page,
.bb-brand-wrapper,
.bb-brand-lp-reset {
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .bb-brand,
  .bb-brand-page,
  .bb-brand-wrapper,
  .bb-brand-lp-reset {
    overflow-x: hidden;
  }
}

.bb-brand-page {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bb-brand-section--story,
.bb-brand-section--collection,
.bb-brand-section--final,
.bb-brand-hero,
.bb-brand-final {
  overflow: hidden;
}

.bb-brand-section--story::before,
.bb-brand-section--story::after,
.bb-brand-section--collection::before,
.bb-brand-section--collection::after,
.bb-brand-section--final::before,
.bb-brand-section--final::after,
.bb-brand-story-visual,
.bb-brand-collection-visual {
  max-width: 100%;
}

.bb-brand-story-visual,
.bb-brand-collection-visual {
  right: 0;
}

/* Bali-Balian LP only: remove outer white bands without touching card internals. */
body:has(.bb-brand-page) {
  margin: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  background: #003f3f;
}

body:has(.bb-brand-page) main,
body:has(.bb-brand-page) article,
body:has(.bb-brand-page) .main,
body:has(.bb-brand-page) .main-content,
body:has(.bb-brand-page) .lp,
body:has(.bb-brand-page) .lp-wrapper,
body:has(.bb-brand-page) .lp-container,
body:has(.bb-brand-page) .lp-template,
body:has(.bb-brand-page) .lp-template__body,
body:has(.bb-brand-page) .page,
body:has(.bb-brand-page) .page-body,
body:has(.bb-brand-page) .shop,
:where(.lp-template, .lp-template__body, .lp-container, .lp-content, .lp-main, .main, .main-content):has(.bb-brand-page) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.bb-brand,
.bb-brand-wrapper,
.bb-brand-lp-reset,
.bb-brand-page {
  display: flow-root;
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.bb-brand-page > *:first-child,
.bb-brand-page > section:first-child,
.bb-brand-page > .bb-brand-hero:first-child,
.bb-brand-page > .bb-brand-section:first-child {
  margin-top: 0 !important;
}

.bb-brand-page > *:last-child,
.bb-brand-page > section:last-child,
.bb-brand-page > .bb-brand-final:last-child,
.bb-brand-page > .bb-brand-section--final:last-child {
  margin-bottom: 0 !important;
}

.bb-brand-page .bb-brand-hero {
  margin-top: 0 !important;
}

.bb-brand-page .bb-brand-final,
.bb-brand-page .bb-brand-section--final {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    display: block;
    margin-bottom: 0;
    padding: 72px 0 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
    overflow: hidden;
  }

  .bb-brand-section--story .bb-brand-story-layout,
  .bb-brand-section--story .bb-brand-section-inner,
  .bb-brand-section--story .bb-brand-story-content {
    display: block;
    grid-template-columns: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .bb-brand-section--story .bb-brand-story-layout {
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--story .bb-brand-story-content {
    padding: 0 24px 40px;
    text-align: left;
  }

  .bb-brand-section--story::before {
    content: none;
    display: none;
  }

  .bb-brand-section--story::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 420px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--story .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-story-paragraph {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    display: block;
    margin-bottom: 0;
    padding: 72px 0 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
    overflow: hidden;
  }

  .bb-brand-section--collection .bb-brand-collection-layout,
  .bb-brand-section--collection .bb-brand-section-inner,
  .bb-brand-section--collection .bb-brand-collection-content {
    display: block;
    grid-template-columns: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .bb-brand-section--collection .bb-brand-collection-layout {
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    padding: 0 24px 40px;
    text-align: left;
  }

  .bb-brand-section--collection::before {
    content: none;
    display: none;
  }

  .bb-brand-section--collection::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 460px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.9) 10%,
        rgba(251, 247, 239, 0.58) 28%,
        rgba(251, 247, 239, 0.22) 48%,
        rgba(251, 247, 239, 0) 72%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--collection .bb-brand-collection-visual {
    display: none;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection h2,
  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-subheading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection .bb-brand-button,
  .bb-brand-section--collection .bb-brand-button span {
    color: #ffffff;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--story::before {
    content: none;
    display: none;
  }

  .bb-brand-section--story::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 420px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--story .bb-brand-story-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--story .bb-brand-story-content {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-story-paragraph {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--collection::before {
    content: none;
    display: none;
  }

  .bb-brand-section--collection::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 460px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--collection .bb-brand-collection-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-collection-visual {
    display: none;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection h2,
  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-subheading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection .bb-brand-button,
  .bb-brand-section--collection .bb-brand-button span {
    color: #ffffff;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--story::before {
    content: none;
    display: none;
  }

  .bb-brand-section--story::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 420px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--story .bb-brand-story-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--story .bb-brand-story-content {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-story-paragraph {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    position: relative;
    display: block;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--collection::before {
    content: none;
    display: none;
  }

  .bb-brand-section--collection::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 460px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--collection .bb-brand-collection-layout {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: auto;
    background: var(--bb-brand-ivory-light);
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-collection-visual {
    display: none;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection h2,
  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-subheading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection .bb-brand-button,
  .bb-brand-section--collection .bb-brand-button span {
    color: #ffffff;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: block;
    margin-bottom: 0;
    padding: 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--story::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
      linear-gradient(
        180deg,
        rgba(251, 247, 239, 0.94) 0%,
        rgba(251, 247, 239, 0.68) 30%,
        rgba(251, 247, 239, 0.28) 62%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--story .bb-brand-story-layout,
  .bb-brand-section--story .bb-brand-story-content {
    position: relative;
    z-index: 2;
  }

  .bb-brand-section--story .bb-brand-story-content {
    max-width: none;
    width: 100%;
    padding: 78px 24px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-heading,
  .bb-brand-section--story h2,
  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-story-paragraph {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story .bb-brand-story-visual {
    display: none;
  }

  .bb-brand-section--story .bb-brand-message {
    display: block;
    margin-top: 34px;
    padding: 18px 20px;
    border: 1px solid rgba(200, 170, 104, 0.28);
    border-left: 4px solid var(--bb-brand-gold);
    background: rgba(251, 247, 239, 0.52);
    text-shadow: none;
    backdrop-filter: blur(1px);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: block;
    margin-bottom: 0;
    padding: 72px 0 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--collection::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
      linear-gradient(
        180deg,
        rgba(251, 247, 239, 0.94) 0%,
        rgba(251, 247, 239, 0.68) 30%,
        rgba(251, 247, 239, 0.28) 62%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--collection .bb-brand-collection-layout,
  .bb-brand-section--collection .bb-brand-collection-content {
    position: relative;
    z-index: 2;
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: none;
    width: 100%;
    padding: 0 24px 72px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-heading,
  .bb-brand-section--collection h2,
  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-subheading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection .bb-brand-button,
  .bb-brand-section--collection .bb-brand-button span {
    color: #ffffff;
  }

  .bb-brand-section--collection .bb-brand-collection-visual {
    display: none;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

.bb-brand-section--story .bb-brand-story-paragraph {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.bb-brand-section--story .bb-brand-story-paragraph--tight {
  margin-bottom: 0.55em;
}

@media (max-width: 768px) {
  .bb-brand-section--story {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: block;
    margin-bottom: 0;
    padding: 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--story::before {
    content: none;
    display: none;
  }

  .bb-brand-section--story::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 420px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.92) 14%,
        rgba(251, 247, 239, 0.66) 32%,
        rgba(251, 247, 239, 0.28) 56%,
        rgba(251, 247, 239, 0) 100%
      ),
      var(--bb-bg-story-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--story .bb-brand-story-layout,
  .bb-brand-section--story .bb-brand-story-content {
    position: relative;
    z-index: 2;
  }

  .bb-brand-section--story .bb-brand-story-content {
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--story .bb-brand-story-content p,
  .bb-brand-section--story .bb-brand-story-paragraph {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-heading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--story .bb-brand-subheading,
  .bb-brand-section--story .bb-brand-kicker,
  .bb-brand-section--story .bb-brand-message {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--story .bb-brand-message {
    display: block;
    margin-top: 34px;
    padding: 18px 20px;
    border: 1px solid rgba(200, 170, 104, 0.28);
    border-left: 4px solid var(--bb-brand-gold);
    background: rgba(251, 247, 239, 0.52);
    color: var(--bb-brand-gold-light);
    text-shadow: none;
    backdrop-filter: blur(1px);
  }

  .bb-brand-section--story + .bb-brand-section--spirituality,
  .bb-brand-section--spirituality {
    margin-top: 0;
  }

  .bb-brand-section--collection {
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: block;
    margin-bottom: 0;
    padding: 0;
    background: var(--bb-brand-ivory-light);
    color: var(--bb-brand-text);
  }

  .bb-brand-section--collection::before {
    content: none;
    display: none;
  }

  .bb-brand-section--collection::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 460px;
    background-image:
      linear-gradient(
        180deg,
        #fbf7ef 0%,
        rgba(251, 247, 239, 0.9) 10%,
        rgba(251, 247, 239, 0.58) 28%,
        rgba(251, 247, 239, 0.22) 48%,
        rgba(251, 247, 239, 0) 72%
      ),
      var(--bb-bg-collection-sp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .bb-brand-section--collection .bb-brand-collection-layout,
  .bb-brand-section--collection .bb-brand-collection-content {
    position: relative;
    z-index: 2;
  }

  .bb-brand-section--collection .bb-brand-collection-content {
    max-width: none;
    width: 100%;
    padding: 78px 24px 56px;
    text-align: left;
  }

  .bb-brand-section--collection .bb-brand-collection-content p,
  .bb-brand-section--collection .bb-brand-subheading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-heading {
    color: var(--bb-brand-text);
    text-shadow: none;
  }

  .bb-brand-section--collection .bb-brand-kicker {
    color: var(--bb-brand-gold-light);
  }

  .bb-brand-section--collection .bb-brand-button,
  .bb-brand-section--collection .bb-brand-button span {
    color: #ffffff;
  }

  .bb-brand-section--collection + .bb-brand-section--final,
  .bb-brand-section--final {
    margin-top: 0;
  }
}

/* Final targeted card restore at EOF: card padding must survive later section overrides. */
#bb-brand-about .bb-brand-icon-grid,
#bb-brand-philosophy .bb-brand-card-grid,
#bb-brand-quality .bb-brand-card-grid,
#bb-brand-promise .bb-brand-card-grid,
#bb-brand-for-you .bb-brand-card-grid {
  align-items: stretch;
  gap: clamp(18px, 2vw, 26px);
}

#bb-brand-about .bb-brand-mini-card,
#bb-brand-philosophy .bb-brand-card,
#bb-brand-quality .bb-brand-card,
#bb-brand-promise .bb-brand-promise-card,
#bb-brand-for-you .bb-brand-card {
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
}

#bb-brand-about .bb-brand-mini-card {
  padding: 24px;
  text-align: center;
}

#bb-brand-quality .bb-brand-card,
#bb-brand-promise .bb-brand-promise-card,
#bb-brand-for-you .bb-brand-card {
  padding: 30px 28px;
  text-align: center;
}

#bb-brand-philosophy .bb-brand-card {
  padding: 24px;
  text-align: center;
}

#bb-brand-promise .bb-brand-promise-card {
  min-height: auto;
  height: 100%;
}

#bb-brand-about .bb-brand-icon,
#bb-brand-philosophy .bb-brand-card__number,
#bb-brand-promise .bb-brand-promise-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

#bb-brand-about .bb-brand-mini-card h3,
#bb-brand-philosophy .bb-brand-card h3,
#bb-brand-quality .bb-brand-card h3,
#bb-brand-promise .bb-brand-promise-card h3,
#bb-brand-for-you .bb-brand-card h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

#bb-brand-about .bb-brand-mini-card p {
  margin: 10px 0 0;
  color: rgba(37, 63, 59, 0.78);
  font-size: 13.5px;
  line-height: 1.82;
  letter-spacing: 0.04em;
  text-align: left;
}

#bb-brand-philosophy .bb-brand-card p,
#bb-brand-quality .bb-brand-card p,
#bb-brand-promise .bb-brand-promise-card p,
#bb-brand-for-you .bb-brand-card p {
  margin: 12px 0 0;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: left;
}

.bb-brand-spiritual__body .bb-brand-spiritual__note {
  font-size: 12.5px;
  line-height: 1.85;
  color: rgba(247, 241, 230, 0.72);
}

@media (max-width: 768px) {
  #bb-brand-about .bb-brand-icon-grid,
  #bb-brand-philosophy .bb-brand-card-grid,
  #bb-brand-quality .bb-brand-card-grid,
  #bb-brand-promise .bb-brand-card-grid,
  #bb-brand-for-you .bb-brand-card-grid {
    gap: 16px;
  }

  #bb-brand-about .bb-brand-mini-card,
  #bb-brand-quality .bb-brand-card,
  #bb-brand-promise .bb-brand-promise-card,
  #bb-brand-for-you .bb-brand-card {
    height: auto;
    padding: 22px 20px;
  }

  #bb-brand-philosophy .bb-brand-card {
    height: auto;
    padding: 24px;
  }

  #bb-brand-promise .bb-brand-promise-card {
    min-height: 0;
    height: auto;
  }

  #bb-brand-philosophy .bb-brand-card p,
  #bb-brand-quality .bb-brand-card p,
  #bb-brand-promise .bb-brand-promise-card p,
  #bb-brand-for-you .bb-brand-card p {
    margin-top: 10px;
    line-height: 1.88;
  }

  #bb-brand-about .bb-brand-mini-card p {
    font-size: 13px;
    line-height: 1.88;
  }

  .bb-brand-jamu-culture {
    margin-top: 26px;
    padding: 22px 20px;
  }

  .bb-brand-jamu-culture p {
    font-size: 14.5px;
    line-height: 1.9;
  }

  .bb-brand-jamu-culture__note {
    font-size: 11.5px;
    line-height: 1.75;
  }
}

@media (min-width: 769px) and (max-width: 1080px) {
  .bb-brand-jamu-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .bb-brand-jamu-layout {
    max-width: none;
  }

  .bb-brand-jamu-content {
    max-width: none;
  }

  .bb-brand-section--jamu .bb-brand-jamu-text p {
    font-size: 14.5px;
    line-height: 1.95;
  }

  .bb-brand-jamu-report {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    padding: 26px 22px;
  }

  .bb-brand-jamu-report__icon {
    width: 74px;
    height: 74px;
    margin-top: 0;
  }

  .bb-brand-jamu-report__icon::before {
    inset: 18px 23px 20px 25px;
  }

  .bb-brand-jamu-report__icon::after {
    top: 19px;
    left: 31px;
    width: 23px;
    height: 17px;
  }

  .bb-brand-jamu-report__body h3 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.65;
    text-align: left;
  }

  .bb-brand-jamu-note {
    font-size: 11.5px;
    line-height: 1.75;
  }

  .bb-brand-jamu-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .bb-brand-jamu-feature-card__number {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

  .bb-brand-jamu-feature-card p {
    font-size: 14px;
    line-height: 1.85;
  }
}

/* First view viewport fit: keep the brand hero contained in the first screen. */
.bb-brand-hero {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.bb-brand-hero__inner {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding-top: clamp(70px, 10vh, 108px);
  padding-bottom: clamp(150px, 19vh, 220px);
}

@media (max-width: 900px) {
  .bb-brand-hero,
  .bb-brand-hero__inner {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
  }
}

@media (max-width: 768px) {
  .bb-brand-hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .bb-brand-hero__inner {
    min-height: 100svh;
    min-height: 100dvh;
    padding-top: clamp(52px, 8svh, 76px);
    padding-bottom: clamp(150px, 23svh, 210px);
  }
}

@media (max-width: 640px) {
  .bb-brand-hero,
  .bb-brand-hero__inner {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .bb-brand-hero__inner {
    padding-top: clamp(44px, 7svh, 68px);
    padding-bottom: clamp(140px, 24svh, 198px);
  }

  .bb-brand-page .bb-brand-hero-logo {
    width: clamp(118px, 34vw, 160px);
    margin-bottom: 18px;
  }

  .bb-brand-hero__title {
    font-size: clamp(32px, 10vw, 38px);
  }

  .bb-brand-hero__lead {
    margin-top: 20px;
    font-size: clamp(18px, 5.4vw, 21px);
    line-height: 1.75;
  }

  .bb-brand-hero__text {
    margin-top: 18px;
    font-size: 14.5px;
    line-height: 1.85;
  }

  .bb-brand-hero .bb-brand-button {
    margin-top: 24px;
  }
}

.bb-brand-sp-fixed-cta {
  display: none;
}

@media (max-width: 768px) {
  .bb-brand-sp-fixed-cta {
    position: fixed;
    left: 50%;
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    max-width: 360px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(247, 241, 230, 0.36);
    border-radius: 0;
    background: rgba(184, 145, 74, 0.86);
    color: #fff;
    font-family:
      "Yu Mincho",
      "YuMincho",
      "Hiragino Mincho ProN",
      "Hiragino Mincho Pro",
      "Noto Serif JP",
      serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(76, 55, 22, 0.24);
    opacity: 0;
    transform: translate(-50%, 18px);
    pointer-events: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      background 0.35s ease,
      border-color 0.35s ease;
  }

  .bb-brand-sp-fixed-cta.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .bb-brand-sp-fixed-cta:hover,
  .bb-brand-sp-fixed-cta:focus-visible {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(200, 170, 104, 0.94);
  }

  .bb-brand-sp-fixed-cta span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .bb-brand-sp-fixed-cta span::before,
  .bb-brand-sp-fixed-cta span::after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: rgba(255, 255, 255, 0.58);
  }
}
