:root {
  --red: #b91c1c;
  --red-dark: #8f1515;
  --green: #163f2b;
  --green-2: #0c251b;
  --cream: #f7f1e6;
  --cream-2: #fffaf1;
  --ink: #17201d;
  --muted: #68736d;
  --line: #e8dece;
  --shadow: 0 20px 60px rgba(25, 28, 24, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-2); }
h1,h2,h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.02; margin: 0 0 .75rem; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
p { line-height: 1.65; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 1rem clamp(1rem, 4vw, 4rem); background: rgba(255,250,241,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: .75rem; align-items: center; text-decoration: none; text-transform: uppercase; letter-spacing: .03em; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; }
.brand small { display: block; font-size: .7rem; color: var(--muted); font-weight: 700; }
.flag-mark { width: 2.25rem; height: 2.25rem; border-radius: .45rem; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.4rem; font-weight: 900; }
nav { display: flex; gap: 1.25rem; align-items: center; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
nav a { text-decoration: none; }
.pill { background: var(--red); color: white; padding: .85rem 1rem; border-radius: .5rem; }
.hero { min-height: 78vh; position: relative; display: grid; align-items: end; padding: clamp(2rem, 8vw, 6rem); color: white; overflow: hidden; background:
  linear-gradient(90deg, rgba(7,20,15,.96), rgba(7,20,15,.52), rgba(7,20,15,.2)),
  radial-gradient(circle at 75% 40%, rgba(255,196,87,.72), transparent 26%),
  linear-gradient(135deg, #0b2218, #254a32 46%, #c87524 82%);
}
.hero:after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.5), transparent 55%); pointer-events:none; }
.hero-content { max-width: 820px; position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .77rem; font-weight: 900; color: var(--red); margin-bottom: .75rem; }
.hero .eyebrow { color: #ffd7b1; }
.lede { font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 720px; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.5rem; }
.button { border: 1px solid transparent; padding: .95rem 1.2rem; border-radius: .5rem; font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--red); color: white; box-shadow: 0 10px 25px rgba(185,28,28,.25); }
.button.secondary { background: #fff; color: var(--ink); }
.button.ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.intro-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.intro-grid article { background: var(--cream); padding: 2rem; text-align: center; }
.intro-grid span { font-size: 2.25rem; }
.section { padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 7vw, 6rem); }
.section-head { max-width: 820px; margin-bottom: 2rem; }
.section-head.compact { text-align: center; margin-left: auto; margin-right: auto; }
.cards { display: grid; gap: 1.2rem; }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.card { background: white; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; box-shadow: 0 10px 30px rgba(18,22,20,.08); }
.card p, .card h3 { padding: 0 1rem; }
.card h3 { margin-top: .25rem; }
.card-image { height: 180px; background: linear-gradient(135deg, var(--green), #d19c50); }
.card-image.bonfire { background: radial-gradient(circle at 50% 65%, #f59e0b, transparent 18%), linear-gradient(135deg, #122018, #5c2518); }
.card-image.constitution { background: linear-gradient(135deg, #b91c1c 0 32%, #fff 32% 42%, #b91c1c 42% 58%, #fff 58% 68%, #163f2b 68%); }
.card-image.breakfast { background: radial-gradient(circle at 30% 35%, #f7f1e6, transparent 20%), linear-gradient(135deg, #7c3f20, #f6d9a6); }
.card-image.market { background: radial-gradient(circle at 70% 35%, #ffd166, transparent 15%), linear-gradient(135deg, #0d2018, #842121); }
.date { color: var(--red); font-weight: 900; font-size: .85rem; margin-top: 1rem; }
.band { display: grid; grid-template-columns: 1.5fr .75fr; gap: 2rem; align-items: center; background: var(--green); color: white; padding: clamp(3rem, 7vw, 6rem); }
.band .eyebrow { color: #f1c27d; }
.hours-box { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; padding: 1.5rem; }
.small { font-size: .85rem; opacity: .75; }
.split { display: grid; grid-template-columns: 1fr 440px; gap: 3rem; align-items: start; }
.inquiry-card, .contact-card { background: white; border: 1px solid var(--line); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow); }
label { display: grid; gap: .45rem; font-weight: 800; margin: 0 0 1rem; }
input, textarea, select { width: 100%; padding: .9rem 1rem; border: 1px solid #d7cab8; border-radius: .5rem; font: inherit; }
textarea { min-height: 110px; resize: vertical; }
.muted { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.price { background: white; border: 1px solid var(--line); border-radius: 1rem; padding: 1.5rem; }
.price strong { font-size: 2rem; color: var(--green); }
.price.highlight { background: var(--green); color: white; }
.timeline-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.timeline-row span { border-top: 3px solid var(--red); padding-top: 1rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
footer { background: var(--green-2); color: white; padding: 2rem clamp(1rem, 7vw, 6rem); display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
footer p { max-width: 650px; opacity: .75; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 280px 1fr; background: #f6f7f5; }
.sidebar { background: var(--green-2); color: white; padding: 1.5rem; }
.sidebar nav { display: grid; gap: .5rem; margin-top: 2rem; }
.sidebar nav a { padding: .9rem 1rem; border-radius: .65rem; background: rgba(255,255,255,.06); }
.sidebar nav a.active { background: var(--red); }
.admin-main { padding: 2rem; }
.admin-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.tabs { display:flex; gap:.5rem; margin-bottom: 1rem; }
.tab { border: 1px solid var(--line); background: white; padding: .75rem 1rem; border-radius: .5rem; cursor:pointer; font-weight:900; }
.tab.active { background: var(--red); color:white; }
.panel { background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 8px 30px rgba(0,0,0,.06); padding: 1.25rem; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: .85rem; border-bottom: 1px solid #ece7dd; font-size: .92rem; }
th { color: var(--muted); text-transform: uppercase; font-size: .72rem; letter-spacing: .07em; }
.status { display:inline-block; padding:.25rem .5rem; border-radius: 99px; background:#fff0d6; color:#7a4a00; font-weight: 800; font-size:.75rem; }
.admin-actions { display:flex; justify-content:flex-end; gap:.75rem; margin-top:1rem; }
.kpis { display:grid; grid-template-columns: repeat(4, 1fr); gap:1rem; margin-bottom:1rem; }
.kpi { background:white; border:1px solid var(--line); border-radius:1rem; padding:1rem; }
.kpi strong { display:block; font-size:2rem; color:var(--green); }
@media (max-width: 900px) {
  nav { display:none; }
  .intro-grid, .cards.four, .pricing-grid, .timeline-row, .contact-grid, .split, .band { grid-template-columns: 1fr; }
  footer { display:block; }
  .admin-shell { grid-template-columns: 1fr; }
  .sidebar nav { grid-template-columns: repeat(2, 1fr); }
  .kpis { grid-template-columns: repeat(2, 1fr); }
}
