:root {
  --cream: #faf4eb;
  --paper: #fff9f1;
  --crust: #c7923e;
  --crust-deep: #9a6a24;
  --rose: #d7a1a4;
  --rose-soft: #f3e0e1;
  --ink: #3a2a22;
  --muted: #7a6458;
  --chalk: #2f3a32;
  --chalk-line: rgba(245, 236, 214, 0.55);
  --radius: 18px;
  --shadow: 0 18px 42px rgba(58, 42, 34, 0.12);
  --font: "Nunito", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); background: var(--cream); color: var(--ink); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: var(--crust-deep); text-decoration: none; }
a:hover { color: var(--crust); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.container { width: min(1080px, calc(100% - 2rem)); margin-inline: auto; }
.muted { color: var(--muted); }

.ribbon {
  height: 4px;
  background: linear-gradient(90deg, var(--rose), var(--crust), #f0d9a8, var(--rose));
  background-size: 200% 100%;
  animation: softshift 14s linear infinite;
}
@keyframes softshift { to { background-position: 200% 0; } }

.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 244, 235, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(58,42,34,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); font-family: var(--display); font-weight: 700; font-size: 1.15rem; }
.nav-logo { width: 52px; height: 52px; border-radius: 50%; box-shadow: var(--shadow); background: #fff; }
.nav-links { display: flex; list-style: none; margin: 0; padding: 0; gap: .15rem; align-items: center; }
.nav-links a { padding: .55rem .85rem; border-radius: 999px; color: var(--ink); font-weight: 600; font-size: .92rem; }
.nav-links a:hover { background: var(--rose-soft); }
.nav-cta { background: var(--crust) !important; color: #fff !important; box-shadow: 0 10px 22px rgba(199,146,62,.35); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(58,42,34,.12);
  background: #fff; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer;
}
.nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); }

.hero { padding: 3rem 0 2rem; }
.hero-stage {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(215,161,164,.25), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(199,146,62,.18), transparent 42%),
    var(--paper);
  border: 1px solid rgba(58,42,34,.08);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.hero-logo-wrap {
  justify-self: center;
  padding: 1rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
  border: 6px solid var(--rose-soft);
}
.hero-logo-wrap img { width: min(260px, 70vw); height: auto; border-radius: 50%; }
.eyebrow {
  display: inline-block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--crust-deep); font-weight: 700; margin-bottom: .8rem;
}
h1, h2, h3 { font-family: var(--display); line-height: 1.15; margin: 0 0 .75rem; }
h1 { font-size: clamp(2.1rem, 4.8vw, 3.2rem); }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 38ch; }
.rating { color: var(--crust-deep); font-weight: 700; }
.sunday-pill {
  display: inline-block; margin-top: .5rem; padding: .4rem .9rem; border-radius: 999px;
  background: var(--rose-soft); color: #7a3f45; font-weight: 700; font-size: .88rem;
}
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.2rem 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .85rem 1.3rem; border-radius: 999px; font-weight: 700; border: 1px solid transparent;
  transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--crust), var(--crust-deep)); color: #fff; box-shadow: 0 12px 26px rgba(199,146,62,.32); }
.btn-ghost { background: #fff; border-color: rgba(58,42,34,.12); color: var(--ink); }

.section { padding: 4.5rem 0; }
.section.blush { background: linear-gradient(180deg, #f7ebe8, var(--cream)); }
.section-head { max-width: 36rem; margin-bottom: 2rem; }
.section-head p { color: var(--muted); margin: 0; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }

.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; align-items: start; }
.paper-card {
  background: var(--paper); border: 1px solid rgba(58,42,34,.1); border-radius: 22px;
  padding: 1.4rem; box-shadow: var(--shadow); text-align: center;
}
.paper-card img { margin: 0 auto 1rem; border-radius: 50%; }
.paper-card p { margin: 0 0 .8rem; color: var(--muted); }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product {
  background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid rgba(58,42,34,.08); box-shadow: var(--shadow);
}
.product img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.product div { padding: 1.1rem 1.2rem 1.3rem; }
.product p { margin: 0; color: var(--muted); }

.masonry { columns: 3; column-gap: .85rem; }
.m-item {
  break-inside: avoid; margin: 0 0 .85rem; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(58,42,34,.08); background: #fff; box-shadow: var(--shadow);
}
.m-item img { width: 100%; transition: transform .45s ease; }
.m-item:hover img { transform: scale(1.06); }

.chalk-section { background: linear-gradient(180deg, var(--cream), #efe4d4); }
.hours-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.sunday-note { color: #7a3f45; font-weight: 700; }
.chalkboard {
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.05), transparent 30%),
    linear-gradient(160deg, #3a4740, var(--chalk));
  color: #f5ecd6; border-radius: 20px; padding: 1.5rem 1.4rem;
  box-shadow: var(--shadow), inset 0 0 0 3px rgba(245,236,214,.12);
  font-family: var(--display);
  transform: rotate(-1deg);
}
.chalk-title {
  text-align: center; font-size: 1.5rem; margin-bottom: 1rem;
  border-bottom: 1px solid var(--chalk-line); padding-bottom: .6rem;
  letter-spacing: .04em;
}
.chalk-row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .55rem 0; border-bottom: 1px dashed rgba(245,236,214,.2);
  font-size: 1.05rem;
}
.chalk-row.closed { opacity: .55; }
.chalk-row.sunday {
  background: rgba(215,161,164,.18); margin: .4rem -.5rem 0; padding: .7rem .5rem;
  border-radius: 10px; border-bottom: 0; font-weight: 700;
}

.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem; }
.contact-list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.contact-list li { display: grid; gap: .25rem; padding-bottom: .85rem; border-bottom: 1px solid rgba(58,42,34,.08); }
.contact-list strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.map-card {
  background: var(--paper); border-radius: 24px; padding: 1.5rem; text-align: center;
  border: 1px solid rgba(58,42,34,.08); box-shadow: var(--shadow);
}
.map-card img { margin: 0 auto 1rem; border-radius: 50%; }

.footer { background: #3a2a22; color: rgba(255,249,241,.8); padding: 2.5rem 0; }
.footer a { color: #fff; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.footer-brand { display: flex; gap: .9rem; align-items: center; }
.footer-brand img { border-radius: 50%; background: #fff; }
.dim { opacity: .65; font-size: .85rem; }
.legal { margin: 0; font-size: .82rem; color: rgba(255,249,241,.55); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-stage, .about-grid, .products, .hours-layout, .contact-grid { grid-template-columns: 1fr; }
  .masonry { columns: 2; }
  .chalkboard { transform: none; }
}
@media (max-width: 720px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .4rem);
    flex-direction: column; background: #fff; border-radius: 14px; padding: .75rem; box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .brand span { display: none; }
  .masonry { columns: 1; }
}

.hero-copy { max-width: 36rem; }
