:root{
  --bg:#FFF7E8;
  --surface:#FFFFFF;
  --text:#1F1F1F;
  --muted:#6B6B6B;
  --cocoa:#3B2F2F;
  --berry:#7A1E3A;
  --caramel:#C58B3A;
  --border:#EFE3D2;
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,0.08);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(197,139,58,0.10), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(122,30,58,0.08), transparent 55%),
    var(--bg);
  line-height:1.55;
}

h1,h2,h3{
  font-family:"Playfair Display",Georgia,serif;
  color:var(--cocoa);
  letter-spacing:0.2px;
  margin:0 0 12px 0;
}
h1{font-size:clamp(28px,3.5vw,40px)}
h2{font-size:clamp(20px,2.4vw,28px)}
.h3,h3{font-size:18px}

p{margin:0 0 12px 0}

a{color:inherit}
.inlineLink{
  color:var(--berry);
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}
.inlineLink:hover{color:var(--cocoa)}

.container{
  width:min(1100px, 100% - 40px);
  margin:0 auto;
}
.container--center{
  min-height:100%;
  display:grid;
  place-items:center;
  padding:48px 0;
}

.hero--center{text-align:center; margin-bottom:18px}
.brandTitle{margin:0}
.subtitle{
  margin:6px 0 0 0;
  color:var(--muted);
  font-size:14px;
  letter-spacing:0.3px;
  text-transform:none;
}

.siteHeader{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(255,247,232,0.72);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid rgba(239,227,210,0.8);
}
.headerRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brandName{
  font-family:"Playfair Display",Georgia,serif;
  font-weight:700;
  color:var(--cocoa);
  white-space:nowrap;
}
.nav{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  justify-content:center;
}
.navLink{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  text-decoration:none;
  color:var(--cocoa);
  border:1px solid transparent;
}
.navLink:hover{
  background:rgba(197,139,58,0.10);
  border-color:rgba(197,139,58,0.30);
}
.navLink--active{
  background:rgba(122,30,58,0.10);
  border-color:rgba(122,30,58,0.25);
  color:var(--berry);
}

.headerActions{display:flex; align-items:center; gap:10px}

.page{padding:22px 0 44px 0}
.pageHeader{margin:12px 0 16px 0}
.hint{color:var(--muted); margin-top:-6px}
.lead{font-size:16px; color:var(--text)}
.muted{color:var(--muted)}

.card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:18px;
}
.card--narrow{width:min(460px, 100%)}

.grid{
  display:grid;
  gap:16px;
}
@media (min-width: 900px){
  .grid{grid-template-columns:1fr 1fr}
}

.menuGrid{
  display:grid;
  gap:16px;
}
@media (min-width: 980px){
  .menuGrid{grid-template-columns:1fr 1fr}
}

.eventGrid{
  display:grid;
  gap:16px;
}
@media (min-width: 980px){
  .eventGrid{grid-template-columns:1fr 1fr}
}

.list{padding-left:18px; margin:10px 0 0 0}
.list li{margin:6px 0}

.checklist{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
}
.checklist li{
  display:flex;
  gap:10px;
  padding:10px 0;
  border-bottom:1px dashed rgba(239,227,210,0.9);
}
.checklist li:last-child{border-bottom:0}
.checklist li::before{
  content:"";
  width:10px;
  height:10px;
  margin-top:7px;
  border-radius:3px;
  background:rgba(197,139,58,0.9);
  box-shadow:0 0 0 4px rgba(197,139,58,0.12);
  flex:0 0 auto;
}

.menuList{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
}
.menuItem{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(239,227,210,0.85);
}
.menuItem:last-child{border-bottom:0}
.menuName{font-weight:500}
.menuPrice{
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
  color:var(--cocoa);
  font-weight:600;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  background:rgba(59,47,47,0.06);
  color:var(--cocoa);
  border:1px solid rgba(59,47,47,0.10);
  vertical-align:middle;
}
.badge--caramel{
  background:rgba(197,139,58,0.14);
  border-color:rgba(197,139,58,0.30);
}
.badge--berry{
  background:rgba(122,30,58,0.12);
  border-color:rgba(122,30,58,0.25);
  color:var(--berry);
}
.tag{
  display:inline-block;
  padding:2px 8px;
  margin-left:8px;
  border-radius:999px;
  font-size:12px;
  background:rgba(197,139,58,0.12);
  border:1px solid rgba(197,139,58,0.28);
  color:var(--cocoa);
}
.tag--vegan{
  background:rgba(122,30,58,0.10);
  border-color:rgba(122,30,58,0.24);
  color:var(--berry);
}

.form{display:grid; gap:12px}
.field{display:grid; gap:6px}
.label{font-weight:600; color:var(--cocoa)}
.input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(239,227,210,1);
  background:#fff;
  font-size:16px;
}
.input:focus{
  outline:none;
  border-color:rgba(122,30,58,0.55);
  box-shadow:0 0 0 4px rgba(122,30,58,0.14);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 14px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:600;
  cursor:pointer;
  text-decoration:none;
}
.btn--primary{
  background:var(--berry);
  color:#fff;
}
.btn--primary:hover{background:var(--cocoa)}
.btn--primary:focus{
  outline:none;
  box-shadow:0 0 0 4px rgba(197,139,58,0.28);
}
.btn--ghost{
  background:transparent;
  color:var(--cocoa);
  border-color:rgba(59,47,47,0.16);
}
.btn--ghost:hover{
  background:rgba(59,47,47,0.06);
  border-color:rgba(59,47,47,0.22);
}

.notice{
  margin:0;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(239,227,210,1);
  background:rgba(197,139,58,0.10);
}
.notice--error{
  background:rgba(122,30,58,0.10);
  border-color:rgba(122,30,58,0.22);
  color:var(--berry);
}

.supplierGrid{
  display:grid;
  gap:14px;
  margin-top:14px;
}
@media (min-width: 980px){
  .supplierGrid{grid-template-columns:1fr 1fr}
}
.supplierCard{
  border:1px solid rgba(239,227,210,0.95);
  border-radius:14px;
  padding:14px;
  background:linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.96));
}
.supplierMeta{display:grid; gap:4px}
.supplierCategory{
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:0.08em;
}
.supplierName{margin:0}

.steps{margin:10px 0 0 18px}
.steps li{margin:6px 0}
.metaLine{margin-top:12px; color:var(--muted)}

.siteFooter{
  border-top:1px solid rgba(239,227,210,0.85);
  padding:20px 0;
  background:rgba(255,247,232,0.65);
}
.footerRow{display:flex; justify-content:center}
.footerText{margin:0; color:var(--muted); font-size:13px}

