/* Home Color — 設計系統 */
:root {
  --hc-bg: #FFF3E5;          /* 奶油橘白 */
  --hc-bg-2: #F6DDC2;        /* 淺烘焙橘 */
  --hc-paper: #FFF9F1;
  --hc-ink: #2A160C;         /* 深咖啡字 */
  --hc-ink-2: #65412B;
  --hc-mute: #9B745C;
  --hc-line: #E7C6A8;
  --hc-brand-d: #7A3D18;     /* logo 深橘棕 */
  --hc-brand: #C87028;       /* sampled logo orange */
  --hc-brand-l: #F09A47;
  --hc-accent: #E38332;
  --hc-radius: 2px;
  --hc-radius-lg: 14px;
  --hc-shadow: 0 1px 0 rgba(120,61,24,0.08), 0 18px 46px -24px rgba(120,61,24,0.34);
  --hc-serif: "Noto Serif TC", "Source Han Serif TC", "PingFang TC", serif;
  --hc-sans: "Noto Sans TC", "PingFang TC", -apple-system, sans-serif;
  --hc-display: "Fraunces", "EB Garamond", "Noto Serif TC", serif;
  --hc-mono: "JetBrains Mono", ui-monospace, monospace;
  --hc-fs-base: 16px;
}

/* ===== Style preset: modern (現代極簡) ===== */
[data-preset="modern"] {
  --hc-bg: #FFF9F1;
  --hc-bg-2: #F3E2D0;
  --hc-paper: #FFFFFF;
  --hc-ink: #0E0E0C;
  --hc-ink-2: #2A2A26;
  --hc-mute: #8E7560;
  --hc-line: #EBD6C0;
  --hc-brand-d: #7A3D18;
  --hc-brand: #C87028;
  --hc-brand-l: #F09A47;
  --hc-radius-lg: 0px;
  --hc-serif: "Noto Sans TC", -apple-system, sans-serif;
  --hc-display: "Fraunces", "Noto Sans TC", sans-serif;
}
[data-preset="modern"] .hc-hero h1,
[data-preset="modern"] .hc-section-head h2,
[data-preset="modern"] .hc-drink-name,
[data-preset="modern"] .hc-bean-name,
[data-preset="modern"] .hc-process-title,
[data-preset="modern"] .hc-news-title,
[data-preset="modern"] .hc-order-cta h3 {
  font-family: "Noto Sans TC", -apple-system, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}
[data-preset="modern"] .hc-hero h1 em,
[data-preset="modern"] .hc-section-head h2 em { font-style: normal; color: var(--hc-brand); font-weight: 600; }
[data-preset="modern"] .hc-about-quote { font-family: "Noto Sans TC"; font-style: normal; font-weight: 500; font-size: 22px; line-height: 1.5; }
[data-preset="modern"] .hc-tab { font-family: "Noto Sans TC"; font-weight: 500; font-size: 15px; }
[data-preset="modern"] .hc-drink-price,
[data-preset="modern"] .hc-bean-price,
[data-preset="modern"] .hc-process-num,
[data-preset="modern"] .hc-size-code,
[data-preset="modern"] .hc-hero-num { font-family: "Fraunces"; font-style: normal; font-weight: 500; }
[data-preset="modern"] .hc-marquee-track { font-family: "Noto Sans TC"; font-style: normal; font-weight: 500; font-size: 18px; letter-spacing: 0.04em; }
[data-preset="modern"] .hc-btn { border-radius: 0; }
[data-preset="modern"] .hc-nav-cta { border-radius: 0; }

/* ===== Style preset: lux dark (暗黑精品) ===== */
[data-preset="lux"] {
  --hc-bg: #14100C;
  --hc-bg-2: #1F1812;
  --hc-paper: #251D16;
  --hc-ink: #F2E6D2;
  --hc-ink-2: #D7C4A8;
  --hc-mute: #8A7A66;
  --hc-line: #3D2E20;
  --hc-brand-d: #F09A47;
  --hc-brand: #E38332;
  --hc-brand-l: #F7B36B;
}
[data-preset="lux"] .hc-hero-visual { background: #0A0805; }
[data-preset="lux"] .hc-about-img,
[data-preset="lux"] .hc-visit-img { background: #0A0805; }
[data-preset="lux"] .hc-bean-card { background: #1F1812; border-color: #3D2E20; }
[data-preset="lux"] .hc-drink-notes span { background: #1F1812; color: var(--hc-brand-l); border: 1px solid #3D2E20; }
[data-preset="lux"] .hc-visit { background: #0A0805; }
[data-preset="lux"] .hc-visit-cta .hc-btn-primary { background: var(--hc-brand); color: #0A0805; }
[data-preset="lux"] .hc-btn-primary { background: var(--hc-brand); color: #0A0805; }
[data-preset="lux"] .hc-btn-primary:hover { background: var(--hc-brand-l); }
[data-preset="lux"] .hc-nav-cta:hover { background: var(--hc-brand); color: #0A0805; border-color: var(--hc-brand); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  padding: 0;
  background: var(--hc-bg);
  color: var(--hc-ink);
  font-family: var(--hc-sans);
  font-size: var(--hc-fs-base);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

.serif { font-family: var(--hc-serif); }
.display { font-family: var(--hc-display); font-style: italic; font-weight: 400; }
.mono { font-family: var(--hc-mono); font-size: 0.78em; letter-spacing: 0.06em; text-transform: uppercase; }

.hc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===== Top bar ===== */
.hc-nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: color-mix(in oklab, var(--hc-bg) 82%, transparent);
  border-bottom: 1px solid color-mix(in oklab, var(--hc-line) 60%, transparent);
}
.hc-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
  max-width: 1240px; margin: 0 auto;
}
.hc-brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--hc-serif); font-weight: 600; letter-spacing: 0.02em;
}
.hc-brand img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 1px 0 rgba(255,255,255,0.45)); }
.hc-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.hc-brand-text small { font-family: var(--hc-mono); font-size: 9px; color: var(--hc-mute); letter-spacing: 0.18em; }
.hc-nav-links { display: flex; gap: 28px; align-items: center; }
.hc-nav-links a {
  font-size: 14px; color: var(--hc-ink-2);
  position: relative; padding: 6px 0;
  transition: color 0.2s;
}
.hc-nav-links a:hover { color: var(--hc-brand-d); }
.hc-nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--hc-brand);
  transition: width 0.3s ease;
}
.hc-nav-links a:hover::after { width: 100%; }
.hc-nav-cta {
  font-size: 13px; padding: 9px 18px;
  border: 1px solid color-mix(in oklab, var(--hc-brand) 72%, var(--hc-line));
  border-radius: 999px;
  background: color-mix(in oklab, var(--hc-brand) 8%, var(--hc-paper));
  color: var(--hc-brand-d);
  transition: all 0.2s;
}
.hc-nav-cta:hover {
  background: var(--hc-brand);
  border-color: var(--hc-brand);
  color: #FFF9F1;
  box-shadow: 0 10px 24px -18px rgba(120,61,24,0.75);
}

/* ===== Hero ===== */
.hc-hero {
  padding: 60px 0 80px;
  position: relative;
}
.hc-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--hc-mono); font-size: 11px;
  color: var(--hc-brand-d);
  margin-bottom: 28px;
}
.hc-eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--hc-brand);
}
.hc-hero h1 {
  font-family: var(--hc-serif);
  font-weight: 500;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  color: var(--hc-ink);
  text-wrap: balance;
}
.hc-hero h1 em {
  font-family: var(--hc-display);
  font-style: italic;
  font-weight: 400;
  color: var(--hc-brand);
}
.hc-hero-sub {
  font-size: 17px; color: var(--hc-ink-2);
  max-width: 460px; line-height: 1.75;
  margin-bottom: 36px;
}
.hc-hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hc-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; font-size: 14px;
  border-radius: 999px;
  transition: all 0.25s ease;
}
.hc-btn-primary {
  background: linear-gradient(135deg, var(--hc-brand), var(--hc-brand-d));
  color: #FFF9F1;
  box-shadow: 0 14px 32px -22px rgba(120,61,24,0.72);
}
.hc-btn-primary:hover {
  background: linear-gradient(135deg, var(--hc-brand-l), var(--hc-brand));
  transform: translateY(-1px);
  box-shadow: 0 18px 40px -24px rgba(120,61,24,0.82);
}
.hc-btn-ghost { color: var(--hc-ink); }
.hc-btn-ghost:hover { color: var(--hc-brand-d); gap: 14px; }
.hc-btn .arrow { transition: transform 0.25s; }
.hc-btn:hover .arrow { transform: translateX(3px); }

/* hero visual */
.hc-hero-visual {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--hc-radius-lg);
  overflow: hidden;
  background: var(--hc-brand-d);
  box-shadow: var(--hc-shadow);
}
.hc-hero-visual > svg,
.hc-hero-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hc-about-img > img { width: 100%; height: 100%; display: block; object-fit: contain; background: var(--hc-bg-2); }
.hc-visit-img > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hc-hero-tag {
  position: absolute; left: 22px; bottom: 22px;
  font-family: var(--hc-mono); color: rgba(255,240,220,0.85);
  font-size: 11px;
}
.hc-hero-num {
  position: absolute; right: 22px; top: 22px;
  font-family: var(--hc-display); font-style: italic;
  color: rgba(255,240,220,0.9); font-size: 64px;
  line-height: 1;
  text-shadow: 0 2px 22px rgba(0,0,0,0.28);
}
.hc-hero-meta {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--hc-line);
}
.hc-hero-meta dt {
  font-family: var(--hc-mono); font-size: 10px;
  color: var(--hc-mute); margin-bottom: 6px;
}
.hc-hero-meta dd {
  margin: 0; font-family: var(--hc-serif);
  font-size: 18px; color: var(--hc-ink);
}

/* marquee */
.hc-marquee {
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
  overflow: hidden;
  background: linear-gradient(90deg, #F9E3C9 0%, var(--hc-bg) 48%, #F5D4AF 100%);
  padding: 18px 0;
}
.hc-marquee-track {
  display: flex; gap: 56px;
  white-space: nowrap;
  animation: hc-marquee 38s linear infinite;
  font-family: var(--hc-display); font-style: italic;
  font-size: 26px; color: var(--hc-brand-d);
}
.hc-marquee-track span { display: inline-flex; align-items: center; gap: 56px; }
.hc-marquee-track span::after { content: "·"; color: var(--hc-brand); font-size: 24px; font-style: normal; }
@keyframes hc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== Section base ===== */
section { padding: 120px 0; position: relative; }
.hc-section-head {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 56px; margin-bottom: 64px;
  align-items: end;
}
.hc-section-head .label {
  font-family: var(--hc-mono); font-size: 11px;
  color: var(--hc-brand-d);
}
.hc-section-head h2 {
  font-family: var(--hc-serif); font-weight: 500;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.1; margin: 0;
  letter-spacing: -0.01em;
  color: var(--hc-ink);
  text-wrap: balance;
}
.hc-section-head h2 em {
  font-family: var(--hc-display); font-style: italic;
  font-weight: 400; color: var(--hc-brand);
}

/* ===== About ===== */
.hc-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.hc-about p { font-size: 17px; color: var(--hc-ink-2); line-height: 1.85; margin: 0 0 22px; }
.hc-about-quote {
  font-family: var(--hc-display); font-style: italic;
  font-size: 28px; line-height: 1.4;
  color: var(--hc-brand-d);
  border-left: 2px solid var(--hc-brand);
  padding-left: 22px; margin: 32px 0;
}
.hc-about-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.hc-about-pills span {
  font-family: var(--hc-mono); font-size: 10px;
  padding: 7px 14px; border: 1px solid var(--hc-line);
  border-radius: 999px; color: var(--hc-ink-2);
}
.hc-about-img {
  aspect-ratio: 3/4;
  background: var(--hc-brand-d);
  border-radius: var(--hc-radius-lg);
  position: relative; overflow: hidden;
}
.hc-about-img > svg { width: 100%; height: 100%; display: block; }
.hc-placeholder-tag {
  position: absolute; left: 16px; bottom: 16px;
  font-family: var(--hc-mono); font-size: 10px;
  color: rgba(255,240,220,0.85);
  z-index: 2;
}

/* ===== Drinks ===== */
.hc-drinks-tabs {
  display: flex; gap: 4px; flex-wrap: wrap;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--hc-line);
}
.hc-tab {
  padding: 14px 22px;
  font-family: var(--hc-serif);
  font-size: 18px; color: var(--hc-mute);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.2s;
  display: flex; align-items: baseline; gap: 10px;
}
.hc-tab small { font-family: var(--hc-mono); font-size: 9px; color: var(--hc-mute); }
.hc-tab:hover { color: var(--hc-ink-2); }
.hc-tab.active {
  color: var(--hc-brand-d);
  border-bottom-color: var(--hc-brand);
  background: linear-gradient(180deg, transparent 10%, color-mix(in oklab, var(--hc-brand) 10%, transparent) 100%);
}
.hc-tab.active small { color: var(--hc-brand); }

.hc-drinks-intro {
  display: grid; grid-template-columns: 1fr 320px;
  gap: 48px; margin-bottom: 48px; align-items: end;
}
.hc-drinks-intro p {
  font-family: var(--hc-display); font-style: italic;
  font-size: 24px; line-height: 1.5; color: var(--hc-ink-2); margin: 0;
}
.hc-drinks-intro .meta {
  font-family: var(--hc-mono); font-size: 10px;
  color: var(--hc-mute); text-align: right;
}

.hc-drinks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hc-line);
}
.hc-drink-card {
  border-bottom: 1px solid var(--hc-line);
  border-right: 1px solid var(--hc-line);
  padding: 28px 28px 32px;
  position: relative;
  transition: background 0.3s;
  cursor: pointer;
  display: flex; flex-direction: column;
  min-width: 0;
}
.hc-drink-cup {
  width: 100%; height: 282px;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.hc-drink-cup svg { max-height: 100%; width: auto; }
.hc-drink-illust {
  height: 100%; width: auto; object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 8px 18px rgba(74,44,26,0.22));
}
.hc-drink-card:hover .hc-drink-cup { transform: translateY(-6px); }
.hc-drink-card:nth-child(3n) { border-right: none; }
.hc-drink-card:hover { background: color-mix(in oklab, var(--hc-brand) 8%, var(--hc-paper)); }
.hc-drink-card:hover .hc-drink-name { color: var(--hc-brand-d); }
.hc-drink-num {
  font-family: var(--hc-mono); font-size: 10px;
  color: var(--hc-mute); margin-bottom: 18px;
}
.hc-drink-name {
  font-family: var(--hc-serif); font-size: 22px;
  font-weight: 500; line-height: 1.3; margin: 0 0 4px;
  color: var(--hc-ink);
  transition: color 0.2s;
}
.hc-drink-en {
  font-family: var(--hc-display); font-style: italic;
  color: var(--hc-mute); font-size: 14px; margin-bottom: 18px;
}
.hc-drink-notes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.hc-drink-notes span {
  font-size: 11px; padding: 4px 10px;
  background: var(--hc-bg-2); color: var(--hc-ink-2);
  border-radius: 999px;
}
.hc-drink-roast {
  font-family: var(--hc-mono); font-size: 10px; color: var(--hc-brand-d);
  letter-spacing: 0.1em; margin-bottom: 12px;
}
.hc-drink-foot {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding-top: 16px; margin-top: auto;
  border-top: 1px dashed var(--hc-line);
}
.hc-drink-process { font-family: var(--hc-mono); font-size: 10px; color: var(--hc-mute); }
.hc-drink-prices { display: flex; gap: 18px; align-items: baseline; }
.hc-price-pair { display: inline-flex; align-items: baseline; gap: 6px; }
.hc-price-pair em {
  font-family: var(--hc-mono); font-style: normal; font-size: 10px;
  color: var(--hc-mute); letter-spacing: 0.1em;
}
.hc-price-pair b {
  font-family: var(--hc-display); font-style: italic; font-weight: 500;
  font-size: 24px; color: var(--hc-brand-d);
}
.hc-drink-rec {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--hc-mono); font-size: 9px; letter-spacing: 0.12em;
  background: linear-gradient(135deg, var(--hc-brand), var(--hc-brand-l));
  color: #FFF9F1;
  padding: 4px 9px; border-radius: 999px; z-index: 2;
  box-shadow: 0 8px 18px -14px rgba(120,61,24,0.88);
}

/* ===== Beans ===== */
.hc-beans { background: var(--hc-bg-2); }
.hc-beans-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.hc-bean-card {
  background: var(--hc-paper);
  border: 1px solid var(--hc-line);
  border-radius: var(--hc-radius-lg);
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s;
}
.hc-bean-card:hover { transform: translateY(-4px); box-shadow: var(--hc-shadow); }
.hc-bean-bag {
  aspect-ratio: 1/1;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hc-bean-bag svg { width: 80%; height: 80%; transition: transform 0.4s ease; }
.hc-bean-card:hover .hc-bean-bag svg { transform: translateY(-4px) rotate(-3deg); }
.hc-bean-info { padding: 22px; }
.hc-bean-name {
  font-family: var(--hc-serif); font-size: 19px;
  font-weight: 500; margin: 0 0 4px; color: var(--hc-ink);
}
.hc-bean-origin {
  font-family: var(--hc-mono); font-size: 10px;
  color: var(--hc-mute); margin-bottom: 14px;
}
.hc-bean-desc { font-size: 13px; color: var(--hc-ink-2); line-height: 1.65; margin: 0 0 18px; min-height: 64px; }
.hc-bean-foot {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 14px; border-top: 1px solid var(--hc-line);
}
.hc-bean-weight { font-family: var(--hc-mono); font-size: 10px; color: var(--hc-mute); }
.hc-bean-price { font-family: var(--hc-display); font-style: italic; font-size: 22px; color: var(--hc-brand-d); }
.hc-bean-flavor { display: flex; gap: 4px; margin-bottom: 14px; flex-wrap: wrap; }
.hc-bean-flavor span { font-size: 10px; color: var(--hc-mute); }
.hc-bean-flavor span:not(:last-child)::after { content: " ・"; }

/* ===== Cup sizes ===== */
.hc-sizes { background: var(--hc-paper); }
.hc-sizes-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--hc-line);
  border-bottom: 1px solid var(--hc-line);
}
.hc-size-card {
  padding: 40px 28px;
  border-right: 1px solid var(--hc-line);
  display: flex; flex-direction: column; align-items: center; gap: 24px;
  text-align: center;
}
.hc-size-card:last-child { border-right: none; }
.hc-size-illust { height: 200px; width: 120px; display: flex; align-items: flex-end; justify-content: center; }
.hc-size-illust svg { width: 100%; height: 100%; display: block; }
.hc-size-meta { display: flex; flex-direction: column; gap: 4px; }
.hc-size-code { font-family: var(--hc-display); font-style: italic; font-size: 44px; color: var(--hc-brand-d); line-height: 1; }
.hc-size-ml { font-family: var(--hc-mono); font-size: 11px; color: var(--hc-mute); letter-spacing: 0.1em; }
.hc-size-note { font-family: var(--hc-serif); font-size: 16px; color: var(--hc-ink-2); margin-top: 6px; }
.hc-size-byo { background: var(--hc-bg-2); }

/* ===== Order CTA ===== */
.hc-order-cta {
  margin-top: 64px;
  padding: 36px 40px;
  background:
    radial-gradient(circle at 18% 0%, rgba(240,154,71,0.22), transparent 34%),
    linear-gradient(135deg, color-mix(in oklab, var(--hc-brand) 12%, var(--hc-paper)), var(--hc-bg-2));
  border: 1px solid color-mix(in oklab, var(--hc-brand) 24%, var(--hc-line));
  border-radius: var(--hc-radius-lg);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}
.hc-order-cta h3 { font-family: var(--hc-serif); font-size: 24px; margin: 0; font-weight: 500; color: var(--hc-ink); max-width: 480px; }

/* ===== Process / Brewing ===== */
.hc-process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.hc-process-step {
  padding: 32px 28px 32px 0;
  border-top: 1px solid color-mix(in oklab, var(--hc-brand) 48%, var(--hc-line));
  position: relative;
}
.hc-process-step::before {
  content: "";
  position: absolute; left: 0; top: -1px;
  width: 8px; height: 8px; background: var(--hc-brand);
  transform: translateY(-50%);
  border-radius: 50%;
}
.hc-process-num {
  font-family: var(--hc-display); font-style: italic;
  font-size: 56px; color: var(--hc-brand);
  line-height: 1; margin-bottom: 16px;
}
.hc-process-title {
  font-family: var(--hc-serif); font-size: 22px;
  margin: 0 0 8px; font-weight: 500; color: var(--hc-ink);
}
.hc-process-en { font-family: var(--hc-mono); font-size: 10px; color: var(--hc-mute); margin-bottom: 14px; }
.hc-process-desc { font-size: 14px; color: var(--hc-ink-2); line-height: 1.7; margin: 0; }

/* ===== Store / Visit ===== */
.hc-visit {
  background:
    radial-gradient(circle at 18% 2%, rgba(240,154,71,0.32), transparent 34%),
    linear-gradient(135deg, #5A2A13 0%, #2A160C 100%);
  color: #F2E6D2;
}
.hc-visit .hc-section-head h2 { color: #F2E6D2; }
.hc-visit .hc-section-head h2 em { color: var(--hc-brand-l); }
.hc-visit .hc-section-head .label { color: var(--hc-brand-l); }
.hc-visit-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
.hc-visit-info dl { display: grid; grid-template-columns: 130px 1fr; gap: 18px 24px; margin: 0; }
.hc-visit-info dt {
  font-family: var(--hc-mono); font-size: 11px;
  color: var(--hc-brand-l); padding-top: 4px;
}
.hc-visit-info dd {
  margin: 0; font-family: var(--hc-serif); font-size: 18px;
  line-height: 1.7;
}
.hc-visit-hours { display: grid; grid-template-columns: 80px 1fr; gap: 6px 16px; font-size: 14px; }
.hc-visit-hours div:nth-child(odd) { color: var(--hc-brand-l); font-family: var(--hc-mono); font-size: 11px; padding-top: 3px; }
.hc-visit-img {
  aspect-ratio: 1/1.05;
  background: #2A160C;
  border-radius: var(--hc-radius-lg);
  position: relative; overflow: hidden;
}
.hc-visit-img > svg { width: 100%; height: 100%; display: block; }
.hc-visit-img { display: block; text-decoration: none; cursor: pointer; transition: transform 0.4s ease; }
.hc-visit-img:hover { transform: translateY(-2px); }
.hc-visit-img:hover > img { transform: scale(1.03); }
.hc-visit-img > img { transition: transform 0.6s ease; }
.hc-storefront-card { aspect-ratio: 4/3; align-self: start; box-shadow: 0 22px 48px -30px rgba(0,0,0,0.55); }
.hc-storefront-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.06) 45%, rgba(0,0,0,0.42) 100%);
  pointer-events: none;
}
.hc-storefront-num {
  position: absolute; right: 18px; top: 14px; z-index: 2;
  font-family: var(--hc-display); font-size: clamp(42px, 7vw, 76px);
  font-style: italic; line-height: 0.9;
  color: rgba(255,245,226,0.94);
  text-shadow: 0 2px 22px rgba(0,0,0,0.32);
}
.hc-visit-cta { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; }
.hc-visit-cta .hc-btn-primary { background: #FFF9F1; color: var(--hc-brand-d); }
.hc-visit-cta .hc-btn-primary:hover { background: #fff; transform: translateY(-1px); }
.hc-visit-cta .hc-btn-ghost { color: #F2E6D2; border: 1px solid color-mix(in oklab, var(--hc-brand-l) 50%, transparent); padding: 14px 26px; }

/* ===== Waiting area ===== */
.hc-waiting {
  margin-top: 80px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  align-items: stretch;
}
.hc-waiting-img {
  aspect-ratio: 4/3;
  background: var(--hc-bg-2);
  border-radius: var(--hc-radius-lg);
  border: 1px solid color-mix(in oklab, var(--hc-brand-l) 45%, transparent);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  box-shadow: 0 24px 60px -34px rgba(0,0,0,0.68);
}
.hc-waiting-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 42%, rgba(0,0,0,0.38) 100%);
  pointer-events: none;
}
.hc-waiting-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hc-waiting-placeholder {
  text-align: center; color: var(--hc-brand-l);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 24px;
}
.hc-waiting-icon { font-size: 56px; }
.hc-waiting-label { font-family: var(--hc-mono); font-size: 11px; letter-spacing: 0.18em; }
.hc-waiting-note { font-family: var(--hc-serif); font-size: 16px; opacity: 0.85; }
.hc-waiting-tag {
  position: absolute; left: 16px; bottom: 16px;
  font-family: var(--hc-mono); font-size: 10px;
  color: rgba(255,236,202,0.82); opacity: 0.95;
  z-index: 2;
}
.hc-waiting-text { display: flex; flex-direction: column; justify-content: center; }
.hc-waiting-text .label {
  font-family: var(--hc-mono); font-size: 11px;
  color: var(--hc-brand-l); margin-bottom: 18px;
}
.hc-waiting-text h3 {
  font-family: var(--hc-serif); font-weight: 500;
  font-size: clamp(28px, 3vw, 40px); line-height: 1.2;
  margin: 0 0 22px; color: #F2E6D2;
}
.hc-waiting-text h3 br + * { color: var(--hc-brand-l); }
.hc-waiting-text p { font-size: 15px; line-height: 1.85; color: #D7C4A8; margin: 0 0 24px; }
.hc-waiting-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.hc-waiting-pills span {
  font-family: var(--hc-mono); font-size: 10px;
  padding: 7px 14px;
  border: 1px solid color-mix(in oklab, var(--hc-brand-l) 40%, transparent);
  border-radius: 999px; color: var(--hc-brand-l);
}

/* ===== News ===== */
.hc-news-list { display: flex; flex-direction: column; }
.hc-news-row {
  display: grid; grid-template-columns: 130px 100px 1fr auto;
  gap: 32px; align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--hc-line);
  cursor: pointer;
  transition: padding 0.3s;
}
.hc-news-row:last-child { border-bottom: 1px solid var(--hc-line); }
.hc-news-row:hover { padding-left: 16px; }
.hc-news-row:hover .hc-news-title { color: var(--hc-brand-d); }
.hc-news-date { font-family: var(--hc-mono); font-size: 11px; color: var(--hc-mute); }
.hc-news-tag {
  font-family: var(--hc-mono); font-size: 10px;
  padding: 5px 10px; border: 1px solid var(--hc-line);
  border-radius: 999px; justify-self: start;
  color: var(--hc-ink-2);
}
.hc-news-title {
  font-family: var(--hc-serif); font-size: 19px;
  color: var(--hc-ink); transition: color 0.2s;
}
.hc-news-title small {
  display: block; font-family: var(--hc-sans);
  font-size: 13px; color: var(--hc-mute); margin-top: 4px; font-weight: 400;
}
.hc-news-arrow { font-family: var(--hc-display); font-style: italic; color: var(--hc-brand); font-size: 24px; }

/* ===== Footer ===== */
.hc-footer {
  background: linear-gradient(180deg, var(--hc-bg-2), #F3CFAB);
  padding: 80px 0 40px;
  border-top: 1px solid var(--hc-line);
}
.hc-footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--hc-line);
}
.hc-footer h4 {
  font-family: var(--hc-mono); font-size: 11px;
  color: var(--hc-brand-d); margin: 0 0 18px;
}
.hc-footer ul { list-style: none; padding: 0; margin: 0; }
.hc-footer li { font-size: 14px; color: var(--hc-ink-2); margin-bottom: 10px; }
.hc-footer li a { transition: color 0.2s; }
.hc-footer li a:hover { color: var(--hc-brand-d); }
.hc-footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.hc-footer-brand img { width: 56px; }
.hc-footer-brand p {
  font-family: var(--hc-display); font-style: italic;
  font-size: 18px; color: var(--hc-ink-2); margin: 4px 0 0; line-height: 1.5;
}
.hc-footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  font-family: var(--hc-mono); font-size: 10px;
  color: var(--hc-mute);
}

/* ===== Online order floating action ===== */
.hc-order-fab {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  color: #FBF7F0;
  background: linear-gradient(135deg, var(--hc-brand-l), var(--hc-brand) 48%, var(--hc-brand-d));
  box-shadow: 0 16px 42px -18px rgba(120,61,24,0.82), 0 0 0 1px rgba(255,255,255,0.2) inset;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.hc-order-fab:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--hc-brand-l), var(--hc-accent));
  box-shadow: 0 20px 54px -20px rgba(120,61,24,0.9), 0 0 0 1px rgba(255,255,255,0.24) inset;
}
.hc-order-fab-icon {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  font-family: var(--hc-serif);
  font-size: 16px;
}
.hc-order-fab strong {
  display: block;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
.hc-order-fab small {
  display: block;
  margin-top: 4px;
  font-family: var(--hc-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  color: rgba(255,245,226,0.72);
}

/* ===== Reveal animation ===== */
.hc-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease, transform 0.9s ease; }
.hc-reveal.in { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hc-nav-links { display: none; }
  .hc-hero { padding: 40px 0 60px; }
  .hc-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hc-hero-visual { aspect-ratio: 4/3; max-height: 460px; }
  .hc-section-head { grid-template-columns: 1fr; gap: 18px; }
  .hc-about-grid { grid-template-columns: 1fr; gap: 40px; }
  .hc-drinks-tabs { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .hc-drinks-tabs::-webkit-scrollbar { display: none; }
  .hc-tab { flex: 0 0 auto; }
  .hc-drinks-intro { grid-template-columns: 1fr; gap: 18px; }
  .hc-drinks-intro .meta { text-align: left; }
  .hc-drinks-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-drink-card:nth-child(3n) { border-right: 1px solid var(--hc-line); }
  .hc-drink-card:nth-child(2n) { border-right: none; }
  .hc-sizes-grid { grid-template-columns: 1fr 1fr; }
  .hc-size-card:nth-child(2n) { border-right: none; }
  .hc-size-card:nth-child(-n+2) { border-bottom: 1px solid var(--hc-line); }
  .hc-beans-grid { grid-template-columns: repeat(2, 1fr); }
  .hc-process-grid { grid-template-columns: 1fr 1fr; }
  .hc-visit-grid { grid-template-columns: 1fr; }
  .hc-waiting { grid-template-columns: 1fr; gap: 32px; margin-top: 56px; }
  .hc-footer-grid { grid-template-columns: 1fr 1fr; }
  .hc-news-row { grid-template-columns: 100px 1fr; gap: 12px; }
  .hc-news-row .hc-news-tag { display: none; }
  .hc-news-row .hc-news-arrow { display: none; }
  section { padding: 80px 0; }
  .hc-container { padding: 0 22px; }
  .hc-nav-inner { padding: 14px 22px; }
  .hc-hero-meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .hc-container { padding: 0 20px; }
  .hc-nav-inner { padding: 12px 20px; gap: 14px; }
  .hc-brand { gap: 10px; min-width: 0; }
  .hc-brand img { width: 34px; height: 34px; }
  .hc-brand-text { min-width: 0; font-size: 17px; }
  .hc-brand-text small {
    font-size: 8px;
    letter-spacing: 0.14em;
    max-width: 150px;
    white-space: normal;
  }
  .hc-nav-cta { padding: 9px 14px; font-size: 12px; white-space: nowrap; }
  .hc-hero { padding: 34px 0 56px; }
  .hc-hero h1 { font-size: clamp(42px, 15vw, 66px); }
  .hc-hero-sub { font-size: 16px; }
  .hc-hero-actions { align-items: stretch; }
  .hc-btn { justify-content: center; padding: 13px 20px; }
  .hc-hero-meta { grid-template-columns: 1fr; gap: 16px; margin-top: 42px; }
  .hc-marquee-track { font-size: 21px; }
  section { padding: 66px 0; }
  .hc-section-head { margin-bottom: 42px; }
  .hc-section-head h2 { font-size: clamp(31px, 11vw, 44px); }
  .hc-about p { font-size: 16px; }
  .hc-drinks-tabs { margin-left: -20px; margin-right: -20px; padding: 0 20px; }
  .hc-tab { padding: 12px 18px; font-size: 17px; }
  .hc-drinks-intro p { font-size: 21px; }
  .hc-drinks-grid { grid-template-columns: 1fr; }
  .hc-drink-card,
  .hc-drink-card:nth-child(2n),
  .hc-drink-card:nth-child(3n) { border-right: none; }
  .hc-drink-card { padding: 24px 18px 28px; }
  .hc-drink-cup { height: 300px; }
  .hc-visit-info dl { grid-template-columns: 1fr; gap: 6px 0; }
  .hc-visit-info dt { padding-top: 18px; }
  .hc-visit-info dt:first-child { padding-top: 0; }
  .hc-visit-hours { grid-template-columns: 92px 1fr; }
  .hc-storefront-card { aspect-ratio: 4/3; }
  .hc-waiting-img { aspect-ratio: 4/3; }
  .hc-news-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .hc-news-row:hover { padding-left: 0; }
  .hc-footer { padding-bottom: 96px; }
  .hc-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .hc-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hc-order-fab {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    padding: 10px 14px 10px 10px;
  }
  .hc-order-fab-icon { width: 34px; height: 34px; }
}
