/* Presto Pizza — food delivery, Spectre.css theme (tomato · dough · cheese · basil) */
:root{
  --tomato:#C53030;
  --tomato-deep:#9B2420;
  --crust:#2B211B;
  --cheese:#E5A22C;
  --basil:#5C8A3A;
  --ink:#2B211B;
  --body:#3D352E;
  --muted:#857B70;
  --dough:#FBF2E2;
  --bg:#FFFBF4;
  --line:#EBDFC9;
}
html { letter-spacing: 0; }
body {
  margin: 0; background: #FFFBF4; color: #3D352E;
  font-family: "PT Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.65;
}
a { color: #C53030; text-decoration: none; }
a:hover, a:focus { color: #9B2420; text-decoration: underline; }
h1,h2,h3,h4,h5,h6,.navbar-brand { font-family: "Montserrat", Arial, sans-serif; color: #2B211B; font-weight: 800; letter-spacing: .01em; }
h1 { font-size: 38px; margin-top: 0; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }

/* header / nav */
.bg-primary { background: #C53030 !important; }
.bg-dark { background: #2B211B !important; }
.text-light, .text-light a { color: #FFF3E6 !important; }
.site-header { position: sticky; top: 0; z-index: 30; box-shadow: 0 2px 14px rgba(43,33,27,.2); }
.navbar { min-height: auto; padding: .7rem max(1rem,4vw); align-items: center; gap: 1rem; flex-wrap: wrap; }
.navbar-brand { color: #fff; font-size: 1.35rem; white-space: normal; letter-spacing: .04em; }
.nav-links { flex-wrap: wrap; justify-content: flex-end; gap: .15rem; }
.nav-links .nav-link { color: #FFF3E6; text-decoration: none; padding: .35rem .6rem; display: inline-block; font-weight: 700; border-radius: 6px; }
.nav-links .nav-link:hover { color: #fff; background: rgba(255,255,255,.16); text-decoration: none; }
.nav-toggle { color: #fff !important; font-size: 1.3rem; }

.nav-dropdown { position: relative; display: inline-flex; }
.dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0; min-width: 14rem;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 14px 34px rgba(43,33,27,.22); padding: .4rem; z-index: 40;
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: grid; }
.dropdown-menu a { padding: .45rem .6rem; color: #2B211B; border-radius: 6px; font-weight: 700; }
.dropdown-menu a:hover { background: var(--dough); color: #C53030; text-decoration: none; }

/* hero */
.home-hero { background:#2B211B; background-size: cover; background-position: center; padding: 6rem 1rem; }
.home-hero .hero-body { max-width: 1140px; margin: 0 auto; }
.home-hero h1 { color: #fff; font-size: 3rem; margin-bottom: .6rem; max-width: 22ch; }
.hero-tagline { color: #F2E6D4; max-width: 46rem; font-size: 1.15rem; }
.hero-kicker { margin: 0 0 .5rem; color: #E5A22C; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; }
.order-cta { margin-top: 1.4rem; }
.btn.btn-primary { background: #C53030; border-color: #C53030; color: #fff; font-weight: 800; }
.btn.btn-primary:hover { background: #9B2420; border-color: #9B2420; color: #fff; }
.btn.btn-lg { padding: .55rem 1.4rem; font-size: 1.05rem; height: auto; border-radius: 8px; }

/* layout */
.page-band { padding: 2.6rem 1rem; }
.content-panel, .quick-panel { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 8px 24px rgba(43,33,27,.06); padding: 1.5rem; margin-bottom: 1.4rem; }
.lead { font-size: 1.1rem; color: #5A5147; }

/* content links scoped */
.site-prose a, .site-category-meta a, .article-body a, .related-panel a { color: #C53030; text-decoration: underline; text-decoration-color: rgba(197,48,48,.4); text-underline-offset: 2px; }
.site-prose a:hover, .article-body a:hover { color: #9B2420; }

/* cards */
.event-column { padding: .5rem; }
.content-card, .event-card { background: var(--dough); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; height: 100%; }
.event-card .card-title a { color: #2B211B; text-decoration: none; }
.event-card .card-title a:hover { color: #C53030; }
.card-image img, .content-figure img, .card-gallery img, .article-main-image img { display: block; max-width: 100%; height: auto; }
.card-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.content-heading { margin-top: 1.5rem; }
.content-list { padding-left: 1.25rem; }
.content-figure { margin: 1rem 0; border-radius: 8px; overflow: hidden; }
.figure-right { float: right; max-width: 42%; margin-left: 1rem; }
.figure-left { float: left; max-width: 42%; margin-right: 1rem; }
figcaption { font-size: .82rem; color: #857B70; padding-top: .35rem; }
.card-gallery figure { margin: 0; }
.table-wrap { overflow-x: auto; margin: 1rem 0; }
.table { background: #fff; color: #3D352E; }
.table th, .table td { border-color: var(--line); }
.table th { background: var(--dough); color: #2B211B; }
.page-breadcrumbs { margin-bottom: 1rem; }
.breadcrumb .breadcrumb-item a { color: #C53030; }
blockquote { border-left: 4px solid #E5A22C; background: var(--dough); margin: 1rem 0; padding: .8rem 1.1rem; border-radius: 0 8px 8px 0; }

.quick-panel { display: grid; gap: .5rem; }
.quick-panel a { display: block; padding: .55rem .7rem; background: var(--dough); border: 1px solid var(--line); border-radius: 8px; color: #C53030; font-weight: 700; }
.quick-panel a:hover { color: #9B2420; border-color: #C53030; text-decoration: none; }
.related-panel h2, .quick-panel h2 { font-size: 1.1rem; }

.toc { background: var(--dough); border: 1px solid var(--line); border-radius: 8px; padding: .9rem; margin: 1rem 0; }
.article-main-image { float: right; max-width: 33%; margin: 0 0 1rem 1rem; border-radius: 8px; }
.article-meta { color: #857B70; font-size: .85rem; }
.article-panel h1, .page-title-row h1 { font-size: 2rem; margin-top: 0; }

/* footer */
.site-footer { color: #E2D6C6; padding: 2.4rem 1rem; }
.site-footer h2 { color: #fff; font-size: 1.4rem; letter-spacing: .04em; }
.site-footer a { color: #E5A22C; }
.site-footer a:hover { color: #F2C66E; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .45rem .9rem; font-size: .9rem; }
.empty-copy { color: #857B70; }

@media (max-width: 840px) {
  .navbar { display: block; }
  .nav-links { display: none; justify-content: flex-start; margin-top: .6rem; }
  .site-header.nav-open .nav-links { display: flex; }
  .home-hero { padding: 4rem 1rem; }
  .home-hero h1 { font-size: 2rem; }
  .figure-right, .figure-left, .article-main-image { float: none; max-width: 100%; margin: 1rem 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } .content-panel { padding: 1.1rem; } }
@media print { .site-header, .site-footer { display: none; } body { background: #fff; color: #000; } }
