:root {
  --ink: #171f51;
  --ink-soft: #232d63;
  --gold: #c49d46;
  --gold-light: #e2c47c;
  --moon: #e99032;
  --paper: #f3ead5;
  --paper-bright: #fffaf0;
  --text: #20213a;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", Georgia, serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.85;
}
a { color: inherit; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  transform: translateY(-120%);
  padding: .75rem 1rem;
  background: var(--paper-bright);
  color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.hero {
  width: 100%;
  overflow: hidden;
  background: var(--ink);
  border-bottom: 5px solid var(--gold);
}
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 1672px;
  margin: 0 auto;
}
.hero-main {
  display: block;
  width: 100%;
  height: auto;
}
.hero-info {
  position: absolute;
  right: 1.25%;
  bottom: 1.5%;
  z-index: 2;
  display: block;
  width: clamp(260px, 29vw, 490px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(3, 13, 43, .32));
}
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .25em;
}

.section { padding: clamp(4.5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1120px) / 2)); }
.section-heading { max-width: 760px; margin-bottom: 2.5rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--inline { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.section h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.3;
  letter-spacing: .06em;
}
.section-heading p:last-child { margin: .8rem 0 0; }
.section--dark { background: var(--ink); color: var(--paper); }
.section--dark h2 { color: var(--gold-light); }

.news { background: var(--paper-bright); }
.news__hint { margin: 0 0 .4rem; color: #59596c; }
.news-list { border-top: 1px solid rgba(23, 31, 81, .25); }
.news-item {
  display: grid;
  grid-template-columns: 10rem minmax(14rem, 1fr) minmax(20rem, 1.5fr);
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(23, 31, 81, .18);
}
.news-item__meta { display: flex; align-items: center; gap: .65rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.new-badge { padding: .08rem .42rem; color: var(--ink); background: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .05em; }
.news-item h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.08rem; line-height: 1.55; }
.news-item p { margin: 0; color: #454458; }
.news-item__image { grid-column: 2 / 4; width: min(100%, 560px); max-height: 320px; object-fit: cover; border: 1px solid rgba(23, 31, 81, .2); }
.outline-button {
  display: block;
  margin: 2rem auto 0;
  padding: .75rem 1.4rem;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.outline-button:hover,
.outline-button:focus-visible { background: var(--ink); color: white; }
.news-error { color: #7b2424; }

.enjoy-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(196, 157, 70, .6); }
.enjoy-card { position: relative; min-height: 33rem; padding: 2.2rem; border: 1px solid rgba(196, 157, 70, .35); overflow: hidden; }
.enjoy-card__number { margin: 0 0 3.5rem; color: var(--gold); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; }
.enjoy-card__number::after { content: ""; display: inline-block; width: 4rem; height: 1px; margin: 0 0 .55rem 1rem; background: var(--gold); }
.enjoy-card h3 { margin: 0 0 .8rem; color: white; font-family: var(--serif); font-size: 1.55rem; }
.enjoy-card p { max-width: 32rem; }
.enjoy-card__note { color: var(--gold-light); font-weight: 700; }
.enjoy-card > :not(.feature-illustration) { position: relative; z-index: 1; }
#restaurant,
#bento {
  min-height: 38rem;
}
.partner-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.6rem);
  width: 100%;
  margin-top: 1.6rem;
}
.partner-card-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1198 / 1313;
  object-fit: contain;
}

.partner-card { min-width: 0; }
.partner-card__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  height: 3.75rem;
  padding-top: .5rem;
}
.partner-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 7rem;
  min-width: 0;
  height: 2.5rem;
  padding: 0 .4rem;
  border: 1px solid var(--ink);
  border-radius: 3px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.partner-card__button--official { background: var(--ink); color: var(--paper); }
.partner-card__button--instagram { background: var(--paper); color: var(--ink); }
.partner-card__button:hover { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }

@media (max-width: 800px) {
  .partner-card-grid {
    grid-template-columns: 1fr;
  }
}
.feature-title-line { display: flex; align-items: baseline; gap: .85rem; margin: 0 0 2rem; }
.feature-title-line .enjoy-card__number { flex: 0 0 auto; margin: 0; font-size: 2rem; }
.feature-title-line .enjoy-card__number::after { width: 2.4rem; margin-left: .75rem; }
.feature-title-line h3 { margin: 0; font-size: clamp(1.25rem, 2.2vw, 1.55rem); }
.feature-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: .35rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(226,196,124,.8);
  color: var(--gold-light);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.feature-link:hover,
.feature-link:focus-visible { color: var(--ink); background: var(--gold-light); }
.feature-link span { font-size: 1.15em; }
.feature-illustration {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: none;
}
.enjoy-card::after { display: none; }
.shop-group[id] { scroll-margin-top: 2rem; }

.story { display: grid; grid-template-columns: minmax(18rem, .9fr) minmax(20rem, 1.1fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); background: var(--paper-bright); }
.story__visual { position: relative; width: min(100%, 36rem); margin: 0 auto; padding: .55rem; border: 1px solid rgba(196,157,70,.72); background: var(--paper-bright); box-shadow: 0 18px 42px rgba(23,31,81,.12); }
.story__visual::before { content: ""; position: absolute; inset: .28rem; z-index: 1; border: 1px solid rgba(196,157,70,.45); pointer-events: none; }
.story__visual img { display: block; width: 100%; height: auto; }
.story__text { position: relative; z-index: 1; }
.story__text h2 { margin-bottom: 1.4rem; font-size: clamp(1.9rem, 4vw, 3rem); }
.story__text > p:not(.eyebrow) { margin: 0; font-family: var(--serif); font-size: clamp(1rem, 1.45vw, 1.15rem); line-height: 2; }
.story__divider { position: relative; height: 1px; margin: 1.35rem 0; background: linear-gradient(90deg, transparent, var(--gold) 15%, var(--gold) 85%, transparent); }
.story__divider::after { content: ""; position: absolute; top: 50%; left: 50%; width: .55rem; height: .55rem; border: 1px solid var(--gold); background: var(--paper-bright); transform: translate(-50%, -50%) rotate(45deg); }

.shop-groups { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.shop-group { padding: 2rem; border-top: 5px solid var(--gold); background: var(--paper-bright); box-shadow: 0 12px 35px rgba(23,31,81,.07); }
.shop-group h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.shop-group > .partner-card-grid { margin-top: 28px; }
@media (max-width: 800px) {
  .shop-group h3 { font-size: 24px; }
}
.shop-group ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; margin: 0; padding: 0; list-style: none; }
.shop-group li { padding: .5rem 0; border-bottom: 1px solid rgba(23,31,81,.15); }

.section--gold { color: var(--paper-bright); background: #9b742b; }
.section--gold .eyebrow { color: var(--ink); }
.section--gold h2 { color: var(--ink); }
.moon-program .section-heading { max-width: none; }

.program-grid {
  display: grid;
  /* Keep the lantern width; combine the former middle and right columns. */
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.15fr);
  border-top: 1px solid rgba(23,31,81,.5);
}
.program-card {
  min-width: 0;
  padding: 1.8rem;
  border-right: 1px solid rgba(23,31,81,.35);
}
.program-card:last-child { border-right: 0; }
.program-card time {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .06em;
}
.program-card h3 {
  margin: .7rem 0 1rem;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
}
.program-card h3::after {
  content: "";
  display: block;
  width: min(100%, 11rem);
  height: .4rem;
  margin-top: .55rem;
  background: var(--gold-light);
  clip-path: polygon(0 44%, 43% 44%, 47% 0, 53% 0, 57% 44%, 100% 44%, 100% 56%, 57% 56%, 53% 100%, 47% 100%, 43% 56%, 0 56%);
}
.program-card > p:not(.program-note):not(.program-moon__lead) {
  margin: 0;
}
.program-details {
  display: grid;
  gap: .9rem;
  margin: 0;
}
.program-details div {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
}
.program-details dt {
  color: var(--ink);
  font-weight: 800;
}
.program-details dd {
  margin: 0;
  color: var(--paper-bright);
  line-height: 1.75;
}
.program-update {
  margin-top: 1.15rem !important;
  color: var(--paper-bright);
  font-size: .9rem;
}
.program-card--lantern > p {
  margin: .55rem 0 0 !important;
  color: var(--paper-bright);
  line-height: 1.75;
}
.program-card--lantern .program-lantern__fee {
  margin-top: 1rem !important;
  color: var(--ink);
  font-weight: 800;
}
.program-lantern__figure {
  width: 100%;
  max-width: 22rem;
  margin: 1.25rem auto 0;
}
.program-lantern__figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.program-lantern__figure figcaption {
  margin-top: .6rem;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.65;
}
.program-note {
  margin-top: 1.15rem;
  color: var(--ink);
  font-weight: 700;
}

.program-card--moon {
  padding-inline: clamp(1.35rem, 2.2vw, 2rem);
}
.program-moon__lead {
  margin: -.1rem 0 1.4rem;
  color: #f8b423;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.65;
}
.program-moon__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-moon__steps li {
  position: relative;
  display: block;
  padding-left: 3rem;
  padding-bottom: 1.55rem;
}
.program-moon__steps li:last-child {
  padding-bottom: 0;
}
.program-moon__steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.08rem;
  top: 2.35rem;
  bottom: .2rem;
  width: 1px;
  background: rgba(23,31,81,.5);
}
.program-moon__steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: .84rem;
  bottom: .36rem;
  width: .45rem;
  height: .45rem;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transform: rotate(45deg);
}
.program-moon__number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.05rem;
  line-height: 1;
}
.program-moon__steps h4 {
  margin: .05rem 0 .35rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.55;
}
.program-moon__steps p {
  margin: 0;
  color: var(--paper-bright);
  font-size: .9rem;
  line-height: 1.75;
}

.program-moon__steps li > div {
  min-width: 0;
  overflow: visible;
}
.program-moon__art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin: .85rem auto .15rem;
  object-fit: contain;
}

.program-note--free {
  display: inline-block;
  margin-top: 1.35rem;
  padding: .35rem .7rem;
  border: 1px solid rgba(23,31,81,.6);
}

.program-sweets__copy {
  display: grid;
  gap: .85rem;
}
.program-sweets__copy p {
  margin: 0;
  color: var(--paper-bright);
  line-height: 1.75;
}
.program-sweets__image {
  display: block;
  width: 100%;
  max-width: 19rem;
  height: auto;
  margin: 1.25rem auto 0;
  object-fit: contain;
}

@media (max-width: 800px) {
  .program-grid {
    grid-template-columns: 1fr;
  }
  .program-card {
    border-right: 0;
    border-bottom: 1px solid rgba(23,31,81,.35);
  }
  .program-card:last-child {
    border-bottom: 0;
  }
}

.access { color: var(--paper); background: #111838; }
.access h2 { color: var(--gold-light); }
.access-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.5rem; }
.access-main,
.access-note { padding: 2rem; border: 1px solid rgba(196,157,70,.45); }
.access-place { margin-top: 0; color: white; font-family: var(--serif); font-size: 1.6rem; font-weight: 700; }
.access-note h3 { margin-top: 0; color: var(--gold-light); font-family: var(--serif); }

.footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.1fr .95fr;
  gap: 2rem;
  padding: 3rem max(1.5rem, calc((100% - 1120px) / 2));
  color: var(--ink);
  background: var(--gold-light);
}
.footer p { margin: 0 0 1.25rem; }
.footer small { line-height: 1.6; }
.footer strong { color: #5d4218; font-family: var(--serif); letter-spacing: .08em; }
.footer__contact-list { line-height: 1.8; }
.footer__contact a { text-underline-offset: .18em; }
.footer__fund { align-self: start; padding-top: .15rem; }
.footer__fund img { display: block; width: 100%; max-width: 453px; height: auto; }
.admin-link { position: absolute; right: 1.5rem; bottom: 1rem; color: rgba(23,31,81,.65); font-size: .75rem; }

:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.news :focus-visible,
.shops :focus-visible { outline-color: var(--ink); }

@media (max-width: 768px) {
  .hero { overflow: visible; }
  .hero-info {
    position: absolute;
    right: 2%;
    bottom: 2%;
    z-index: 3;
    width: min(43vw, 215px);
    margin: 0;
    transform: translateY(42%);
    filter: drop-shadow(0 9px 16px rgba(3, 13, 43, .28));
  }
  .news { padding-top: calc(2rem + min(18vw, 90px)); }
}

@media (max-width: 800px) {
  .section-heading--inline { display: block; }
  .news__hint { margin-top: 1rem; }
  .news-item { grid-template-columns: 1fr; gap: .35rem; }
  .news-item__image { grid-column: 1; margin-top: .6rem; }
  .enjoy-grid,
  .story,
  .shop-groups,
  .access-grid,
  .footer { grid-template-columns: 1fr; }
  .enjoy-card,
  #drink { min-height: 29rem; }
  #restaurant,
  #bento { min-height: 34rem; }
  .feature-title-line { gap: .6rem; margin-bottom: 1.65rem; }
  .feature-title-line .enjoy-card__number { font-size: 1.75rem; }
  .feature-title-line .enjoy-card__number::after { width: 1.6rem; margin-left: .55rem; }
  .enjoy-card__number { margin-bottom: 2rem; }
  .feature-illustration { width: 100%; height: auto; opacity: 1; }
  .story { gap: 2.5rem; overflow: hidden; }
  .story__visual { width: min(100%, 30rem); }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .section { padding-inline: 1.25rem; }
  .enjoy-card,
  .shop-group,
  .access-main,
  .access-note { padding: 1.5rem; }
  .shop-group ul { grid-template-columns: 1fr; }
  .footer { padding-bottom: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}


/* Offers: keep the artwork in flow so longer mobile copy cannot overlap it. */
#restaurant,
#bento {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.enjoy-offer__copy {
  margin: .3rem 0 1.25rem;
  color: var(--paper-bright);
  font-size: 16px;
  line-height: 1.8;
}
.enjoy-offer__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem .75rem;
  margin: 0 0 .75rem;
  color: var(--gold-light);
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.2;
}
.enjoy-offer__original { font-size: 18px; white-space: nowrap; }
.enjoy-offer__price strong { font-size: clamp(44px, 4.8vw, 64px); white-space: nowrap; }
.enjoy-offer__price strong span { font-size: .6em; }
.enjoy-offer__sales {
  margin: 0 0 1.25rem;
  color: var(--gold-light);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.enjoy-offer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  align-self: flex-start;
  width: min(100%, 22rem);
  min-height: 48px;
  margin: 0 0 2rem;
  padding: .75rem .9rem;
  border: 1px solid var(--gold);
  background: var(--gold-light);
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.enjoy-offer__link:hover { background: var(--paper); }
#restaurant > .feature-illustration,
#bento > .feature-illustration {
  position: relative;
  left: auto;
  bottom: auto;
  width: calc(100% + 4.4rem);
  flex-shrink: 0;
  margin: auto -2.2rem -2.2rem;
}
@media (max-width: 480px) {
  #restaurant > .feature-illustration,
  #bento > .feature-illustration {
    width: calc(100% + 3rem);
    margin-inline: -1.5rem;
    margin-bottom: -1.5rem;
  }
}


/* Bar venue special: scoped styles preserve the existing shop and moon sections. */
.bar-special { background: #081f44; color: var(--paper); scroll-margin-top: 1.5rem; }
.bar-special__banner { display: block; width: 100%; height: auto; }
.bar-special__heading { margin: 3rem 0; text-align: center; }
.bar-special__heading h2 { color: var(--gold-light); font-size: clamp(1.7rem, 3.6vw, 2.8rem); line-height: 1.6; }
.bar-special__heading p { margin: .8rem 0 0; font-size: clamp(.9rem, 1.5vw, 1.05rem); }
.bar-special__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.bar-special__item { min-width: 0; border-top: 1px solid var(--gold); padding-top: 1.5rem; }
.bar-special__item h3 { margin: 0 0 1.3rem; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.6; }
.bar-special__copy { margin: 0; line-height: 2; overflow-wrap: anywhere; }
.bar-special__copy span { display: block; }
.bar-special__link { display: inline-flex; align-items: center; min-height: 48px; max-width: 100%; margin-top: 1.5rem; padding: .7rem .9rem; border: 1px solid var(--gold); color: var(--gold-light); font-size: .9rem; line-height: 1.7; text-decoration: none; }
.bar-special__link:hover, .bar-special__link:focus-visible { color: #081f44; background: var(--gold-light); }
.bar-sweets { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); grid-template-areas: "image heading" "image body"; column-gap: clamp(1.5rem, 4vw, 3rem); row-gap: 1.2rem; align-items: start; margin-top: 4rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); color: var(--ink); }
.bar-sweets h3 { grid-area: heading; align-self: end; margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.65; }
.bar-sweets__image { grid-area: image; display: block; align-self: center; width: 100%; height: auto; }
.bar-sweets__body { grid-area: body; min-width: 0; }
.bar-sweets__place { display: inline-block; margin: 1.5rem 0 0; padding: .4rem 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); font-weight: 700; }
@media (max-width: 800px) {
  .bar-special__grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .bar-special__heading { margin: 2rem 0 2.5rem; }
  .bar-sweets { grid-template-columns: minmax(0, 1fr); grid-template-areas: "heading" "image" "body"; margin-top: 3rem; gap: 1.5rem; }
  .bar-sweets__image { max-width: 28rem; margin-inline: auto; }
  .bar-special__link { font-size: .85rem; }
}



/* Four equal enjoyment cards on desktop; keep illustrations in document flow. */
@media (min-width: 801px) {
  .enjoy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .enjoy-grid > .enjoy-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 1rem;
  }
  .enjoy-grid .feature-title-line {
    flex-direction: column;
    gap: .85rem;
    margin-bottom: .8rem;
  }
  .enjoy-grid .enjoy-card__number {
    margin: 0 0 .85rem;
    font-size: 1.75rem;
  }
  .enjoy-grid .feature-title-line .enjoy-card__number { margin: 0; }
  .enjoy-grid .enjoy-card__number::after {
    width: 2rem;
    margin-left: .65rem;
  }
  .enjoy-grid .enjoy-card h3 {
    font-size: 1.2rem;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
  .enjoy-grid .enjoy-offer__price { gap: .4rem; }
  .enjoy-grid .enjoy-offer__original { font-size: 15px; }
  .enjoy-grid .enjoy-offer__price strong { font-size: clamp(28px, 2.8vw, 44px); }
  .enjoy-grid .enjoy-offer__link,
  .enjoy-grid .feature-link {
    width: 100%;
    padding: .65rem .45rem;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .enjoy-grid .feature-link { margin-bottom: 2rem; }
  .enjoy-grid .feature-link span,
  .enjoy-grid .enjoy-offer__link span { flex-shrink: 0; }
  .enjoy-grid .enjoy-card > .feature-illustration,
  #restaurant > .feature-illustration,
  #bento > .feature-illustration {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% + 2rem);
    height: auto;
    flex-shrink: 0;
    margin: auto -1rem -1rem;
  }
}

/* Four shops per row in both desktop shop groups. */
@media (min-width: 801px) {
  .shops .partner-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
  .shops .partner-card__links {
    flex-wrap: wrap;
    align-content: flex-start;
    height: auto;
    min-height: 3.75rem;
  }
  .shops .partner-card__button {
    min-width: min(100%, 7rem);
  }
}

/* Let both desktop shop tables span the full page width. */
@media (min-width: 801px) {
  .shops.section {
    padding-inline: 0;
  }
}

/* Extend the bar title image to the page edges while retaining text gutters. */
.bar-special.section {
  display: grid;
  grid-template-columns: max(1.5rem, calc((100% - 1120px) / 2)) minmax(0, 1fr) max(1.5rem, calc((100% - 1120px) / 2));
  padding-inline: 0;
}
.bar-special > * { grid-column: 2; min-width: 0; }
.bar-special > .bar-special__banner { grid-column: 1 / -1; }
@media (max-width: 480px) {
  .bar-special.section { grid-template-columns: 1.25rem minmax(0, 1fr) 1.25rem; }
}

/* Align the desktop bar title with the section content width. */
@media (min-width: 801px) {
  .bar-special > .bar-special__banner { grid-column: 2; }
}

/* Desktop moon program: text on the left, intact artwork on the right. */
@media (min-width: 801px) {
  .program-card--moon .program-moon__steps li > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
  }
  .program-card--moon .program-moon__steps h4 {
    grid-column: 1;
    grid-row: 1;
  }
  .program-card--moon .program-moon__steps p {
    grid-column: 1;
    grid-row: 2;
  }
  .program-card--moon .program-moon__art {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }
}

/* Highlight both program times with pale lemon and a larger serif size. */
.program-card--lantern time,
.program-card--moon time {
  color: #fff1a6;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  letter-spacing: .02em;
  text-shadow: 0 1px 1px rgba(76, 43, 7, .65);
}

/* Access map and transport links. */
.access-grid > * { min-width: 0; }
.access-map { display: block; width: 100%; height: 360px; margin-top: 1.5rem; border: 0; }
.access-button {
  display: flex; justify-content: center; align-items: center;
  min-height: 48px; margin-top: 1rem; padding: .65rem .9rem;
  border: 1px solid var(--gold-light); color: var(--ink);
  background: var(--gold-light); font-weight: 700;
  line-height: 1.6; text-decoration: none; text-align: center;
}
.access-button:hover, .access-button:focus-visible { background: var(--paper-bright); }
.access-transport { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(196,157,70,.45); }
.access-transport h4 { margin: 0 0 .65rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; }
.access-transport p { margin: .65rem 0 0; }
.access-transport .access-help { margin-top: .8rem; font-size: .85rem; line-height: 1.8; }
@media (max-width: 800px) {
  .access-map { height: 280px; }
}

/* Explicit venue choices keep every participating restaurant discoverable. */
.access-map-label { margin: 1.4rem 0 .6rem; font-weight: 700; }
.access-map-places { display: flex; flex-wrap: wrap; gap: .5rem; }
.access-map-places a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: .45rem .7rem;
  border: 1px solid var(--gold-light); color: var(--gold-light);
  font-size: .9rem; line-height: 1.5; text-decoration: none;
}
.access-map-places a:hover, .access-map-places a:focus-visible {
  color: var(--ink); background: var(--gold-light);
}
.access-map-places + .access-map { margin-top: .85rem; }

/* Image-led news cards: preserve the complete artwork and open full copy on demand. */
.news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; border: 0; }
.news-item { display: block; min-width: 0; padding: 0; border: 1px solid rgba(196,157,70,.55); background: var(--paper-bright); }
.news-item__open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.news-item__open:hover { background: var(--paper); }
.news-item__media { display: flex; align-items: center; justify-content: center; aspect-ratio: 1; background: var(--ink); overflow: hidden; }
.news-item .news-item__image { display: block; width: 100%; height: 100%; max-height: none; margin: 0; border: 0; object-fit: contain; }
.news-item__content { padding: 1.1rem; }
.news-item__meta { flex-wrap: wrap; gap: .4rem; font-size: .8rem; }
.news-item h3 { margin: .65rem 0; font-size: 1.2rem; }
.news-item__excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; font-size: .9rem; line-height: 1.8; }
.news-item__read { display: block; margin-top: 1rem; color: var(--ink); font-size: .85rem; font-weight: 700; }
#news-more[hidden] { display: none; }
.news-dialog { width: min(760px, calc(100% - 2rem)); max-height: 90vh; padding: clamp(1rem, 4vw, 2rem); border: 1px solid var(--gold); background: var(--paper-bright); color: var(--ink); overflow-y: auto; }
.news-dialog::backdrop { background: rgba(8, 18, 45, .8); }
.news-dialog__close { display: block; margin: 0 0 1rem auto; min-height: 44px; padding: .4rem .8rem; border: 1px solid var(--ink); background: var(--paper-bright); color: var(--ink); font: inherit; cursor: pointer; }
.news-dialog__image { display: block; width: 100%; height: auto; margin-bottom: 1rem; }
.news-dialog h3 { margin: .7rem 0; font: 700 clamp(1.3rem, 3vw, 1.8rem)/1.6 var(--serif); }
.news-dialog__date { font-size: .85rem; }
.news-dialog__text { white-space: pre-wrap; overflow-wrap: anywhere; }
.news-dialog__link { display: inline-block; padding: .7rem 1rem; background: var(--ink); color: var(--paper-bright); }
.news-dialog__link[hidden] { display: none; }
.news-dialog :focus-visible { outline-color: var(--ink); }
@media (max-width: 800px) {
  .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
  .news-item__content { padding: .75rem; }
  .news-item h3 { font-size: 1rem; }
  .news-item__meta { font-size: .72rem; }
  .news-item__excerpt { -webkit-line-clamp: 2; font-size: .8rem; }
}

/* Floating return link, shared by desktop and mobile. */
.back-to-top {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: calc(5.5rem + env(safe-area-inset-bottom));
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  width: 60px;
  height: 60px;
  border: 1px solid #e2c47c;
  outline: 1px solid rgba(226, 196, 124, .45);
  outline-offset: -5px;
  border-radius: 50%;
  background: #171f51;
  color: #e2c47c;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .22);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
}
.back-to-top[hidden] { display: none; }
.back-to-top__arrow { font-size: 23px; line-height: 1; }
.back-to-top:hover { background: #e2c47c; color: #171f51; border-color: #171f51; }
.back-to-top:focus-visible { outline: 3px solid #fff1a6; outline-offset: 3px; }
@media (max-width: 800px) {
  .back-to-top {
    width: 52px;
    height: 52px;
    right: max(.75rem, env(safe-area-inset-right));
  }
}
@media print { .back-to-top { display: none; } }

/* Mincho footer and square fund acknowledgement panel. */
.footer { font-family: var(--serif); }
.footer__fund {
  width: min(100%, 280px);
  padding: 0;
  justify-self: end;
}
.footer__fund img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
@media (max-width: 800px) {
  .footer__fund { justify-self: start; width: min(100%, 240px); }
}

/* Fixed page navigation, with a compact disclosure on smaller screens. */
html { scroll-padding-top: 80px; }
body { padding-top: 64px; }
.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  background: var(--ink);
  color: var(--gold-light);
  border-bottom: 1px solid var(--gold);
  font-family: var(--serif);
}
.site-nav__inner {
  max-width: 1280px;
  min-height: 64px;
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-nav a { text-decoration: none; }
.site-nav__home { flex-shrink: 0; font-size: 16px; letter-spacing: .06em; }
.site-nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-nav__links a { display: flex; align-items: center; min-height: 48px; padding: 8px 10px; font-size: 14px; white-space: nowrap; }
.site-nav a:hover { color: var(--paper-bright); }
.site-nav a:focus-visible, .site-nav__toggle:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 2px; }
.site-nav__toggle { display: none; }
@media (max-width: 1100px) {
  html { scroll-padding-top: 68px; }
  body { padding-top: 52px; }
  .site-nav__inner { min-height: 52px; padding-inline: 16px; flex-wrap: wrap; gap: 0; }
  .site-nav__home { font-size: 14px; }
  .site-nav__toggle:not([hidden]) {
    display: flex; align-items: center; gap: 8px; min-height: 48px;
    padding: 4px 8px; border: 0; background: transparent; color: inherit; font: inherit; font-size: 14px; cursor: pointer;
  }
  .site-nav__links { flex: 0 0 100%; display: block; max-height: calc(100dvh - 52px); overflow-y: auto; padding: 8px 0 16px; }
  .site-nav--ready:not(.is-open) .site-nav__links { display: none; }
  .site-nav__links li + li { border-top: 1px solid rgba(226,196,124,.2); }
  .site-nav__links a { padding: 10px 8px; min-height: 48px; font-size: 16px; }
}
@media print {
  .site-nav { display: none; }
  body { padding-top: 0; }
}


/* Quiet public view counter beneath the fund mark. */
.footer__counter {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: .45rem;
  margin-top: .6rem;
  color: rgba(23,31,81,.62);
  font-family: var(--serif);
  font-size: .72rem;
  line-height: 1.5;
  letter-spacing: .08em;
}
.footer__counter-value {
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}
@media (max-width: 800px) {
  .footer__counter { justify-content: flex-start; font-size: .7rem; }
}
@media print { .footer__counter { display: none; } }

