@charset "UTF-8";
/* =========================================================
   〇〇 COFFEE & BAKERY — Demo landing page
   ---------------------------------------------------------
   1. Tokens / Base
   2. Utilities / Buttons
   3. Header / Drawer
   4. Hero / Marquee
   5. Our Story
   6. Menu
   7. Features
   8. SNS
   9. Access & Hours
   10. Footer
   11. Motion
   ========================================================= */

/* ---------- 1. Tokens / Base ---------- */
:root {
  --cream: #F7F1E7;
  --paper: #FDF9F3;
  --sand: #EFE5D4;
  --sand-deep: #E5D6BF;
  --ink: #1F2A24;
  --ink-soft: #46524B;
  --muted: #5E665F;
  --forest: #24453A;
  --forest-deep: #182F27;
  --moss: #4F6B4D;
  --orange: #E9782F;
  --orange-soft: #F39A4B;
  --orange-ink: #A94A15;
  --citrus: #F4C24A;
  --line: rgba(31, 42, 36, .12);
  --line-strong: rgba(31, 42, 36, .24);
  --line-light: rgba(247, 241, 231, .16);

  --ff-en: "Fraunces", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --ff-mincho: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --ff-body: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  --ff-hand: "Caveat", "Fraunces", cursive;

  --container: 1200px;
  --gutter: clamp(16px, 4.2vw, 48px);
  --header-h: 72px;
  --radius-lg: clamp(24px, 3vw, 36px);
  --shadow-sm: 0 1px 2px rgba(31, 42, 36, .05), 0 10px 28px -16px rgba(31, 42, 36, .28);
  --shadow-lg: 0 2px 4px rgba(31, 42, 36, .04), 0 30px 60px -28px rgba(31, 42, 36, .45);
  --ease: cubic-bezier(.22, .72, .18, 1);
  --grain: url("../images/texture-grain.svg");
}

@media (max-width: 767px) {
  :root { --header-h: 64px; }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 8px);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: .25em; }
h1, h2, h3, h4, p, figure, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
[hidden] { display: none !important; }

h1, h2, h3, h4 { text-wrap: balance; word-break: auto-phrase; }
p { text-wrap: pretty; word-break: auto-phrase; }

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
::selection { background: var(--citrus); color: var(--ink); }

/* ---------- 2. Utilities / Buttons ---------- */
.container { width: min(100% - var(--gutter) * 2, var(--container)); margin-inline: auto; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip-link {
  position: absolute;
  top: -100px; left: 12px;
  z-index: 200;
  padding: .6em 1em;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
}
.skip-link:focus { top: 12px; }

.icon { width: 1.25em; height: 1.25em; flex: none; }

.br-md { display: none; }
@media (min-width: 600px) { .br-md { display: inline; } }
@media (max-width: 519px) { .hide-sm { display: none; } }
.nw { display: inline-block; }

.section { position: relative; padding-block: clamp(88px, 11vw, 152px); }
.section-head { margin-bottom: clamp(40px, 6vw, 72px); }
.section-head.is-center { text-align: center; }

.section-label {
  display: inline-flex;
  align-items: center;
  gap: .8em;
  color: var(--orange-ink);
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.4;
}
.section-label::before,
.is-center .section-label::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.section-title {
  margin-top: .3em;
  font-family: var(--ff-en);
  font-size: clamp(2.625rem, 1.9rem + 3.6vw, 4.75rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.015em;
}

.section-sub {
  margin-top: .7em;
  color: var(--moss);
  font-family: var(--ff-en);
  font-size: clamp(1.125rem, 1rem + .5vw, 1.5rem);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .01em;
}

.section-desc { margin-top: 1.4em; max-width: 36em; color: var(--ink-soft); }
.is-center .section-desc { margin-inline: auto; }

.btn {
  --btn-bg: var(--forest);
  --btn-fg: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65em;
  min-height: 52px;
  padding: .75em 1.6em;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .35s var(--ease), background-color .35s, color .35s, box-shadow .35s;
}
.btn .icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn--primary { box-shadow: 0 14px 28px -16px rgba(36, 69, 58, .8); }
.btn--primary:hover { --btn-bg: var(--forest-deep); }
.btn--primary:hover .icon { transform: translateX(3px); }
.btn--orange { --btn-bg: var(--orange); --btn-fg: var(--ink); }
.btn--orange:hover { --btn-bg: var(--orange-soft); }
.btn--light { --btn-bg: var(--cream); --btn-fg: var(--ink); }
.btn--light:hover { --btn-bg: #fff; }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); box-shadow: inset 0 0 0 1px var(--line-strong); }
.btn--outline:hover { --btn-bg: var(--ink); --btn-fg: var(--cream); box-shadow: inset 0 0 0 1px var(--ink); }
.btn--sm { min-height: 44px; padding: .5em 1.15em; font-size: .8125rem; }

.text-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
  font-family: var(--ff-en);
  font-size: 1.0625rem;
  font-style: italic;
  letter-spacing: .01em;
  text-decoration: none;
  transition: background-size .45s var(--ease);
}
.text-link:hover { background-position: 100% 100%; background-size: 0 1px; }

.icon-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: inherit;
  box-shadow: inset 0 0 0 1px var(--line-strong);
  transition: background-color .3s, color .3s, box-shadow .3s;
}
.icon-btn .icon { width: 20px; height: 20px; }
.icon-btn:hover { background: var(--ink); color: var(--cream); box-shadow: inset 0 0 0 1px var(--ink); }

.demo-chip {
  display: inline-flex;
  align-items: center;
  padding: .3em .65em .25em;
  border-radius: 6px;
  background: var(--sand);
  color: var(--orange-ink);
  font-family: var(--ff-body);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
  white-space: nowrap;
}

/* ---------- 3. Header / Drawer ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(247, 241, 231, .84);
  -webkit-backdrop-filter: saturate(1.3) blur(14px);
  backdrop-filter: saturate(1.3) blur(14px);
  box-shadow: 0 1px 0 var(--line);
  opacity: 0;
  transition: opacity .4s;
}
.site-header.is-scrolled::before { opacity: 1; }
.site-header.menu-open::before { opacity: 0; }

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
  width: min(100% - var(--gutter) * 2, 1320px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  color: var(--ink);
  text-decoration: none;
  transition: color .3s;
}
.brand-mark { width: 42px; height: 42px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--ff-mincho); font-size: 1.0625rem; font-weight: 700; letter-spacing: .14em; }
.brand-sub { margin-top: 6px; font-family: var(--ff-en); font-size: .6875rem; font-weight: 500; letter-spacing: .22em; }

.global-nav ul { display: flex; gap: clamp(20px, 2.2vw, 36px); }
.global-nav a {
  position: relative;
  display: block;
  padding-block: 8px;
  font-family: var(--ff-en);
  font-size: 1rem;
  letter-spacing: .02em;
  text-decoration: none;
}
.global-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease);
}
.global-nav a:hover::after,
.global-nav a[aria-current]::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-takeout .icon { width: 18px; height: 18px; }

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line-strong);
  transition: color .3s, box-shadow .3s;
}
.menu-toggle-bar {
  position: absolute;
  top: 50%;
  left: 13px;
  right: 13px;
  height: 1.5px;
  margin-top: -.75px;
  background: currentColor;
  transition: transform .45s var(--ease);
}
.menu-toggle-bar:nth-child(1) { transform: translateY(-4px); }
.menu-toggle-bar:nth-child(2) { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) { transform: rotate(-45deg); }

.site-header.menu-open .brand,
.site-header.menu-open .menu-toggle { color: var(--cream); }
.site-header.menu-open .menu-toggle { box-shadow: inset 0 0 0 1px var(--line-light); }

@media (max-width: 1079px) {
  .global-nav, .header-instagram { display: none; }
  .js .menu-toggle { display: grid; }
}

@media (max-width: 519px) {
  .brand { gap: 10px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: 1rem; }
  .brand-sub { font-size: .625rem; letter-spacing: .18em; }
  .header-takeout { width: 44px; padding: 0; }
  .header-takeout .label {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 16px) var(--gutter) calc(32px + env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--grain), var(--forest);
  color: var(--cream);
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s linear .45s;
}
.drawer.is-open { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }

.drawer-nav li {
  border-bottom: 1px solid var(--line-light);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
  transition-delay: calc(var(--i, 0) * 50ms + 80ms);
}
.drawer.is-open .drawer-nav li { opacity: 1; transform: none; }
.drawer-nav a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 4px;
  font-family: var(--ff-en);
  font-size: clamp(2rem, 8vw, 2.75rem);
  line-height: 1.15;
  text-decoration: none;
}
.drawer-nav small { color: rgba(247, 241, 231, .72); font-family: var(--ff-body); font-size: .75rem; letter-spacing: .16em; }
.drawer-actions { display: grid; gap: 12px; margin-top: 32px; }
.drawer-actions .btn { width: 100%; }
.drawer-info { margin-top: auto; padding-top: 32px; color: rgba(247, 241, 231, .75); font-size: .8125rem; line-height: 1.8; }

/* ---------- 4. Hero / Marquee ---------- */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + clamp(28px, 5vw, 48px));
  padding-bottom: clamp(72px, 9vw, 112px);
  overflow: hidden;
  background: var(--grain), var(--cream);
}
.hero::before {
  content: "";
  position: absolute;
  top: -14%;
  right: -22%;
  width: min(100vw, 1000px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(240, 212, 172, .7), rgba(240, 212, 172, 0));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  gap: clamp(56px, 8vw, 88px);
  align-items: center;
}
@media (min-width: 960px) {
  .hero-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: .9em;
  color: var(--moss);
  font-family: var(--ff-en);
  font-size: clamp(.9375rem, .88rem + .3vw, 1.125rem);
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1.4;
}
.hero-eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; flex: none; }

.hero-title {
  margin-top: .8em;
  font-family: var(--ff-mincho);
  font-size: clamp(1.75rem, .9rem + 4.4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  word-break: keep-all;
}
@media (min-width: 960px) {
  .hero-title { font-size: clamp(2.75rem, 1rem + 3vw, 4rem); }
}
.hero-title .line { display: block; overflow: hidden; padding-block: .04em .12em; margin-block: -.04em -.12em; }
.hero-title .line > span { display: inline-block; }
.hero-title .en {
  margin-right: .06em;
  color: var(--orange-ink);
  font-family: var(--ff-en);
  font-size: 1.06em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
}

.hero-lead {
  max-width: 32em;
  margin-top: 1.75em;
  color: var(--ink-soft);
  font-size: clamp(.9375rem, .9rem + .25vw, 1.0625rem);
  line-height: 2.05;
}

.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 2.25em; }

.hero-hours { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2.25em; }
.hero-hours li {
  display: inline-flex;
  align-items: center;
  gap: .7em;
  padding: .4em 1em;
  border-radius: 999px;
  background: rgba(253, 249, 243, .7);
  box-shadow: inset 0 0 0 1px var(--line);
  font-size: .8125rem;
  line-height: 1.5;
}
.hero-hours .k { color: var(--orange-ink); font-family: var(--ff-en); font-size: .6875rem; font-weight: 600; letter-spacing: .16em; }

.hero-visual { position: relative; width: min(100%, 440px); margin-inline: auto; }
@media (min-width: 960px) {
  .hero-visual { width: min(100%, 500px); margin-inline: auto 0; }
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50% 50% 40px 40px / 40.5% 40.5% 40px 40px;
  box-shadow: inset 0 0 0 1px var(--line-strong);
  pointer-events: none;
}

.arch {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 50% 50% 28px 28px / 40% 40% 28px 28px;
  background: var(--sand-deep);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.arch img { width: 100%; height: 100%; object-fit: cover; }

.hero-badge {
  position: absolute;
  top: 9%;
  left: -40px;
  display: grid;
  place-items: center;
  width: clamp(104px, 11vw, 136px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.hero-badge-ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 28s linear infinite; }
.hero-badge-ring text { fill: currentColor; font-family: var(--ff-en); font-size: 15.5px; font-weight: 600; letter-spacing: .1em; }
.hero-badge .icon { width: 30%; height: 30%; }

.hero-note {
  position: absolute;
  right: -18px;
  bottom: -24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
  line-height: 1.35;
  text-decoration: none;
  transition: transform .35s var(--ease);
}
.hero-note:hover { transform: translateY(-3px); }
.hero-note img { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; }
.hero-note-tag { display: block; color: var(--orange-ink); font-family: var(--ff-hand); font-size: 1.3rem; line-height: 1; }
.hero-note-name { display: block; margin-top: 4px; font-size: .8125rem; font-weight: 700; letter-spacing: .06em; }

@media (max-width: 599px) {
  .hero-badge { top: 6%; left: -12px; }
  .hero-note { right: -8px; bottom: -20px; }
}

.scroll-cue {
  position: absolute;
  bottom: 22px;
  left: 50%;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: var(--ff-en);
  font-size: .6875rem;
  letter-spacing: .24em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.scroll-cue::after { content: ""; width: 1px; height: 48px; background: var(--ink); animation: cue 2.4s var(--ease) infinite; }
@media (min-width: 960px) and (min-height: 760px) {
  .scroll-cue { display: flex; }
}

.marquee { overflow: hidden; padding-block: clamp(14px, 2vw, 22px); background: var(--forest); color: var(--cream); }
.marquee-track { display: flex; width: max-content; animation: marquee 56s linear infinite; }
.marquee-group { display: flex; flex: none; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
  font-family: var(--ff-en);
  font-size: clamp(1.25rem, 1rem + 1.4vw, 2.125rem);
  font-style: italic;
  line-height: 1.3;
  white-space: nowrap;
}
.marquee-item::after {
  content: "";
  width: .4em;
  height: .4em;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 .14em rgba(233, 120, 47, .25);
}

/* ---------- 5. Our Story ---------- */
.story-grid { display: grid; gap: clamp(64px, 9vw, 104px); align-items: center; }
@media (min-width: 960px) {
  .story-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

.story-visual { position: relative; width: min(100%, 540px); margin-inline: auto; padding-bottom: 22%; }
.story-photo { position: relative; }
.story-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story-photo--a { width: 70%; }
.story-photo--a img { border-radius: 50% 50% 24px 24px / 40% 40% 24px 24px; box-shadow: var(--shadow-lg); }
.story-photo--b { position: absolute; right: 0; bottom: 0; width: 52%; }
.story-photo--b img { border: 8px solid var(--paper); border-radius: 26px; box-shadow: var(--shadow-lg); }
.story-photo figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  padding: .45em .9em .5em;
  border-radius: 12px;
  background: rgba(253, 249, 243, .92);
  line-height: 1.2;
}
.story-photo--b figcaption { left: 20px; bottom: 20px; }
.story-photo figcaption b { font-family: var(--ff-en); font-size: .9375rem; font-weight: 500; letter-spacing: .01em; }
.story-photo figcaption span { margin-top: 3px; color: var(--muted); font-family: var(--ff-en); font-size: .6875rem; font-style: italic; letter-spacing: .02em; }

.story-route {
  position: absolute;
  top: 3%;
  left: 60%;
  width: 34%;
  height: auto;
  overflow: visible;
  color: var(--orange-ink);
  pointer-events: none;
}
.story-route path { fill: none; stroke: currentColor; stroke-width: 2; stroke-dasharray: 2 7; stroke-linecap: round; }
.story-route circle { fill: currentColor; }

.story-body .prose { margin-top: clamp(28px, 4vw, 40px); }
.prose p { color: var(--ink-soft); font-size: clamp(.9375rem, .9rem + .2vw, 1.0625rem); line-height: 2.15; }
.prose p + p { margin-top: 1.3em; }
.prose .em {
  padding-inline: .1em;
  background: linear-gradient(transparent 62%, rgba(244, 194, 74, .5) 62%);
  color: var(--ink);
  font-weight: 500;
}

.story-coords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--moss);
  font-family: var(--ff-en);
  font-size: 1rem;
  font-style: italic;
}
.story-coords .icon { width: 18px; height: 18px; color: var(--orange-ink); transform: rotate(90deg); }

/* ---------- 6. Menu ---------- */
.menu { background: var(--grain), var(--sand); }

.signature {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--forest);
  color: var(--cream);
  box-shadow: var(--shadow-lg);
  scroll-margin-top: calc(var(--header-h) + 24px);
}
@media (min-width: 800px) {
  .signature { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); }
}
.signature-visual img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; }
@media (max-width: 799px) {
  .signature-visual img { aspect-ratio: 4 / 3; object-position: 50% 55%; }
}
.signature-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 72px); }
.signature-tag {
  display: inline-block;
  color: var(--orange-soft);
  font-family: var(--ff-hand);
  font-size: clamp(1.875rem, 1.5rem + 1vw, 2.375rem);
  font-weight: 600;
  line-height: 1;
  transform: rotate(-4deg);
  transform-origin: left center;
}
.signature-name {
  margin-top: .55em;
  font-family: var(--ff-mincho);
  font-size: clamp(1.625rem, 1.2rem + 1.8vw, 2.625rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .06em;
}
.signature-en { margin-top: .35em; color: var(--citrus); font-family: var(--ff-en); font-size: clamp(1.0625rem, 1rem + .4vw, 1.375rem); font-style: italic; }
.signature-desc { max-width: 28em; margin-top: 1.5em; color: rgba(247, 241, 231, .86); line-height: 2.05; }
.signature-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2em; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .4em .95em;
  border-radius: 999px;
  color: rgba(247, 241, 231, .88);
  box-shadow: inset 0 0 0 1px var(--line-light);
  font-size: .75rem;
  letter-spacing: .06em;
  line-height: 1.4;
}
.chip .icon { width: 15px; height: 15px; }

.menu-browser { margin-top: clamp(48px, 7vw, 88px); }

.menu-tabs { display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 16px; }
.js .menu-tabs { display: grid; }
@media (min-width: 1024px) {
  .menu-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
}

.menu-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(253, 249, 243, .65);
  box-shadow: inset 0 0 0 1px var(--line);
  text-align: left;
  transition: background-color .3s, color .3s, box-shadow .3s, transform .35s var(--ease);
}
.menu-tab:hover { background: var(--paper); transform: translateY(-2px); }
.menu-tab-icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sand);
  color: var(--forest);
  transition: background-color .3s, color .3s;
}
.menu-tab-icon .icon { width: 22px; height: 22px; }
.menu-tab-text { min-width: 0; }
.menu-tab-en { display: block; font-family: var(--ff-en); font-size: clamp(.875rem, .8rem + .3vw, 1.0625rem); font-weight: 500; line-height: 1.25; letter-spacing: 0; }
.menu-tab-ja { display: block; margin-top: 3px; color: var(--muted); font-size: .6875rem; line-height: 1.4; letter-spacing: .04em; }
@media (max-width: 519px) {
  .menu-tab { flex-direction: column; align-items: flex-start; gap: 10px; min-height: 0; padding: 14px; }
  .menu-tab-icon { width: 36px; height: 36px; }
  .menu-tab-icon .icon { width: 20px; height: 20px; }
  .menu-tab-ja { display: none; }
}
.menu-tab[aria-selected="true"] { background: var(--forest); color: var(--cream); box-shadow: none; }
.menu-tab[aria-selected="true"] .menu-tab-icon { background: var(--orange); color: var(--ink); }
.menu-tab[aria-selected="true"] .menu-tab-ja { color: rgba(247, 241, 231, .78); }

.menu-panels { display: grid; gap: 16px; }
.menu-panel {
  display: grid;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.menu-panel:focus-visible { outline-offset: 4px; }
@media (min-width: 880px) {
  .menu-panel { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
}
.menu-panel-visual { position: relative; background: var(--sand-deep); }
.menu-panel-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
@media (min-width: 600px) and (max-width: 879px) {
  .menu-panel-visual img { aspect-ratio: 2 / 1; }
}
@media (min-width: 880px) {
  .menu-panel-visual { min-height: 440px; }
  .menu-panel-visual img { position: absolute; inset: 0; height: 100%; aspect-ratio: auto; }
}
.menu-panel-body { padding: clamp(24px, 4vw, 56px); }

.menu-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-strong);
}
.menu-cat-title { font-family: var(--ff-en); font-size: clamp(1.625rem, 1.2rem + 1.4vw, 2.375rem); font-weight: 400; line-height: 1.15; letter-spacing: -.01em; }
.menu-cat-ja { color: var(--muted); font-size: .75rem; letter-spacing: .12em; }

.menu-item { position: relative; padding-block: 20px; border-bottom: 1px dashed var(--line-strong); }
.menu-item:last-child { padding-bottom: 0; border-bottom: 0; }
.menu-item-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 12px; }
.menu-item-name { font-family: var(--ff-mincho); font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); font-weight: 600; line-height: 1.55; letter-spacing: .06em; }
.menu-item-en { color: var(--moss); font-family: var(--ff-en); font-size: .9375rem; font-style: italic; line-height: 1.4; letter-spacing: .01em; }
.menu-item-desc { margin-top: 6px; color: var(--ink-soft); font-size: .875rem; line-height: 1.9; }
.menu-item.is-signature::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: calc(-1 * clamp(12px, 2vw, 22px));
  width: 3px;
  border-radius: 3px;
  background: var(--orange);
}

.badge {
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: .45em .85em .4em;
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--ff-en);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

/* ---------- 7. Features ---------- */
.features.section { padding-block: clamp(72px, 9vw, 120px) 0; }

.features-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
  border-radius: var(--radius-lg);
  background: var(--grain), var(--forest);
  color: var(--cream);
  isolation: isolate;
}
.features-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -200px;
  right: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px var(--line-light),
    0 0 0 70px rgba(247, 241, 231, .025),
    0 0 0 140px rgba(247, 241, 231, .02);
}
.features .section-label { color: var(--orange-soft); }

.feature-grid { display: grid; gap: 14px; }
@media (min-width: 560px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
}
.feature-grid > li { display: flex; }

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 28px 24px 32px;
  border-radius: 24px;
  background: rgba(247, 241, 231, .05);
  box-shadow: inset 0 0 0 1px var(--line-light);
  scroll-margin-top: calc(var(--header-h) + 120px);
  transition: background-color .35s, transform .4s var(--ease), box-shadow .35s;
}
.feature-card:hover { background: rgba(247, 241, 231, .09); transform: translateY(-4px); }
.feature-card:focus { outline: none; }
.feature-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
}
.feature-icon .icon { width: 28px; height: 28px; }
.feature-num { position: absolute; top: 26px; right: 24px; color: rgba(247, 241, 231, .5); font-family: var(--ff-en); font-size: .9375rem; font-style: italic; }
.feature-title { margin-top: 28px; font-family: var(--ff-en); font-size: clamp(1.375rem, 1.2rem + .5vw, 1.625rem); font-weight: 400; line-height: 1.3; letter-spacing: -.005em; }
.feature-text { margin-top: 10px; color: rgba(247, 241, 231, .84); font-size: .9375rem; line-height: 1.85; }
.feature-card.is-highlight { animation: highlight 2.4s var(--ease); }

/* ---------- 8. SNS ---------- */
.sns-grid { display: grid; gap: 20px; }
@media (min-width: 1024px) {
  .sns-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
}
.sns-channels { display: grid; gap: 20px; }
@media (min-width: 640px) and (max-width: 1023px) {
  .sns-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.sns-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 240px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-decoration: none;
  isolation: isolate;
  transition: transform .45s var(--ease), box-shadow .45s;
}
.sns-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.sns-card--tiktok { background: var(--ink); color: var(--cream); }
.sns-card--youtube { background: var(--paper); box-shadow: inset 0 0 0 1px var(--line); }
.sns-card--youtube:hover { box-shadow: inset 0 0 0 1px var(--line), var(--shadow-lg); }
.sns-card-bg { position: absolute; z-index: -1; right: -28px; bottom: -40px; width: 190px; height: 190px; opacity: .07; }
.sns-card-head { display: flex; align-items: center; gap: 14px; }
.sns-icon { display: grid; place-items: center; flex: none; width: 52px; height: 52px; border-radius: 16px; }
.sns-card--tiktok .sns-icon { background: rgba(247, 241, 231, .1); }
.sns-card--youtube .sns-icon { background: #E0322B; color: #fff; }
.sns-icon .icon { width: 26px; height: 26px; }
.sns-name { display: block; font-family: var(--ff-en); font-size: 1.625rem; line-height: 1.1; }
.sns-handle { display: block; margin-top: 4px; font-family: var(--ff-en); font-size: .8125rem; letter-spacing: .02em; opacity: .75; }
.sns-text { font-size: .9375rem; line-height: 1.85; }
.sns-cta { display: inline-flex; align-items: center; gap: .5em; margin-top: auto; font-size: .8125rem; font-weight: 700; letter-spacing: .08em; }
.sns-cta .icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.sns-card:hover .sns-cta .icon { transform: translate(2px, -2px); }

.ig {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 3vw, 32px);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: inset 0 0 0 1px var(--line);
}
.ig-head { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.ig-avatar {
  flex: none;
  width: 56px;
  height: 56px;
  padding: 3px;
  border-radius: 50%;
  background: conic-gradient(from 200deg, #F9CE34, #EE2A7B, #6228D7, #F9CE34);
}
.ig-avatar img { width: 100%; height: 100%; border: 3px solid var(--paper); border-radius: 50%; background: var(--paper); }
.ig-profile { min-width: 0; margin-right: auto; line-height: 1.3; }
.ig-profile b { display: flex; align-items: center; gap: 8px; font-family: var(--ff-en); font-size: 1.25rem; font-weight: 500; }
.ig-profile > span { display: block; color: var(--muted); font-family: var(--ff-en); font-size: .875rem; }
.ig-head .btn .icon { width: 18px; height: 18px; }

.ig-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(6px, 1vw, 10px); margin-top: 20px; }
.ig-tile {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14px;
  background: var(--sand);
  text-decoration: none;
}
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.ig-tile:hover img { transform: scale(1.06); }
.ig-tile::after { content: ""; position: absolute; inset: 0; background: rgba(31, 42, 36, 0); transition: background-color .4s; }
.ig-tile:hover::after { background: rgba(31, 42, 36, .1); }
.ig-tile-reel { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; color: #fff; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .35)); }
.ig-note { margin-top: 16px; color: var(--muted); font-size: .75rem; line-height: 1.7; }

/* ---------- 9. Access & Hours ---------- */
.access { background: var(--grain), var(--sand); }
.access-grid { display: grid; gap: 20px; align-items: start; }
@media (min-width: 960px) {
  .access-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
}

.access-card { padding: clamp(24px, 4vw, 44px); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-sm); }

.info-list > div {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  gap: 16px;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
}
.info-list > div:first-child { padding-top: 0; }
.info-list dt { padding-top: .15em; color: var(--muted); font-size: .8125rem; font-weight: 500; line-height: 1.6; letter-spacing: .1em; }
.info-list dt .en { display: block; color: var(--orange-ink); font-family: var(--ff-en); font-size: .75rem; font-style: italic; letter-spacing: .02em; }
.info-list dd { font-weight: 500; line-height: 1.7; }
.info-list dd .demo-chip { margin-left: .6em; vertical-align: .12em; }

.week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 6px; margin-top: 28px; }
.week li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 2px 9px;
  border-radius: 12px;
  background: rgba(36, 69, 58, .07);
  line-height: 1.25;
  text-align: center;
}
.week-en { font-family: var(--ff-en); font-size: .875rem; font-weight: 500; }
.week-ja { color: var(--muted); font-size: .6875rem; }
.week-status { margin-top: 6px; color: var(--forest); font-size: .5625rem; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.week li.is-closed { background: transparent; box-shadow: inset 0 0 0 1px var(--line-strong); }
.week li.is-closed .week-status { color: var(--orange-ink); }
.week li.is-today { background: var(--forest); color: var(--cream); box-shadow: none; }
.week li.is-today .week-ja,
.week li.is-today .week-status { color: rgba(247, 241, 231, .82); }
.week li.is-today.is-closed { background: var(--orange); color: var(--ink); }
.week li.is-today.is-closed .week-ja,
.week li.is-today.is-closed .week-status { color: var(--ink); }
.week-today {
  position: absolute;
  top: -9px;
  left: 50%;
  padding: 1px 6px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--ink);
  font-family: var(--ff-en);
  font-size: .5625rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
  white-space: nowrap;
  transform: translateX(-50%);
}
.week li.is-today.is-closed .week-today { background: var(--ink); color: var(--cream); }

.access-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.map { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #E8E4DC; box-shadow: var(--shadow-sm); }
.map-embed { display: block; width: 100%; aspect-ratio: 4 / 3; border: 0; }
@media (max-width: 599px) {
  .map-embed { aspect-ratio: 1; }
}
.map-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding: 12px 16px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.map-area { color: var(--ink-soft); font-size: .8125rem; font-weight: 500; letter-spacing: .06em; }
.map-badge {
  padding: .55em .9em .5em;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--ff-en);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.2;
}
.map-caption { margin-top: 12px; color: var(--muted); font-size: .75rem; line-height: 1.7; }

/* ---------- 10. Footer ---------- */
.site-footer {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 112px) calc(28px + env(safe-area-inset-bottom));
  background: var(--grain), var(--forest-deep);
  color: var(--cream);
}
.footer-top { display: grid; gap: 40px; }
@media (min-width: 880px) {
  .footer-top { grid-template-columns: minmax(0, 1.4fr) auto auto; gap: 72px; align-items: start; }
}
.site-footer .brand { margin: 0; color: var(--cream); }
.footer-tagline { margin-top: 24px; font-family: var(--ff-mincho); font-size: clamp(1.125rem, 1rem + .6vw, 1.5rem); font-weight: 500; line-height: 1.8; letter-spacing: .06em; }
.footer-heading { margin-bottom: 14px; color: rgba(247, 241, 231, .6); font-family: var(--ff-en); font-size: .875rem; font-style: italic; letter-spacing: .02em; }
.footer-nav ul { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 40px; }
.footer-nav a { font-family: var(--ff-en); font-size: 1.0625rem; text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.footer-hours { color: rgba(247, 241, 231, .85); font-size: .875rem; line-height: 1.9; }
.footer-sns { display: flex; gap: 10px; margin-top: 18px; }
.footer-sns .icon-btn { box-shadow: inset 0 0 0 1px var(--line-light); }
.footer-sns .icon-btn:hover { background: var(--cream); color: var(--ink); box-shadow: none; }
.footer-giant {
  margin-top: clamp(56px, 8vw, 96px);
  color: rgba(247, 241, 231, .1);
  font-family: var(--ff-en);
  font-size: clamp(2.5rem, 8.2vw, 9.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.03em;
  white-space: nowrap;
  user-select: none;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(247, 241, 231, .72);
  font-size: .75rem;
  line-height: 1.8;
}

.to-top {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--cream);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .4s, transform .4s var(--ease), visibility 0s linear .4s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; transition: opacity .4s, transform .4s var(--ease); }
.to-top:hover { background: var(--forest-deep); }
.to-top .icon { width: 20px; height: 20px; transform: rotate(-90deg); }

/* ---------- 11. Motion ---------- */
@keyframes lineUp { from { transform: translateY(105%); } to { transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes zoomOut { from { transform: scale(1.08); } to { transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes panelIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes cue {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
@keyframes highlight {
  0%, 100% { box-shadow: inset 0 0 0 1px var(--line-light), 0 0 0 0 rgba(233, 120, 47, 0); }
  20%, 65% { box-shadow: inset 0 0 0 2px var(--orange), 0 0 0 8px rgba(233, 120, 47, .3); }
}

.hero-eyebrow { animation: fadeUp 1s var(--ease) .1s backwards; }
.hero-title .line > span { animation: lineUp 1.1s var(--ease) backwards; animation-delay: calc(.25s + var(--i, 0) * .13s); }
.hero-lead { animation: fadeUp 1s var(--ease) .7s backwards; }
.hero-cta { animation: fadeUp 1s var(--ease) .85s backwards; }
.hero-hours { animation: fadeUp 1s var(--ease) 1s backwards; }
.hero-visual { animation: fadeUp 1.2s var(--ease) .3s backwards; }
.arch img { animation: zoomOut 2s var(--ease) .3s backwards; }
.hero-badge { animation: fadeUp 1s var(--ease) 1.1s backwards; }
.hero-note { animation: fadeUp 1s var(--ease) 1.25s backwards; }

.js .menu-panel:not([hidden]) { animation: panelIn .6s var(--ease); }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
  transition-delay: var(--d, 0s);
}
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    transition-delay: 0s !important;
  }
  .marquee-track, .hero-badge-ring, .scroll-cue::after { animation: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
