/* ═══════════════════════════════════════════════
   咖啡廳／自家烘焙咖啡館 模板 — 示範店:晴田珈琲 HARETA COFFEE(台北大安,虛構)
   視覺基調:奶泡米白底 + 肉桂棕品牌色 + 深焙棕文字 + 襯線中文大標

   改色只要動下面 --brand / --brand-dark / --brand-deep / --brand-soft 四個變數:
     淺焙／北歐風咖啡館 → 肉桂棕 #a9613a / #8a4a2a / #5c2f19 / #f6e8dc(預設)
     深焙／老派喫茶店   → 深焙棕 #6b4423 / #543318 / #37200d / #efe3d4
     文青／植感咖啡廳   → 橄欖綠 #6b7f4e / #55663c / #36421f / #eaefdf
     日系／喫茶擬洋風   → 磚紅   #b2503f / #8e3c2e / #5e2318 / #f8e5e0
     韓系／極簡白牆     → 灰墨   #4a4a48 / #333331 / #1c1c1a / #ebe9e4
   ═══════════════════════════════════════════════ */

:root {
  --brand: #a9613a;          /* 肉桂棕(淺焙咖啡液的顏色)*/
  --brand-dark: #8a4a2a;
  --brand-deep: #5c2f19;
  --brand-soft: #f6e8dc;
  --ink: #2e241d;            /* 深焙棕(取代純黑,配奶白底更柔)*/
  --ink-soft: #6d5f54;
  --bg: #fdfaf6;
  --bg-alt: #f5ede3;         /* 奶泡米白區塊底 */
  --hairline: #e6d8c8;
  --ok: #4e7d4a;             /* 空間資訊條的「有」*/
  --no: #a8524a;             /* 空間資訊條的「沒有」*/
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 8px 28px rgba(46, 36, 29, .08);
  --shadow-lg: 0 18px 46px rgba(46, 36, 29, .14);
  --font: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --font-serif: "Noto Serif TC", "PingFang TC", "Microsoft JhengHei", serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font); color: var(--ink); background: var(--bg);
  line-height: 1.85; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-decoration: none; }
ul, ol { list-style: none; }

.container { width: min(1180px, 92%); margin: 0 auto; }
.container-narrow { width: min(800px, 92%); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 3px; border-radius: 4px; }
/* 只給螢幕閱讀器的文字(營業時間表的 caption 用)*/
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ── 按鈕 ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 11px 22px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 700; font-size: 15px; white-space: nowrap; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); }
.btn-line { background: #06c755; color: #fff; }
.btn-line:hover { background: #05b34c; }
.btn-outline { border-color: var(--brand); color: var(--brand-deep); background: #fff; }
.btn-outline:hover { background: var(--brand-soft); }
.btn-ghost { border-color: rgba(255,255,255,.72); color: #fff; background: rgba(255,255,255,.1); }
.btn-ghost:hover { background: rgba(255,255,255,.22); }
.btn-ghost.btn-dark { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost.btn-dark:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 15px 30px; font-size: 17px; }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,250,246,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 84px; }
.logo { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.logo img { width: 44px; height: 44px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.3; }
.logo-text strong { font-family: var(--font-serif); font-size: 21px; font-weight: 900; letter-spacing: .06em; }
.logo-text em { font-style: normal; font-size: 11px; color: var(--brand); letter-spacing: .22em; font-weight: 500; }
.main-nav { display: flex; gap: 2px; margin-left: auto; }
.main-nav a { color: var(--ink); font-weight: 500; padding: 9px 12px; border-radius: 9px; font-size: 15px; }
.main-nav a:hover { background: var(--brand-soft); color: var(--brand-deep); }
.header-cta { display: flex; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; }

/* ── 今日營業狀態小條(header 下方)──
   咖啡廳客人第一個問題永遠是「現在有開嗎」。這條是靜態文字,不是即時判斷,
   換內容時照實寫營業時間就好;不要寫「營業中」那種會過期的字。 */
.today-bar {
  background: var(--ink); color: #f7efe6; font-size: 14px; letter-spacing: .02em;
  padding: 9px 0;
}
.today-bar .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 18px; }
.today-bar strong { color: #ffd9b8; font-weight: 700; }
.today-bar a { color: #ffd9b8; text-decoration: underline; text-underline-offset: 3px; }

/* ── Hero ── */
.hero {
  background:
    linear-gradient(100deg, rgba(30,20,13,.82) 0%, rgba(30,20,13,.6) 48%, rgba(30,20,13,.24) 100%),
    url("../assets/hero.jpg") center / cover no-repeat;
  min-height: clamp(560px, 78vh, 760px);
  display: flex; align-items: center; padding: 84px 0;
}
.hero-text { max-width: 720px; }
.hero-eyebrow {
  display: inline-block; color: #f3c9a4; font-weight: 700; letter-spacing: .2em; font-size: 14px;
  border-left: 3px solid var(--brand); padding-left: 12px; margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--font-serif); font-weight: 900; color: #fff;
  font-size: clamp(40px, 6.6vw, 78px); line-height: 1.2; letter-spacing: .05em; margin-bottom: 22px;
  text-shadow: 0 4px 24px rgba(0,0,0,.32);
}
.hero h1 .accent { color: #f3c9a4; }
.hero-sub { color: rgba(255,255,255,.92); font-size: clamp(15px, 1.7vw, 18px); margin-bottom: 26px; }
.hero-sub strong { color: #f3c9a4; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.badge {
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.34); color: #fff;
  border-radius: 999px; padding: 7px 15px; font-size: 14px; font-weight: 500;
  backdrop-filter: blur(4px);
}
.badge.badge-star { background: rgba(255,255,255,.94); color: var(--ink); border-color: transparent; font-weight: 700; }
.badge.badge-star .stars { color: #e8a33d; letter-spacing: .06em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* ── 空間資訊條 ── 本模板的招牌區塊。
   其他模板這個位置放星等或支柱條;咖啡廳放的是「能不能來、能待多久」的六個事實。
   規則:一格一件事,用 ✅/⛔ 直接回答,不要寫形容詞,不確定的就整格刪掉。 */
.facts { background: var(--brand-soft); padding: 30px 0; border-block: 1px solid var(--hairline); }
.facts-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.fact {
  text-align: center; background: #fff; border: 1px solid var(--hairline);
  border-radius: var(--radius); padding: 18px 12px 16px;
}
.fact .fact-icon { font-size: 24px; line-height: 1; display: block; margin-bottom: 8px; }
.fact strong {
  display: block; font-size: 15px; font-weight: 700; letter-spacing: .02em;
  line-height: 1.5; margin-bottom: 3px;
}
.fact.is-yes strong { color: var(--ok); }
.fact.is-no strong { color: var(--no); }
.fact p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; }
.facts-note {
  text-align: center; font-size: 13.5px; color: var(--ink-soft); margin-top: 16px;
}

/* ── 區塊通用 ── */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--ink); color: #f7efe6; }
.section-dark .section-title { color: #f7efe6; }
.section-dark .section-sub { color: rgba(247,239,230,.76); }
.section-eyebrow {
  text-align: center; color: var(--brand); font-weight: 700;
  letter-spacing: .26em; font-size: 13px; text-transform: uppercase; margin-bottom: 12px;
}
.section-dark .section-eyebrow { color: #f3c9a4; }
.section-title {
  font-family: var(--font-serif); font-weight: 900; text-align: center;
  font-size: clamp(27px, 3.9vw, 42px); line-height: 1.4; letter-spacing: .03em; margin-bottom: 14px;
}
.section-sub {
  text-align: center; color: var(--ink-soft); font-size: 16px;
  max-width: 720px; margin: 0 auto 48px;
}

/* ── 特色卡 ── */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: 34px 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--brand); }
.card-icon {
  display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px;
  background: var(--brand-soft); font-size: 27px; margin-bottom: 18px;
}
.card h3 { font-family: var(--font-serif); font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: .02em; }
.card p { color: var(--ink-soft); font-size: 15px; }

/* ── 咖啡豆單 ──
   自家烘焙店的主力區。每支豆一定要寫齊四件事:產區 / 處理法 / 風味 / 烘焙度,
   少寫一項,懂咖啡的客人就不會下單。 */
.bean-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bean {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bean:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.bean img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.bean-body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.bean-origin {
  font-size: 12.5px; color: var(--brand); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 5px;
}
.bean-body h3 { font-family: var(--font-serif); font-size: 19px; font-weight: 700; margin-bottom: 10px; letter-spacing: .02em; }
.bean-notes {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px;
}
.bean-notes li {
  background: var(--brand-soft); color: var(--brand-deep); border-radius: 999px;
  padding: 3px 11px; font-size: 12.5px; font-weight: 500;
}
.bean-body > p { color: var(--ink-soft); font-size: 14.5px; flex: 1; margin-bottom: 16px; }

/* 烘焙度刻度:四格,is-on 表示這支豆的烘焙度落點 */
.roast { margin-bottom: 14px; }
.roast-label { font-size: 12.5px; color: var(--ink-soft); letter-spacing: .06em; margin-bottom: 6px; }
.roast-scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.roast-scale span {
  height: 7px; border-radius: 999px; background: var(--hairline);
}
.roast-scale span.is-on { background: var(--brand); }
.bean-price {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--hairline);
  font-weight: 700; color: var(--ink); font-size: 15.5px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
}
.bean-price em { font-style: normal; font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.bean-cta { text-align: center; margin-top: 40px; }

/* ── 菜單價目 ── */
.menu-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
.menu-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.menu-block h3 {
  font-family: var(--font-serif); font-size: 19px; font-weight: 700; letter-spacing: .06em;
  padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid var(--brand);
}
.menu-block li {
  display: flex; align-items: baseline; gap: 10px; padding: 9px 0;
  border-bottom: 1px dashed var(--hairline); font-size: 15px;
}
.menu-block li span:first-child { flex: 1; }
.menu-block li .dots { flex: 1; border-bottom: 1px dotted var(--hairline); }
.menu-block li b { font-weight: 700; color: var(--brand-deep); white-space: nowrap; }
.menu-block li small { display: block; font-size: 12.5px; color: var(--ink-soft); line-height: 1.5; }
.menu-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.menu-photos img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.menu-note { text-align: center; color: var(--ink-soft); font-size: 13.5px; margin-top: 36px; }

/* ── 空間相簿 ── */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gallery figure { border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.gallery img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption {
  padding: 15px 20px; font-size: 14.5px; font-weight: 500; color: var(--ink);
  border-top: 3px solid var(--brand);
}
.ig-cta { text-align: center; margin-top: 34px; font-size: 16px; }
.ig-cta a { font-weight: 700; border-bottom: 2px solid var(--brand); padding-bottom: 3px; }

/* ── 烘豆師故事 ── */
.story-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.story-photo img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); aspect-ratio: 8 / 9; object-fit: cover; }
.story-text .section-eyebrow, .story-text .section-title { text-align: left; }
.story-text .section-title { margin-bottom: 20px; }
.story-text p { color: var(--ink-soft); margin-bottom: 16px; }
.story-text blockquote {
  font-family: var(--font-serif); font-size: clamp(19px, 2.3vw, 26px); font-weight: 700;
  color: var(--brand-deep); letter-spacing: .1em; margin: 26px 0;
  padding-left: 20px; border-left: 4px solid var(--brand);
}
.story-creds { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.story-creds li {
  border: 1px solid var(--hairline); background: #fff; border-radius: 999px;
  padding: 6px 15px; font-size: 13.5px; font-weight: 500; color: var(--brand-deep);
}

/* ── Google 評論 ── */
.review-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 18px;
  margin-bottom: 40px;
}
.review-score {
  font-family: var(--font-serif); font-size: 46px; font-weight: 900; line-height: 1; color: #f3c9a4;
}
.review-summary .stars { color: #e8a33d; font-size: 21px; letter-spacing: .08em; }
.review-summary p { color: rgba(247,239,230,.8); font-size: 15px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review {
  background: rgba(255,255,255,.06); border: 1px solid rgba(243,201,164,.26);
  border-radius: var(--radius); padding: 26px 26px 22px;
}
.review-stars { color: #e8a33d; letter-spacing: .1em; margin-bottom: 10px; }
.review p { font-size: 15px; color: rgba(247,239,230,.9); margin-bottom: 12px; }
.review footer { font-size: 13.5px; color: rgba(247,239,230,.6); }
.review-more { text-align: center; margin-top: 36px; }
.review-more a { color: #f3c9a4; font-weight: 700; border-bottom: 1px solid rgba(243,201,164,.5); padding-bottom: 3px; }

/* ── FAQ ── */
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: 4px 22px; transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] { border-color: var(--brand); box-shadow: var(--shadow); }
.faq-item summary {
  cursor: pointer; font-weight: 700; padding: 17px 30px 17px 0; list-style: none;
  position: relative; font-size: 16.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  color: var(--brand); font-size: 25px; font-weight: 400; line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--ink-soft); font-size: 15px; padding: 0 0 20px; }

/* ── 營業時間 + 聯絡 + 地圖 ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.contact-info .section-eyebrow, .contact-info .section-title, .contact-info .section-sub { text-align: left; margin-left: 0; }
.contact-info .section-sub { margin-bottom: 28px; }
.hours-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.hours-table th, .hours-table td {
  text-align: left; padding: 12px 0; border-bottom: 1px dashed var(--hairline); font-size: 15.5px;
}
.hours-table th { width: 116px; font-weight: 700; color: var(--brand-deep); }
.hours-table tr.is-closed td { color: var(--no); font-weight: 500; }
.contact-list { margin-bottom: 30px; }
.contact-list li {
  display: grid; grid-template-columns: 88px 1fr; gap: 14px;
  padding: 14px 0; border-bottom: 1px dashed var(--hairline); font-size: 15.5px;
}
.contact-list strong { color: var(--brand-deep); font-weight: 700; }
.map-embed {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  border: 1px solid var(--hairline); background: #fff;
}
.map-embed iframe { width: 100%; height: 480px; border: 0; display: block; }

/* ── Footer ── */
.site-footer { background: var(--ink); color: rgba(247,239,230,.82); padding: 56px 0 0; }
.footer-inner {
  display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 40px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(247,239,230,.14);
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-name { font-family: var(--font-serif); font-size: 22px; font-weight: 900; color: #fff; letter-spacing: .06em; }
.footer-slogan { font-size: 13px; color: #f3c9a4; letter-spacing: .16em; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px; align-content: start; }
.footer-nav a { color: rgba(247,239,230,.82); font-size: 14.5px; }
.footer-nav a:hover { color: #f3c9a4; }
.footer-contact p { font-size: 14.5px; margin-bottom: 6px; }
.footer-contact a { color: #f3c9a4; }
.footer-copy { text-align: center; padding: 22px 0; font-size: 13px; color: rgba(247,239,230,.5); }

/* ── 浮動 LINE 鈕 ── */
.line-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 120;
  display: flex; align-items: center; gap: 8px;
  background: #06c755; color: #fff; font-weight: 700;
  padding: 14px 22px; border-radius: 999px; box-shadow: 0 8px 26px rgba(6,199,85,.34);
  transition: transform .16s ease, box-shadow .16s ease;
}
.line-float:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(6,199,85,.44); }

/* ── 捲動顯示動畫 ──
   內容預設是「看得見」的:只有 main.js 成功掛上 IntersectionObserver 後,
   才會在 <html> 加上 .js-reveal 把元素藏起來等進場。
   JS 沒載到 / 被擋 / 出錯時整頁照樣讀得到,不會變空白頁。 */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js-reveal .reveal.is-visible { opacity: 1; transform: none; }
.js-reveal .card-grid .reveal:nth-child(2), .js-reveal .bean-grid .reveal:nth-child(2),
.js-reveal .gallery .reveal:nth-child(2), .js-reveal .review-grid .reveal:nth-child(2),
.js-reveal .facts-grid .reveal:nth-child(2) { transition-delay: .08s; }
.js-reveal .card-grid .reveal:nth-child(3), .js-reveal .bean-grid .reveal:nth-child(3),
.js-reveal .gallery .reveal:nth-child(3), .js-reveal .review-grid .reveal:nth-child(3),
.js-reveal .facts-grid .reveal:nth-child(3) { transition-delay: .16s; }
.js-reveal .card-grid .reveal:nth-child(4), .js-reveal .bean-grid .reveal:nth-child(4),
.js-reveal .gallery .reveal:nth-child(4), .js-reveal .review-grid .reveal:nth-child(4),
.js-reveal .facts-grid .reveal:nth-child(4) { transition-delay: .24s; }
.js-reveal .facts-grid .reveal:nth-child(5) { transition-delay: .32s; }
.js-reveal .facts-grid .reveal:nth-child(6) { transition-delay: .40s; }

/* ═══════ RWD:1024 / 768 / 375 ═══════ */
@media (max-width: 1024px) {
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .bean-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-layout { grid-template-columns: 1fr; gap: 36px; }
  .menu-photos { grid-template-columns: repeat(4, 1fr); }
  .menu-photos img { aspect-ratio: 1 / 1; }
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-photo img { aspect-ratio: 16 / 10; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .map-embed iframe { height: 380px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .main-nav a { padding: 8px 9px; font-size: 14px; }
  .header-cta .btn-outline { display: none; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 72px; }
  .header-inner { height: 72px; gap: 12px; }
  .logo img { width: 38px; height: 38px; }
  .logo-text strong { font-size: 18px; }
  .logo-text em { font-size: 10px; letter-spacing: .16em; }
  .header-cta { margin-left: auto; }
  .header-cta .btn { padding: 9px 16px; font-size: 14px; }
  .nav-toggle {
    display: grid; gap: 5px; width: 42px; height: 42px; place-content: center;
    border-radius: 10px; border: 1px solid var(--hairline); background: #fff;
  }
  .nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--hairline);
    box-shadow: var(--shadow); padding: 8px 4%; display: none;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 8px; font-size: 16px; border-bottom: 1px solid var(--hairline); border-radius: 0; }
  .main-nav a:last-child { border-bottom: 0; }

  .today-bar { font-size: 13px; }
  .hero { min-height: auto; padding: 60px 0 68px; background-position: 64% center; }
  .hero-sub br { display: none; }
  .section { padding: 60px 0; }
  .section-sub { margin-bottom: 34px; }
  .facts { padding: 24px 0; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .fact { padding: 15px 10px 13px; }
  .fact strong { font-size: 14.5px; }
  .card-grid, .bean-grid, .gallery, .review-grid { grid-template-columns: 1fr; }
  .menu-cols { grid-template-columns: 1fr; gap: 28px; }
  .menu-photos { grid-template-columns: repeat(2, 1fr); }
  .card { padding: 26px 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); justify-items: center; }
  .contact-list li { grid-template-columns: 72px 1fr; gap: 10px; font-size: 15px; }
  .line-float { right: 14px; bottom: 14px; padding: 13px 19px; }
  .hero-cta .btn, .bean-cta .btn { flex: 1 1 100%; }
}

@media (max-width: 380px) {
  .line-float span { display: none; }
  .line-float { padding: 15px; }
  .badge { font-size: 13px; padding: 6px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-reveal .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .card:hover, .bean:hover, .line-float:hover { transform: none; }
  .gallery figure:hover img { transform: none; }
}

@media print {
  .site-header, .line-float, .map-embed, .nav-toggle, .today-bar { display: none; }
  .hero { background: none; color: var(--ink); min-height: auto; padding: 20px 0; }
  .hero h1, .hero-sub, .badge { color: var(--ink); }
  .section-dark { background: none; color: var(--ink); }
  .section-dark .section-title, .review p, .review footer { color: var(--ink); }
  .js-reveal .reveal { opacity: 1 !important; transform: none !important; }
}
