/* Warm Crumb — structure stylesheet. Colors come ONLY from var(--m-*) set in seasoning.css. */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--m-bg);
  color: var(--m-text);
  font-family: var(--m-font-body), system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--m-font-display), Georgia, serif; }

a { color: inherit; text-decoration: none; transition: color 0.18s ease, transform 0.18s ease; }

.wrap { max-width: 960px; margin: 0 auto; padding: 0 28px; }

/* ---- Navigation ---- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0; border-bottom: 2px solid var(--m-line);
}
.logo {
  font-family: var(--m-font-display), Georgia, serif;
  font-size: 1.25rem; font-weight: 700; color: var(--m-heading);
}
.logo:hover { color: var(--m-accent); }
.links { display: flex; gap: 24px; }
.links a { font-size: 0.85rem; font-weight: 600; color: var(--m-soft); }
.links a:hover { color: var(--m-accent); }
.links a[aria-current="page"] { color: var(--m-heading); border-bottom: 2px solid var(--m-accent); padding-bottom: 2px; }

/* ---- Tagline / labels ---- */
.tagline { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.28em; color: var(--m-accent); }
.label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--m-faint); }

/* ---- Hero ---- */
.hero { padding: 90px 0 70px; text-align: center; }
.hero h1 {
  font-weight: 700; font-size: clamp(2.3rem, 5.5vw, 3.4rem);
  color: var(--m-heading); margin-top: 18px; line-height: 1.12;
  max-width: 720px; margin-left: auto; margin-right: auto;
}
.hero .intro {
  max-width: 560px; margin: 22px auto 0;
  font-size: 1rem; line-height: 1.8; color: var(--m-soft);
}
.btn {
  display: inline-block; margin-top: 32px; padding: 13px 28px;
  background: var(--m-accent); color: var(--m-bg);
  font-weight: 700; font-size: 0.9rem; border-radius: 999px;
}
.btn:hover { transform: translateY(-2px); }

/* ---- Offer cards ---- */
.offers {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  padding-bottom: 70px;
}
.offer-card {
  background: var(--m-surface); border: 2px solid var(--m-line);
  border-radius: 16px; padding: 28px 26px;
}
.offer-card h3 { font-size: 1.25rem; font-weight: 700; color: var(--m-heading); }
.offer-card p { margin-top: 10px; font-size: 0.88rem; line-height: 1.7; color: var(--m-soft); }

/* ---- Menu rows (teaser + menu page) ---- */
.teaser { padding-bottom: 80px; }
.teaser-rows { margin-top: 18px; }
.menu-row {
  display: flex; align-items: baseline; gap: 12px;
  padding: 13px 0; border-bottom: 1px dashed var(--m-line);
}
.menu-row .t { font-size: 1rem; font-weight: 600; color: var(--m-text); }
.menu-row .t em { font-style: italic; font-weight: 400; color: var(--m-faint); font-size: 0.85rem; }
a.menu-row:hover .t { color: var(--m-accent); }
.menu-row .dots { flex: 1; border-bottom: 2px dotted var(--m-line); transform: translateY(-4px); }
.menu-row .p { font-family: var(--m-font-display), Georgia, serif; font-weight: 700; color: var(--m-heading); white-space: nowrap; }
.more-link { display: inline-block; margin-top: 24px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--m-accent); }

/* ---- Inner pages ---- */
.page { padding: 70px 0 80px; }
.page-title {
  font-weight: 700; font-size: clamp(2rem, 4.5vw, 2.9rem);
  color: var(--m-heading); margin-top: 14px; line-height: 1.15;
}
.page-lede { max-width: 560px; margin-top: 16px; color: var(--m-soft); }

.menu-section { margin-top: 52px; }
.menu-section h2 {
  font-size: 1.5rem; font-weight: 700; color: var(--m-heading);
  padding-bottom: 10px; border-bottom: 3px solid var(--m-accent);
  display: inline-block; margin-bottom: 8px;
}
.section-note { max-width: 560px; font-size: 0.88rem; color: var(--m-soft); margin: 8px 0 14px; }

/* ---- Prose (story) ---- */
.prose { max-width: 620px; margin: 0 auto; padding: 0 28px; }
.prose .page-title { margin-bottom: 34px; }
.prose p { margin-bottom: 24px; font-size: 1rem; color: var(--m-text); }
.pull {
  margin: 36px 0; padding: 6px 0 6px 24px;
  border-left: 4px solid var(--m-accent);
  font-family: var(--m-font-display), Georgia, serif;
  font-size: 1.4rem; font-style: italic; line-height: 1.5; color: var(--m-heading);
}

/* ---- Visit page ---- */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.visit-card {
  background: var(--m-surface); border: 2px solid var(--m-line);
  border-radius: 16px; padding: 28px 26px;
}
.visit-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--m-heading); margin-bottom: 14px; }
.visit-card p { font-size: 0.9rem; color: var(--m-soft); margin-bottom: 14px; }
.visit-card .big-line { font-family: var(--m-font-display), Georgia, serif; font-size: 1.2rem; font-weight: 700; color: var(--m-heading); margin-bottom: 4px; }
.hours-row {
  display: flex; justify-content: space-between; gap: 14px;
  padding: 8px 0; border-bottom: 1px dashed var(--m-line);
  font-size: 0.9rem; color: var(--m-text);
}
.hours-row span:last-child { font-weight: 600; color: var(--m-heading); }
.fine { font-size: 0.8rem; color: var(--m-faint); margin-top: 12px; }
.map-block {
  margin-top: 20px; padding: 70px 20px; text-align: center;
  background: var(--m-surface); border: 2px dashed var(--m-line); border-radius: 16px;
}

/* ---- Hours band ---- */
.band {
  background: var(--m-heading); color: var(--m-bg);
  text-align: center; padding: 16px 24px;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em;
}

/* ---- Footer ---- */
footer {
  text-align: center; padding: 30px 28px;
  font-size: 0.72rem; letter-spacing: 0.18em; color: var(--m-faint);
}

@media (max-width: 760px) {
  .offers, .visit-grid { grid-template-columns: 1fr; }
  .links { gap: 14px; }
  .links a { font-size: 0.78rem; }
  .hero { padding: 60px 0 50px; }
}

/* ---- Hero photo ---- */
.hero-photo { padding-bottom: 60px; }
.hero-photo img {
  display: block; width: 100%; height: 400px; object-fit: cover;
  border-radius: 16px;
}

/* ---- Craft: wheat, steam, pie-crust divider, floury handwriting, drop cap ---- */
.wheat { color: var(--m-accent); display: block; margin-bottom: 6px; }
.scribble {
  font-family: 'Shadows Into Light', cursive; font-size: 1.15rem;
  color: var(--m-faint); margin-top: 14px; transform: rotate(-1.5deg);
}
.scribble-lg { font-family: 'Shadows Into Light', cursive; font-size: 1.1rem; }
.steam { color: var(--m-accent); vertical-align: -2px; }
.steam path { animation: rise 2.8s ease-in-out infinite; }
.steam .s2 { animation-delay: 0.9s; }
.steam .s3 { animation-delay: 1.7s; }
@keyframes rise {
  0% { opacity: 0.25; transform: translateY(2px); }
  50% { opacity: 1; transform: translateY(-1px); }
  100% { opacity: 0.25; transform: translateY(2px); }
}
@media (prefers-reduced-motion: reduce) { .steam path { animation: none; } }
.crust-row { color: var(--m-line); line-height: 0; margin-top: -1px; }
.prose > p:first-of-type::first-letter {
  font-family: var(--m-font-display), Georgia, serif; font-weight: 700;
  float: left; font-size: 3.4em; line-height: 0.85;
  padding: 4px 10px 0 0; color: var(--m-accent);
}
