/* Good Morning — café fold */
:root {
  --cream: #f3eee4;
  --cream-deep: #e7dfd1;
  --ink: #2c241c;
  --ink-soft: #5c4e42;
  --sage: #6B7F5E;
  --sage-deep: #4f6146;
  --sage-line: rgba(107, 127, 94, 0.35);
  --panel: #f3eee4;
  --font: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --focus: 0 0 0 3px rgba(107, 127, 94, 0.4);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--sage-deep); text-underline-offset: 0.15em; }
a:hover { color: var(--sage); }
a:focus-visible { outline: none; box-shadow: var(--focus); border-radius: 2px; }

.skip {
  position: absolute; left: 1rem; top: -3rem; z-index: 20;
  background: var(--sage-deep); color: var(--cream); padding: 0.5rem 0.75rem;
}
.skip:focus { top: 1rem; }

.fold {
  display: grid;
  min-height: 0;
}

.fold-photo {
  margin: 0;
  background: #1a1512;
  max-height: 42vh;
  overflow: hidden;
}
.fold-photo img {
  width: 100%;
  height: auto;
  max-height: 42vh;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 45%;
}

.fold-panel {
  background: var(--panel);
  color: var(--ink);
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 650;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}
.brand-mark { width: 2.15rem; height: 2.15rem; object-fit: contain; }
.lang {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  display: flex;
  gap: 0.35rem;
  align-items: center;
}
.lang a { color: var(--sage-deep); text-decoration: none; font-weight: 650; }
.lang b { color: var(--ink); font-weight: 700; }

.place {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.hours {
  margin: 0.35rem 0 1rem;
  font-size: 1.05rem;
  color: var(--ink);
}
.hours strong { font-weight: 700; }

.deal {
  margin: 0 0 1.25rem;
  padding: 1rem 1.05rem;
  background: linear-gradient(145deg, #6B7F5E 0%, #556648 100%);
  color: #f6f3ec;
  border-radius: 0.65rem;
  box-shadow: 0 10px 28px rgba(44, 36, 28, 0.12);
}
.deal-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}
.deal-row {
  margin-top: 0.45rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.deal-desc {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 550;
  line-height: 1.3;
}
.deal-price {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.deal-price span {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  vertical-align: 0.35em;
  opacity: 0.85;
}

.menu-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.5rem;
  margin: 0 0 0.75rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(44, 36, 28, 0.12);
}
.menu-col h2 {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.menu-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-col li {
  margin: 0;
  padding: 0.28rem 0;
  font-size: 0.95rem;
  line-height: 1.25;
  border-bottom: 1px solid rgba(44, 36, 28, 0.08);
  color: var(--ink);
}
.menu-col li:last-child { border-bottom: 0; }

.board {
  margin: 0 0 1.15rem;
  font-size: 0.82rem;
  color: var(--ink-soft);
}

.panel-foot {
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(44, 36, 28, 0.12);
}
.addr, .near {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.phone { margin: 0.45rem 0 0.7rem; }
.phone a {
  color: var(--ink);
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.phone a:hover { color: var(--sage-deep); }

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--sage-line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--sage-deep);
  background: rgba(107, 127, 94, 0.08);
}
.links a:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: #f6f3ec;
}

@media (min-width: 900px) {
  body { background: #1a1512; }
  .fold {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 22.5rem);
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
  }
  .fold-photo {
    max-height: none;
  }
  .fold-photo, .fold-photo img {
    min-height: 0;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }
  .fold-panel {
    padding: 1.35rem 1.25rem 1.25rem;
    width: 100%;
    max-width: 22.5rem;
    justify-self: end;
  }
  .panel-foot { margin-top: auto; }
  .brand {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
  }
  .brand-mark { width: 1.85rem; height: 1.85rem; }
  .menu-col li { font-size: 0.88rem; padding: 0.22rem 0; }
  .deal-desc { font-size: 0.95rem; }
  .deal-price { font-size: 1.35rem; }
  .hours { font-size: 0.98rem; }
}

@media (max-width: 420px) {
  .menu-board { gap: 1rem; }
  .menu-col li { font-size: 0.9rem; }
}
