:root {
  --espresso: #2b1f1d;
  --espresso-light: #493431;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --coral: #d56f5b;
  --butter: #f2c957;
  --mint: #d7e4dc;
  --muted: #7f716b;
  --line: rgba(43, 31, 29, .18);
  --serif: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--espresso); font-family: var(--sans); font-size: 16px; line-height: 1.8; margin: 0; -webkit-font-smoothing: antialiased; font-feature-settings: "palt"; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.site-frame { overflow: hidden; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-header { align-items: center; background: rgba(251, 247, 239, .94); display: flex; height: 88px; justify-content: space-between; padding: 0 clamp(22px, 5vw, 78px); position: relative; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-stamp { align-items: center; background: var(--coral); border-radius: 50%; color: var(--cream); display: inline-flex; font-family: var(--serif); font-size: 28px; height: 43px; justify-content: center; letter-spacing: -.08em; padding-bottom: 5px; transform: rotate(-12deg); width: 43px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 17px; font-weight: 900; letter-spacing: -.04em; }
.brand-text small { color: var(--muted); font-size: 10px; letter-spacing: .11em; margin-top: 4px; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(23px, 3.2vw, 53px); margin-left: auto; margin-right: clamp(25px, 4.4vw, 68px); }
.desktop-nav a { font-size: 13px; font-weight: 700; letter-spacing: .07em; position: relative; }
.desktop-nav a::after { background: var(--coral); bottom: -8px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-button { align-items: center; background: var(--espresso); border-radius: 100px; color: var(--cream); display: inline-flex; font-size: 12px; font-weight: 700; gap: 11px; letter-spacing: .05em; padding: 10px 15px 11px 18px; transition: background 200ms ease, transform 200ms ease; }
.header-button span { color: var(--butter); font-size: 17px; line-height: 1; }
.header-button:hover { background: var(--coral); color: var(--espresso); transform: translateY(-2px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { display: grid; grid-template-columns: minmax(350px, .82fr) minmax(460px, 1.18fr); min-height: 690px; padding: 24px clamp(22px, 5vw, 78px) 78px; position: relative; }
.hero-copy { align-self: center; padding: 28px 10% 54px 8%; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-size: 11px; font-weight: 700; gap: 9px; letter-spacing: .15em; line-height: 1.4; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow > span { background: var(--coral); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(56px, 7vw, 100px); font-weight: 900; letter-spacing: -.1em; line-height: 1.17; margin: 0 0 25px; }
.mobile-break { display: none; }
h1 em, h2 em, h3 em { color: var(--coral); font-family: var(--serif); font-style: normal; font-weight: 500; letter-spacing: -.025em; }
.hero-lede { font-size: clamp(17px, 1.65vw, 22px); font-weight: 700; letter-spacing: .06em; line-height: 1.95; margin-bottom: 36px; }
.hero-actions { align-items: center; display: flex; gap: 26px; }
.button { align-items: center; border-radius: 99px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 21px; letter-spacing: .05em; padding: 14px 17px 15px 23px; transition: background 220ms ease, color 220ms ease, transform 220ms ease; }
.button b { font-size: 19px; font-weight: 400; line-height: 1; }
.button-dark { background: var(--espresso); color: var(--cream); }
.button-dark:hover { background: var(--coral); color: var(--espresso); transform: translateY(-2px); }
.under-link { border-bottom: 1px solid var(--espresso); font-size: 13px; font-weight: 700; padding-bottom: 2px; }
.under-link b { color: var(--coral); font-size: 18px; font-weight: 400; margin-left: 8px; }
.hero-open { align-items: baseline; display: flex; gap: 12px; margin: 53px 0 0; }
.hero-open strong { color: var(--coral); font-size: 10px; letter-spacing: .14em; }
.hero-open span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.hero-photo-wrap { align-self: center; min-height: 580px; position: relative; }
.hero-photo { height: min(650px, 72vw); min-height: 580px; overflow: hidden; position: relative; }
.hero-photo::before { border: 1px solid rgba(251,247,239,.62); content: ""; inset: 14px; pointer-events: none; position: absolute; z-index: 2; }
.hero-photo::after { background: linear-gradient(180deg, rgba(43,31,29,.06), rgba(43,31,29,.18)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-photo img { height: 100%; object-fit: cover; object-position: 40% center; width: 100%; }
.photo-caption { color: var(--cream); font-size: 10px; font-weight: 700; letter-spacing: .14em; position: absolute; text-transform: uppercase; z-index: 3; }
.photo-caption-top { left: 31px; top: 29px; }
.photo-caption-bottom { bottom: 30px; right: 31px; }
.photo-badge { align-items: center; background: var(--butter); border-radius: 50%; bottom: -32px; display: flex; flex-direction: column; font-size: 10px; font-weight: 700; height: 125px; justify-content: center; letter-spacing: .1em; line-height: 1.25; position: absolute; right: 7%; text-align: center; transform: rotate(11deg); width: 125px; z-index: 4; }
.photo-badge strong { font-family: var(--serif); font-size: 25px; font-style: italic; font-weight: 400; letter-spacing: 0; line-height: 1.25; }
.hero-vertical { bottom: 21px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; position: absolute; right: clamp(22px, 5vw, 78px); text-transform: uppercase; writing-mode: vertical-rl; }
.hero-vertical span { color: var(--coral); font-size: 18px; margin-top: 10px; }

.quick-facts { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 9vw, 150px); }
.quick-facts > div { align-items: center; display: flex; gap: 17px; padding: 19px 15px; }
.quick-facts > div + div { border-left: 1px solid var(--line); }
.quick-facts span { color: var(--coral); font-family: var(--serif); font-size: 17px; font-style: italic; }
.quick-facts strong { font-size: 12px; font-weight: 700; letter-spacing: .03em; }

.section { padding: clamp(86px, 11vw, 170px) clamp(22px, 9vw, 150px); }
.section-index { border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; padding-top: 15px; text-transform: uppercase; }
.section-index-light { border-color: rgba(251,247,239,.22); color: rgba(251,247,239,.6); }
.about-grid { display: grid; gap: 10vw; grid-template-columns: 1fr .75fr; margin: 83px 0 115px; }
.script-kicker { color: var(--coral); font-family: var(--sans); font-size: 14px; font-style: normal; font-weight: 700; letter-spacing: .08em; line-height: 1.5; margin-bottom: 27px; }
.about h2, .visit h2 { font-size: clamp(37px, 4.6vw, 68px); font-weight: 500; letter-spacing: -.09em; line-height: 1.35; margin: 0; }
.about h2 em, .visit h2 em { color: var(--espresso); font-style: normal; }
.about-copy { max-width: 450px; padding-top: 48px; position: relative; }
.about-copy .lead { font-size: 19px; font-weight: 700; letter-spacing: .04em; line-height: 1.9; }
.about-copy > p:not(.lead) { color: #675954; font-size: 15px; line-height: 2.15; }
.round-link { align-items: center; background: var(--coral); border-radius: 50%; display: flex; flex-direction: column; font-size: 11px; font-weight: 700; height: 97px; justify-content: center; letter-spacing: .06em; line-height: 1.3; margin: 33px 0 0 auto; text-align: center; transition: background 200ms ease, transform 200ms ease; width: 97px; }
.round-link b { font-size: 20px; font-weight: 400; line-height: 1; margin-top: 4px; }
.round-link:hover { background: var(--butter); transform: rotate(-8deg); }
.about-notes { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.about-notes article { min-height: 290px; padding: 26px 28px; position: relative; }
.about-notes article:nth-child(1) { background: var(--espresso); color: var(--cream); }
.about-notes article:nth-child(2) { background: var(--butter); }
.about-notes article:nth-child(3) { background: var(--mint); }
.about-notes article > span { font-size: 11px; font-weight: 700; letter-spacing: .12em; opacity: .72; }
.about-notes article::after { content: "↗"; font-size: 21px; position: absolute; right: 27px; bottom: 23px; }
.about-notes h3 { font-size: 22px; font-weight: 500; letter-spacing: -.07em; line-height: 1.5; margin: 57px 0 16px; }
.about-notes p { font-size: 13px; line-height: 1.85; margin: 0; max-width: 225px; opacity: .78; }

.menu-section { background: var(--espresso); color: var(--cream); }
.menu-heading { align-items: end; display: flex; justify-content: space-between; margin: 80px 0 76px; }
.script-kicker-light { color: var(--butter); }
.menu-heading h2 { font-size: clamp(40px, 5vw, 74px); font-weight: 500; letter-spacing: -.1em; line-height: 1.3; margin: 0; }
.menu-heading h2 em { color: var(--butter); }
.menu-heading > p { color: rgba(251,247,239,.7); font-size: 13px; letter-spacing: .04em; line-height: 2; margin: 0 3% 4px 0; }
.menu-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.menu-card { min-height: 365px; padding: 26px 29px 30px; position: relative; }
.menu-card-featured { background: var(--coral); }
.menu-card-paper { background: var(--paper); color: var(--espresso); }
.menu-card-coffee { background: var(--mint); color: var(--espresso); }
.menu-card-top { display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; text-transform: uppercase; }
.menu-card-top b { color: var(--espresso); font-size: 11px; }
.menu-card-featured .menu-card-top b { color: var(--butter); }
.menu-symbol { font-family: Georgia, serif; font-size: 43px; line-height: 1; position: absolute; right: 26px; top: 56px; transform: rotate(12deg); }
.menu-symbol-small { font-size: 53px; font-weight: 400; }
.menu-symbol-wave { font-size: 55px; transform: rotate(-28deg); }
.menu-card h3 { font-size: 25px; font-weight: 500; letter-spacing: -.07em; line-height: 1.45; margin: 71px 0 17px; }
.menu-card h3 em { color: inherit; font-style: normal; }
.menu-card p { font-size: 13px; line-height: 1.85; margin: 0; max-width: 225px; opacity: .75; }
.price { bottom: 25px; font-size: 17px; font-weight: 500; left: 29px; letter-spacing: .04em; position: absolute; }
.menu-list-note { color: rgba(251,247,239,.5); font-size: 11px; margin-top: 19px; }
.menu-list-note span { color: var(--butter); margin-right: 4px; }

.opening { padding-bottom: clamp(85px, 11vw, 165px); padding-top: clamp(85px, 11vw, 165px); }
.opening-card { background: var(--coral); min-height: 430px; overflow: hidden; padding: clamp(38px, 5vw, 72px); position: relative; }
.opening-card .eyebrow { color: rgba(43,31,29,.68); }
.opening-copy { position: relative; z-index: 2; }
.opening-copy h2 { font-size: clamp(39px, 5vw, 73px); font-weight: 500; letter-spacing: -.09em; line-height: 1.3; margin: 29px 0 20px; }
.opening-copy h2 em { color: var(--cream); font-style: normal; }
.opening-copy > p:not(.eyebrow) { font-size: 14px; line-height: 2; max-width: 390px; }
.button-outline { border: 1px solid var(--espresso); color: var(--espresso); margin-top: 14px; }
.button-outline:hover { background: var(--espresso); color: var(--cream); transform: translateY(-2px); }
.opening-number { align-items: center; bottom: 17%; color: var(--butter); display: flex; font-family: var(--serif); gap: 13px; line-height: .8; position: absolute; right: 10%; transform: rotate(-12deg); }
.opening-number small { font-size: clamp(84px, 12vw, 180px); font-style: italic; }
.opening-number strong { font-size: clamp(42px, 6vw, 88px); font-weight: 400; }
.opening-sugar { bottom: -14%; color: rgba(251,247,239,.18); font-family: var(--serif); font-size: 280px; line-height: .8; position: absolute; right: 25%; transform: rotate(15deg); }

.visit { padding-bottom: clamp(105px, 14vw, 210px); }
.visit-grid { display: grid; gap: 13vw; grid-template-columns: 1fr .75fr; margin-top: 82px; }
.details { padding-top: 28px; }
.detail-row { align-items: start; border-top: 1px solid var(--line); display: grid; grid-template-columns: 100px 1fr; padding: 17px 0 15px; }
.detail-row > span { color: var(--coral); font-family: var(--serif); font-size: 19px; font-style: italic; }
.detail-row strong, .detail-row a { font-size: 15px; font-weight: 500; letter-spacing: .03em; line-height: 1.75; }
.detail-row strong small { color: var(--muted); font-size: 11px; }
.detail-row a { border-bottom: 1px solid var(--espresso); display: inline-flex; justify-content: space-between; max-width: 180px; }
.detail-row a b { color: var(--coral); font-size: 18px; font-weight: 400; line-height: 1.2; }

.contact { padding-bottom: clamp(85px, 10vw, 150px); padding-top: 0; }
.contact-card { background: var(--espresso); color: var(--cream); padding: 28px clamp(27px, 5vw, 73px) clamp(55px, 7vw, 95px); }
.contact-inner { align-items: end; display: grid; gap: 10vw; grid-template-columns: 1fr .75fr; margin-top: 79px; }
.contact h2 { font-size: clamp(39px, 5vw, 73px); font-weight: 500; letter-spacing: -.09em; line-height: 1.3; margin: 0; }
.contact h2 em { color: var(--butter); font-style: normal; }
.contact-copy { padding-bottom: 4px; }
.contact-copy p { color: rgba(251,247,239,.7); font-size: 14px; line-height: 2; max-width: 320px; }
.contact-mail { border-bottom: 1px solid rgba(251,247,239,.7); display: inline-flex; font-family: var(--serif); font-size: 23px; font-style: italic; justify-content: space-between; margin-top: 15px; max-width: 300px; padding-bottom: 6px; width: 100%; }
.contact-mail span { color: var(--butter); font-family: var(--sans); font-size: 19px; font-style: normal; }

.closing { align-items: end; background: var(--butter); display: flex; justify-content: space-between; padding: clamp(54px, 7vw, 96px) clamp(22px, 9vw, 150px) clamp(39px, 5vw, 59px); }
.closing-brand { display: flex; flex-direction: column; line-height: 1.05; }
.closing-brand > span { font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.closing-brand strong { font-family: var(--serif); font-size: clamp(52px, 7vw, 106px); font-style: normal; font-weight: 500; letter-spacing: -.07em; }
.closing-brand em { color: var(--coral); font-style: normal; }
.back-top { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.back-top b { color: var(--coral); font-size: 18px; font-weight: 400; margin-left: 8px; }
.site-footer { background: var(--butter); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; padding: 0 clamp(22px, 9vw, 150px) 28px; text-transform: uppercase; }

@media (max-width: 820px) {
  .site-header { height: 78px; padding: 0 21px; }
  .desktop-nav, .header-button { display: none; }
  .menu-toggle { align-items: center; background: var(--butter); border: 0; border-radius: 50%; box-shadow: 0 0 0 1px rgba(43,31,29,.08); cursor: pointer; display: flex !important; flex-direction: column; gap: 6px; height: 40px; justify-content: center; padding: 0; position: fixed; right: 21px; top: 19px; width: 40px; z-index: 12; }
  .menu-toggle > i { background: var(--espresso); display: block; height: 2px; transition: transform 220ms ease, width 220ms ease; width: 19px; }
  .menu-toggle > i:last-child { margin-left: 5px; width: 14px; }
  .menu-toggle[aria-expanded="true"] > i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > i:last-of-type { margin-left: 0; transform: translateY(-4px) rotate(-45deg); width: 19px; }
  .mobile-nav { background: var(--espresso); color: var(--cream); display: flex; flex-direction: column; max-height: 0; overflow: hidden; padding: 0 21px; position: absolute; right: 0; top: 78px; transition: max-height 300ms ease, padding 300ms ease; width: 100%; z-index: 9; }
  .mobile-nav.is-open { max-height: 300px; padding: 15px 21px 24px; }
  .mobile-nav a { border-bottom: 1px solid rgba(251,247,239,.17); display: flex; font-family: var(--sans); font-size: 17px; font-style: normal; font-weight: 700; justify-content: space-between; letter-spacing: .04em; padding: 8px 0 11px; }
  .mobile-nav a span { color: var(--butter); font-family: var(--sans); font-size: 11px; font-style: normal; letter-spacing: .14em; padding-top: 8px; }
  .hero { display: flex; flex-direction: column; min-height: auto; padding: 7px 21px 48px; }
  .hero-copy { align-self: stretch; padding: 43px 0 34px; }
  .eyebrow { font-size: 10px; gap: 8px; letter-spacing: .13em; margin-bottom: 21px; }
  .hero h1 { font-size: clamp(38px, 10.3vw, 43px); letter-spacing: -.085em; line-height: 1.32; margin-bottom: 22px; }
  .mobile-break { display: block; }
  .hero-lede { font-size: 16px; letter-spacing: .03em; line-height: 1.8; margin-bottom: 27px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { font-size: 14px; gap: 15px; justify-content: space-between; min-width: 184px; padding: 14px 17px 15px 21px; }
  .hero-actions .under-link { font-size: 14px; }
  .hero-open { gap: 10px; margin-top: 31px; }
  .hero-open strong, .hero-open span { font-size: 10px; }
  .hero-photo-wrap { min-height: 0; }
  .hero-photo { height: 86vw; min-height: 0; max-height: 390px; }
  .hero-photo::before { inset: 10px; }
  .photo-caption-top { left: 23px; top: 22px; }
  .photo-caption-bottom { bottom: 23px; right: 23px; }
  .photo-badge { bottom: -22px; height: 96px; right: 8%; width: 96px; }
  .photo-badge strong { font-size: 20px; }
  .hero-vertical { display: none; }
  .quick-facts { grid-template-columns: 1fr; margin: 0 21px; }
  .quick-facts > div { justify-content: space-between; padding: 14px 5px; }
  .quick-facts > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-bottom: 78px; padding-left: 21px; padding-right: 21px; padding-top: 78px; }
  .about-grid, .visit-grid, .contact-inner { gap: 12px; grid-template-columns: 1fr; margin-top: 58px; }
  .about-grid { margin-bottom: 70px; }
  .about-copy { padding-top: 13px; }
  .about h2, .visit h2 { font-size: clamp(34px, 9vw, 40px); line-height: 1.45; }
  .about-copy .lead { font-size: 17px; }
  .about-notes, .menu-grid { grid-template-columns: 1fr; }
  .about-notes article { min-height: 245px; }
  .about-notes h3 { margin-top: 48px; }
  .menu-heading { align-items: start; flex-direction: column; gap: 24px; margin: 55px 0 40px; }
  .menu-heading h2 { font-size: clamp(38px, 10vw, 43px); line-height: 1.35; }
  .menu-heading > p { font-size: 14px; line-height: 1.9; margin: 0; }
  .menu-card { min-height: 280px; padding: 23px 24px 27px; }
  .menu-card h3 { font-size: 23px; margin-top: 54px; }
  .menu-card p { font-size: 14px; line-height: 1.8; }
  .price { bottom: 22px; left: 24px; }
  .opening { padding-left: 21px; padding-right: 21px; }
  .opening-card { min-height: 445px; padding: 32px 24px; }
  .opening-copy h2 { font-size: 42px; margin-top: 23px; }
  .opening-copy > p:not(.eyebrow) { font-size: 15px; max-width: 270px; }
  .opening-number { bottom: 12%; right: 2%; }
  .opening-number small { font-size: 92px; }
  .opening-number strong { font-size: 46px; }
  .opening-sugar { bottom: -3%; font-size: 220px; right: 2%; }
  .visit-grid { margin-top: 58px; }
  .details { padding-top: 16px; }
  .detail-row { grid-template-columns: 88px 1fr; }
  .detail-row > span { font-size: 18px; }
  .detail-row strong, .detail-row a { font-size: 15px; }
  .contact { padding-left: 21px; padding-right: 21px; }
  .contact-card { padding: 25px 25px 52px; }
  .contact-inner { margin-top: 57px; }
  .contact-copy { padding-top: 17px; }
  .contact h2 { font-size: 42px; }
  .contact-mail { font-size: 17px; gap: 8px; max-width: 100%; overflow-wrap: anywhere; }
  .closing { align-items: start; flex-direction: column; gap: 34px; padding-left: 21px; padding-right: 21px; }
  .closing-brand strong { font-size: 48px; line-height: 1.15; }
  .site-footer { flex-wrap: wrap; gap: 8px 20px; padding-left: 21px; padding-right: 21px; }
  .site-footer span:last-child { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Used only for generating section screenshots; normal visits are unchanged. */
.site-frame.capture-menu main > * { display: none !important; }
.site-frame.capture-menu main > .menu-section { display: block !important; }
.site-frame.capture-menu .menu-section { padding-top: 55px; }
.site-frame.capture-access main > * { display: none !important; }
.site-frame.capture-access main > .visit,
.site-frame.capture-access main > .contact { display: block !important; }
.site-frame.capture-access .visit { padding-top: 55px; }
