/* ——— Layout shell ——— */
.page {
  min-height: 100vh;
  max-width: var(--container);
  margin-inline: auto;
  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: #A8A098;
}

/* ——— Hero ——— Figma 212:1645 (80px strip) + 212:1646 (collage); gap 19px (y99 − 80) ——— */
.hero {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}

.hero__strip,
.hero__photos {
  width: 100%;
  height: auto;
  display: block;
}

/* ——— About (Figma node 212:1700) ——— */
.about {
  padding-top: var(--space-lg);
}

.about__header {
  text-align: center;
  margin-bottom: 1.125rem;
}

.about__header .eyebrow {
  letter-spacing: 0.25em;
  margin-bottom: 0.6875rem;
}

.about__header .subtitle {
  letter-spacing: 0.07em;
  margin-bottom: 0;
}

.about__header .h2 {
  line-height: 1.083;
  font-size: var(--text-xl);
  margin-bottom: 0.875rem;
}

.about__lead {
  text-align: left;
  line-height: 2;
  margin: 0 auto var(--space-lg);
  max-width: 21.9375rem;
}

.about__footer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  margin-top: var(--space-lg);
  max-width: 18.3125rem;
  margin-inline: auto;
}

.about__restaurant-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: 100%;
  text-align: center;
  font-size: var(--text-body);
  font-weight: 400;
  color: var(--color-gold);
  text-decoration: none;
}

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

.about__restaurant-link::after {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-right: 1.5px solid var(--color-gold);
  border-bottom: 1.5px solid var(--color-gold);
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.28em;
  width: 100%;
  box-sizing: border-box;
  min-height: 3.375rem;
  padding: 0.85rem 1.15rem;
  background: var(--color-gold);
  color: var(--color-ink);
  font-size: var(--text-md);
  font-weight: 500;
  font-family: var(--font-en);
  text-decoration: none;
  border-radius: var(--radius-sm);
}

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

.about__cta__label {
  display: inline;
  white-space: nowrap;
}

.about__cta__arrow {
  display: inline;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1;
  translate: 0 0.04em;
}

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

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

/* ——— Benefits ——— */
.benefits__intro {
  text-align: center;
  margin-bottom: var(--space-md);
}

.benefits__label-serif {
  font-family: var(--font-en);
  font-size: var(--text-eyebrow);
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #C8A96E;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 var(--space-sm);
}

.benefits__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 calc(-1 * var(--container-pad-x));
  max-width: calc(100% + 2 * var(--container-pad-x));
}

.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: 9.125rem;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.benefit-tile__caption {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.5rem 0.6rem 0.65rem;
  flex: 1;
}

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

.benefit-tile__eyebrow {
  font-family: var(--font-display);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-gold);
  line-height: 1.2;
  margin: 0;
}

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

.benefit-tile__title {
  font-family: var(--font-en);
  font-size: 0.66rem;
  font-weight: 400;
  color: var(--color-white);
   line-height: 1.45;
  margin: 0;
  flex: 1;
}

.benefit-tile--note {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--space-md) var(--space-sm);
}

.benefits__footnote {
  font-size: var(--text-xs);
  color: var(--color-muted);
  white-space: pre-line;
  margin: 0;
}

.benefits__closing {
  text-align: center;
  font-size: var(--text-body);
  color: #A8A098;
  white-space: normal;
  margin: 0 0 var(--space-md);
}

.benefits__closing-brand {
  color: #A8A098;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ——— Reward ——— */
.reward a,
.reward a:hover,
.reward a:focus {
  text-decoration: none;
}

.reward__hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  margin-bottom: var(--space-2xl);
  text-align: left;
}

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

.reward__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.35;
  color: var(--color-reward-gold);
}

.reward__title {
  margin-bottom: 0;
  color: var(--color-white);
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

html[lang="ja"] .reward__title {
  font-family: var(--font-jp);
}

html[lang="en"] .reward__title {
  font-family: var(--font-en);
  font-weight: 600;
}

.reward__hero-art {
  flex-shrink: 0;
  margin-top: 0.15rem;
  width: 102px;
  max-width: 28%;
}

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

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

.reward-card {
  padding-bottom: var(--space-xs);
}

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

.reward_card_last {
  border-bottom: 1px solid var(--color-stroke);
  padding-bottom: var(--space-xl);
}

.reward-card__label {
  font-size: var(--text-body);
  font-weight: 500;
  color: var(--color-white);
  margin: 0 0 var(--space-md);
}

html[lang="ja"] .reward-card__label {
  font-family: var(--font-jp);
}

html[lang="en"] .reward-card__label {
  font-family: var(--font-en);
}

.reward-card__stat {
  font-family: var(--font-en);
  font-size: var(--text-hero-num);
  font-weight: 100;
  letter-spacing: 0.02em;
  color: var(--color-reward-gold);
  line-height: 1;
  margin: 0 0 var(--space-sm);
}

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

.reward-card__pct {
  font-size: 0.48em;
  font-weight: 100;
  margin-left: 0.03em;
  vertical-align: 0.28em;
}

.reward-card__pct2 {
  font-size: 0.48em;
  font-weight: 100;
  margin-left: 0.03em;
}

.reward-card__stat--inline {
  font-size: 2.75rem;
  font-weight: 100;
  letter-spacing: 0.03em;
}

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

.reward-card__stat--inline .reward-card__stat-suffix {
  font-size: 0.82em;
  vertical-align: baseline;
  letter-spacing: 0.02em;
}

.reward-card__body {
  font-size: var(--text-body);
  font-weight: 400;
  color: var(--color-white);
  white-space: pre-line;
  line-height: 1.75;
  opacity: 0.92;
}

html[lang="ja"] .reward-card__body {
  font-family: var(--font-jp);
}

html[lang="en"] .reward-card__body {
  font-family: var(--font-en);
}

.reward__flow {
  text-align: center;
  margin-top: var(--space-section);
  padding-top: var(--space-lg);
}

.reward__flow img {
  margin-inline: auto;
  width: 100%;
  max-width: 19.6875rem;
}

/* ——— Classy (212:2125) ——— */
.classy__header {
  text-align: left;
  margin-bottom: var(--space-md);
}

.classy__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.29em;
  color: #C8A96E;
  font-family: var(--font-en);
  font-size: var(--text-eyebrow);
  font-weight: 400;
}

.classy__title {
  color: var(--color-white);
  line-height: 1.35;
  white-space: normal;
}

.classy__tagline {
  font-size: var(--text-lg);
  font-weight: 500;
  color: #C8A96E;
  margin: 0 0 var(--space-xl);
  white-space: pre-line;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.classy__intro {
  font-size: var(--text-body);
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.75;
  margin: 0 0 var(--space-xl);
  text-align: left;
}

.classy__block {
  margin: 0 0 var(--space-lg);
}

.classy__block:last-of-type {
  margin-bottom: var(--space-xl);
}

.classy__subhl {
  font-size: var(--text-md);
  font-weight: 600;
  color: #C8A96E;
  margin: 0 0 var(--space-sm);
  letter-spacing: 0.03em;
}

.classy__block-text {
  font-size: var(--text-body);
  color: var(--color-white);
  line-height: 1.75;
  margin: 0 0 var(--space-sm);
}

.classy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--text-body);
  color: var(--color-white);
  line-height: 1.75;
}

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

.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: var(--space-xl) 0 var(--space-2xl);
}

.classy__cta {
  display: inline-block;
  font-family: var(--font-en);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #C8A96E;
  text-decoration: none;
}

.classy__cta:hover {
  text-decoration: underline;
  color: #c5a059;
}

.classy__table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 calc(-1 * var(--container-pad-x));
  padding-inline: var(--container-pad-x);
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.classy__table-wrap::-webkit-scrollbar {
  display: none;
}

.classy__table-wrap.is-dragging {
  cursor: grabbing;
}

body.classy-table-drag--lock {
  user-select: none;
}

.classy__table-wrap img {
  width: auto;
  max-width: none;
  height: 400px;
  display: block;
  pointer-events: none;
}

.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 (212:2519) ——— */
.expiry .container {
  padding-inline: var(--container-pad-x);
  text-align: left;
}

.expiry__head-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
  margin-inline: calc(-1 * var(--container-pad-x));
  padding-inline: max(0.75rem, env(safe-area-inset-left, 0px))
    max(0.75rem, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.expiry__hl {
  text-align: left;
  flex: 1;
  min-width: 0;
  padding-right: 0.25rem;
}

.expiry__eyebrow {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.expiry__title {
  line-height: 1.2;
  text-align: left;
}

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

.expiry__hero {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  margin-bottom: var(--space-xl);
  justify-content: flex-start;
}

.expiry__num {
  font-size: 3.214rem;
  font-weight: 100;
  color: var(--color-gold);
  line-height: 1;
}

.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-size: var(--text-lg);
  font-weight: 300;
  color: var(--color-cream);
  margin: 0 0 var(--space-lg);
  line-height: 1.5;
  text-align: left;
}

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

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

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

.expiry__list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  font-size: 0.65em;
  top: 0.55em;
}

/* ——— 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;
}

.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;
}

/* ——— 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);
}

.app-feature--row3 {
  grid-column: 1 / 2;
}

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

.app-feature__shot {
  margin-bottom: var(--space-sm);
  height: 15.5rem;
  display: flex;
  align-items: center;
  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-ui);
  font-size: var(--text-md);
  font-weight: 500;
  color: var(--color-gold);
  margin: 0 0 var(--space-xs);
  text-align: center;
}

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

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

.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 ——— */
.closing {
  position: relative;
  padding-block: var(--space-2xl) var(--space-lg);
  text-align: center;
  background: transparent;
}

.closing .h2 {
  font-weight: 300;
}

.closing__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  max-width: 293px;
  margin-inline: auto;
}

.closing__actions .closing__btn-gold,
.closing__actions .closing__btn-outline {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.closing__btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-weight: 500;
}

.closing__btn-text {
  display: inline;
}

.closing__btn-arrow {
  display: inline;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1;
  translate: 0 0.04em;
}

.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;
}

/* Narrower side padding on small viewports so long EN contact line fits one row */
.footer .container {
  padding-inline: clamp(0.5rem, 3.2vw, var(--container-pad-x));
}

.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-size: 12px;
  font-weight: 300;
  color: var(--color-muted);
  line-height: 1.7;
}

.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;
}