:root {
  --ink: #101311;
  --forest: #0c241d;
  --gold: #c9a65d;
  --gold-light: #ead8a5;
  --paper: #fffdfa;
  --soft: #f3f0e8;
  --muted: #686c68;
  --line: rgba(18, 35, 29, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif; font-size: 17px; line-height: 1.85; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.notice { min-height: 36px; padding: .42rem 1rem; background: var(--gold); color: #19231f; text-align: center; font: 600 .76rem/1.6 "Yu Gothic", sans-serif; letter-spacing: .07em; }
.site-header { min-height: 82px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(8, 21, 17, .98); color: white; position: relative; z-index: 10; }
.brand { text-decoration: none; color: var(--gold-light); font: 500 1.45rem/1 Georgia, serif; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); font-family: "Yu Gothic", sans-serif; font-size: .88rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--gold-light); }
.menu-button { display: none; }
.hero { min-height: 540px; position: relative; display: grid; align-items: center; overflow: hidden; background: #050806; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(2,5,4,.97) 0%, rgba(2,5,4,.78) 38%, rgba(2,5,4,.08) 76%); }
.hero-content { position: relative; z-index: 1; max-width: 740px; margin-left: clamp(1.5rem, 8vw, 9rem); padding: 5rem 1.5rem 5rem 0; }
.eyebrow, .section-kicker { margin: 0 0 1.1rem; color: var(--gold); font: 600 .72rem/1.5 Arial, sans-serif; letter-spacing: .32em; }
.hero h1 { margin: 0; font-size: clamp(2.15rem, 4.6vw, 4.3rem); font-weight: 500; line-height: 1.4; letter-spacing: .035em; text-wrap: balance; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin: 1.35rem 0 2rem; color: rgba(255,255,255,.76); }
.image-note { position: absolute; z-index: 1; right: 1rem; bottom: .4rem; margin: 0; color: rgba(255,255,255,.5); font: 11px/1.5 "Yu Gothic", sans-serif; }
.button { min-height: 52px; padding: .68rem 1.6rem; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-family: "Yu Gothic", sans-serif; font-size: .93rem; letter-spacing: .06em; transition: .2s ease; }
.button-primary { background: var(--gold); color: #132019; }
.button-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.items { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem); }
.section-heading { max-width: 1320px; margin: 0 auto 3rem; display: flex; justify-content: space-between; gap: 4rem; align-items: end; }
.section-heading h2, .shops h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); font-weight: 500; line-height: 1.4; letter-spacing: .05em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.product-grid { max-width: 1320px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.product-card { background: white; border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(16,35,28,.07); }
.product-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #f3f3f5; }
.product-body { padding: 1.65rem; }
.product-status { margin: 0; color: #866b2d; font: 600 .75rem/1.5 "Yu Gothic", sans-serif; letter-spacing: .12em; }
.product-body h3 { margin: .55rem 0 .8rem; font-size: 1.22rem; font-weight: 500; }
.product-body > p:not(.product-status) { min-height: 7.5em; margin: 0; color: var(--muted); font-size: .93rem; }
.product-links { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1.4rem; }
.market { min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line); background: #f1f1ed; color: #888; font: 600 .82rem "Yu Gothic", sans-serif; }
.preparation-note { max-width: 1320px; margin: 2rem auto 0; color: var(--muted); text-align: right; font: .86rem "Yu Gothic", sans-serif; }
.shops { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 9rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); background: var(--forest); color: white; }
.shops-intro > p:last-child { max-width: 530px; color: rgba(255,255,255,.68); }
.shop-list { border-top: 1px solid rgba(255,255,255,.22); }
.shop-card { min-height: 170px; padding: 1.5rem 0; display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.4rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); }
.shop-number { color: var(--gold); font: .75rem Arial, sans-serif; }
.shop-card h3 { margin: 0; font-size: 1.5rem; font-weight: 500; }
.shop-card p { margin: .4rem 0 0; color: rgba(255,255,255,.62); font-size: .92rem; }
.shop-pending { padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.55); font: .74rem "Yu Gothic", sans-serif; white-space: nowrap; }
.guide { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6rem); background: var(--soft); }
.guide-heading { margin-bottom: 2.4rem; }
.guide-steps { max-width: 1320px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.guide-steps li { min-height: 260px; padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.guide-steps li:last-child { border-right: 0; }
.guide-steps li > span { color: var(--gold); font: 1.8rem Georgia, serif; }
.guide-steps h3 { margin: 0 0 .7rem; font-size: 1.22rem; font-weight: 500; }
.guide-steps p { margin: 0; color: var(--muted); font-size: .92rem; }
.marketplace-note { max-width: 1320px; margin: 1.5rem auto 0; color: var(--muted); font: .84rem/1.7 "Yu Gothic", sans-serif; }
.site-footer { padding: 3rem clamp(1.5rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; background: #071510; color: rgba(255,255,255,.62); font-family: "Yu Gothic", sans-serif; font-size: .82rem; }
.footer-brand { margin: 0; color: var(--gold-light); font: 500 1.25rem Georgia, serif; letter-spacing: .22em; }
.site-footer nav { display: flex; gap: 1.5rem; }
.site-footer a { text-decoration: none; }
.copyright { margin: 0; text-align: right; }
@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; padding: .6rem .8rem; font: .8rem "Yu Gothic", sans-serif; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.15rem; background: #081511; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .9rem .4rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero { min-height: 580px; }
  .hero-image { object-position: 63% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,5,4,.94), rgba(2,5,4,.4)); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: minmax(250px, .9fr) 1.1fr; }
  .product-body > p:not(.product-status) { min-height: 0; }
  .shops { grid-template-columns: 1fr; }
  .guide-steps { grid-template-columns: 1fr; }
  .guide-steps li { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-steps li:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .notice { font-size: .7rem; }
  .brand { font-size: 1.18rem; }
  .hero h1 br { display: none; }
  .hero-content { margin-left: 1.5rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.2rem; }
  .product-card { display: block; }
  .shop-card { grid-template-columns: 2rem 1fr; }
  .shop-pending { grid-column: 2; justify-self: start; }
  .site-footer nav { flex-direction: column; gap: .6rem; }
}

@media (max-width: 620px) {
  body { overflow-x: hidden; }
  .site-header { min-height: 64px; padding: 0 1rem; gap: 1rem; }
  .hero { min-height: 0; display: flex; flex-direction: column; overflow: hidden; }
  .hero-content { order: 1; width: 100%; max-width: none; margin: 0; padding: 3.25rem 1.25rem 2.7rem; }
  .hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); line-height: 1.42; letter-spacing: .02em; text-wrap: wrap; overflow-wrap: anywhere; }
  .hero h1 br { display: none; }
  .hero-image { order: 2; position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: contain; object-position: center; opacity: 1; background: #050806; }
  .hero-shade { display: none; }
  .image-note { right: .65rem; bottom: .25rem; font-size: 10px; }
}





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