:root {
  --navy: #071119;
  --navy-soft: #0c1821;
  --ink: #12171b;
  --paper: #f7f5f1;
  --white: #fff;
  --muted: #74787b;
  --line: #d9d7d2;
  --red: #c9142e;
  --red-dark: #9e1024;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}
body.openingActive, body.menuOpen { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skipLink { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; background: #fff; }
.skipLink:focus { top: 16px; }

.siteHeader {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28px clamp(24px, 5vw, 76px);
  color: #fff;
}
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand strong, .footerBrand strong { font: 800 17px/0.9 Arial, sans-serif; letter-spacing: -.04em; }
.brand span { font-size: 11px; letter-spacing: .12em; opacity: .65; }
.globalNav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 40px); font-family: sans-serif; font-size: 12px; font-weight: 700; }
.globalNav a { position: relative; padding: 10px 0; }
.globalNav a:not(.navCta)::after { position: absolute; bottom: 2px; left: 0; width: 0; height: 1px; background: #fff; content: ""; transition: width .25s; }
.globalNav a:hover::after { width: 100%; }
.globalNav .navCta { padding: 14px 24px; border-radius: 6px; background: var(--red); transition: background .2s; }
.globalNav .navCta:hover { background: var(--red-dark); }
.menuButton { display: none; border: 0; color: #fff; background: transparent; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: var(--navy); }
.heroImage { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,8,13,.94) 0%, rgba(3,10,15,.69) 35%, rgba(3,9,13,.08) 72%), linear-gradient(0deg, rgba(3,8,11,.38), transparent 38%); }
.heroContent { position: relative; z-index: 2; width: min(var(--max), calc(100% - 48px)); margin: auto; padding-top: clamp(190px, 24vh, 270px); }
.eyebrow, .sectionIndex { margin: 0 0 24px; font: 700 10px/1.2 Arial, sans-serif; letter-spacing: .26em; }
.hero h1 { margin: 0; font-size: clamp(48px, 5.2vw, 86px); font-weight: 400; line-height: 1.36; letter-spacing: .06em; text-shadow: 0 4px 24px rgba(0,0,0,.32); }
.heroGreeting { margin: 34px 0 0; font-size: clamp(17px, 1.5vw, 24px); letter-spacing: .14em; }
.scrollGuide { position: absolute; z-index: 3; bottom: 44px; left: clamp(24px, 5vw, 76px); display: grid; gap: 10px; font: 700 9px Arial,sans-serif; letter-spacing: .18em; }
.scrollGuide i { display: block; width: 16px; height: 32px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; }
.scrollGuide i::before { display: block; width: 2px; height: 7px; margin: 6px auto; background: #fff; content: ""; animation: scroll 1.6s infinite; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.intro { position: relative; display: grid; grid-template-columns: minmax(300px,.86fr) 1.5fr; min-height: 700px; margin-top: 72px; color: #fff; background: var(--navy); }
.introCopy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 88px); background: linear-gradient(90deg, rgba(7,17,25,1) 74%, rgba(7,17,25,.65)); }
.intro h2, .store h2, .access h2 { margin: 0; font-size: clamp(34px, 3.3vw, 56px); font-weight: 400; line-height: 1.5; }
.intro p:not(.sectionIndex), .storeCopy>p:not(.sectionIndex) { max-width: 430px; margin: 28px 0; font-family: sans-serif; font-size: 14px; line-height: 2; }
.introVisual { min-width: 0; margin: 0; overflow: hidden; }
.introVisual img { width: 100%; height: 100%; object-fit: cover; }
.button { display: inline-flex; align-items: center; justify-content: space-between; width: 160px; margin-top: 20px; padding: 15px 18px; border-radius: 6px; font: 700 12px sans-serif; }
.buttonLight { color: var(--ink); background: #fff; }

.store { display: grid; grid-template-columns: .8fr 1.35fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding-top: 150px; padding-bottom: 150px; }
.sectionIndex.red { color: var(--red); }
.textLink { display: inline-flex; gap: 55px; margin-top: 26px; border-bottom: 1px solid currentColor; padding-bottom: 8px; font: 700 12px sans-serif; }
.storeGalleryMain { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.storeGalleryTiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 8px; }
.storeGalleryTiles img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }

.services { padding-bottom: 150px; }
.sectionHeading { margin-bottom: 60px; text-align: center; }
.sectionHeading h2 { margin: 0; font-size: clamp(30px,3vw,46px); font-weight: 400; }
.serviceGrid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.serviceCard { min-height: 270px; padding: 44px clamp(20px,3vw,46px); border-right: 1px solid var(--line); text-align: center; }
.serviceCard:last-child { border-right: 0; }
.serviceIcon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 28px; border: 1px solid var(--line); border-radius: 50%; color: var(--red); }
.serviceCard h3 { font-size: 18px; font-weight: 500; }
.serviceCard p { color: var(--muted); font: 13px/1.9 sans-serif; }

.features { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 430px; margin-bottom: 150px; color: #fff; background: var(--navy); }
.featureLead { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px,6vw,80px); }
.featureLead h2 { margin: 0; font-size: clamp(36px,4vw,58px); font-weight: 400; line-height: 1.45; }
.textLink.light { align-self: flex-start; }
.flyerCard { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(40px,6vw,80px); color: var(--ink); background: repeating-linear-gradient(-12deg, #efe8dc, #efe8dc 26px, #fffaf0 26px, #fffaf0 52px); }
.flyerCard span { color: var(--red); font: 800 11px sans-serif; letter-spacing: .2em; }
.flyerCard strong { margin-top: 22px; font-size: clamp(26px,3vw,44px); line-height: 1.5; }
.flyerCard p { font: 14px/1.8 sans-serif; }

.access { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 150px; }
.accessList { margin: 0; border-top: 1px solid var(--line); }
.accessList div { display: grid; grid-template-columns: 120px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.accessList dt { color: var(--muted); font: 12px sans-serif; }
.accessList dd { margin: 0; font: 14px sans-serif; }

.siteFooter { position: relative; display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; padding: 70px clamp(24px,5vw,76px) 28px; color: #fff; background: #050b0f; }
.footerBrand { display: flex; gap: 24px; align-items: flex-start; }
.footerBrand span { font-size: 12px; opacity: .65; }
.footerLinks { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; font: 12px sans-serif; }
.replayOpening { align-self: start; padding: 11px 15px; border: 1px solid #34404a; color: #fff; background: transparent; cursor: pointer; }
.siteFooter small { grid-column: 1/-1; padding-top: 30px; border-top: 1px solid #202930; font: 10px sans-serif; opacity: .55; }
.pageTop { position: absolute; right: 32px; bottom: 24px; }

.opening { position: fixed; z-index: 9998; inset: 0; visibility: hidden; overflow: hidden; color: #fff; background: #000; opacity: 0; pointer-events: none; }
.opening.isPlaying { visibility: visible; opacity: 1; pointer-events: auto; }
.opening.isPlaying.isClosing { opacity: 0; transition: opacity .5s cubic-bezier(.55,0,1,.45); }
.opening::after { position: absolute; z-index: 8; inset: 0; background: radial-gradient(ellipse at center,transparent 42%,rgba(0,0,0,.35) 76%,rgba(0,0,0,.88) 100%); box-shadow: inset 0 0 110px 24px #000; content: ""; pointer-events: none; }
.openingSkip { position: absolute; z-index: 12; right: max(24px,env(safe-area-inset-right)); bottom: max(24px,env(safe-area-inset-bottom)); min-width: 104px; padding: 15px 22px; border: 1px solid rgba(229,161,45,.52); border-radius: 5px; color: #e7b759; background: rgba(3,3,3,.58); box-shadow: 0 0 24px rgba(220,145,28,.08); cursor: pointer; font: 500 12px Arial,sans-serif; letter-spacing: .22em; transition: color .2s,border-color .2s,box-shadow .2s; }
.openingSkip:hover,.openingSkip:focus-visible { border-color: #e7b759; color: #fff2cc; box-shadow: 0 0 26px rgba(220,145,28,.24); }
.particleUniverse { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.particleWorld,.particleWelcome { position: absolute; z-index: 2; inset: 0; overflow: hidden; opacity: 0; will-change: opacity,transform; }
.particleWorld img,.particleWelcome img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.particleWorld { transform: scale(var(--worldScale,1.12)); clip-path: circle(var(--worldReveal,0%) at 50% 50%); }
.particleWorld img { filter: brightness(.7) contrast(1.12) saturate(.86); }
.particleWorldShade { position: absolute; inset: 0; background: radial-gradient(ellipse at center,transparent 12%,rgba(0,0,0,.22) 62%,rgba(0,0,0,.72)); }
.particleWelcome { z-index: 4; transform: scale(var(--welcomeScale,1.08)); }
.particleWelcome img { filter: brightness(.74) contrast(1.08) saturate(.8); }
.particleWelcomeShade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.42),transparent 50%),radial-gradient(ellipse at center,transparent 24%,rgba(0,0,0,.38)); }
.particleWelcome p { position: absolute; z-index: 3; top: clamp(8%,10vh,12%); left: 0; width: 100%; margin: 0; color: #fff; font: 800 clamp(38px,6.5vw,112px)/1 "Yu Gothic",sans-serif; letter-spacing: .07em; text-align: center; text-shadow: 0 2px 8px #000,0 0 28px rgba(255,183,64,.64); opacity: var(--welcomeCopy,0); transform: scale(calc(.9 + var(--welcomeCopy,0) * .1)); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s, transform .8s; }
.reveal.isVisible { opacity: 1; transform: none; }

@keyframes scroll { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(12px); opacity: 0; } }

@media (max-width: 900px) {
  .siteHeader { position: absolute; padding: 22px 20px; }
  .menuButton { z-index: 3; display: grid; width: 44px; gap: 5px; padding: 8px; cursor: pointer; }
  .menuButton span { display: block; height: 1px; background: #fff; }
  .menuButton b { font: 7px Arial,sans-serif; letter-spacing: .1em; }
  .globalNav { position: fixed; inset: 0; display: flex; visibility: hidden; flex-direction: column; justify-content: center; background: rgba(5,11,15,.98); opacity: 0; transition: opacity .25s, visibility .25s; }
  .globalNav.isOpen { visibility: visible; opacity: 1; }
  .globalNav a { font-size: 17px; }
  .heroContent { padding-top: 26vh; }
  .heroImage { object-position: 64% center; }
  .heroShade { background: linear-gradient(90deg,rgba(1,8,13,.88),rgba(3,10,15,.22)), linear-gradient(0deg,rgba(2,7,10,.55),transparent 60%); }
  .intro, .store, .features, .access { grid-template-columns: 1fr; }
  .intro { min-height: 0; }
  .introCopy { padding: 60px 32px; }
  .introVisual { min-height: 380px; }
  .store { gap: 50px; padding: 100px 0; }
  .serviceGrid { grid-template-columns: repeat(2,1fr); }
  .serviceCard:nth-child(2) { border-right: 0; }
  .serviceCard:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .features { margin-bottom: 100px; }
  .access { gap: 50px; padding-bottom: 100px; }
  .siteFooter { grid-template-columns: 1fr 1fr; }
  .replayOpening { justify-self: start; }
}

@media (max-width: 560px) {
  .section { width: min(100% - 28px, var(--max)); }
  .brand span { display: none; }
  .hero h1 { font-size: 42px; }
  .heroImage { object-position: 69% center; }
  .heroContent { width: calc(100% - 40px); padding-top: 25vh; }
  .heroShade { background: linear-gradient(90deg,rgba(1,8,13,.93),rgba(3,10,15,.18)), linear-gradient(0deg,rgba(2,7,10,.6),transparent 60%); }
  .scrollGuide { left: 20px; }
  .intro { width: 100%; margin-top: 0; }
  .introVisual { min-height: 290px; }
  .store { padding: 80px 0; }
  .storeGalleryTiles { grid-template-columns: 1fr 1fr; }
  .storeGalleryTiles img:last-child { display: none; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .featureLead, .flyerCard { padding: 48px 28px; }
  .flyerCard { min-height: 350px; }
  .accessList div { grid-template-columns: 90px 1fr; }
  .siteFooter { grid-template-columns: 1fr; }
  .siteFooter small { grid-column: 1; }
  .particleWorld img,.particleWelcome img { object-position: center; }
  .particleWelcome p { top: 12%; padding: 0 16px; font-size: clamp(34px,11vw,56px); line-height: 1.15; }
  .openingSkip { right: 18px; bottom: max(18px,env(safe-area-inset-bottom)); min-width: 90px; padding: 13px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .opening { display: none; }
}
