:root {
  --flour:   #FBF7EF;
  --cream:   #F2E9D7;
  --cream-2: #EADFC7;
  --sand:    #E4D6B8;
  --ink:     #34291C;
  --ink-sub: #7C6C54;
  --crust:   #A9631A;
  --crust-d: #834B12;
  --wheat:   #C79B44;
  --toast:   #402E1B;
  --toast-d: #322213;
  --line:    #E1D4B9;
  --line-2:  #D4C4A2;

  --on-dark:      rgba(250,244,232,.86);
  --on-dark-sub:  rgba(250,244,232,.64);
  --on-dark-line: rgba(250,244,232,.16);

  --sans:   "Zen Kaku Gothic New", "Hiragino Sans", "Noto Sans JP", sans-serif;
  --serif:  "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --latin:  "Fraunces", "Shippori Mincho", serif;

  --pad: clamp(22px, 5vw, 56px);
  --gap: clamp(64px, 10vw, 132px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--flour);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
strong { font-weight: 700; color: var(--crust-d); }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 var(--pad); }
.wrap.narrow { max-width: 760px; }

/* ---------- 共通の見出し・ラベル ---------- */
.eyebrow {
  font-family: var(--latin); font-style: italic; font-weight: 500;
  font-size: 15px; letter-spacing: .04em; color: var(--crust);
  display: flex; align-items: baseline; gap: 14px; margin-bottom: 22px;
}
.eyebrow .lead-num {
  font-style: normal; font-weight: 600; font-size: 12px; letter-spacing: .22em;
  color: var(--ink-sub); font-variant-numeric: tabular-nums;
  padding-right: 14px; border-right: 1px solid var(--line-2);
}
.eyebrow.light { color: var(--wheat); }

h2 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(26px, 4.6vw, 44px); line-height: 1.42;
  letter-spacing: .02em; margin-bottom: 30px; text-wrap: balance;
}
h3 { font-family: var(--serif); }
p + p { margin-top: 1.35em; }
.mute { color: var(--ink-sub); }
.lede-block { max-width: 680px; font-size: 15.5px; }

.section { padding: var(--gap) 0; }
.section-cream { background: var(--cream); }
.sec-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }

/* ---------- ヘッダー ---------- */
.bar {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 15px var(--pad);
  background: rgba(251,247,239,.9); backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent; transition: border-color .4s, background .4s;
}
.bar.on { border-bottom-color: var(--line); }
.bar .logo {
  font-family: var(--serif); font-size: 18px; font-weight: 700;
  letter-spacing: .1em; line-height: 1.25; text-decoration: none;
}
.bar .logo span {
  display: block; font-family: var(--latin); font-style: italic; font-weight: 400;
  font-size: 10px; letter-spacing: .24em; color: var(--crust); margin-top: 2px;
}
.bar nav { display: none; margin-left: auto; gap: 26px; font-size: 12.5px; letter-spacing: .06em; }
.bar nav a { text-decoration: none; color: var(--ink-sub); transition: color .3s; }
.bar nav a:hover { color: var(--crust); }
.bar-tel {
  font-family: var(--latin); font-weight: 500; font-size: 15px; letter-spacing: .04em;
  color: var(--ink); text-decoration: none; margin-left: auto;
}
.bar nav + .bar-tel { margin-left: 0; }
@media (min-width: 920px) { .bar nav { display: flex; } }
@media (max-width: 560px) { .bar-tel { display: none; } }

/* ---------- ヒーロー（左右非対称の分割） ---------- */
.hero {
  display: grid; grid-template-columns: 1fr;
  align-items: stretch; gap: 0;
  padding-top: 74px;
}
.hero-copy {
  padding: clamp(56px, 8vw, 104px) var(--pad) clamp(48px, 6vw, 80px);
  max-width: 720px; margin: 0 auto; width: 100%;
  display: flex; flex-direction: column; justify-content: center;
}
.kicker {
  font-size: 12.5px; letter-spacing: .12em; color: var(--ink-sub);
  display: flex; align-items: center; gap: 14px; margin-bottom: 30px;
}
.kicker span {
  font-family: var(--latin); font-style: italic; font-size: 14px; letter-spacing: .02em;
  color: var(--crust); padding-right: 14px; border-right: 1px solid var(--line-2);
}
.hero-title {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(34px, 6.4vw, 62px); line-height: 1.5;
  letter-spacing: .015em; text-wrap: balance;
}
.hero-lede { margin-top: 30px; font-size: 15.5px; line-height: 2.25; max-width: 30em; color: var(--ink-sub); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.hero-stats {
  display: grid; grid-template-columns: repeat(3, auto); gap: 0;
  margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line-2);
  width: fit-content;
}
.hero-stats div { padding-right: clamp(24px, 5vw, 52px); }
.hero-stats div + div { padding-left: clamp(24px, 5vw, 52px); border-left: 1px solid var(--line-2); padding-right: clamp(24px, 5vw, 52px); }
.hero-stats div:last-child { padding-right: 0; }
.hero-stats dt { font-size: 11px; letter-spacing: .1em; color: var(--ink-sub); margin-bottom: 4px; }
.hero-stats dd {
  font-family: var(--latin); font-weight: 500; font-size: clamp(28px, 4.6vw, 40px);
  line-height: 1; letter-spacing: .01em; color: var(--crust);
}
.hero-stats dd small { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--ink-sub); margin-left: 3px; }

.hero-photo { position: relative; background: var(--sand); overflow: hidden; }
.hero-photo img { width: 100%; height: clamp(360px, 62vw, 620px); object-fit: cover; object-position: 55% 32%; }
.hero-photo figcaption {
  position: absolute; left: 0; bottom: 0; padding: 60px 24px 20px; width: 100%;
  font-family: var(--latin); font-style: italic; font-size: 13px; letter-spacing: .03em;
  color: rgba(250,244,232,.96);
  background: linear-gradient(180deg, rgba(30,20,10,0), rgba(30,20,10,.72));
}
@media (max-width: 420px) {
  .hero-stats div, .hero-stats div + div { padding-left: 16px; padding-right: 16px; }
  .hero-stats dd { font-size: 26px; }
  .hero-stats dt { font-size: 10px; }
}
@media (min-width: 900px) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-copy { max-width: none; margin: 0; padding-left: clamp(40px, 6vw, 96px); }
  .hero-photo img { height: 100%; min-height: 620px; }
}

/* ---------- 営業情報のバー ---------- */
.infobar { background: var(--toast); color: var(--on-dark); }
.infobar-inner {
  max-width: 1120px; margin: 0 auto; padding: 16px var(--pad);
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 30px;
  font-size: 12.5px; letter-spacing: .03em;
}
.infobar b { font-weight: 500; color: var(--on-dark-sub); margin-right: 9px; }
.infobar a {
  margin-left: auto; font-family: var(--latin); font-weight: 500; font-size: 15px;
  letter-spacing: .03em; color: var(--wheat); text-decoration: none;
}
.infobar a:hover { color: #fff; }

/* ---------- ボタン ---------- */
.btn {
  display: inline-block; padding: 16px 38px;
  background: var(--crust); color: #fff; text-decoration: none;
  font-size: 13.5px; font-weight: 500; letter-spacing: .08em;
  transition: background .3s, transform .3s;
}
.btn:hover { background: var(--crust-d); transform: translateY(-2px); }
.btn.line {
  background: transparent; color: var(--ink);
  border: 1px solid var(--line-2); padding: 15px 37px;
}
.btn.line:hover { background: var(--ink); color: var(--flour); border-color: var(--ink); }
.btn.ghost {
  background: transparent; color: currentColor;
  border: 1px solid currentColor; padding: 15px 37px;
}
.btn.ghost:hover { background: currentColor; }

/* ---------- 01 ブランドストーリー（非対称の分割） ---------- */
.story { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 6vw, 72px); align-items: start; }
.story-text .scene {
  font-family: var(--serif); font-size: clamp(16px, 2vw, 19px); line-height: 2.45;
  letter-spacing: .03em; margin: 26px 0 34px; color: var(--ink);
}
.story-photo { position: relative; }
.story-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 42%; }
.story-photo figcaption {
  margin-top: 14px; font-size: 12px; line-height: 1.9; color: var(--ink-sub);
  padding-left: 16px; border-left: 2px solid var(--crust);
}
@media (min-width: 860px) {
  .story { grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 6vw, 88px); }
  .story-text { padding-top: 10px; }
  .story-photo { position: sticky; top: 100px; }
  .story-photo img { aspect-ratio: 4/5; }
}

/* ---------- 02 生地（写真パネル＋材料表） ---------- */
.dough { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 5vw, 72px); align-items: start; }
.dough-photo { display: grid; gap: 16px; }
.dough-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 50%; }
.dough-photo-sub img { aspect-ratio: 4/3; object-position: 50% 55%; }
.dough-photo-sub figcaption { margin-top: 12px; font-size: 12px; line-height: 1.9; color: var(--ink-sub); padding-left: 16px; border-left: 2px solid var(--crust); }
.spec { margin-top: 40px; border-top: 1px solid var(--line-2); }
.spec div {
  display: grid; grid-template-columns: 1fr; gap: 2px;
  padding: 15px 2px; border-bottom: 1px solid var(--line-2);
}
@media (min-width: 560px) { .spec div { grid-template-columns: 128px 1fr; gap: 20px; align-items: baseline; } }
.spec dt { font-size: 12px; letter-spacing: .08em; color: var(--crust-d); }
.spec dd { font-size: 14.5px; }
@media (min-width: 860px) {
  .dough { grid-template-columns: .85fr 1.15fr; gap: clamp(52px, 6vw, 96px); }
  .dough-photo > figure:first-child img { aspect-ratio: 3/4.2; }
}

.bleed { position: relative; margin: clamp(48px, 7vw, 88px) auto 0; max-width: 1240px; overflow: hidden; }
.bleed img { width: 100%; height: clamp(240px, 40vw, 460px); object-fit: cover; object-position: 50% 46%; }
.bleed figcaption {
  position: absolute; inset: auto 0 0 0; padding: 80px var(--pad) 22px;
  font-family: var(--serif); font-size: 13px; letter-spacing: .03em; line-height: 1.9;
  color: rgba(250,244,232,.96);
  background: linear-gradient(180deg, rgba(30,20,10,0), rgba(30,20,10,.7));
}

/* ---------- 03 ひと晩の記録（時刻の連なり） ---------- */
.night { margin-top: clamp(36px, 5vw, 52px); }
.night-late { margin-top: clamp(28px, 4vw, 44px); }
.nrow { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 0 0 30px; }
.nrow .t {
  font-family: var(--latin); font-weight: 500; font-size: 27px; line-height: 1.05;
  letter-spacing: .01em; color: var(--crust); padding-top: 5px; position: relative;
  font-variant-numeric: tabular-nums;
}
.nrow .t::after {
  content: ""; position: absolute; left: 4px; top: 40px; bottom: -34px;
  width: 1px; background: var(--line-2);
}
.nrow:last-child .t::after { display: none; }
.nrow .c h3 { font-size: 17px; font-weight: 600; letter-spacing: .03em; margin-bottom: 7px; }
.nrow .c p { font-size: 13.5px; color: var(--ink-sub); line-height: 2.05; }
@media (min-width: 640px) {
  .nrow { grid-template-columns: 98px 1fr; gap: 34px; }
  .nrow .t { font-size: 33px; }
}

.night-gap { position: relative; margin: 8px auto clamp(28px, 4vw, 44px); max-width: 1240px; overflow: hidden; }
.night-gap img { width: 100%; height: clamp(200px, 32vw, 340px); object-fit: cover; object-position: 50% 55%; }
.night-gap figcaption {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(40,28,15,.5);
  font-family: var(--latin); font-style: italic; font-size: clamp(15px, 2.4vw, 21px);
  letter-spacing: .18em; color: rgba(250,244,232,.96);
  text-shadow: 0 1px 14px rgba(0,0,0,.55);
}
.menu-note { margin-top: 22px; font-size: 12px; color: var(--ink-sub); line-height: 1.9; }

/* ---------- 朝の分割ブロック（写真＋こんがり色パネル） ---------- */
.quote-split { display: grid; grid-template-columns: 1fr; background: var(--toast); }
.quote-photo img { width: 100%; height: clamp(280px, 60vw, 440px); object-fit: cover; object-position: 50% 55%; }
.quote-body {
  color: var(--on-dark);
  padding: clamp(56px, 9vw, 96px) var(--pad);
  display: flex; align-items: center;
}
.quote-body > div { max-width: 460px; }
.quote-body h2 { color: var(--flour); }
.quote-body p { color: var(--on-dark); font-size: 14.5px; margin-bottom: 30px; }
.quote-body .btn.ghost { color: var(--wheat); }
.quote-body .btn.ghost:hover { color: var(--toast); }
@media (min-width: 860px) {
  .quote-split { grid-template-columns: 1fr 1fr; }
  .quote-photo img { height: 100%; min-height: 480px; }
  .quote-body { padding: clamp(72px, 7vw, 116px) clamp(48px, 6vw, 88px); }
}

/* ---------- 04 パンのラインナップ（編集的グリッド） ---------- */
.lineup { display: grid; gap: clamp(48px, 7vw, 90px); margin-bottom: clamp(64px, 9vw, 104px); }
.lineup-item { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 4vw, 48px); align-items: center; }
.lineup-photo { overflow: hidden; }
.lineup-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 50%; }
.lineup-en {
  font-family: var(--latin); font-style: italic; font-size: 15px; letter-spacing: .02em;
  color: var(--crust); margin-bottom: 8px;
}
.lineup-body h3 { font-size: clamp(23px, 3.2vw, 30px); font-weight: 700; letter-spacing: .03em; margin-bottom: 16px; }
.lineup-body p { font-size: 14px; line-height: 2.15; }
.lineup-body .price {
  margin-top: 22px; font-family: var(--latin); font-weight: 500; font-size: 24px;
  letter-spacing: .01em; color: var(--ink);
}
.lineup-body .price span { font-family: var(--sans); font-size: 14px; color: var(--ink-sub); }
@media (min-width: 780px) {
  .lineup-item { grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 72px); }
  .lineup-item:nth-child(even) .lineup-photo { order: 2; }
  .lineup-photo img { aspect-ratio: 5/6; }
}

h3.sub {
  margin-bottom: 8px; font-size: 18px; font-weight: 600; letter-spacing: .05em;
  padding-bottom: 14px; border-bottom: 1px solid var(--line-2);
}
.menu { margin-top: 4px; }
.menu-row {
  display: flex; align-items: baseline; gap: 14px; padding: 16px 0;
  border-bottom: 1px dotted var(--line-2);
}
.menu-row .nm { font-size: 15px; font-weight: 500; letter-spacing: .03em; white-space: nowrap; }
.menu-row .ds { flex: 1; font-size: 12.5px; color: var(--ink-sub); }
.menu-row .pr {
  font-family: var(--latin); font-weight: 500; font-size: 18px;
  letter-spacing: .01em; white-space: nowrap;
}

/* 本文中に挟むCTA */
.cta-inline {
  margin-top: clamp(44px, 6vw, 64px); text-align: center;
  padding: clamp(30px, 4vw, 44px); background: var(--flour); border: 1px solid var(--line);
}
.section-cream .cta-inline { background: rgba(251,247,239,.7); }
.cta-inline p { font-size: 13.5px; margin-bottom: 20px; }

/* ---------- 05 お客様の声 ---------- */
.voices { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) { .voices { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .voices { grid-template-columns: repeat(3, 1fr); } }
.voice { background: var(--flour); border: 1px solid var(--line); padding: 30px 28px; }
.voice blockquote {
  font-family: var(--serif); font-size: 14.5px; line-height: 2.2; letter-spacing: .02em;
  position: relative; padding-top: 6px;
}
.voice blockquote::before {
  content: "\201C"; font-family: var(--latin); font-size: 42px; line-height: 0;
  color: var(--crust); opacity: .5; position: absolute; top: 12px; left: -4px;
}
.voice figcaption { margin-top: 20px; font-size: 11.5px; letter-spacing: .06em; color: var(--ink-sub); }
.voice figcaption::before { content: ""; display: block; width: 24px; height: 2px; background: var(--crust); margin-bottom: 12px; }
.fine-note {
  margin-top: 32px; padding: 15px 18px; background: var(--cream);
  border-left: 3px solid var(--crust); font-size: 12.5px; line-height: 1.9; color: var(--ink-sub);
}

/* ---------- 06 FAQ ---------- */
.faq { border-top: 1px solid var(--line-2); }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 36px 20px 2px;
  font-size: 15px; font-weight: 500; position: relative; letter-spacing: .03em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 17px;
  font-family: var(--latin); font-weight: 400; font-size: 22px; color: var(--crust);
  transition: transform .3s;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 36px 24px 2px; font-size: 13.5px; color: var(--ink-sub); line-height: 2.1; }

/* ---------- 07 お店（写真＋情報の分割） ---------- */
.shop { display: grid; grid-template-columns: 1fr; background: var(--cream-2); }
.shop-photo img { width: 100%; height: clamp(280px, 60vw, 440px); object-fit: cover; object-position: 50% 45%; }
.shop-body { padding: clamp(56px, 9vw, 100px) var(--pad); display: flex; align-items: center; }
.shop-body > div { max-width: 480px; width: 100%; margin: 0 auto; }
.shop-info { margin-top: 10px; border-top: 1px solid var(--line-2); }
.shop-info div { padding: 14px 0; border-bottom: 1px solid var(--line-2); display: grid; grid-template-columns: 88px 1fr; gap: 16px; align-items: baseline; }
.shop-info dt { font-size: 11.5px; letter-spacing: .08em; color: var(--crust-d); }
.shop-info dd { font-size: 14.5px; }
@media (min-width: 880px) {
  .shop { grid-template-columns: 1fr 1fr; }
  .shop-photo img { height: 100%; min-height: 560px; }
  .shop-body { padding: clamp(72px, 7vw, 120px) clamp(48px, 6vw, 88px); }
  .shop-body > div { margin: 0; }
}

/* ---------- 最終CTA ---------- */
.cta-band {
  background: var(--toast-d); color: var(--on-dark); text-align: center;
  padding: clamp(64px, 10vw, 108px) var(--pad);
}
.cta-band .eyebrow { justify-content: center; }
.cta-band h2 { color: var(--flour); margin-bottom: 16px; }
.cta-band > .wrap > p { color: var(--on-dark); font-size: 14.5px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.cta-band .btn.ghost { color: var(--wheat); }
.cta-band .btn.ghost:hover { color: var(--toast-d); }

/* ---------- スマホ追従バー ---------- */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: var(--toast); transform: translateY(110%); transition: transform .4s;
}
.sticky.on { transform: none; }
.sticky a {
  flex: 1; text-align: center; padding: 13px 6px; text-decoration: none;
  font-size: 13px; font-weight: 500; letter-spacing: .05em;
}
.sticky .s1 { background: var(--crust); color: #fff; }
.sticky .s2 { background: transparent; color: var(--on-dark); border: 1px solid var(--on-dark-line); }
@media (min-width: 920px) { .sticky { display: none; } }

/* ---------- フッター ---------- */
footer { background: var(--toast-d); color: var(--on-dark-sub); padding: 56px var(--pad) 100px; text-align: center; }
footer .logo { font-family: var(--serif); color: var(--flour); font-size: 17px; font-weight: 700; letter-spacing: .12em; margin-bottom: 16px; }
footer p { font-size: 11.5px; line-height: 2.1; }
footer .credit { margin-top: 28px; font-size: 11px; color: var(--on-dark-sub); }
footer .credit strong { color: rgba(250,244,232,.85); }
footer a { color: var(--wheat); }
@media (min-width: 920px) { footer { padding-bottom: 56px; } }

/* ---------- スクロール演出 ---------- */
.rise { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s ease; }
.rise.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
