/* Berry, marigold, and cream: a lively neighborhood kitchen. */
:root {
  --black: #171216;
  --panel: #251d24;
  --red: #b32356;
  --red2: #89133f;
  --gold: #ffca51;
  --cream: #fffaf3;
  --muted: #e4cbd5;
  --line: #62404d;
}
body { background: #fffaf3; color: #24171c; }
.brand { font-family: 'Fraunces', Georgia, serif; font-weight: 600; }
.brand span, .hero h1, .section-heading h2, .contact-section h2, .notice strong { font-family: 'Fraunces', Georgia, serif; text-transform: none; }
.hero h1 { font-weight: 800; }
.section-heading h2, .contact-section h2 { font-weight: 700; }
.menu-item h4, .group-title, .cart-card h3, .customer-form h3, .sides-note h3 { font-family: 'Fraunces', Georgia, serif; }
section[id] { scroll-margin-top: 95px; }
.topbar { background: #171216; color: #fffaf3; border-bottom: 3px solid #ffca51; }
.brand span { background: #ffca51; color: #171216; box-shadow: 3px 3px 0 #bb315e; }
.cart-pill { border-color: #ac7187; }
.hero {
  max-width: none;
  padding: 48px max(24px, calc((100vw - 1050px)/2));
  gap: 48px;
  background: radial-gradient(ellipse at 95% 10%, #c73060 0, transparent 55%), linear-gradient(115deg, #761b3a, #421f32);
  color: #fffaf3;
  grid-template-columns: 1.15fr .85fr;
}
.hero h1 { font-size: clamp(3rem, 5.3vw, 4.6rem); line-height: 1.1; letter-spacing: -.035em; }
.hero h1 em { display: inline-block; color: #ffca51; font-family: Georgia, serif; text-transform: lowercase; font-weight: 700; font-size: 1.1em; line-height: 1.08; }
.hero .eyebrow { display: inline-block; padding: 7px 14px; margin-bottom: 18px; border: 1px solid #e59a9b; border-radius: 999px; font-size: .875rem; }
.hero-copy { color: #fff0ed; }
.button { border-radius: 999px; transition: transform .18s, background .18s; }
.hero .button.primary { background: #ffca51; color: #26151b; box-shadow: 0 5px 0 #7b253f; }
.hero .button.primary:hover { background: #ffe096; transform: translateY(-2px); }
.button.ghost { background: transparent; border-color: #dda2b7; color: #fffaf3; }
.button.ghost:hover { background: #651e3a; }
.menu-photo { max-width: 340px; justify-self: center; width: 100%; transform: rotate(2deg); padding: 8px; background: #fffaf3; border-radius: 22px; box-shadow: 10px 12px 0 #ffca51; }
.menu-photo:before { inset: -10px; border: 1px solid #faacc0; border-radius: 26px; transform: rotate(-5deg); }
.menu-photo img { max-height: none; height: auto; object-fit: contain; border-radius: 15px; box-shadow: none; }
.notice { background: #ffca51; color: #2b1720; border-block: 1px solid #e2a622; gap: 24px; padding-block: 24px; }
.notice strong { font-size: 1.7rem; }
.menu-section { padding-top: 64px; padding-bottom: 56px; }
.menu-section .eyebrow, .payment-section .eyebrow { color: #a51b4a; }
.section-heading h2 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1.14; letter-spacing: -.035em; }
.menu-group { --accent: #a72150; margin-bottom: 34px; }
.menu-group:nth-child(2) { --accent: #93600a; }
.menu-group:nth-child(3) { --accent: #ac3d1b; }
.menu-group:nth-child(4) { --accent: #743877; }
.menu-group:nth-child(5) { --accent: #a72150; }
.group-title { color: var(--accent); line-height: 1.35; font-size: 1.25rem; }
.group-title:before { content: ''; flex: 0 0 7px; align-self: stretch; background: var(--accent); border-radius: 5px; }
.group-title:after { background: #dfc4c5; }
.menu-grid { gap: 16px; }
.menu-item { background: #fff; border: 1px solid #ead4d6; border-top: 4px solid var(--accent); border-radius: 19px 19px 10px 19px; box-shadow: 0 5px 0 #f0dfe0; min-height: 193px; padding: 22px; transition: transform .18s, box-shadow .18s; }
.menu-item:hover { transform: translateY(-3px); box-shadow: 0 8px 0 #f0dfe0; }
.menu-item h4 { line-height: 1.4; }
.menu-item p { color: #68535c; font-size: 1rem; }
.price { color: #842144; background: #ffedb7; padding: 4px 10px; border-radius: 7px; }
.add-button { color: #fff; background: #a72150; border: 0; border-radius: 999px; min-height: 44px; min-width: 72px; }
.add-button:hover { background: #80163b; }
.sides-note { background: #ffe9b1; border: 1px dashed #af7f30; border-radius: 18px; padding: 24px; }
.sides-note h3 { margin: 0 0 8px; color: #752b3e; }
.sides-note p { margin: 0 0 8px; font-weight: 700; }
.sides-note span { padding: 0 8px; color: #a72150; }
.sides-note small { font-size: .875rem; color: #654435; }
.order-section { background: #251923; color: #fffaf3; border-top: 8px solid #ba2c5c; }
.order-layout { gap: 24px; }
.cart-card { background: #34212e; border-color: #815169; border-radius: 24px; border-top: 5px solid #ffca51; }
.customer-form { background: #fffaf3; color: #2d1a22; border: 0; border-radius: 24px; border-top: 5px solid #e9799a; }
.customer-form input, .customer-form select, .customer-form textarea { background: #fff; color: #2d1a22; border-color: #b88a9b; border-radius: 10px; }
.customer-form input[type=radio] { accent-color: #a72150; }
.customer-form fieldset { border-color: #d4b0bd; border-radius: 13px; }
.radio { padding: 4px 0; min-height: 40px; }
.fine-print { font-size: .875rem; }
.customer-form .fine-print { color: #68535c; margin-top: 0; }
.customer-form .button.primary { background: #a72150; box-shadow: 0 4px 0 #e5b7c4; }
.customer-form .button.primary:hover { background: #80163b; }
.quantity button { width: 40px; height: 40px; background: #483140; border-color: #c189a1; }
.payment-section { background: #fffaf3; }
.payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pay-card { background: #fff; border-color: #e2bdc8; border-radius: 18px; box-shadow: 0 5px 0 #f1dde2; }
.pay-card:last-child { grid-column: 1/-1; background: #ffefbe; }
.pay-card strong { overflow-wrap: anywhere; }
.pay-card div { min-width: 0; }
.pay-card small, .pay-card span:not(.pay-icon) { color: #66505a; font-size: .875rem; }
.payment-reminder { background: #fae4eb; color: #572139; border-left-color: #b32356; border-radius: 0 12px 12px 0; }
.contact-section { background: #a72150; color: #fffaf3; border-top: 7px solid #ffca51; }
.contact-section h2 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.15; }
.contact-links a { background: #ffca51; border-color: #ffca51; color: #391526; min-width: 95px; box-shadow: 0 4px 0 #7a183b; }
.contact-links a:hover { background: #fff1c9; color: #391526; }
.contact-links { max-width: 950px; margin: 26px auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-links .social-card { display: flex; flex-direction: column; gap: 5px; padding: 22px; border-radius: 18px; }
.social-card strong { font-family: 'Fraunces', Georgia, serif; font-size: 1.45rem; }
.social-card span { font-size: 1rem; overflow-wrap: anywhere; }
.contact-links .email-card { grid-column: 1/-1; background: #fffaf3; border-color: #fffaf3; }
.phone-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 24px; }
.phone-links a { padding: 8px; text-decoration: underline; text-underline-offset: 5px; }
footer { background: #171216; color: #ebcdd9; font-size: .9375rem; }
.toast { max-width: calc(100vw - 32px); width: max-content; background: #ffca51; color: #321a25; border: 2px solid #171216; border-radius: 16px; }
:focus-visible { outline: 3px solid #e58a14; outline-offset: 4px; }
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr 0.75fr; gap: 26px; padding-inline: 24px; }
  .hero h1 { font-size: clamp(2.9rem, 6.8vw, 4.7rem); }
  .menu-photo { margin: 0; }
  .notice { gap: 6px; }
}
@media (max-width: 620px) {
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 32px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(2.7rem, 10vw, 3.7rem); }
  .menu-photo { max-width: 240px; }
  .hero-actions { margin-top: 20px; }
  .menu-section, .order-section, .payment-section { padding: 44px 20px; }
  .payment-grid { grid-template-columns: 1fr; }
  .contact-links { grid-template-columns: 1fr; }
  .cart-card, .customer-form { padding: 22px 18px; }
  .cart-line { grid-template-columns: 1fr; }
  .menu-item { min-height: 165px; }
  .brand { max-width: 210px; }
  .cart-pill { flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
