/* Julia's Backstube — rebuilt: Bavarian rautenmuster texture, narrative
   story block with drop-cap, hanging chalkboard product board, rubber-stamp
   baking days — distinct from every other bakery build in this project. */

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Lato:wght@400;500;600;700;900&display=swap');

:root{
  --paper: #F6F0E2; --paper-deep: #EAE0C8; --ink: #2A2117; --ink-soft: #5A4E3C;
  --rye: #8B4A24; --rye-deep: #6A3818; --bavblue: #2E4C7A; --bavblue-deep: #1F3556;
  --gold: #C99A2E; --cream: #FBF6EA; --line: rgba(42,33,23,0.15); --radius: 3px;
}
*{ box-sizing: border-box; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'Lato', sans-serif; font-size:17px; line-height:1.65; }
h1,h2,h3{ font-family:'Cardo', serif; font-weight:700; line-height:1.2; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--bavblue-deep); }
.wrap{ max-width:1040px; margin:0 auto; padding:0 32px; }
.rauten{ background-image: linear-gradient(45deg, var(--bavblue) 25%, transparent 25%, transparent 75%, var(--bavblue) 75%, var(--bavblue)), linear-gradient(45deg, var(--bavblue) 25%, var(--cream) 25%, var(--cream) 75%, var(--bavblue) 75%, var(--bavblue)); background-position: 0 0, 20px 20px; background-size: 40px 40px; height: 14px; }
header.site{ padding:20px 0; border-bottom:3px solid var(--ink); }
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:40px; height:40px; }
.brand-name{ font-family:'Cardo', serif; font-weight:700; font-size:1.3rem; font-style:italic; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:600; font-size:0.9rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--bavblue-deep); border-bottom-color: var(--gold); }
.header-cta{ background: #3DA35D; color:#FBF6EA; padding:10px 18px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.86rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }
.hero{ background: var(--bavblue); color: var(--cream); padding:64px 0 56px; text-align:center; }
.hero .eyebrow{ font-size:0.88rem; font-weight:700; letter-spacing:0.06em; color: var(--gold); margin-bottom:16px; font-style:italic; }
.hero h1{ font-size: clamp(2.3rem, 5vw, 3.6rem); max-width:18ch; margin:0 auto 20px; color:#FDFAF2; }
.hero p.lead{ font-size:1.1rem; color: rgba(251,246,234,0.88); max-width:52ch; margin:0 auto 28px; }
.hero .cta-row{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 26px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.94rem; border:2px solid transparent; }
.btn-primary{ background: #3DA35D; color:#FBF6EA; }
.btn-primary:hover{ background: #2E8047; }
.btn-outline{ border-color: var(--cream); color: var(--cream); }
.btn-outline:hover{ background: var(--cream); color: var(--bavblue-deep); }
.story-section{ padding:64px 0; background: var(--cream); }
.story-section .wrap{ max-width:760px; }
.section-label{ font-size:0.85rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color: var(--rye-deep); margin-bottom:18px; text-align:center; }
.story-text{ font-size:1.15rem; line-height:1.85; }
.story-text .dropcap{ float:left; font-family:'Cardo', serif; font-weight:700; font-size:4.2rem; line-height:0.8; padding:8px 10px 0 0; color: var(--rye); }
.story-text p{ max-width:none; }
.story-signoff{ text-align:right; font-family:'Cardo', serif; font-style:italic; font-size:1.2rem; color: var(--rye-deep); margin-top:20px; }
.board-section{ background: var(--ink); color: var(--cream); padding:60px 0; }
.board-section .section-label{ text-align:center; color: var(--gold); margin-bottom:8px; }
.board-section h2{ text-align:center; color:#FDFAF2; margin-bottom:36px; }
.board-list{ max-width:640px; margin:0 auto; }
.board-item{ display:flex; justify-content:space-between; align-items:baseline; padding:14px 0; border-bottom:1px dotted rgba(251,246,234,0.35); }
.board-item h3{ color:#FDFAF2; font-size:1.1rem; margin:0; }
.board-item span{ color: rgba(251,246,234,0.72); font-size:0.92rem; text-align:right; max-width:22ch; }
.stamp-section{ padding:64px 0; text-align:center; }
.stamp-section .section-label{ margin-bottom:8px; }
.stamp-row{ display:flex; justify-content:center; gap:22px; flex-wrap:wrap; margin-top:28px; }
.stamp{ border:3px solid var(--rye); color: var(--rye); border-radius:50%; width:120px; height:120px; display:flex; align-items:center; justify-content:center; transform: rotate(-4deg); font-family:'Cardo', serif; font-weight:700; text-transform:uppercase; letter-spacing:0.03em; font-size:0.95rem; }
.stamp:nth-child(2){ transform: rotate(3deg); }
.stamp:nth-child(3){ transform: rotate(-2deg); }
.pickup-note{ color: var(--ink-soft); margin-top:24px; font-size:0.95rem; }
.testimonial{ padding:60px 0; background: var(--paper-deep); }
.testimonial .wrap{ max-width:680px; text-align:center; }
.testimonial p.quote{ font-family:'Cardo', serif; font-style:italic; font-size:1.5rem; color: var(--ink); margin:0 auto 14px; }
.testimonial .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(--rye-deep); background: rgba(139,74,36,0.13); padding:5px 10px; border-radius:3px; }
.cta-band{ background: var(--gold); color: var(--ink); padding:52px 0; text-align:center; }
.cta-band h2{ color: var(--ink); }
.cta-band p{ color: rgba(42,33,23,0.85); margin:0 auto 20px; }
.cta-band .btn-primary{ background: #3DA35D; }
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--rye) 0px, var(--rye) 14px, var(--rye-deep) 14px, var(--rye-deep) 28px); border-radius: var(--radius); min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(42,33,23,0.75); color:#FBF6EA; font-size:0.85rem; padding:10px 16px; border-radius:3px; max-width:30ch; }
.about-block{ display:grid; grid-template-columns: 1fr 1fr; gap:44px; align-items:center; }
@media (max-width:780px){ .about-block{ grid-template-columns:1fr; } }
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px; border:1px solid var(--line); }
.contact-card dl{ margin:0; }
.contact-card dt{ font-weight:700; color: var(--bavblue-deep); font-size:0.8rem; text-transform:uppercase; letter-spacing:0.05em; margin-top:16px; }
.contact-card dt:first-child{ margin-top:0; }
.contact-card dd{ margin:2px 0 0; color: var(--ink-soft); }
.map-placeholder{ background: var(--paper-deep); border:1px dashed var(--ink-soft); border-radius: var(--radius); min-height:300px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px; }
.map-placeholder span{ color: var(--ink-soft); font-size:0.9rem; max-width:26ch; }
.section{ padding:64px 0; }
.section-head{ max-width:60ch; margin-bottom:32px; }
.section-head h2{ font-size: clamp(1.8rem, 3.2vw, 2.3rem); }
.section-head p{ color: var(--ink-soft); }
footer.site{ border-top:3px solid var(--ink); padding:28px 0; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.86rem; color: var(--ink-soft); }
