:root {
  --cream:   #fcf7ef;
  --cream-2: #f4ead8;
  --card:    #fffdf8;
  --ink:     #3a2a1d;
  --ink-soft:#6f5a48;
  --ink-dim: #9a8674;
  --terra:   #c75d34;
  --terra-d: #a8431f;
  --gold:    #d8a23c;
  --sage:    #6f7d5e;
  --border:  rgba(58,42,29,.14);
  --shadow:  0 24px 50px -28px rgba(90,59,39,.45);
  --maxw: 1140px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Nunito Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; line-height: 1.08; }
.sr-only { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.ic { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* kicker */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Nunito Sans', sans-serif; font-weight: 700; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--terra); margin-bottom: 16px;
}
.kicker .ic { width: 16px; height: 16px; }

/* buttons */
.btn {
  --py: 13px; --px: 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: 'Nunito Sans', sans-serif; font-weight: 700; font-size: .96rem;
  padding: var(--py) var(--px); border-radius: 999px; cursor: pointer;
  border: 2px solid transparent; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s;
}
.btn-solid { background: var(--terra); color: #fff; box-shadow: 0 10px 24px -10px rgba(199,93,52,.7); }
.btn-solid:hover { background: var(--terra-d); transform: translateY(-2px); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn-sm { --py: 9px; --px: 18px; font-size: .88rem; }

/* header */
.hdr {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252,247,239,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 11px; color: var(--terra); }
.logo-ic { width: 34px; height: 34px; }
.logo-txt { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.32rem; color: var(--ink); letter-spacing: -.01em; }
.amp { color: var(--terra); margin: 0 2px; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { font-weight: 600; color: var(--ink-soft); font-size: .96rem; transition: color .2s; }
.nav-links > a:hover { color: var(--terra); }
.nav-links .btn { color: #fff; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease); }

/* hero */
.hero { padding: clamp(48px, 8vw, 92px) 0; background:
  radial-gradient(1200px 500px at 80% -10%, var(--cream-2), transparent 60%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 4.7rem); letter-spacing: -.02em; margin-bottom: 20px; }
.hero h1 em { color: var(--terra); font-style: italic; font-weight: 500; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-soft); max-width: 480px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 26px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; color: var(--ink-soft); font-weight: 600; font-size: .92rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta .ic { color: var(--terra); width: 17px; height: 17px; }

.hero-art { display: flex; justify-content: center; }
.art-card {
  position: relative; background: var(--card); border: 1px solid var(--border);
  border-radius: 28px; padding: 30px; box-shadow: var(--shadow); width: 100%; max-width: 380px;
}
.coffee-illus { width: 100%; height: auto; }
.art-badge {
  position: absolute; bottom: -18px; left: -18px; background: var(--ink); color: var(--cream);
  border-radius: 16px; padding: 12px 18px; box-shadow: var(--shadow);
}
.art-badge strong { display: block; font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--gold); }
.art-badge small { color: #d8c9b8; font-size: .76rem; }

/* strip */
.strip { background: var(--ink); color: var(--cream); }
.strip-grid { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 18px; padding: 22px 24px; }
.strip-item { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: .98rem; }
.strip-item .ic { color: var(--gold); width: 20px; height: 20px; }

/* sections */
.section { padding: clamp(60px, 9vw, 104px) 0; }
.section-warm { background: var(--cream-2); }
.head { text-align: center; max-width: 640px; margin: 0 auto clamp(36px, 5vw, 56px); }
.head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.head .sub { color: var(--ink-soft); font-size: 1.05rem; }
h2 { font-size: clamp(2rem, 4vw, 2.9rem); }

/* about */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.about-copy h2 { margin-bottom: 18px; }
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.about-copy .btn { margin-top: 10px; }
.about-art { position: relative; height: 380px; }
.photo { position: absolute; border-radius: 22px; display: grid; place-items: center; box-shadow: var(--shadow); }
.photo .food { width: 64px; height: 64px; stroke: rgba(255,255,255,.9); fill: none; stroke-width: 1.5; }
.photo-1 { width: 70%; height: 75%; top: 0; left: 0; background: linear-gradient(150deg, var(--terra), var(--gold)); }
.photo-2 { width: 52%; height: 52%; bottom: 0; right: 0; background: linear-gradient(150deg, var(--sage), #4f5d40); border: 6px solid var(--cream); }

/* menu */
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 56px; max-width: 920px; margin: 0 auto; }
.menu-col h3 {
  font-size: 1.4rem; color: var(--terra); margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}
.menu-list li { display: flex; align-items: baseline; gap: 6px; padding: 9px 0; }
.m-name { font-weight: 600; color: var(--ink); white-space: nowrap; }
.m-dots { flex: 1; border-bottom: 2px dotted var(--ink-dim); transform: translateY(-4px); opacity: .5; }
.m-price { font-family: 'Fraunces', serif; font-weight: 600; color: var(--ink-soft); }
.menu-note { text-align: center; margin-top: 36px; color: var(--ink-soft); font-style: italic; }

/* reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.stars .ic { width: 18px; height: 18px; fill: var(--gold); stroke: var(--gold); }
.review blockquote { font-family: 'Fraunces', serif; font-size: 1.12rem; line-height: 1.5; margin-bottom: 16px; }
.review figcaption { color: var(--ink-dim); font-size: .9rem; }
.review .who { font-weight: 700; color: var(--ink); }

/* visit */
.visit-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: stretch; }
.visit-info h2 { margin-bottom: 22px; }
.info-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.info-list li { display: flex; gap: 13px; align-items: flex-start; }
.info-list .ic { color: var(--terra); width: 22px; height: 22px; margin-top: 3px; }
.info-list a:hover { color: var(--terra); }
.hours-title { display: flex; align-items: center; gap: 9px; font-size: 1.15rem; margin-bottom: 12px; }
.hours-title .ic { color: var(--terra); width: 20px; height: 20px; }
.hours { width: 100%; border-collapse: collapse; margin-bottom: 26px; max-width: 340px; }
.hours td { padding: 9px 0; border-bottom: 1px solid var(--border); }
.hours td:first-child { font-weight: 700; }
.hours td:last-child { text-align: right; color: var(--ink-soft); }
.visit-map { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); min-height: 380px; }
.visit-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.92); }

/* footer */
.ftr { background: var(--ink); color: var(--cream); padding-top: 54px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding-bottom: 38px; }
.ftr-brand .logo-txt { color: var(--cream); display: inline-block; margin-bottom: 12px; }
.ftr-brand p { color: #c9b8a6; max-width: 320px; }
.ftr-col h4 { font-family: 'Nunito Sans', sans-serif; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.ftr-col a { display: block; color: #d8c9b8; padding: 5px 0; }
.ftr-col a:hover { color: #fff; }
.ftr-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 20px 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; color: #b8a896; }
.ftr-bottom a:hover { color: var(--gold); }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--border); padding: 12px 24px 22px;
    transform: translateY(-130%); transition: transform .3s var(--ease); }
  .nav-links.open { transform: none; }
  .nav-links > a { padding: 13px 0; border-bottom: 1px solid var(--border); }
  .nav-links .btn { margin-top: 12px; }
  .burger { display: flex; }
  .burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .about-grid, .visit-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-art { height: 320px; max-width: 460px; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .menu-grid { grid-template-columns: 1fr; gap: 8px 0; }
  .strip-grid { gap: 14px 22px; }
  .ftr-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
