:root {
  color-scheme: light;
  --paper: #faf9f3;
  --ink: #4b473e;
  --muted: #696359;
  --line: #d9d6cc;
  --mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --body: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --serif-latin: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --script-latin: "Segoe Script", "Apple Chancery", "URW Chancery L", cursive;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
p, h1, figure { margin: 0; }
button { font: inherit; }
.page { max-width: 1360px; margin: auto; padding: 0 5.5%; }
.masthead { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 128px; gap: 24px; }
.location, .header-note { font-size: 14px; color: var(--muted); letter-spacing: .03em; }
.header-note { text-align: right; }
.wordmark { text-align: center; }
.shop-type { display: block; font-size: 12px; margin-bottom: 5px; letter-spacing: .1em; }
.shop-name { display: block; font-family: var(--mincho); font-weight: 400; font-size: 32px; line-height: 1.2; letter-spacing: .14em; padding-left: .14em; }
.shop-roman { display: block; font-family: var(--script-latin); font-style: normal; font-size: 16px; font-weight: 400; line-height: 1.25; letter-spacing: 0; margin-top: 7px; }
.photo-frame { height: clamp(280px, 44svh, 410px); position: relative; overflow: hidden; background: #e2e3d9; border: 1px solid #d4d6ca; }
.hero-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.photo-stock-note { position: absolute; bottom: 12px; right: 12px; padding: 5px 8px; background: rgba(250, 249, 243, .94); color: var(--ink); font-size: 12px; line-height: 1.6; }
figcaption { text-align: center; font-size: 14px; color: var(--muted); letter-spacing: .04em; padding-top: 15px; }
.message { display: grid; grid-template-columns: 1fr 1.2fr 1.08fr; align-items: center; gap: 28px; padding: 31px 0 34px; }
h1 { font-family: var(--mincho); font-weight: 400; font-size: clamp(27px, 2.5vw, 36px); line-height: 1.7; letter-spacing: .045em; }
h1 span { display: block; white-space: nowrap; }
.description { font-size: 16px; font-weight: 500; line-height: 1.9; color: #5d584f; }
.description span { display: block; }
.cta { min-height: 62px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 19px; border: 1px solid #827563; background: transparent; color: var(--ink); border-radius: 0; font-size: 16px; font-weight: 500; opacity: 1; cursor: default; }
.cta span:first-child { white-space: nowrap; }
.cta-arrow { font-size: 24px; line-height: 1; }
.occasions { text-align: center; font-size: 12px; line-height: 1.6; margin-top: 10px; color: var(--muted); }
.sample-strip { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 0 19px; color: var(--muted); }
.sample-tag { font-family: var(--serif-latin); font-size: 12px; letter-spacing: .075em; flex-shrink: 0; }
.sample-strip p { font-size: 12px; line-height: 1.6; }
@media (min-width: 701px) and (max-width: 1100px) {
  .message { grid-template-columns: 1fr 1fr; gap: 16px 30px; padding: 23px 0; }
  .reservation { grid-column: 2; grid-row: 1 / 3; }
  .description { font-size: 16px; }
  h1 { font-size: 28px; }
  .photo-frame { height: clamp(240px, 38svh, 350px); }
}
@media (max-width: 700px) {
  .page { padding: 0 22px; }
  .masthead { position: relative; display: flex; justify-content: center; min-height: 111px; gap: 8px; }
  .shop-name { font-size: 28px; }
  .shop-type { font-size: 12px; }
  .shop-roman { font-size: 14px; margin-top: 6px; }
  .location { position: absolute; left: 0; top: 16px; font-size: 12px; line-height: 1.7; white-space: nowrap; }
  .header-note { display: none; }
  .photo-frame { height: clamp(230px, 32svh, 285px); }
  .hero-photo { object-position: 65% 45%; }
  .photo-stock-note { right: 8px; bottom: 8px; }
  figcaption { padding-top: 13px; font-size: 13px; line-height: 1.7; letter-spacing: 0; }
  .message { display: block; padding: 23px 0 24px; }
  h1 { text-align: center; font-size: 29px; line-height: 1.65; letter-spacing: .03em; }
  .description { margin-top: 17px; font-size: 16px; line-height: 1.8; }
  .reservation { margin-top: 20px; }
  .cta { min-height: 60px; font-size: 16px; padding: 16px 21px; }
  .occasions { font-size: 12px; margin-top: 9px; }
  .sample-strip { display: block; padding: 12px 0 15px; }
  .sample-tag { display: block; margin-bottom: 5px; }
  .sample-strip p { font-size: 12px; }
}
@media (max-width: 360px) {
  .page { padding: 0 18px; }
  .description { font-size: 15px; }
  .cta { font-size: 15px; padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 27px; }
}
