/* ========== BRAND TOKENS ========== */
:root {
  --rich-black: #101622;
  --myrtle: #58787C;
  --champagne: #F6E4CD;
  --scarlet: #FC3F29;
  --auburn: #A22B25;

  /* light UI surfaces */
  --bg: #FAF6EF;          /* warm paper background */
  --paper: #FFFFFF;       /* card surface */
  --ink: #232833;         /* text */
  --ink-muted: #5c6677;   /* secondary text */
  --stroke: rgba(16,22,34,.10);
  --shadow: 0 10px 24px rgba(16,22,34,.08);

  --radius: 14px;
}

/* ========== BASE ========== */
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(252,63,41,.06), transparent 60%),
    radial-gradient(1000px 500px at 110% 10%, rgba(88,120,124,.08), transparent 60%),
    var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* simple layout helpers */
.container { max-width: 1100px; margin: 0 auto; padding: 1.25rem; }
.page { max-width: 1100px; margin: 0 auto; padding: 2rem 1.25rem; }
.grid { display: grid; gap: 1rem; }
.card {
  background: var(--paper);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem;
}
.small { color: var(--ink-muted); }

/* ========== NAVIGATION ========== */

header {
  background: rgba(255,255,255,.9);
  color: var(--rich-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--stroke);
  backdrop-filter: blur(6px);
}
.nav-toggle {
  display: none;
  background: none;
  border: 2px solid var(--rich-black);
  border-radius: 10px;
  padding: .45rem .55rem;
  font-weight: 700;
  cursor: pointer;
}
.nav-toggle:focus-visible { outline: 3px solid var(--scarlet); }
.logo img {
  height: 80px;     /* try 30px / 35px / 40px and see what you like */
  width: auto;      /* keeps aspect ratio */
  display: block;   /* removes tiny inline gap */
}

.logo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: var(--auburn);
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 0;
  margin: 0;
}
.nav-links.collapsed { display: none; }
.nav-links a {
  color: var(--rich-black);
  font-weight: 700;
  transition: background .2s, color .2s;
  padding: .55rem .8rem;
  border-radius: 10px;
}
.nav-links a:hover { background: rgba(16,22,34,.06); }
.nav-links a.active {
  color: var(--scarlet);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 820px){
  header { flex-wrap: wrap; gap: .75rem; }
  nav { width: 100%; }
  .nav-toggle { display: inline-flex; align-items: center; gap: .5rem; margin-left: auto; }
  .nav-links { flex-direction: column; align-items: flex-start; width: 100%; padding-top: .75rem; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; }
  .nav-links.collapsed { display: none; }
}

/* ========== HERO ========== */
.hero {
  text-align: center;
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--myrtle), #6a989a);
  color: var(--champagne);
}
.hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3rem;
  margin: 0 0 1rem 0;
}
.btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--champagne);
  color: var(--champagne);
  background: transparent;
  border-radius: 10px;
  font-weight: bold;
  transition: .25s;
}
.btn:hover {
  background: var(--scarlet);
  border-color: var(--scarlet);
  color: var(--champagne);
}
.btn.secondary {
  border-color: var(--rich-black);
  color: var(--rich-black);
  background: #fff;
}
.btn.secondary:hover {
  background: var(--auburn);
  color: var(--champagne);
  border-color: var(--auburn);
}
@media (max-width: 600px){
  .hero { padding: 4rem 1rem; }
  .hero h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .page { padding: 1.5rem 1rem; }
  .card { padding: 0.9rem; }
}

/* ========== ZINE BLOCKS ========== */
.zine-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 380px;
}
.zine-block .text { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.zine-block h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  color: var(--auburn);
  margin: 0 0 1rem 0;
}
.zine-block .image {
  background-size: cover;
  background-position: center;
  min-height: 280px;
}
.zine-block.alt { background: var(--champagne); }
@media (max-width: 900px){
  .zine-block { grid-template-columns: 1fr; }
}

/* image helpers (fallbacks) */
.img1 { background-image: url('https://source.unsplash.com/1200x900/?coffee'); }
.img2 { background-image: url('https://source.unsplash.com/1200x900/?gaming-pc'); }
.img3 { background-image: url('https://source.unsplash.com/1200x900/?anime-art'); }
.img4 { background-image: url('https://source.unsplash.com/1200x900/?streetwear'); }

.visit {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--rich-black);
}

.visit h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.visit p {
  margin: 0.25rem 0;
  font-size: 1rem;
}

/* ========== CTA ========== */
.cta {
  text-align: center;
  padding: 4rem 1.5rem;
  background: var(--scarlet);
  color: var(--champagne);
}

/* ========== MENU ========== */

.mnu {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* Hero heading */

.mnu__hero {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: 18px;
  background: var(--champagne);            /* soft background */
  border: 1px solid var(--myrtle);         /* green border */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.mnu__hero h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 0.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--auburn);
}

.mnu__hero .lead {
  margin: 0;
  color: rgba(0, 0, 0, 0.75);
}

/* Layout for FOOD vs CAFE columns */

.mnu__cat {
  background: var(--paper, #f7f3ea);       /* fallback if --paper not set */
  border-radius: 18px;
  padding: 1.75rem 1.5rem 2rem;
  border: 1px solid var(--stroke);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

.mnu__cat h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.8rem;
  color: var(--auburn);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Subhead sections (Sweet Bytes, Coffee Lovers, etc.) */

.mnu__subhead {
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: var(--champagne);  /* light background */
  color: var(--auburn);          /* dark text */
  border: 1px solid var(--auburn);
}


/* Lists + item rows */

.mnu__list {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
}

.mnu__row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.45rem 0;
}

.mnu__name {
  font-weight: 600;
  font-size: 0.98rem;
}

.mnu__dots {
  flex: 1 1 auto;
  border-bottom: 2px dotted rgba(16, 22, 34, 0.25);
  transform: translateY(-3px);
}

.mnu__price {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 0.98rem;
}

/* space between sections */

.mnu__space {
  height: 1.25rem;
}

/* notes block (for specialty add-ins) */

.mnu__notes {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: #fff;
  border-left: 4px solid var(--myrtle);
}

/* Two-column layout on larger screens: Food | Café */

@media (min-width: 900px) {
  .mnu {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr;
    grid-template-rows: auto 1fr;
    gap: 2rem;
  }

  .mnu__hero {
    grid-column: 1 / -1;    /* hero spans both columns */
  }

  /* first .mnu__cat = Food, second = Café */
  .mnu__cat:nth-of-type(1) {
    grid-column: 1;
  }

  .mnu__cat:nth-of-type(2) {
    grid-column: 2;
  }
}

/* Stack nicely on mobile */

@media (max-width: 899px) {
  .mnu {
    display: block;
  }
}


/* ========== CARDS / GRIDS used by shop/events ========== */
.grid.cards { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card span.price { font-weight: 800; }
.card-images {
  display: flex;          /* side-by-side instead of stacked */
  gap: 0.5rem;            /* space between front & back */
  justify-content: center;
}
.card .btn { width: 100%; text-align: center; margin-top: .75rem; }

.card-images img {
  width: 50%;             /* each image takes half the card */
  height: auto;
  object-fit: cover;      /* keeps them looking neat if sizes differ */
}


/* ======== CALENDAR ======== */
.calendar {
  background: var(--paper);
  border: 2px solid var(--stroke);
  border-radius: 14px;
  box-shadow: var(--shadow);
  margin: 2rem auto;
  max-width: 1000px;
  overflow: hidden;
}

.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, rgba(88,120,124,0.12), rgba(252,63,41,0.08));
  border-bottom: 1px solid var(--stroke);
}

.cal-title {
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: .5px;
  color: var(--auburn);
}

.cal-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cal-btn {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  font-weight: 700;
  color: var(--rich-black);
  transition: background .2s, border-color .2s, transform .1s;
}

.cal-btn:hover { background: rgba(16,22,34,.06); border-color: rgba(16,22,34,.2); }
.cal-btn:active { transform: translateY(1px); }
.cal-btn:focus-visible { outline: 3px solid var(--scarlet); }

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.4rem;
  padding: 1rem 1.25rem 1.25rem;
  background: var(--champagne);
}

.cal-dow {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--myrtle);
  text-align: center;
}

.cal-cell {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  min-height: 110px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  box-shadow: 0 4px 12px rgba(16,22,34,.04);
}

.cal-cell--muted {
  opacity: 0.65;
  background: #f7f4ee;
}

.cal-date {
  font-weight: 800;
  color: var(--rich-black);
  font-size: 0.95rem;
}

.cal-event {
  background: rgba(252,63,41,.08);
  border: 1px solid rgba(252,63,41,.25);
  color: var(--auburn);
  border-radius: 8px;
  padding: 0.25rem 0.4rem;
  font-weight: 700;
  font-size: 0.85rem;
}

@media (max-width: 768px) {

  .calendar {
    margin: 1rem .5rem;
    max-width: 100%;
    border-width: 1px;
    border-radius: 10px;
  }

  .cal-head {
    padding: 0.75rem 0.75rem;
    flex-direction: column;       /* stack title and buttons */
    align-items: flex-start;
    gap: 0.5rem;
  }

  .cal-title {
    font-size: 1.1rem;
  }

  .cal-controls {
    width: 100%;
    justify-content: flex-start;
    gap: 0.4rem;
  }

  .cal-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }

  .cal-grid {
    padding: 0.75rem 0.25rem;
    gap: 0.25rem;
  }

  .cal-cell {
    min-height: 70px;            /* smaller cells on phones */
    padding: 0.25rem;
  }

  .cal-date {
    font-size: 0.8rem;
  }

  .cal-event {
    font-size: 0.7rem;
    padding: 0.15rem 0.3rem;
    border-radius: 6px;
  }
}


/* ========== FOOTER ========== */
footer {
  background: rgba(255,255,255,.9);
  color: var(--rich-black);
  text-align: center;
  padding: 2rem 1.25rem;
  font-size: 0.95rem;
  border-top: 1px solid var(--stroke);
}
footer a { color: var(--auburn); text-decoration: underline; text-underline-offset: 3px; }

/* ===== MENU — Minimal Bistro Layout ===== */
.mnu { max-width: 1000px; margin: 0 auto; }
.mnu__hero { text-align:center; margin-bottom: 1.75rem; }
.mnu__hero h1 { margin: 0 0 .25rem 0; }
.mnu__hero .lead { color: var(--ink-muted); }

.mnu__cat {
  background: var(--paper);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 1.25rem;
  margin: 1rem 0 1.5rem 0;
}

.mnu__cat h2 {
  margin: 0 0 .75rem 0;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: .5px;
  color: var(--auburn);
  font-size: 1.3rem;
}

.mnu__hint { margin: -.25rem 0 1rem 0; color: var(--ink-muted); font-size: .95rem; }

/* The list uses CSS columns for a light, editorial feel */
.mnu__list {
  column-width: 320px;          /* aim for ~2 columns on desktop */
  column-gap: 2rem;
  margin: 0; padding: 0;
  list-style: none;
}
@media (max-width: 760px){
  .mnu__list { column-width: 100%; }
}

/* Each row stays intact and won’t break across columns */
.mnu__row {
  break-inside: avoid;
  padding: .5rem 0;
  display: flex;
  align-items: baseline;
  gap: .75rem;
  border-bottom: 1px dashed rgba(16,22,34,.18);
}
.mnu__row:last-child { border-bottom: none; }

.mnu__name {
  font-weight: 700;
  flex: 1 1 auto;
  min-width: 0;                 /* allow nice truncation if super long */
}
.mnu__dots {
  flex: 0 0 auto;
  width: 8px; height: 1px;      /* tiny spacer so name/price don’t touch */
  opacity: 0;
}
.mnu__price {
  flex: 0 0 auto;
  font-weight: 800;
}

/* Section subtitle */
.mnu__subhead {
  break-inside: avoid;
  margin: 1rem 0 .25rem 0;
  color: var(--myrtle);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .95rem;
}
/* ========== CONTACT PAGE ========== */

.contact-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* colorful hero bar */
.contact-hero {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 2rem 1.5rem;
  border-radius: 18px;
  background: var(--champagne);        /* soft warm background */
  color: var(--rich-black);
  border: 2px solid var(--myrtle);     /* subtle colored border */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.contact-hero h1 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero p {
  max-width: 650px;
  margin: 0 auto;
  opacity: 0.95;
}

/* layout for form + info */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: flex-start;
}

/* colorful cards */

.contact-form,
.contact-info {
  background: var(--champagne);          /* soft warm background */
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--myrtle);       /* green outline */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.contact-form h2,
.contact-info h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--auburn);                  /* headings in auburn */
}

.contact-info h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  color: var(--scarlet);
}

/* form elements */

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.form-row label {
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  color: var(--rich-black);
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--scarlet);
  outline-offset: 1px;
}

/* contact info text */

.contact-address,
.contact-hours {
  margin-bottom: 0.75rem;
}

/* make the button pop a bit more on this page */
.contact-form .btn {
  background: var(--scarlet);
  border-radius: 999px;
  padding-inline: 1.8rem;
}

.contact-form .btn:hover {
  background: var(--auburn);
}

/* responsive */

@media (max-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}


/* Notes or sub-items under a specific row */
.mnu__notes { color: var(--ink-muted); font-size: .92rem; margin: .25rem 0 .35rem; break-inside: avoid; }

/* Spacing helpers */
.mnu__space { height: .5rem; break-inside: avoid; }

