/* =========================================================
   みなと整骨院 sample
   高級ブランディング系（モノクロ + ゴールド + フルブリード）
   ========================================================= */

:root {
  --c-bg: #f6f3ec;          /* アイボリー */
  --c-bg-2: #ede8db;        /* やや濃いベージュ */
  --c-ink: #0e1410;         /* 墨黒 */
  --c-ink-2: #2a2922;
  --c-mute: #7a766c;
  --c-line: rgba(14,20,16,.12);
  --c-line-d: rgba(246,243,236,.2);
  --c-gold: #b8985b;        /* ゴールド */
  --c-gold-l: #cfb077;
  --c-white: #ffffff;

  --f-serif-ja: 'Noto Serif JP', 'YuMincho', '游明朝', serif;
  --f-sans-ja: 'Noto Sans JP', 'YuGothic', '游ゴシック', sans-serif;
  --f-en: 'Cormorant Garamond', 'Noto Serif JP', serif;

  --w: 1280px;
  --w-narrow: 980px;
  --shadow: 0 30px 80px -30px rgba(14,20,16,.25);
  --shadow-soft: 0 20px 60px -20px rgba(14,20,16,.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-sans-ja);
  color: var(--c-ink);
  background: var(--c-bg);
  line-height: 1.9;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; color: var(--c-gold); }

::selection { background: var(--c-gold); color: var(--c-bg); }

/* ===== サンプルバー ===== */
.sample-bar {
  background: var(--c-ink);
  color: rgba(246,243,236,.7);
  font-size: 11px;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: .08em;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sample-bar strong { color: var(--c-gold); font-weight: 500; }
.sample-bar a { color: var(--c-bg); text-decoration: underline; text-underline-offset: 3px; }

/* =========================================================
   Header
   ========================================================= */
.header {
  position: fixed;
  top: 30px; left: 0; right: 0;
  z-index: 100;
  color: var(--c-bg);
  transition: top .4s, background .4s, color .4s;
}
/* ヘッダー上のオーバーレイは削除（線が見える問題のため）*/
.sample-bar + .header { top: 60px; }
.header.is-scrolled {
  top: 0;
  color: var(--c-ink);
  background: rgba(246,243,236,.85);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--c-line);
}
.header.is-scrolled .header__inner { padding: 16px 40px; }

.header__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: padding .4s;
}
.brand { display: flex; align-items: center; }
.brand__en {
  display: block;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .25em;
  line-height: 1;
  color: currentColor;
}
.brand__jp {
  display: block;
  font-family: var(--f-serif-ja);
  font-size: 10px;
  letter-spacing: .35em;
  color: currentColor;
  opacity: .7;
  margin-top: 4px;
}
.header.is-scrolled .brand__jp { color: var(--c-mute); opacity: 1; }

.nav { margin-left: auto; }
.nav ul { display: flex; gap: 36px; }
.nav a {
  font-family: var(--f-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .15em;
  color: currentColor;
  position: relative;
  padding: 6px 0;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 1px;
  background: var(--c-gold);
  transition: right .5s cubic-bezier(.2,.8,.2,1);
}
.nav a:hover::after { right: 0; }

.header__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid currentColor;
  font-family: var(--f-en);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2em;
  position: relative;
  overflow: hidden;
  color: currentColor;
  transition: color .4s, border-color .4s;
}
.header__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--c-bg);
  transform: translateX(-101%);
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
  z-index: -1;
}
.header__cta:hover { color: var(--c-ink); }
.header__cta:hover::before { transform: translateX(0); }
.header.is-scrolled .header__cta::before { background: var(--c-ink); }
.header.is-scrolled .header__cta:hover { color: var(--c-bg); }
.header__cta-arrow { transition: transform .4s; }
.header__cta:hover .header__cta-arrow { transform: translateX(4px); }

.hamburger {
  display: none;
  background: none; border: none;
  width: 36px; height: 36px;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  position: relative;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 6px; right: 6px;
  height: 1.5px;
  background: currentColor;
  transition: transform .4s, opacity .4s, background .4s;
}
.hamburger span:nth-child(1) { top: 13px; }
.hamburger span:nth-child(2) { bottom: 13px; }

/* =========================================================
   Hero (フルブリード・100vh)
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  color: var(--c-bg);
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.55) saturate(1.1) contrast(1.08);
  animation: heroZoom 22s ease-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.1); }
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14,20,16,.45) 0%, rgba(14,20,16,.2) 30%, rgba(14,20,16,.4) 60%, rgba(14,20,16,.75) 100%),
    radial-gradient(ellipse at 25% 60%, rgba(14,20,16,.5) 0%, rgba(14,20,16,0) 60%);
}
.hero__grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  opacity: .12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 180px 40px 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--f-en);
  font-size: 12px;
  letter-spacing: .35em;
  color: rgba(246,243,236,.8);
  margin-bottom: 40px;
  animation: fadeIn 1.2s .3s both;
}
.hero__eyebrow-line {
  width: 60px; height: 1px;
  background: var(--c-gold);
}

.hero__title { display: flex; flex-direction: column; gap: 20px; max-width: 900px; }
.hero__title-en {
  display: flex;
  flex-direction: column;
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(48px, 8vw, 110px);
  line-height: 1.2;
  letter-spacing: -.01em;
}
.hero__title-line {
  display: block;
  overflow: hidden;
  padding-bottom: .1em;
}
.hero__title-line:nth-child(1) { animation: titleUp 1.2s .5s both; }
.hero__title-line:nth-child(2) { animation: titleUp 1.2s .8s both; }
.hero__title-en em {
  font-style: italic;
  color: #d9b878;
  text-shadow: 0 2px 16px rgba(14,20,16,.55);
}
.hero__title-jp {
  font-family: var(--f-serif-ja);
  font-weight: 400;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: .3em;
  color: rgba(246,243,236,.85);
  margin-top: 12px;
  animation: fadeIn 1.2s 1.2s both;
}
@keyframes titleUp {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero__lead {
  font-family: var(--f-serif-ja);
  font-size: clamp(13px, 1.05vw, 14.5px);
  line-height: 2.4;
  letter-spacing: .12em;
  margin-top: 48px;
  max-width: 480px;
  color: rgba(246,243,236,.85);
  animation: fadeIn 1.2s 1.5s both;
}

.hero__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 64px;
  flex-wrap: wrap;
  animation: fadeIn 1.2s 1.7s both;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-family: var(--f-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .25em;
  color: var(--c-bg);
  position: relative;
}
.hero__cta-line {
  display: block;
  width: 80px; height: 1px;
  background: var(--c-bg);
  transition: width .5s cubic-bezier(.2,.8,.2,1), background .5s;
}
.hero__cta:hover .hero__cta-line { width: 140px; background: var(--c-gold); }

.hero__hours { text-align: right; }
.hero__hours-label {
  font-family: var(--f-en);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--c-gold);
  margin-bottom: 8px;
}
.hero__hours-value {
  font-family: var(--f-en);
  font-size: 14px;
  letter-spacing: .1em;
  color: rgba(246,243,236,.85);
  line-height: 1.6;
}

.hero__scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--c-bg);
}
.hero__scroll-label {
  font-family: var(--f-en);
  font-size: 10px;
  letter-spacing: .35em;
  writing-mode: vertical-rl;
}
.hero__scroll-line {
  display: block;
  width: 1px; height: 80px;
  background: rgba(246,243,236,.4);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -50%; left: 0; right: 0;
  height: 50%;
  background: var(--c-gold);
  animation: scrollLine 2.4s infinite;
}
@keyframes scrollLine {
  0% { top: -50%; }
  100% { top: 100%; }
}

/* =========================================================
   Section base
   ========================================================= */
section { padding: 160px 0; position: relative; }
.section__inner {
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 40px;
}
.section__head {
  margin-bottom: 100px;
  text-align: center;
}
.section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  gap: 40px;
  flex-wrap: wrap;
}
.section__eyebrow {
  font-family: var(--f-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .35em;
  color: var(--c-gold);
  margin-bottom: 24px;
  text-transform: uppercase;
}
.section__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section__title-en {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--c-ink);
}
.section__title-jp {
  font-family: var(--f-serif-ja);
  font-weight: 400;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: .3em;
  color: var(--c-mute);
}

/* reveal */
.reveal { opacity: 0; transform: translateY(48px); transition: opacity 1.1s cubic-bezier(.2,.8,.2,1), transform 1.1s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   Concept
   ========================================================= */
.concept { background: var(--c-bg); }
.concept__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.concept__title h2 {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 1.05;
  letter-spacing: -.01em;
}
.concept__title-line {
  display: block;
}
.concept__title-line--accent {
  color: var(--c-gold);
  font-style: italic;
  font-weight: 400;
}
.concept__body { padding-top: 24px; }
.concept__lead {
  font-family: var(--f-serif-ja);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.8;
  letter-spacing: .1em;
  color: var(--c-ink);
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--c-line);
}
.concept__text p {
  font-size: 14px;
  line-height: 2.2;
  color: var(--c-ink-2);
  margin-bottom: 20px;
  letter-spacing: .08em;
}

/* =========================================================
   Stats
   ========================================================= */
.stats {
  background: var(--c-ink);
  color: var(--c-bg);
  padding: 100px 0;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.stats__item {
  text-align: center;
  position: relative;
}
.stats__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%; right: -30px;
  transform: translateY(-50%);
  width: 1px; height: 60%;
  background: rgba(246,243,236,.15);
}
.stats__num {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  color: var(--c-gold);
  margin-bottom: 16px;
}
.stats__suffix {
  font-size: .5em;
  margin-left: 4px;
  letter-spacing: .05em;
  color: rgba(246,243,236,.9);
  font-weight: 400;
}
.stats__label {
  font-family: var(--f-serif-ja);
  font-size: 12px;
  letter-spacing: .25em;
  color: rgba(246,243,236,.7);
}

/* =========================================================
   Method
   ========================================================= */
.method { background: var(--c-bg); }
.method__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--c-line);
  border-left: 1px solid var(--c-line);
}
.method__item {
  padding: 56px 40px;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  background: var(--c-bg);
  transition: background .5s;
  position: relative;
}
.method__item:hover { background: var(--c-bg-2); }
.method__num {
  display: block;
  font-family: var(--f-en);
  font-weight: 300;
  font-size: 48px;
  color: var(--c-gold);
  line-height: 1;
  margin-bottom: 32px;
}
.method__title {
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .04em;
  margin-bottom: 16px;
  color: var(--c-ink);
  line-height: 1.3;
}
.method__title span {
  display: block;
  font-family: var(--f-serif-ja);
  font-size: 12px;
  letter-spacing: .25em;
  color: var(--c-mute);
  margin-top: 6px;
  font-weight: 400;
}
.method__item p {
  font-size: 13px;
  color: var(--c-ink-2);
  line-height: 2;
  letter-spacing: .06em;
}

/* =========================================================
   Menu
   ========================================================= */
.menu { background: var(--c-bg-2); }
.menu__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
.menu__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--c-bg);
  transition: transform .6s cubic-bezier(.2,.8,.2,1), box-shadow .6s;
}
.menu__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.menu__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.menu__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
  filter: brightness(.95) saturate(1.02);
}
.menu__card:hover .menu__media img { transform: scale(1.06); }
.menu__num {
  position: absolute;
  top: 20px; left: 20px;
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 14px;
  color: var(--c-bg);
  letter-spacing: .2em;
  z-index: 1;
}
.menu__num::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--c-bg);
  vertical-align: middle;
  margin-right: 10px;
}

.menu__body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu__title {
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .03em;
  margin-bottom: 16px;
  color: var(--c-ink);
}
.menu__title span {
  display: block;
  font-family: var(--f-serif-ja);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--c-mute);
  margin-top: 6px;
  font-weight: 400;
}
.menu__desc {
  font-size: 13px;
  line-height: 2;
  color: var(--c-ink-2);
  margin-bottom: 28px;
  letter-spacing: .06em;
}
.menu__price {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 32px;
  color: var(--c-ink);
  letter-spacing: .01em;
  padding-top: 20px;
  border-top: 1px solid var(--c-line);
}
.menu__price span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .15em;
  color: var(--c-mute);
  margin-left: 10px;
}

.menu__note {
  text-align: center;
  font-size: 12px;
  color: var(--c-mute);
  margin-top: 56px;
  letter-spacing: .1em;
}

/* =========================================================
   About (フルブリード 横分割)
   ========================================================= */
.about {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  background: var(--c-bg);
  padding: 0;
  min-height: 80vh;
}
.about__media { overflow: hidden; }
.about__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.02);
}
.about__body {
  padding: 140px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--f-serif-ja);
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.6;
  letter-spacing: .08em;
  margin: 24px 0 40px;
  color: var(--c-ink);
}
.about__text p {
  font-size: 14px;
  line-height: 2.2;
  color: var(--c-ink-2);
  margin-bottom: 20px;
  letter-spacing: .06em;
}
.about__facts {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--c-line);
  flex-wrap: wrap;
}
.about__facts > div { display: flex; flex-direction: column; gap: 6px; }
.about__facts dt {
  font-family: var(--f-en);
  font-size: 10px;
  letter-spacing: .3em;
  color: var(--c-gold);
  text-transform: uppercase;
}
.about__facts dd {
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 24px;
  color: var(--c-ink);
  letter-spacing: .03em;
}

/* =========================================================
   Journal
   ========================================================= */
.journal { background: var(--c-bg); }
.journal__more {
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--c-ink);
  padding: 6px 0;
  border-bottom: 1px solid var(--c-ink);
  transition: color .3s, border-color .3s;
}
.journal__more:hover { color: var(--c-gold); border-color: var(--c-gold); }

.journal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.journal__card {
  background: transparent;
  cursor: pointer;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.journal__card:hover { transform: translateY(-6px); }
.journal__media {
  aspect-ratio: 4 / 3;
  background: var(--c-bg-2);
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.journal__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
  filter: saturate(1.02);
}
.journal__card:hover .journal__media img { transform: scale(1.06); }
.journal__cat {
  position: absolute;
  top: 20px; left: 20px;
  z-index: 1;
  font-family: var(--f-en);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--c-ink);
  padding: 6px 14px;
  background: var(--c-bg);
}
.journal__date {
  font-family: var(--f-en);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--c-mute);
  margin-bottom: 12px;
}
.journal__title {
  font-family: var(--f-serif-ja);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-bottom: 12px;
  color: var(--c-ink);
}
.journal__excerpt {
  font-size: 13px;
  color: var(--c-ink-2);
  line-height: 1.95;
  letter-spacing: .04em;
}

/* =========================================================
   Access
   ========================================================= */
.access { background: var(--c-bg-2); }
.access__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}
.access__list { display: flex; flex-direction: column; gap: 28px; }
.access__list > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--c-line);
}
.access__list dt {
  font-family: var(--f-en);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--c-gold);
  font-weight: 500;
  padding-top: 6px;
}
.access__list dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .06em;
}
.access__list a { color: var(--c-ink); border-bottom: 1px solid var(--c-gold); }

.hours {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 12px;
}
.hours th, .hours td {
  border: 1px solid var(--c-line);
  padding: 10px 4px;
  text-align: center;
  font-weight: 400;
}
.hours th {
  background: var(--c-bg);
  font-family: var(--f-en);
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--c-mute);
}
.hours td {
  color: var(--c-gold);
  font-family: var(--f-en);
  font-size: 16px;
}
.access__list small {
  display: block;
  font-size: 11px;
  color: var(--c-mute);
  margin-top: 12px;
  letter-spacing: .08em;
  line-height: 1.8;
}

.access__map {
  background: var(--c-bg);
  overflow: hidden;
  min-height: 480px;
  box-shadow: var(--shadow-soft);
}
.access__map iframe {
  height: 100%;
  min-height: 480px;
  display: block;
  filter: grayscale(.3) contrast(1.05);
}

/* =========================================================
   Contact
   ========================================================= */
.contact {
  background: var(--c-ink);
  color: var(--c-bg);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contact__bg {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.contact__bg-text {
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(120px, 22vw, 360px);
  letter-spacing: -.02em;
  color: rgba(184,152,91,.06);
  white-space: nowrap;
  line-height: 1;
}
.contact .section__inner { position: relative; z-index: 1; }
.contact .section__eyebrow { color: var(--c-gold); }

.contact__title {
  display: flex;
  flex-direction: column;
  font-family: var(--f-en);
  font-weight: 300;
  font-size: clamp(56px, 9vw, 130px);
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 24px 0 40px;
  color: var(--c-bg);
}
.contact__title em {
  font-style: italic;
  color: var(--c-gold);
  font-weight: 400;
}
.contact__lead {
  font-family: var(--f-serif-ja);
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 80px;
  color: rgba(246,243,236,.85);
}

.contact__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.contact__card {
  padding: 48px 40px;
  border: 1px solid rgba(246,243,236,.18);
  background: rgba(246,243,236,.03);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  transition: all .5s cubic-bezier(.2,.8,.2,1);
  position: relative;
  overflow: hidden;
}
.contact__card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--c-gold);
  transition: width .6s cubic-bezier(.2,.8,.2,1);
}
.contact__card:hover {
  background: rgba(246,243,236,.06);
  transform: translateY(-4px);
}
.contact__card:hover::before { width: 100%; }
.contact__card-label {
  font-family: var(--f-en);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-gold);
}
.contact__card-num {
  font-family: var(--f-en);
  font-weight: 400;
  font-size: 36px;
  letter-spacing: .03em;
  color: var(--c-bg);
}
.contact__card-time {
  font-size: 12px;
  color: rgba(246,243,236,.6);
  letter-spacing: .1em;
}
.contact__card-arrow {
  position: absolute;
  top: 48px; right: 40px;
  font-size: 22px;
  color: var(--c-gold);
  transition: transform .4s;
}
.contact__card:hover .contact__card-arrow { transform: translate(6px, -4px); }

/* =========================================================
   Footer
   ========================================================= */
.footer {
  background: var(--c-ink);
  color: rgba(246,243,236,.6);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(246,243,236,.08);
}
.footer__inner {
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 40px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(246,243,236,.1);
  flex-wrap: wrap;
}
.footer__brand {}
.footer__en {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .25em;
  color: var(--c-bg);
  margin-bottom: 8px;
}
.footer__jp {
  font-family: var(--f-serif-ja);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-gold);
}
.footer__nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.footer__nav a {
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .2em;
  color: rgba(246,243,236,.7);
  transition: color .3s;
}
.footer__nav a:hover { color: var(--c-gold); }

.footer__bottom {
  margin-top: 40px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: .08em;
}
.footer__credit { margin-top: 16px; font-size: 11px; color: rgba(246,243,236,.45); }
.footer__credit a { color: var(--c-gold); text-decoration: underline; }

/* =========================================================
   Mobile固定CTA
   ========================================================= */
.mobile-cta {
  display: none;
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 90;
  background: var(--c-ink);
  color: var(--c-bg);
  padding: 14px 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  border: 1px solid var(--c-gold);
}
.mobile-cta__label {
  font-family: var(--f-en);
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--c-gold);
}
.mobile-cta__num {
  font-family: var(--f-en);
  font-size: 18px;
  letter-spacing: .05em;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .header__inner { padding: 16px 24px; gap: 20px; }
  .nav { display: none; }
  .nav.is-open {
    display: block;
    position: fixed;
    inset: 0;
    background: var(--c-bg);
    padding: 100px 40px 40px;
    z-index: 99;
  }
  .nav.is-open ul { flex-direction: column; gap: 24px; }
  .nav.is-open a { font-size: 18px; }
  .hamburger { display: block; margin-left: auto; }
  .header__cta { display: none; }
  .header { top: 0; background: rgba(246,243,236,.85); backdrop-filter: blur(16px); border-bottom: 1px solid var(--c-line); }
  .sample-bar + .header { top: 0; }

  section { padding: 100px 0; }
  .section__inner { padding: 0 24px; }
  .section__head { margin-bottom: 56px; }
  .section__head--row { flex-direction: column; align-items: flex-start; }

  .hero { height: auto; min-height: 100svh; }
  .hero__inner { padding: 100px 24px 80px; justify-content: center; }
  .hero__bottom { flex-direction: column; align-items: flex-start; }
  .hero__hours { text-align: left; }
  .hero__scroll { display: none; }

  .concept__layout { grid-template-columns: 1fr; gap: 40px; }

  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 48px 24px; }
  .stats__item:nth-child(2)::after { display: none; }

  .method__list { grid-template-columns: 1fr 1fr; }
  .method__item { padding: 40px 28px; }

  .menu__grid { grid-template-columns: 1fr; gap: 32px; }
  .menu__card { grid-template-columns: 1fr; }
  .menu__media { aspect-ratio: 16 / 10; }

  .about { grid-template-columns: 1fr; }
  .about__media { aspect-ratio: 4 / 3; }
  .about__body { padding: 80px 24px; }

  .journal__grid { grid-template-columns: 1fr; gap: 40px; }

  .access__grid { grid-template-columns: 1fr; gap: 40px; }
  .access__list > div { grid-template-columns: 90px 1fr; gap: 16px; }
  .access__map { min-height: 360px; }
  .access__map iframe { min-height: 360px; }

  .contact__actions { grid-template-columns: 1fr; }
  .contact__card-arrow { top: 36px; right: 28px; }
  .contact__card { padding: 36px 28px; }

  .footer__top { flex-direction: column; gap: 32px; }
  .footer__nav { gap: 16px 24px; }

  .mobile-cta { display: flex; }
  body { padding-bottom: 80px; }

  .hours { font-size: 11px; }
  .hours th, .hours td { padding: 8px 2px; font-size: 11px; }
}

@media (max-width: 600px) {
  .method__list { grid-template-columns: 1fr; }
  .hero__title-en { font-size: clamp(42px, 13vw, 60px); }
  .concept__title h2 { font-size: clamp(48px, 14vw, 80px); }
  .about__body { padding: 60px 20px; }
}
