.bb-home,
.bb-site-header,
.bb-site-footer {
  color: #3b312c;
  font-family: inherit;
  line-height: 1.8;
}

:root {
  --bb-header-bg: rgba(5, 42, 45, 0.94);
  --bb-header-bg-solid: rgba(5, 42, 45, 0.98);
  --bb-header-gradient: linear-gradient(90deg, rgba(5, 42, 45, 0.98) 0%, rgba(7, 89, 87, 0.96) 52%, rgba(5, 42, 45, 0.98) 100%);
  --bb-header-gold: #d6b46a;
  --bb-header-ivory: #fffaf0;
  --bb-mincho: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Times New Roman", serif;
  --bb-header-height: 76px;
  --bb-header-height-mobile: 64px;
  --bb-anchor-gap: 4px;
}

.bb-home {
  display: block;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  background: #042d2e;
}

body.bb-has-home {
  margin: 0;
  overflow-x: hidden;
  background: #042d2e;
}

#top,
#about,
#jamu,
#collection,
#story,
#for-bali,
#faq {
  scroll-margin-top: 0;
}

html:has(.bb-home) {
  background: #042d2e;
}

.bb-home *,
.bb-home *::before,
.bb-home *::after,
.bb-site-header *,
.bb-site-header *::before,
.bb-site-header *::after,
.bb-site-footer *,
.bb-site-footer *::before,
.bb-site-footer *::after {
  box-sizing: border-box;
}

.bb-home a,
.bb-site-header a,
.bb-site-footer a {
  color: inherit;
  text-decoration: none;
}

.bb-section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 96px 20px;
}

.bb-section-title {
  margin: 0 0 28px;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.04em;
}

.bb-section-kicker {
  margin: 0 0 10px;
  color: #d6b46a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
}

.bb-about__kicker {
  margin: 0 0 10px;
  color: #d6b46a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  letter-spacing: 0.16em;
}

.bb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid rgba(201, 164, 92, 0.78);
  border-radius: 4px;
  font-family: "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", Georgia, serif;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bb-button--primary {
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
  background: #d6b46a;
  border-color: #d6b46a;
}

.bb-product-banner .bb-button,
.bb-product-banner .bb-button:hover,
.bali-final .bali-button,
.bali-final .bali-button:hover,
.bali-story-panel--dark .bali-button,
.bali-story-panel--dark .bali-button:hover {
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
}

.bb-button--ghost {
  color: #fff8e8;
  background: rgba(5, 25, 22, 0.44);
}

.bb-button:focus-visible,
.bb-site-header__brand:focus-visible,
.bb-site-header__link:focus-visible,
.bb-site-header__icon-link:focus-visible,
.bb-site-header__cart:focus-visible,
.bb-site-header__menu-button:focus-visible,
.bb-site-header__mobile-link:focus-visible,
.bb-faq__question:focus-visible,
.bb-sns-card:focus-visible,
.bb-site-footer a:focus-visible {
  outline: 3px solid rgba(214, 180, 106, 0.7);
  outline-offset: 3px;
}

.bb-site-header {
  /* ecforce共通ヘッダー: 商品ページは常時、トップページはスクロール後に同じ背景色へ揃える */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background: var(--bb-header-gradient);
  backdrop-filter: blur(14px);
  transition: background 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

body:not(.bb-has-home) {
  padding-top: 76px;
}

body:not(.bb-has-home) .bb-site-header__bar {
  min-height: 76px;
}

body:not(.bb-has-home) .bb-site-header__brand-image {
  width: 132px;
  max-width: 132px;
  max-height: 31px;
}

.bb-site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1120px, 100%);
  min-height: 76px;
  margin: 0 auto;
  padding: 8px 18px;
}

@media (min-width: 901px) {
  .bb-site-header__bar {
    width: 100%;
    max-width: none;
    padding-right: clamp(24px, 3.6vw, 64px);
    padding-left: clamp(24px, 3.6vw, 64px);
  }
}

.bb-site-header__brand {
  display: inline-flex;
  flex-shrink: 0;
}

.bb-site-header__brand-name {
  color: #d9b777;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: font-size 0.25s ease;
}

.bb-site-header__brand-image {
  display: block;
  width: 132px;
  max-width: 132px;
  max-height: 31px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  transition: width 0.25s ease, max-width 0.25s ease, max-height 0.25s ease;
}

.bb-site-header__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.bb-site-header__link {
  color: var(--bb-header-ivory);
  font-size: 13px;
  font-family: var(--bb-mincho);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.bb-site-header__icon-link,
.bb-site-header__cart {
  font-weight: 400;
}

.bb-site-header__icon-link,
.bb-site-header__cart,
.bb-site-header__cart-text {
  color: var(--bb-header-ivory) !important;
  -webkit-text-fill-color: var(--bb-header-ivory);
  font-family: var(--bb-mincho);
}

.bb-site-header__icon-link span,
.bb-site-header__cart span,
.bb-site-header__mobile,
.bb-site-header__mobile a {
  font-family: var(--bb-mincho) !important;
}

.bb-site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bb-site-header__icon-link,
.bb-site-header__cart,
.bb-site-header__menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(201, 164, 92, 0.64);
  border-radius: 999px;
  color: var(--bb-header-ivory) !important;
  background: rgba(3, 24, 24, 0.22);
  font: inherit;
  font-size: 12px;
  font-weight: 400;
}

.bb-site-header__cart {
  gap: 7px;
  padding: 0 13px;
}

.bb-site-header__cart-mark {
  position: relative;
  width: 15px;
  height: 13px;
  border: 2px solid var(--bb-header-gold);
  border-top: 0;
}

.bb-site-header__cart-mark::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 2px;
  right: 2px;
  height: 8px;
  border: 2px solid var(--bb-header-gold);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.bb-site-header__menu-button {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.bb-site-header__menu-button span {
  width: 18px;
  height: 2px;
  background: var(--bb-header-gold);
}

.bb-site-header__mobile {
  border-top: 1px solid rgba(201, 164, 92, 0.28);
  background: var(--bb-header-bg-solid);
}

.bb-site-header__mobile[hidden] {
  display: none;
}

.bb-site-header__mobile.is-open {
  display: block;
}

.bb-site-header__mobile-nav {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 18px;
}

.bb-site-header__mobile-nav {
  display: grid;
}

.bb-site-header__mobile-link {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  color: var(--bb-header-ivory) !important;
  -webkit-text-fill-color: var(--bb-header-ivory);
  font-family: var(--bb-mincho);
  font-weight: 400;
}

body.bb-has-home .bb-site-header {
  background: linear-gradient(180deg, rgba(5, 42, 45, 0.18), rgba(5, 42, 45, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

body.bb-has-home .bb-site-header__bar {
  min-height: 104px;
}

body.bb-has-home .bb-site-header__brand-image {
  width: 190px;
  max-width: 190px;
  max-height: 44px;
}

body.bb-has-home .bb-site-header__link {
  color: var(--bb-header-ivory) !important;
}

body.bb-has-home .bb-site-header--scrolled,
body.bb-has-home .bb-site-header--open {
  background: var(--bb-header-gradient);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

body.bb-has-home .bb-site-header--scrolled .bb-site-header__bar,
body.bb-has-home .bb-site-header--open .bb-site-header__bar {
  min-height: 76px;
}

body.bb-has-home .bb-site-header--scrolled .bb-site-header__brand-image,
body.bb-has-home .bb-site-header--open .bb-site-header__brand-image {
  width: 132px;
  max-width: 132px;
  max-height: 31px;
}

.bb-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
}

.bb-hero__picture,
.bb-hero__image,
.bb-about__picture,
.bb-about__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bb-hero__image,
.bb-about__image {
  object-fit: cover;
}

.bb-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 45, 46, 0.16) 0%, rgba(4, 45, 46, 0.1) 34%, rgba(4, 45, 46, 0.03) 68%, rgba(4, 45, 46, 0) 100%),
    linear-gradient(0deg, rgba(4, 45, 46, 0.08) 0%, rgba(4, 45, 46, 0) 62%);
}

.bb-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 92px 18px 72px;
}

.bb-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff8e8;
  font-size: clamp(34px, 5.4vw, 68px);
  font-weight: 500;
  line-height: 1.35;
}

.bb-hero__lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: #e8dcc3;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
}

.bb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.bb-values,
.bb-pickup,
.bb-promises,
.bb-faq,
.bb-products,
.bb-sns {
  position: relative;
}

.bb-values,
.bb-promises,
.bb-faq {
  background:
    radial-gradient(circle at left 18%, rgba(184, 154, 99, 0.08), transparent 24%),
    var(--bali-ivory, #f5f0e6);
}

.bb-pickup {
  background:
    radial-gradient(circle at left 18%, rgba(184, 154, 99, 0.08), transparent 24%),
    var(--bali-ivory, #f5f0e6);
}

.bb-pickup .bb-section-kicker,
.bb-faq .bb-section-kicker {
  color: var(--bali-gold, #b89a63);
}

.bb-pickup .bb-section-title,
.bb-faq .bb-section-title {
  color: var(--bali-lagoon, #245c5c);
}

.bb-products {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(94, 255, 220, 0.12), transparent 36%),
    linear-gradient(180deg, #042d2e 0%, #06494a 100%);
}

.bb-products__picture,
.bb-products__bg,
.bb-products__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bb-products__picture {
  z-index: 0;
}

.bb-products__bg {
  object-fit: cover;
}

.bb-products__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 45, 46, 0.16), rgba(4, 45, 46, 0.24)),
    rgba(3, 24, 24, 0.04);
}

.bb-products .bb-section-inner {
  position: relative;
  z-index: 2;
}

.bb-sns {
  background: linear-gradient(180deg, #06494a 0%, #042d2e 100%);
}

.bb-values__grid,
.bb-promises__grid,
.bb-products__grid,
.bb-sns__grid {
  display: grid;
  gap: 18px;
}

.bb-values__grid,
.bb-promises__grid,
.bb-products__grid,
.bb-sns__grid {
  grid-template-columns: repeat(3, 1fr);
}

.bb-value-card,
.bb-promise-card,
.bb-product-card,
.bb-sns-card {
  background: rgba(3, 36, 38, 0.78);
  box-shadow: 0 18px 42px rgba(0, 34, 34, 0.2);
}

.bb-pickup .bb-product-banner {
  box-shadow: 0 22px 48px rgba(36, 92, 92, 0.16);
}

.bb-value-card {
  padding: 42px 22px;
  text-align: center;
}

.bb-value-card__title,
.bb-promise-card__title {
  margin: 0 0 8px;
  color: #fff8e8;
  font-size: 18px;
  font-weight: 500;
}

.bb-value-card__text,
.bb-promise-card__text,
.bb-product-banner__text,
.bb-about__text,
.bb-faq__answer {
  color: #e8dcc3;
}

.bb-value-card__text,
.bb-promise-card__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9;
}

.bb-product-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  align-items: center;
  min-height: 320px;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(7, 100, 98, 0.62), rgba(3, 36, 38, 0.72)),
    #06494a;
}

.bb-product-banner__picture,
.bb-product-banner__bg,
.bb-product-banner__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bb-product-banner__picture {
  z-index: 0;
}

.bb-product-banner__bg {
  object-fit: cover;
}

.bb-product-banner__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 24, 24, 0.24), rgba(3, 36, 38, 0.36)),
    rgba(3, 24, 24, 0.08);
}

.bb-product-banner__media {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 24px;
  background: radial-gradient(circle at center, rgba(151, 255, 232, 0.22), transparent 62%);
}

.bb-product-banner__image {
  display: block;
  width: min(260px, 86%);
  height: auto;
  transition: transform 0.25s ease;
}

.bb-product-banner__image-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bb-product-banner__content {
  position: relative;
  z-index: 2;
  padding: 34px 38px;
}

.bb-product-banner__title {
  margin: 0 0 10px;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.bb-product-banner__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin: 0 0 14px;
  color: #e8dcc3;
  font-weight: 700;
}

.bb-product-banner__price-main {
  color: #fff8e8;
  font-size: 25px;
  line-height: 1.2;
}

.bb-product-banner__price-tax {
  color: #e8dcc3;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.4;
}

.bb-product-banner__text {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.bb-product-banner .bb-button {
  font-size: 13px;
}

.bb-about {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 430px;
  overflow: hidden;
}

.bb-about__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 45, 46, 0.08) 0%, rgba(4, 45, 46, 0.05) 36%, rgba(4, 45, 46, 0.02) 72%, rgba(4, 45, 46, 0) 100%);
}

.bb-about__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 72px 18px;
}

.bb-about__title {
  margin: 0 0 18px;
  color: #fff8e8;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
}

.bb-about__text {
  max-width: 680px;
  margin: 0 0 26px;
  font-size: 16px;
  font-weight: 700;
}

.bb-promise-card {
  padding: 26px 22px;
}

.bb-promise-card__number {
  display: block;
  margin-bottom: 12px;
  color: #d6b46a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.bb-faq__list {
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 22px 48px rgba(36, 92, 92, 0.12);
}

.bb-faq__item + .bb-faq__item {
  border-top: 1px solid rgba(184, 154, 99, 0.22);
}

.bb-faq__question {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border: 0;
  color: var(--bali-lagoon, #245c5c);
  background: transparent;
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.bb-faq__answer {
  padding: 0 18px 18px;
  color: var(--bali-brown, #3b312c);
  font-size: 14px;
  line-height: 2;
}

.bb-faq__answer p {
  margin: 0;
  color: inherit;
}

.bb-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
}

.bb-product-card__image-link {
  display: block;
  overflow: hidden;
  padding: 0;
  background: rgba(3, 24, 24, 0.32);
}

.bb-product-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  transition: transform 0.25s ease;
}

.bb-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  text-align: center;
}

.bb-product-card__title {
  margin: 0 0 8px;
  color: #fff8e8;
  font-size: 18px;
  line-height: 1.5;
}

.bb-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px 12px;
  margin: 0 0 20px;
  color: #e8dcc3;
  font-weight: 700;
}

.bb-product-card__price-main {
  color: #fff8e8;
  font-size: 30px;
  line-height: 1.2;
}

.bb-product-card__price-tax {
  color: #e8dcc3;
  font-size: 14px;
  line-height: 1.4;
}

.bb-product-card .bb-button {
  margin-top: auto;
}

.bb-sns-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(201, 164, 92, 0);
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bb-sns-card--disabled {
  cursor: default;
}

.bb-sns-card__name {
  color: #fff8e8;
  font-size: 20px;
  font-weight: 700;
}

.bb-sns-card__text {
  color: #e8dcc3;
  font-size: 14px;
}

.bb-site-footer {
  position: relative;
  overflow: hidden;
  color: #f5f0e6;
  font-family: "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", Georgia, serif;
  background:
    radial-gradient(circle at top, rgba(30, 111, 115, 0.22), transparent 38%),
    linear-gradient(180deg, #0b3f43 0%, #052a2d 100%);
  border-top: 1px solid rgba(184, 154, 99, 0.34);
  isolation: isolate;
}

body.bb-has-home .bb-site-footer {
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}

.bb-site-footer__inner {
  position: relative;
  z-index: 2;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 44px 20px 24px;
}

.bb-site-footer__logo {
  display: inline-flex;
  color: #d9b777;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.bb-site-footer__logo-image {
  display: block;
  width: 150px;
  max-width: 150px;
  max-height: 35px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.bb-site-footer__lead {
  margin: 0;
  color: rgba(245, 240, 230, 0.78);
  font-family: "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 12px;
  line-height: 1.9;
}

.bb-site-footer__top {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  align-items: start;
  gap: 26px;
  padding-bottom: 26px;
}

.bb-site-footer__nav--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(184, 154, 99, 0.24);
  border-bottom: 1px solid rgba(184, 154, 99, 0.2);
}

.bb-site-footer__nav--inline a,
.bb-site-footer__sub-links a {
  color: rgba(245, 240, 230, 0.82);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.bb-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 0;
  color: rgba(245, 240, 230, 0.7);
}

.bb-site-footer__copy {
  margin: 0;
  font-size: 12px;
}

.bb-site-footer__sub-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bb-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.bb-site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bb-site-footer__social img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (hover: hover) and (pointer: fine) {
  .bb-button:hover,
  .bb-site-header__icon-link:hover,
  .bb-site-header__cart:hover,
  .bb-site-header__menu-button:hover {
    color: #fffaf0;
    border-color: #d6b46a;
    background-color: rgba(201, 164, 92, 0.14);
  }

  .bb-button--primary:hover {
    color: #fffaf0;
    background: #8f7542;
    border-color: #8f7542;
  }

  .bb-site-header__link:hover,
  .bb-site-footer a:hover {
    color: var(--bb-header-gold) !important;
    -webkit-text-fill-color: var(--bb-header-gold);
  }

  .bb-product-card__image-link:hover .bb-product-card__image {
    transform: scale(1.03);
  }

  .bb-product-banner__image-link:hover .bb-product-banner__image {
    transform: scale(1.03);
  }

  .bb-sns-card[href]:hover {
    border-color: rgba(214, 180, 106, 0.78);
    background-color: rgba(201, 164, 92, 0.14);
  }
}

@media (max-width: 900px) {
  #top,
  #about,
  #jamu,
  #collection,
  #story,
  #for-bali,
  #faq {
    scroll-margin-top: 0;
  }

  body:not(.bb-has-home) {
    padding-top: 64px;
  }

  .bb-site-header__bar {
    min-height: 64px;
  }

  .bb-site-header__brand-image {
    width: 120px;
    max-width: 120px;
    max-height: 28px;
  }

  body:not(.bb-has-home) .bb-site-header__bar {
    min-height: 64px;
  }

  body:not(.bb-has-home) .bb-site-header__brand-image {
    width: 112px;
    max-width: 112px;
    max-height: 26px;
  }

  .bb-site-header__nav {
    display: none;
  }

  .bb-site-header__actions {
    margin-left: auto;
  }

  .bb-site-header__menu-button {
    display: inline-flex;
    gap: 4px;
    color: var(--bb-header-ivory) !important;
  }

  .bb-site-footer__brand {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bb-site-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bb-section-inner {
    padding: 54px 18px;
  }

  .bb-hero {
    min-height: 660px;
    align-items: flex-end;
  }

  .bb-hero__overlay {
    background:
      linear-gradient(180deg, rgba(4, 45, 46, 0.02), rgba(4, 45, 46, 0.24)),
      linear-gradient(90deg, rgba(4, 45, 46, 0.14), rgba(4, 45, 46, 0));
  }

  .bb-hero__inner {
    padding: 92px 18px 44px;
  }

  .bb-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bb-button {
    width: 100%;
    min-height: 52px;
  }

  .bb-values__grid,
  .bb-promises__grid,
  .bb-products__grid,
  .bb-sns__grid {
    grid-template-columns: 1fr;
  }

  .bb-product-banner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bb-product-banner__media {
    min-height: 220px;
    padding: 22px 18px 8px;
  }

  .bb-product-banner__image {
    width: min(220px, 72%);
  }

  .bb-product-banner__content {
    padding: 20px 18px 26px;
  }

  .bb-about {
    min-height: 460px;
  }

  .bb-about__overlay {
    background: linear-gradient(180deg, rgba(4, 45, 46, 0.04), rgba(4, 45, 46, 0.26));
  }

  .bb-site-header__bar {
    padding: 8px 16px;
  }

  .bb-site-header__brand-image {
    width: 112px;
    max-width: 112px;
    max-height: 26px;
  }

  .bb-site-header__cart {
    min-width: 42px;
    padding: 0;
  }

  .bb-site-header__cart-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.bb-has-home .bb-site-header__bar {
    min-height: 76px;
  }

  body.bb-has-home .bb-site-header__brand-image {
    width: 154px;
    max-width: 154px;
    max-height: 36px;
  }

  body.bb-has-home .bb-site-header--scrolled .bb-site-header__bar,
  body.bb-has-home .bb-site-header--open .bb-site-header__bar {
    min-height: 64px;
  }

  body.bb-has-home .bb-site-header--scrolled .bb-site-header__brand-image,
  body.bb-has-home .bb-site-header--open .bb-site-header__brand-image {
    width: 112px;
    max-width: 112px;
    max-height: 26px;
  }

  .bb-site-footer__logo-image {
    width: 132px;
    max-width: 132px;
    max-height: 31px;
  }

  .bb-site-footer__inner {
    padding: 46px 18px 22px;
  }

  .bb-site-footer__nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bb-site-footer__bottom {
    flex-direction: column;
  }
}

/* Renewal top page
   ecforce既存テンプレートとの干渉を避けるため、本文デザインは bali- プレフィックスで統一。
   画像URL・商品リンクURLは bali-balian-index.html.liquid 側のコメント箇所を差し替え。
*/
.bali-home {
  --bali-teal: #1e6f73;
  --bali-lagoon: #245c5c;
  --bali-ivory: #f5f0e6;
  --bali-sand: #dccdb8;
  --bali-gold: #b89a63;
  --bali-brown: #3b312c;
  --bali-sage: #a9b7a2;
  color: var(--bali-brown);
  background: var(--bali-ivory);
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  letter-spacing: 0.02em;
}

.bali-home *,
.bali-home *::before,
.bali-home *::after {
  box-sizing: border-box;
}

.bali-home a {
  color: inherit;
  text-decoration: none;
}

.bali-container {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 64px 20px;
}

.bali-section {
  position: relative;
  overflow: hidden;
}

.bali-kicker {
  margin: 0 0 12px;
  color: var(--bali-gold);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bali-heading {
  margin: 0;
  color: var(--bali-lagoon);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.bali-text {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.bali-text p,
.bali-section-lead,
.bali-product-card p,
.bali-value-card p,
.bali-guide-card p,
.bali-category-card p,
.bali-final p {
  margin: 0;
  color: var(--bali-brown);
  font-size: 14px;
  line-height: 2;
}

.bali-section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.bali-section-lead {
  margin-top: 18px;
}

.bali-text + .bali-button {
  margin-top: 30px;
}

.bali-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 168px;
  padding: 11px 24px;
  border: 1px solid var(--bali-gold);
  border-radius: 3px;
  font-family: "Yu Mincho", "Noto Serif JP", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bali-button--primary {
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
  background: var(--bali-gold);
  border-color: var(--bali-gold);
}

.bali-button--outline {
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 240, 230, 0.72);
}

.bali-button--light {
  color: var(--bali-lagoon);
  background: transparent;
  border-color: var(--bali-gold);
}

.bali-hero,
.bali-final {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bali-hero {
  min-height: 100vh;
  min-height: 100svh;
}

@supports (height: 100dvh) {
  .bali-hero {
    min-height: 100dvh;
  }
}

.bali-hero__picture,
.bali-hero__image,
.bali-final__picture,
.bali-final__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bali-hero__image,
.bali-final__image,
.bali-image,
.bali-product-card__image {
  object-fit: cover;
}

.bali-hero__overlay,
.bali-final__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 111, 115, 0.48), rgba(36, 92, 92, 0.24), rgba(36, 92, 92, 0.08)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.1));
}

.bali-hero__inner,
.bali-final__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 120px 20px 96px;
}

@media (min-width: 901px) {
  .bali-hero__inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: clamp(32px, 5vw, 96px);
    padding-left: clamp(40px, 7vw, 132px);
  }
}

.bali-hero__inner::before {
  content: none;
  position: absolute;
  left: 20px;
  top: 48%;
  transform: translateY(-50%);
  color: rgba(217, 183, 119, 0.72);
  font-size: 24px;
  writing-mode: vertical-rl;
}

.bali-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.32;
}

.bali-hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #f5f0e6;
  font-size: 15px;
  line-height: 2;
}

.bali-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.bali-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: 48px;
  align-items: center;
}

.bali-split--reverse .bali-split__text {
  order: 2;
}

.bali-split--reverse .bali-split__media {
  order: 1;
}

.bali-split__media {
  position: relative;
}

.bali-split__media::before {
  content: "";
  position: absolute;
  inset: 18px -14px -18px 14px;
  border: 1px solid rgba(184, 154, 99, 0.36);
  pointer-events: none;
}

.bali-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
}

.bali-about,
.bali-collection,
.bali-values,
.bali-first {
  background:
    radial-gradient(circle at left 18%, rgba(184, 154, 99, 0.08), transparent 24%),
    var(--bali-ivory);
}

.bali-about,
.bali-values,
.bali-first {
  /* Common section background image:
     PC: ../images/top/bb-renewal-common-bg-pc.webp
     SP: ../images/top/bb-renewal-common-bg-sp.webp
  */
  position: relative;
  overflow: hidden;
  background-image: url("../images/top/bb-renewal-common-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bali-section-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245, 240, 230, 0.72), rgba(245, 240, 230, 0.82)),
    radial-gradient(circle at left 20%, rgba(184, 154, 99, 0.12), transparent 34%);
}

.bali-about .bali-container,
.bali-values .bali-container,
.bali-first .bali-container {
  position: relative;
  z-index: 1;
}

.bali-values {
  position: relative;
  overflow: hidden;
}

.bali-jamu,
.bali-for-bali {
  background:
    radial-gradient(circle at top right, rgba(169, 183, 162, 0.22), transparent 36%),
    linear-gradient(135deg, var(--bali-teal), var(--bali-lagoon));
}

.bali-jamu {
  position: relative;
  overflow: hidden;
}

.bali-jamu__picture,
.bali-jamu__bg,
.bali-jamu__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bali-jamu__picture {
  display: block;
}

.bali-jamu__bg {
  object-fit: cover;
}

.bali-jamu__overlay {
  background:
    linear-gradient(90deg, rgba(8, 43, 44, 0.66), rgba(8, 43, 44, 0.26), rgba(8, 43, 44, 0.1)),
    rgba(8, 43, 44, 0.1);
}

.bali-jamu .bali-container {
  position: relative;
  z-index: 1;
}

.bali-jamu__text {
  max-width: 620px;
}

.bali-jamu .bali-heading,
.bali-for-bali .bali-heading,
.bali-jamu .bali-text p,
.bali-for-bali .bali-text p {
  color: #fffaf0;
}

.bali-product-grid,
.bali-value-grid,
.bali-guide-grid,
.bali-category-grid {
  display: grid;
  gap: 22px;
}

.bali-product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bali-product-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.bali-product-card__image-link {
  display: block;
  overflow: hidden;
  background: #eee4d2;
  border: 1px solid rgba(184, 154, 99, 0.18);
}

.bali-product-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  height: auto;
  transition: transform 0.28s ease;
}

.bali-collection .bali-product-card__image-link {
  display: block;
  overflow: hidden;
  padding: 0;
}

.bali-collection .bali-product-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.bali-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 10px 0;
}

.bali-product-card__name {
  color: var(--bali-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.3;
}

.bali-product-card__copy {
  margin: 0;
  color: var(--bali-brown);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.bali-product-card .bali-button {
  margin-top: auto;
  align-self: center;
}

.bali-value-grid,
.bali-guide-grid,
.bali-category-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bali-value-grid--four,
.bali-guide-grid--four {
  grid-template-columns: repeat(4, 1fr);
}

.bali-value-card,
.bali-guide-card,
.bali-category-card {
  padding: 28px;
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid rgba(184, 154, 99, 0.24);
  text-align: center;
}

.bali-value-card > span:not(.bali-value-card__icon),
.bali-category-card span {
  color: var(--bali-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.bali-story-band {
  display: grid;
  /* PC: Story / For Bali are shown side by side. Mobile override keeps them stacked. */
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  scroll-margin-top: 0;
  background: #f5f0e6;
}

.bali-story-panel {
  position: relative;
  min-width: 0;
  min-height: 460px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
}

.bali-story-panel--dark {
  display: flex;
  align-items: center;
  padding: 64px;
}

.bali-story-panel--light {
  /* Story background image:
     PC: ../images/top/bb-renewal-story-pc.webp
     SP: ../images/top/bb-renewal-story-sp.webp
  */
  grid-template-columns: 1fr;
  background-image: url("../images/top/bb-renewal-story-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bali-story-panel--light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(245, 240, 230, 0.98), rgba(245, 240, 230, 0.88), rgba(12, 58, 61, 0.46)),
    rgba(12, 58, 61, 0.16);
}

.bali-story-panel--light .bali-story-panel__text {
  max-width: 620px;
}

.bali-story-panel--light .bali-story-panel__image {
  display: none;
}

.bali-story-panel__text {
  position: relative;
  z-index: 2;
  padding: 64px;
}

.bali-story-panel__text .bali-button {
  margin-top: 30px;
}

.bali-story-panel__image,
.bali-story-panel__image .bali-image {
  height: 100%;
}

.bali-story-panel__image .bali-image {
  aspect-ratio: auto;
}

.bali-story-panel__picture,
.bali-story-panel__bg,
.bali-story-panel__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bali-story-panel__picture {
  display: block;
}

.bali-story-panel__bg {
  object-fit: cover;
}

.bali-story-panel__shade {
  background: linear-gradient(90deg, rgba(8, 43, 44, 0.7), rgba(8, 43, 44, 0.54));
}

.bali-story-panel--dark .bali-heading,
.bali-story-panel--dark .bali-text p {
  color: #fffaf0;
}

.bali-value-card h3,
.bali-guide-card h3,
.bali-category-card h3 {
  margin: 12px 0 10px;
  color: var(--bali-lagoon);
  font-size: 18px;
  font-weight: 500;
}

.bali-value-card p,
.bali-guide-card p {
  font-size: 13px;
  line-height: 1.9;
}

.bali-story {
  background: linear-gradient(180deg, #f1eadc 0%, var(--bali-sand) 100%);
}

.bali-narrow {
  max-width: 880px;
  text-align: center;
}

.bali-final {
  min-height: 520px;
}

.bali-final__inner {
  max-width: 840px;
  text-align: center;
}

.bali-final .bali-heading,
.bali-final p {
  color: #fffaf0;
}

.bali-final .bali-hero__actions {
  justify-content: center;
}

@media (hover: hover) and (pointer: fine) {
  .bali-button:hover {
    transform: translateY(-1px);
  }

  .bali-button--primary:hover {
    color: #fffaf0;
    background: #8f7542;
    border-color: #8f7542;
  }

  .bali-button--outline:hover {
    color: #fffaf0;
    border-color: var(--bali-gold);
    background: rgba(184, 154, 99, 0.28);
  }

  .bali-button--light:hover {
    color: #fffaf0;
    background: #8f7542;
    border-color: #8f7542;
  }

  .bali-product-card__image-link:hover .bali-product-card__image {
    transform: scale(1.03);
  }

}

@media (min-width: 768px) {
  .bali-container {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}

@media (max-width: 900px) {
  .bali-product-grid,
  .bali-value-grid,
  .bali-guide-grid,
  .bali-category-grid {
    grid-template-columns: 1fr;
  }

  .bali-value-grid--four,
  .bali-guide-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }

  .bali-story-band {
    grid-template-columns: 1fr;
    scroll-margin-top: 0;
  }

  .bali-story-panel {
    grid-template-columns: 1fr;
  }

  .bali-story-panel--dark,
  .bali-story-panel__text {
    padding: 48px 22px;
  }

  .bali-story-panel--light {
    background-position: center center;
  }

  .bali-split,
  .bali-split--reverse {
    grid-template-columns: 1fr;
  }

  .bali-split--reverse .bali-split__text,
  .bali-split--reverse .bali-split__media {
    order: initial;
  }
}

@media (max-width: 767px) {
  .bali-container {
    padding: 64px 18px;
  }

  /* 背景画像差し替え箇所:
     Common SP: ../images/top/bb-renewal-common-bg-sp.webp
  */
  .bali-about,
  .bali-values,
  .bali-first {
    background-image: url("../images/top/bb-renewal-common-bg-sp.webp");
    background-position: center center;
  }

  .bali-section-bg-overlay {
    background:
      linear-gradient(180deg, rgba(245, 240, 230, 0.78), rgba(245, 240, 230, 0.88)),
      radial-gradient(circle at top left, rgba(184, 154, 99, 0.1), transparent 42%);
  }

  .bali-story-panel--light {
    min-height: auto;
    background-image: none;
    background-color: var(--bali-ivory);
  }

  .bali-story-panel--light::before {
    content: none;
  }

  .bali-story-panel--light .bali-story-panel__text {
    max-width: none;
  }

  .bali-story-panel--light .bali-story-panel__image {
    display: block;
    height: auto;
    margin: 26px 0;
    overflow: hidden;
  }

  .bali-story-panel--light .bali-story-panel__image picture {
    display: block;
    width: 100%;
  }

  .bali-story-panel--light .bali-story-panel__image .bali-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .bali-story-panel__shade {
    background:
      linear-gradient(180deg, rgba(8, 43, 44, 0.6) 0%, rgba(8, 43, 44, 0.68) 48%, rgba(8, 43, 44, 0.78) 100%),
      rgba(8, 43, 44, 0.2);
  }

  .bali-hero {
    min-height: 100svh;
    align-items: center;
  }

  @supports (height: 100dvh) {
    .bali-hero {
      min-height: 100dvh;
    }
  }

  .bali-hero__overlay,
  .bali-final__overlay {
    background:
      linear-gradient(180deg, rgba(30, 111, 115, 0.08), rgba(36, 92, 92, 0.48)),
      rgba(0, 0, 0, 0.04);
  }

  .bali-hero__inner {
    padding: 104px 18px 72px;
  }

  .bali-final__inner {
    padding: 120px 18px 64px;
  }

  .bali-hero__inner::before {
    display: none;
  }

  .bali-hero__title {
    font-size: 40px;
  }

  .bali-hero__actions,
  .bali-final .bali-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bali-button {
    width: 100%;
  }

  .bali-value-grid--four,
  .bali-guide-grid--four {
    grid-template-columns: 1fr;
  }

  .bb-site-footer__top {
    grid-template-columns: 1fr;
  }

  .bb-site-footer__nav--inline {
    justify-content: flex-start;
  }
}
