/* ——— Layout shell ——— */
.page {
  min-height: 100vh;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  background: var(--color-bg);
}

.section {
  padding-block: var(--space-section);
}

.section--tight {
  padding-block: var(--space-lg);
}

.eyebrow {
  font-size: var(--text-eyebrow);
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--color-gold);
  margin: 0 0 var(--space-sm);
}

.h2 {
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--color-cream);
  line-height: 1.25;
  margin: 0 0 var(--space-sm);
  white-space: pre-line;
}

.h2--dark {
  color: var(--color-bg);
}

.subtitle {
  font-size: var(--text-sm);
  color: var(--color-gold);
  margin: 0 0 var(--space-md);
}

.lead {
  font-size: var(--text-body);
  color: var(--color-muted);
  white-space: pre-line;
}

.lead--on-dark {
  color: var(--color-muted);
}

.lead--cream {
  color: var(--color-cream);
}

/* ——— Site header (full width; matches nav bar: logo + login + language) ——— */
.site-header {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-stroke);
}

.site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.75rem var(--container-pad-x);
  box-sizing: border-box;
}

.site-header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.125rem;
  min-width: 0;
}

.site-header__logo {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}

.site-header__logo img {
  display: block;
  height: 3rem;
  width: auto;
  max-height: 3rem;
}

.site-header__login {
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: none;
  white-space: nowrap;
}

.site-header__login:hover {
  color: var(--color-gold);
  text-decoration: none;
}

.site-header__lang {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4em;
  flex-shrink: 0;
  padding: 0.4rem 0.85rem;
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-white);
  text-decoration: none;
  border: 1px solid var(--color-white);
  border-radius: 2px;
}

.site-header__lang:hover {
  color: var(--color-cream);
  border-color: var(--color-cream);
  text-decoration: none;
}

.site-header__lang-globe {
  display: block;
  flex-shrink: 0;
  opacity: 0.95;
}

.site-header__lang-label {
  font-family: var(--font-jp);
}

/* ——— Hero ——— composite image Index_en_1 ——— */
.hero {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-mosaic {
  position: relative;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1280 / 640;
  background: var(--color-bg);
  overflow: hidden;
}

.hero-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ——— About ——— Figma 52:676 (806px artboard); column widened so long 52:680 lines stay one row ——— */
.about {
  padding-top: 120px;
}

.about .container {
  max-width: min(60rem, calc(100% - 2 * var(--container-margin-x)));
}

.about__header {
  text-align: center;
  margin-bottom: 2.25rem; /* 52:679 bottom -> 52:680 top: 36px */
}

/* EN mock: gold uppercase ABOUT / THE HUGE CLUB */
.about__header .eyebrow {
  font-size: 0.625rem;
  letter-spacing: 0.29em;
  line-height: 1.8;
  margin-bottom: 1.41625rem;
  text-transform: uppercase;
}

.about__header .subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--color-muted);
  margin-bottom: 0;
}

/* EN mock: large white headline */
.about__header .h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 0.52125rem;
  color: var(--color-white);
}

/* EN mock: body copy in gold */
.about__lead {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
  font-family: var(--font-en);
  font-weight: 400;
  color: #A8A098;
  margin: 0 auto;
  max-width: 100%;
  white-space: normal; /* override .lead pre-line so source newlines after <br /> don’t stack */
}

.about__footer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 3.1875rem; /* 52:680 bottom -> 177:10171 top: 51px */
  max-width: 100%;
  margin-inline: auto;
}

.about__lead .about__restaurant-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: 100%;
  vertical-align: middle;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--font-en);
  color: var(--color-gold);
  text-decoration: none;
}

.about__restaurant-link:hover {
  text-decoration: underline;
  color: var(--color-gold);
}

.about__restaurant-link::after {
  content: none;
}

/* EN: one-line CTA — width follows label (was 270px fixed → wrapped) */
.about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  box-sizing: border-box;
  width: max-content;
  max-width: min(100%, calc(100vw - 2 * var(--container-pad-x)));
  min-height: 3.4375rem;
  height: 3.4375rem;
  padding: 0 1.875rem;
  background: var(--color-gold);
  color: var(--color-ink);
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}

.about__cta:hover {
  filter: brightness(1.06);
  text-decoration: none;
  color: var(--color-ink);
}

/* Arrow is in button label (EN mock) */
.about__cta::after {
  content: none;
}

/* ——— Store badges ——— */
.store-badges {
  display: flex;
  justify-content: center;
  padding-block: var(--space-md) var(--space-xl);
}

.store-badges img {
  max-width: 260px;
}

/* ——— Benefits ——— full width minus ~80–100px each side (no 1140px cap — that caused huge side margins) ——— */
.container--benefits {
  --benefits-edge: clamp(5rem, 6vw, 6.25rem); /* ~80–100px */
  box-sizing: border-box;
  width: calc(100% - 2 * var(--benefits-edge));
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
}

@media (max-width: 52rem) {
  .container--benefits {
    width: 100%;
    max-width: 100%;
    padding-inline: var(--container-pad-x);
  }
}

.benefits__intro {
  text-align: center;
  margin-bottom: 4rem; /* ~1891 − 1827 mosaic vs intro */
}

/* EN mock: one line, small gold caps */
.benefits__label-serif {
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  color: var(--color-gold);
  text-align: center;
  line-height: 1.8;
  margin: 0 0 1.479rem;
}

/* EN mock: large white heading */
.benefits__intro .h2 {
  margin-bottom: 1.8975rem;
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* EN mock: small white intro, natural wrap */
.benefits__intro .lead {
  font-family: var(--font-en);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.75;
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: 0;
}

.benefits__mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.benefit-tile {
  margin: 0;
  padding: 0;
  background: var(--color-card-dark);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.benefit-tile__photo img {
  width: 100%;
  height: 18.5rem; /* slightly taller than Figma ref for a bit more presence */
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.benefit-tile__caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 3.375rem);
  padding: 1.35rem 1.75rem 1.4rem;
  flex: 1;
  min-width: 0;
}

.benefit-tile__mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

/* Same layout as JP html_desktop: small “Benefit” + large num, title column */
.benefit-tile__eyebrow {
  font-family: var(--font-en);
  font-size: 0.58125rem;
  letter-spacing: 0.116rem;
  text-transform: none;
  color: var(--color-gold);
  line-height: 1.075;
  margin: 0;
}

.benefit-tile__num {
  font-family: var(--font-en);
  font-size: 2.25rem;
  font-weight: 100;
  letter-spacing: 0.116rem;
  color: var(--color-gold);
  line-height: 1;
  margin: 0.1rem 0 0;
}

.benefit-tile__title {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-cream);
  line-height: 1.5;
  margin: 0;
  flex: 1;
  white-space: pre-line;
}

.benefit-tile--note {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1rem;
}

/* EN mock: smaller gold footnote lines in note tile */
.benefits__footnote {
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 400;
  color: rgba(220, 220, 220, 0.8);
  line-height: 1.75;
  letter-spacing: 0.04em;
  white-space: normal;
  margin: 0;
  max-width: 14rem;
  text-align: center;
}

/* EN mock: gold headline in note tile */
.benefits__closing {
  text-align: center;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  color: rgba(220, 220, 220, 0.8);
  line-height: 1.5;
  white-space: normal;
  margin: 0 0 0.75rem;
  max-width: 24rem;
}

@media (min-width: 1024px) {
  .benefits__mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-tile {
    min-height: 26.75rem; /* ~428px: room for taller photo + caption */
  }
}

/* ——— Reward ——— 2-col grid only; outer ~200px via .container; ~300px between cols ——— */
.reward__layout {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  align-items: stretch;
}

.reward__copy {
  min-width: 0;
  text-align: left;
}

.reward__aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .reward__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 24rem);
    column-gap: 18.75rem; /* 300px between reward__copy and reward__aside */
    row-gap: 0;
    align-items: stretch; /* let aside fill row height so inner content can center */
  }

  .reward__aside {
    justify-self: center;
    width: 100%;
    max-width: 24rem;
    padding-top: 0;
    justify-content: center; /* vertically center diagram + caption in column */
    min-height: 100%;
  }
}

.reward__hero {
  display: flex;
  flex-direction: row;
  align-items: center; /* phone art vertically centered vs eyebrow + title */
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-xl);
  text-align: left;
}

.reward__hero-text {
  flex: 1;
  min-width: 0;
}

/* Eyebrow — REWARD / SYSTEM, flush left with reward-card stats */
.reward__eyebrow {
  font-family: var(--font-en);
  font-size: 0.61875rem; /* ~9.9px */
  font-weight: 400;
  letter-spacing: 0.186rem;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--color-gold);
  margin: 0 0 1.25rem;
  text-align: left;
}

/* 167:4459 */
.reward__title {
  margin-bottom: 0;
  font-family: var(--font-en);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: var(--color-cream);
  text-align: left;
}

.reward__hero-art {
  flex-shrink: 0;
  margin-top: 0;
  width: 9.375rem;
  max-width: 34%;
}

.reward__illus {
  display: block;
  width: 100%;
  height: auto;
}

.reward__cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}

/* Stack: large stat on top, copy below — left edges flush (matches reference) */
.reward-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 0 1.75rem;
  margin: 0;
}

.reward-card--wide-stat {
  gap: 1rem;
  border-bottom: 1px solid var(--color-stroke);
}

.reward__cards .reward-card + .reward-card {
  border-top: 1px solid var(--color-stroke);
  padding-top: 1.75rem;
  margin-top: 0;
}

.reward-card__stat {
  flex: none;
  font-family: var(--font-en);
  font-size: 3.75rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: var(--color-gold);
  line-height: 0.9;
  margin: 0;
  text-align: left;
}

.reward-card__text {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  margin: 0;
}

.reward-card__label {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: var(--color-cream);
  margin: 0;
  text-align: left;
}

.reward-card__body {
  font-family: var(--font-en);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-muted);
  line-height: 2;
  white-space: pre-line;
  margin: 0;
  text-align: left;
}

@media (max-width: 639px) {
  .reward-card,
  .reward-card--wide-stat {
    gap: 0.75rem;
  }
}

.reward-card__num {
  font-weight: 100;
}

.reward-card__pct {
  font-size: 0.5em;
  font-weight: 100;
  margin-left: 0.02em;
  vertical-align: 0.32em;
  letter-spacing: 0.1em;
}

.reward-card__stat--inline {
  font-size: 2.875rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.reward-card__stat-suffix {
  font-size: 0.5em;
  font-weight: 100;
  letter-spacing: 0.05em;
}

.reward-card__stat--inline .reward-card__stat-suffix {
  font-size: 0.55em;
  vertical-align: 0.06em;
  letter-spacing: 0.04em;
}

.reward__flow {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  max-width: 22.5rem; /* ~360px — slightly larger diagram */
}

.reward__flow img {
  display: block;
  margin-inline: auto;
  width: 100%;
  height: auto;
  max-width: 22.5rem;
}

/* ——— Classy ——— Figma Group 44 (138:1375): type + spacing from design */
.classy__header {
  text-align: left;
  margin-bottom: 2.3125rem; /* ~37px: header block → tagline (4037 − 4000) */
}

.classy__eyebrow {
  text-transform: none;
  letter-spacing: 0.29em;
  line-height: 1.804; /* ~17.86px / 9.9px */
  color: var(--color-gold);
  font-family: var(--font-en);
  font-size: 0.61875rem; /* 9.9px */
  font-weight: 400;
  margin: 0 0 0.875rem; /* ~14px → H2 */
}

.classy__title {
  font-family: var(--font-en);
  font-size: 2.5rem; /* 40px */
  font-weight: 300;
  line-height: 1.3; /* 52px / 40px */
  color: var(--color-cream);
  margin: 0;
  text-align: left;
  white-space: normal;
}

.classy__tagline {
  font-family: var(--font-en);
  font-size: 1.375rem; /* 22px */
  font-weight: 700;
  color: var(--color-gold);
  margin: 0 0 2rem; /* ~32px → intro (4113 − 4081) */
  white-space: pre-line;
  text-align: left;
  line-height: 2; /* 200% */
  letter-spacing: 0;
}

.classy__intro {
  font-family: var(--font-en);
  font-size: 1rem; /* 16px */
  font-weight: 400;
  color: var(--color-white);
  line-height: 2; /* 200% */
  margin: 0 0 2rem; /* spacing before acquisition block */
  text-align: left;
  letter-spacing: 0.1rem;
  max-width: 76%;
}

.classy__block {
  margin: 0 0 2rem;
}

.classy__block:last-of-type {
  margin-bottom: 2rem;
}

.classy__subhl {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gold);
  margin: 0;
  line-height: 2;
  letter-spacing: 0;
}

.classy__block-text {
  font-family: var(--font-jp);
  font-size: 1rem;
  color: var(--color-white);
  line-height: 2;
  margin: 0;
}

.classy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-en);
  font-size: 1rem;
  color: var(--color-white);
  line-height: 2;
  max-width: 76%;
}

.classy__list li {
  position: relative;
  padding-left: 1em;
  margin: 0;
  letter-spacing: 0.1rem;
}

.classy__list li:last-child {
  margin-bottom: 0;
}

.classy__list li::before {
  content: "\30fb";
  position: absolute;
  left: 0;
}

.classy__cta-wrap {
  text-align: center;
  margin: 0;
  padding-block: 2rem 2.5rem;
}

.classy__cta {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 1rem; /* 16px — 138:1377 */
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: var(--color-gold);
  text-decoration: none;
}

.classy__cta:hover {
  text-decoration: underline;
  color: var(--color-gold);
}

.classy__table-wrap {
  overflow-x: auto;
  margin: 0 calc(-1 * var(--container-pad-x));
  padding-inline: var(--container-pad-x);
  -webkit-overflow-scrolling: touch;
}

.classy__table-wrap img {
  width: 100%;
  min-width: 0;
  height: auto;
  margin-inline: auto;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 var(--space-lg);
  font-family: var(--font-en);
  font-size: var(--text-body);
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.btn--gold {
  background: var(--color-gold);
  color: var(--color-bg);
}

.btn--gold:hover {
  filter: brightness(1.05);
  text-decoration: none;
}


/* ——— Reward expiry ——— 2-col: copy | infographic (52:656), mockup ref */
.expiry .container {
  padding-inline: 0;
  text-align: left;
}

.expiry__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  column-gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.expiry__copy {
  min-width: 0;
}

.expiry__aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Diagram + footnote: inset art slightly so note sits in bottom-right negative space (mock) */
.expiry__visual {
  position: relative;
  box-sizing: border-box;
  padding: 0 clamp(0.25rem, 1vw, 0.5rem) clamp(2.625rem, 4.25vw, 3.375rem) 0;
}

.expiry__head-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: 2.3125rem;
}

.expiry__hl {
  text-align: left;
}

.expiry__eyebrow {
  text-transform: none;
  letter-spacing: 0.186rem;
  line-height: 1.804;
  color: var(--color-gold);
  font-family: var(--font-en);
  font-size: 0.61875rem;
  font-weight: 400;
  margin: 0 0 0.875rem;
}

.expiry__title {
  font-family: var(--font-en);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: var(--color-cream);
  margin: 0;
  text-align: left;
}

.expiry__line-mark {
  width: 150px;
  max-width: 28%;
  height: auto;
  flex-shrink: 0;
}

.expiry__hero {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  margin-bottom: 2rem;
  justify-content: flex-start;
}

.expiry__num {
  font-family: var(--font-en);
  font-size: 3.214rem;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
  letter-spacing: 0.02em;
}

.expiry__unit {
  font-family: var(--font-jp);
  font-size: 1.286rem;
  font-weight: 200;
  color: var(--color-gold);
  line-height: 1;
  padding-bottom: 0.2rem;
}

.expiry__lead {
  font-family: var(--font-jp);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-cream);
  margin: 0 0 2rem;
  line-height: 2;
  text-align: left;
}

.expiry__diagram {
  margin: 0;
  margin-right: clamp(0.5rem, 1.75vw, 1.125rem); /* push art left → room for footnote */
}

.expiry__diagram img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.expiry__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-jp);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-muted);
  line-height: 2;
  text-align: left;
}

.expiry__list li {
  position: relative;
  padding-left: 1em;
  margin: 0 0 1rem;
}

.expiry__list li:last-child {
  margin-bottom: 0;
}

.expiry__list li::before {
  content: "\30fb";
  position: absolute;
  left: 0;
  font-size: 1em;
  top: 0;
  line-height: 2;
}

/* Bottom-right of visual stack, mock: small white note past the diagram */
.expiry__footnote {
  position: absolute;
  /* top: -102px; */
  right: -102px;
  bottom: 55px;
  box-sizing: border-box;
  font-family: var(--font-jp);
  /* font-size: 0.8125rem; */
  font-weight: 400;
  color: var(--color-cream);
  line-height: 1.75;
  text-align: right;
  margin: 0;
  padding: 0;
  max-width: min(22rem, 100%);
  width: auto;
}

@media (max-width: 52rem) {
  .expiry__layout {
    grid-template-columns: 1fr;
    row-gap: var(--space-xl);
  }

  .expiry__visual {
    max-width: min(calc(19.9375rem + 2rem), 100%);
    padding-bottom: clamp(2.5rem, 8vw, 3.25rem);
  }

  .expiry__diagram {
    margin-right: clamp(0.35rem, 2vw, 0.75rem);
  }

  .expiry__diagram img {
    margin-inline: auto;
    margin-left: auto;
    margin-right: clamp(0.35rem, 2vw, 0.75rem);
  }

  .expiry__footnote {
    right: 0;
    bottom: 55px;
    max-width: calc(100% - var(--space-sm));
    width: auto;
  }
}

/* ——— How to join ——— */
.join {
  background: var(--color-section-dark);
  color: var(--color-cream);
  padding-block: var(--space-2xl);
}

.join .eyebrow {
  color: var(--color-gold);
}

.join__eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: var(--font-en);
}

.join .h2 {
  text-align: center;
  margin-bottom: var(--space-xl);
  color: var(--color-white);
}

.join__steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  max-width: 22.5rem;
  margin-inline: auto;
  padding-top: var(--space-xs);
}

.join__steps::before {
  content: "";
  position: absolute;
  left: 2.375rem;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 1px;
  transform: translateX(-50%);
  background: #c8a96e;
  opacity: 0.9;
  pointer-events: none;
}

.join-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr);
  column-gap: var(--space-md);
  align-items: flex-start;
}

.join-step__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.2rem;
}

.join-step__icon {
  display: block;
  width: 100%;
  max-width: 4.75rem;
  height: auto;
}

.join-step__content {
  text-align: left;
  min-width: 0;
}

/* Desktop: one row — icon above copy, gold line through icons (mock) */
@media (min-width: 900px) {
  .join__steps {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(0.5rem, 5.5vw, 5.25rem);
    max-width: min(65rem, 100%);
    padding-top: 2.75rem;
    padding-inline: var(--space-xs);
  }

  .join__steps::before {
    left: 4%;
    right: 4%;
    top: 5.875rem;
    bottom: auto;
    width: auto;
    height: 1px;
    transform: none;
  }

  .join-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
  }

  .join-step__icon-wrap {
    padding-top: 0;
    margin-bottom: var(--space-md);
    min-height: 5.75rem;
    align-items: center;
    justify-content: center;
  }

  .join-step__icon {
    max-width: 5.75rem;
    width: auto;
    height: auto;
    max-height: 5.75rem;
    object-fit: contain;
  }

  .join-step__content {
    text-align: center;
    width: 100%;
  }
}

.join-step__title {
  font-family: var(--font-jp);
  font-size: var(--text-md);
  font-weight: 500;
  color: var(--color-white);
  margin: 0 0 var(--space-sm);
}

.join-step__body {
  font-size: var(--text-sm);
  color: #cccccc;
  white-space: pre-line;
  margin: 0;
  line-height: 1.65;
  text-align: left;
}

/* ——— Official app (Group 75 / 212:2038) ——— */
.app__header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.app__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: var(--font-en);
}

.app__title {
  color: var(--color-white);
}

.app__tagline {
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--color-muted);
}

.app__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl) var(--space-md);
  align-items: start;
  margin-bottom: var(--space-xl);
}

@media (min-width: 1024px) {
  .app__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--space-md) clamp(0.5rem, 5.25vw, 8rem);
    align-items: start;
  }
}

.app-feature {
  text-align: left;
}

@media (min-width: 1024px) {
  .app-feature {
    text-align: center;
  }
}

.app-feature__shot {
  margin-bottom: var(--space-sm);
  height: 15.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .app-feature__shot {
    justify-content: center;
  }
}

.app-feature__shot img {
  display: block;
  width: 7.8125rem;
  height: 15.5rem;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
  border-radius: var(--radius-sm);
}

.app-feature__title {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-gold);
  margin: 0 0 var(--space-xs);
  text-align: left;
}

@media (min-width: 1024px) {
  .app-feature__title {
    text-align: center;
  }
}

.app-feature__body {
  font-size: var(--text-body);
  color: var(--color-muted);
  margin: 0;
  text-align: left;
  line-height: 1.65;
}

@media (min-width: 1024px) {
  .app-feature__body {
    text-align: left;
  }
}

.app-feature__links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (min-width: 1024px) {
  .app-feature__links {
    text-align: left;
    display: inline-block;
    margin-inline: auto;
  }
}

.app-feature__links li {
  position: relative;
  padding-left: 1rem;
  font-size: var(--text-body);
  color: var(--color-muted);
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.app-feature__links li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-size: 0.9em;
}

.app__badges {
  display: flex;
  justify-content: center;
  margin-top: var(--space-md);
}

.app__badges img {
  max-width: 260px;
  height: auto;
}

.app__footnote {
  font-size: var(--text-sm);
  color: var(--color-muted);
  margin-top: var(--space-xl);
  text-align: center;
}

/* ——— CTA + footer bundle ——— */
.cta-footer {
  position: relative;
}

/* ——— Closing CTA ——— mock: centered stack, large EN title, muted JP line, gold/outline CTAs */
.closing {
  position: relative;
  padding-block: clamp(3rem, 7vw, 4.5rem) clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  background: transparent;
}

.closing__inner {
  max-width: 50rem;
  margin-inline: auto;
}

.closing__title.h2,
.closing__title {
  font-family: var(--font-en);
  font-size: clamp(2.125rem, 4.8vw, 3.125rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0.03em;
  color: var(--color-cream);
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
  white-space: normal;
}

.closing__tagline {
  font-family: var(--font-jp);
  font-size: clamp(0.875rem, 1.35vw, 1rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  margin: 0 auto clamp(1.75rem, 3vw, 2.25rem);
  max-width: 50rem;
  text-align: center;
}

.closing__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-top: 0;
  max-width: 293px;
  margin-inline: auto;
  justify-content: center;
  align-items: stretch;
}

.closing .btn--outline {
  border: 1px solid #272420;
  color: #A8A098;
  background: transparent;
}

.closing .btn--outline:hover {
  border-color: var(--color-cream);
  color: var(--color-cream);
  text-decoration: none;
}

@media (min-width: 640px) {
  .closing__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: min(40rem, 100%);
    gap: var(--space-md);
  }

  .closing__actions .btn--block {
    width: auto;
    min-width: 13.5rem;
    flex: 0 1 auto;
    font-weight: 700;
  }
}

.btn--block {
  width: 100%;
}

.btn--outline {
  background: transparent;
  border-color: var(--color-stroke);
  color: var(--color-muted);
}

.btn--outline:hover {
  border-color: var(--color-gold);
  color: var(--color-cream);
  text-decoration: none;
}

/* ——— Footer ——— */
.footer {
  padding-block: var(--space-xl);
  border-top: 1px solid var(--color-stroke);
  text-align: center;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 0 var(--space-lg);
  padding: 0.625rem 1.125rem;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.footer__meta {
  font-family: var(--font-jp);
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--color-muted);
  line-height: 1.85;
  margin: 0;
}

.footer__line {
  display: inline-block;
}

.footer__logo {
  display: inline-block;
  margin: 0 0 var(--space-lg);
}

.footer__line-contact {
  color: var(--color-muted);
  text-decoration: underline;
}

.footer__line-contact:hover {
  color: var(--color-white);
  text-decoration: none;
}