.bar-zealous-page {
  --bar-ink: #1c1511;
  --bar-night: #211713;
  --bar-brown-dark: #352218;
  --bar-brown: #5a3a27;
  --bar-copper: #94613c;
  --bar-brass: #b99155;
  --bar-amber: #c98948;
  --bar-cream: #f2e9dc;
  --bar-paper: #faf6ef;
  --bar-muted: #75685e;
  --bar-line: rgba(101, 66, 42, .22);
  color: var(--bar-ink);
  background: var(--bar-paper);
}

.bar-zealous-hero {
  position: relative;
  min-height: clamp(580px, 76svh, 780px);
  overflow: hidden;
  isolation: isolate;
  background: #21150f;
}

.bar-zealous-hero::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64%;
  background:
    url("../images/bar-business/bar-community-hero.webp")
    center center / cover no-repeat;
  content: "";
}

.bar-zealous-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #21150f 0%,
      #21150f 28%,
      rgba(33, 21, 15, .98) 36%,
      rgba(33, 21, 15, .9) 43%,
      rgba(33, 21, 15, .72) 50%,
      rgba(33, 21, 15, .45) 58%,
      rgba(33, 21, 15, .18) 68%,
      rgba(33, 21, 15, .06) 80%,
      rgba(20, 12, 8, .08) 100%
    );
  content: "";
  pointer-events: none;
}

.bar-zealous-hero__grid {
  display: flex;
  min-height: inherit;
  align-items: center;
}

.bar-zealous-hero__content {
  position: relative;
  z-index: 1;
  width: min(700px, 53vw);
  min-width: 0;
}

.bar-zealous-hero .breadcrumb {
  color: rgba(255, 255, 255, .92);
}

.bar-zealous-hero .breadcrumb a {
  color: rgba(255, 255, 255, .72);
}

.bar-zealous-hero .breadcrumb a:hover,
.bar-zealous-hero .breadcrumb a:focus-visible {
  color: var(--bar-brass);
}

.bar-zealous-hero .section-label,
.bar-zealous-hero .page-hero__lead,
.bar-zealous-hero__copy {
  color: var(--bar-cream);
}

.bar-zealous-hero .section-label {
  margin-top: 28px;
}

.bar-zealous-hero .page-hero__title {
  	max-width: 760px;
  	color: #fffaf2;
  	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(2.8rem, 3.4vw, 5.4rem);
  	line-height: 1.35;
}

.bar-zealous-hero .page-hero__title em {
  color: var(--bar-brass);
}

.bar-zealous-hero .page-hero__lead {
  margin-top: 24px;
  font-weight: 700;
}

.bar-zealous-hero__copy {
  max-width: 960px;
  margin-top: 18px;
  font-size: 1.05rem;
  line-height: 1.9;
}

.bar-zealous-section {
  background: var(--bar-paper);
}

#overview {
  background: linear-gradient(135deg, var(--bar-paper) 0%, #eee1d1 100%);
}

#communication,
#sns-and-community {
  color: var(--bar-cream);
  background: linear-gradient(135deg, #211713 0%, #352218 100%);
}

#store-operations {
  background: #faf7f2;
}

#regulars {
  background: #f2e9dc;
}

#beyond-bar {
  position: relative;
  overflow: hidden;
  background: #e9dac8;
}

#beyond-bar::after {
  position: absolute;
  right: 4vw;
  bottom: 12%;
  color: rgba(90, 58, 39, .08);
  content: "BEYOND BAR";
  font-size: clamp(3rem, 10vw, 9rem);
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

#owned-media {
  background: #faf7f2;
}

.bar-zealous-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.bar-zealous-page .section-label {
  color: var(--bar-brass);
  letter-spacing: .16em;
}

.bar-zealous-page .section-label::after {
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 12px;
  background: var(--bar-brass);
  content: "";
}

.bar-zealous-page .section-title {
  color: var(--bar-brown-dark);
}

#communication .section-label,
#communication .section-title,
#sns-and-community .section-label,
#sns-and-community .section-title {
  color: var(--bar-cream);
}

.bar-zealous-copy > p:not(.section-label),
.bar-zealous-section__lead {
  max-width: 960px;
  margin-top: 24px;
  color: var(--bar-muted);
  line-height: 1.9;
}

#communication .bar-zealous-copy > p:not(.section-label),
#sns-and-community .bar-zealous-copy > p:not(.section-label) {
  color: rgba(242, 233, 220, .78);
}

.bar-zealous-copy > p + p {
  margin-top: 16px;
}

.bar-zealous-emphasis {
  color: var(--bar-brown-dark) !important;
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  font-weight: 800;
}

.bar-zealous-emphasis--center {
  max-width: none;
  text-align: center;
}

#communication .bar-zealous-emphasis,
#sns-and-community .bar-zealous-emphasis {
  color: var(--bar-cream) !important;
}

.bar-zealous-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 42px;
  padding: 28px 30px;
  border: 1px solid rgba(148, 97, 60, .45);
  border-left: 3px solid var(--bar-copper);
  border-radius: 10px;
  background: rgba(250, 246, 239, .58);
}

.bar-zealous-brand > div:first-child > span {
  color: var(--bar-brass);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.bar-zealous-brand h3 {
  margin: 8px 0 0;
  color: var(--bar-brown-dark);
  font-size: 1.6rem;
}

.bar-zealous-brand p {
  margin: 10px 0 0;
  color: var(--bar-muted);
  line-height: 1.7;
}

.bar-zealous-brand__flow {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.bar-zealous-brand__flow span {
  padding: 10px 12px;
  border: 1px solid rgba(185, 145, 85, .55);
  background: rgba(255, 255, 255, .58);
  color: var(--bar-brown);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.bar-zealous-brand__flow b {
  color: var(--bar-copper);
}

.bar-zealous-card-grid,
.bar-zealous-operation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.bar-zealous-card-grid article {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 28px 26px;
  border: 1px solid rgba(185, 145, 85, .5);
  border-radius: 6px;
  background-color: #17110d;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bar-zealous-card-grid article:nth-child(1) {
  background-image:
    linear-gradient(
      90deg,
      rgba(20, 14, 10, .98) 0%,
      rgba(20, 14, 10, .96) 46%,
      rgba(20, 14, 10, .72) 64%,
      rgba(20, 14, 10, .12) 100%
    ),
    url("../images/bar-business/communication-01.webp");
}

.bar-zealous-card-grid article:nth-child(2) {
  background-image:
    linear-gradient(
      90deg,
      rgba(20, 14, 10, .98) 0%,
      rgba(20, 14, 10, .96) 46%,
      rgba(20, 14, 10, .68) 64%,
      rgba(20, 14, 10, .08) 100%
    ),
    url("../images/bar-business/communication-02.webp");
}

.bar-zealous-card-grid article:nth-child(3) {
  background-image:
    linear-gradient(
      90deg,
      rgba(20, 14, 10, .98) 0%,
      rgba(20, 14, 10, .96) 46%,
      rgba(20, 14, 10, .7) 64%,
      rgba(20, 14, 10, .1) 100%
    ),
    url("../images/bar-business/communication-03.webp");
}

.bar-zealous-card-grid article > span {
  color: var(--bar-brass);
  font-size: 1.25rem;
  font-weight: 800;
}

.bar-zealous-card-grid article > span::after {
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 12px;
  background: rgba(185, 145, 85, .65);
  content: "";
}

.bar-zealous-card-grid h3 {
  margin: 14px 0 0;
  color: var(--bar-cream);
  font-size: 1.15rem;
  line-height: 1.6;
}

.bar-zealous-card-grid p {
  margin: 14px 0 0;
  color: rgba(242, 233, 220, .78);
  line-height: 1.85;
}

.bar-zealous-operation-grid article {
  position: relative;
  padding: 12px 24px 12px 28px;
  border: 0;
  border-left: 1px solid var(--bar-copper);
  background: transparent;
}

.bar-zealous-operation-grid article::before {
  position: absolute;
  top: 0;
  left: 4px;
  color: var(--bar-brass);
  content: "01";
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .12em;
  transform: translateY(-18px);
}

.bar-zealous-operation-grid article:nth-child(2)::before {
  content: "02";
}

.bar-zealous-operation-grid article:nth-child(3)::before {
  content: "03";
}

.bar-zealous-operation-grid h3 {
  margin: 0;
  color: var(--bar-brown-dark);
  font-size: 1.15rem;
  line-height: 1.6;
}

.bar-zealous-operation-grid p {
  margin: 14px 0 0;
  color: var(--bar-muted);
  line-height: 1.85;
}

.bar-zealous-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 42px;
}

.bar-zealous-comparison > div {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(185, 145, 85, .52);
  border-radius: 8px;
  background: rgba(28, 21, 17, .48);
}

.bar-zealous-comparison span {
  color: var(--bar-brass);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.bar-zealous-comparison strong {
  color: var(--bar-cream);
  line-height: 1.6;
}

.bar-zealous-comparison p {
  margin: 0;
  color: rgba(242, 233, 220, .74);
  line-height: 1.7;
}

.bar-zealous-comparison > b {
  color: var(--bar-brass);
  font-size: 1.5rem;
}

.bar-zealous-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 32px;
  max-width: 820px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.bar-zealous-list li {
  position: relative;
  padding-left: 28px;
  color: var(--bar-muted);
  line-height: 1.8;
}

.bar-zealous-list li::before {
  position: absolute;
  top: .78em;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--bar-brass);
  content: "";
}

.bar-zealous-list + .bar-zealous-emphasis {
  margin-top: 38px;
}

.bar-zealous-cycle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.bar-zealous-cycle__picture {
  display: block;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.bar-zealous-cycle__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.bar-zealous-cycle + p {
  margin-top: 34px;
}

/* Legacy step styles are intentionally omitted; the visual is now an image. */

/* Keep the cycle image independent from the card media queries below. */
.bar-zealous-cycle > picture {
  min-width: 0;
}

@media (max-width: 760px) {
  .bar-zealous-cycle__picture {
    width: min(100%, 420px);
  }
}

/* Existing responsive rules continue below. */
@media (max-width: 760px) {
  .bar-zealous-hero {
    min-height: clamp(650px, 92svh, 760px);
  }

  .bar-zealous-hero::before {
    width: 100%;
    background-image: url("../images/bar-business/bar-community-hero-sp.webp");
    background-position: center center;
    background-size: cover;
  }

  .bar-zealous-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(25, 16, 12, .9) 0%,
        rgba(25, 16, 12, .82) 34%,
        rgba(25, 16, 12, .7) 58%,
        rgba(25, 16, 12, .52) 78%,
        rgba(20, 12, 8, .48) 100%
      );
  }

  .bar-zealous-hero .page-hero__title {
    font-size: clamp(2rem, 7.5vw, 3.2rem);
  }

  .bar-zealous-hero__content {
    width: 100%;
  }

  .bar-zealous-brand {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .bar-zealous-card-grid,
  .bar-zealous-operation-grid,
  .bar-zealous-comparison,
  .bar-zealous-list {
    grid-template-columns: 1fr;
  }

  .bar-zealous-comparison > b {
    justify-self: center;
    transform: rotate(90deg);
  }

}

@media (max-width: 560px) {
  .bar-zealous-card-grid article:nth-child(1) {
    min-height: 680px;
    background-image:
      linear-gradient(
        180deg,
        rgba(20, 14, 10, .98) 0%,
        rgba(20, 14, 10, .96) 46%,
        rgba(20, 14, 10, .72) 61%,
        rgba(20, 14, 10, .18) 78%,
        rgba(20, 14, 10, .05) 100%
      ),
      url("../images/bar-business/communication-01-sp.webp");
  }

  .bar-zealous-card-grid article:nth-child(2) {
    background-image:
      linear-gradient(
        180deg,
        rgba(20, 14, 10, .98) 0%,
        rgba(20, 14, 10, .96) 46%,
        rgba(20, 14, 10, .7) 61%,
        rgba(20, 14, 10, .15) 78%,
        rgba(20, 14, 10, .04) 100%
      ),
      url("../images/bar-business/communication-02-sp.webp");
  }

  .bar-zealous-card-grid article:nth-child(3) {
    background-image:
      linear-gradient(
        180deg,
        rgba(20, 14, 10, .98) 0%,
        rgba(20, 14, 10, .96) 46%,
        rgba(20, 14, 10, .7) 61%,
        rgba(20, 14, 10, .16) 78%,
        rgba(20, 14, 10, .05) 100%
      ),
      url("../images/bar-business/communication-03-sp.webp");
  }

  .bar-zealous-card-grid article {
    min-height: 620px;
    padding: 28px 24px 260px;
    background-position: center bottom;
  }  
}
