/* Morgan's Bakery & Pies — shared stylesheet
   Palette: butter cream paper, oxblood ink/accent, mustard-gold highlight
   Type: Yeseva One (display) / Figtree (body)
   Layout notes: twin-location cards, stacked "chapters" story (not a dotted timeline),
   two-column menu-board list — deliberately different structure from prior builds.
*/

@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&family=Figtree:wght@400;500;600;700;800&display=swap');

:root{
  --paper: #F5EAD6;
  --paper-deep: #EBDCBE;
  --ink: #3B2A1E;
  --ink-soft: #6B5A47;
  --oxblood: #7A2E27;
  --oxblood-deep: #5E211C;
  --mustard: #C9932E;
  --mustard-deep: #A5761F;
  --line: rgba(59,42,30,0.15);
  --radius: 3px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'Figtree', sans-serif; font-size:17px; line-height:1.65; }
h1,h2,h3{ font-family:'Yeseva One', serif; font-weight:400; line-height:1.15; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--oxblood-deep); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

/* Header */
header.site{ padding:22px 0; border-bottom:1px solid var(--line); }
header.site .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; color: var(--ink); }
.brand svg{ width:36px; height:36px; }
.brand-name{ font-family:'Yeseva One', serif; font-size:1.3rem; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:600; font-size:0.92rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--oxblood-deep); border-bottom-color: var(--mustard); }
.header-cta{ background: var(--oxblood); color:#F8EFDF; padding:10px 20px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.88rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }

/* Hero — swatch grid instead of one big art box */
.hero{ padding:64px 0 56px; }
.hero .wrap{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:48px; align-items:center; }
.hero .eyebrow{ font-size:0.9rem; color: var(--oxblood-deep); font-weight:700; margin-bottom:14px; }
.hero h1{ font-size: clamp(2.3rem, 4.4vw, 3.4rem); max-width:13ch; }
.hero p.lead{ font-size:1.12rem; color: var(--ink-soft); max-width:46ch; }
.hero .cta-row{ display:flex; gap:14px; margin-top:22px; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 24px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.95rem; border:2px solid transparent; }
.btn-primary{ background: var(--oxblood); color:#F8EFDF; }
.btn-primary:hover{ background: var(--oxblood-deep); }
.btn-outline{ border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--paper); }

.swatch-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
.swatch{ aspect-ratio:1/1; border-radius:6px; display:flex; align-items:center; justify-content:center; }
.swatch svg{ width:60%; height:60%; }
.swatch.a{ background: var(--oxblood); }
.swatch.b{ background: var(--mustard); }
.swatch.c{ background: var(--ink); }
.swatch.d{ background: var(--oxblood-deep); }

/* Twin location cards — replaces trust-strip stat pattern */
.locations-band{ background: var(--paper-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:48px 0; }
.locations-band .section-head{ margin-bottom:28px; }
.locations-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
.location-card{ background: var(--paper); border:1.5px solid var(--oxblood); border-radius:6px; padding:26px; }
.location-card h3{ font-size:1.3rem; margin-bottom:8px; color: var(--oxblood-deep); }
.location-card dl{ margin:0; }
.location-card dt{ font-weight:700; font-size:0.78rem; text-transform:uppercase; letter-spacing:0.04em; color: var(--ink-soft); margin-top:10px; }
.location-card dt:first-child{ margin-top:0; }
.location-card dd{ margin:2px 0 0; color: var(--ink); }
@media (max-width:680px){ .locations-grid{ grid-template-columns:1fr; } }

.section{ padding:68px 0; }
.section-head{ max-width:60ch; margin-bottom:36px; }
.section-head h2{ font-size: clamp(1.8rem, 3.2vw, 2.3rem); }
.section-head p{ color: var(--ink-soft); }

/* Stacked chapter story — replaces dotted timeline pattern */
.chapters{ display:flex; flex-direction:column; }
.chapter{ display:grid; grid-template-columns: 90px 1fr; gap:24px; padding:26px 0; border-bottom:1px solid var(--line); }
.chapter:first-child{ border-top:1px solid var(--line); }
.chapter .chnum{ font-family:'Yeseva One', serif; font-size:2.2rem; color: var(--mustard-deep); line-height:1; }
.chapter h3{ font-size:1.2rem; margin-bottom:6px; }
.chapter p{ color: var(--ink-soft); margin:0; }
@media (max-width:600px){ .chapter{ grid-template-columns: 50px 1fr; } .chapter .chnum{ font-size:1.6rem; } }

/* Menu board list — replaces card grid / tag cloud pattern */
.menu-board{ display:flex; flex-direction:column; border-top:2px solid var(--ink); }
.menu-row{ display:grid; grid-template-columns: 1fr 2fr; gap:20px; padding:18px 0; border-bottom:1px dashed var(--line); align-items:baseline; }
.menu-row strong{ font-family:'Yeseva One', serif; font-size:1.05rem; color: var(--oxblood-deep); font-weight:400; }
.menu-row span{ color: var(--ink-soft); font-size:0.95rem; }
@media (max-width:600px){ .menu-row{ grid-template-columns:1fr; gap:4px; } }

/* Feature band */
.feature-band{ background: var(--ink); color:#F5EAD6; padding:60px 0; text-align:center; }
.feature-band h2{ color:#F8EFDF; max-width:22ch; margin:0 auto 14px; }
.feature-band p{ color: rgba(245,234,214,0.8); max-width:52ch; margin:0 auto; }

/* Testimonial */
.testimonial{ padding:60px 0; }
.testimonial-card{ background: var(--paper-deep); border-left:4px solid var(--mustard); border-radius:4px; padding:32px 36px; max-width:720px; }
.testimonial-card p.quote{ font-family:'Yeseva One', serif; font-size:1.35rem; color: var(--ink); max-width:none; }
.testimonial-card .attrib{ font-weight:700; font-size:0.88rem; color: var(--ink-soft); }
.placeholder-flag{ display:inline-block; margin-top:12px; font-size:0.76rem; font-weight:700; letter-spacing:0.02em; color: var(--oxblood-deep); background: rgba(122,46,39,0.12); padding:5px 10px; border-radius:3px; }

/* CTA */
.cta-band{ background: var(--mustard); color:#3B2A1E; padding:52px 0; text-align:center; }
.cta-band h2{ color: var(--ink); }
.cta-band p{ color: rgba(59,42,30,0.85); margin:0 auto 20px; }
.cta-band .btn-primary{ background: var(--ink); color:#F5EAD6; }

/* Photo placeholders */
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--oxblood) 0px, var(--oxblood) 14px, var(--oxblood-deep) 14px, var(--oxblood-deep) 28px); border-radius:6px; min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(59,42,30,0.72); color:#F8EFDF; font-size:0.85rem; padding:10px 16px; border-radius:4px; max-width:30ch; }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }

footer.site{ border-top:1px solid var(--line); padding:30px 0; margin-top:16px; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.86rem; color: var(--ink-soft); }
