/* ============================================================
   Corso — one-pager additions (no-photo build)
   Builds on colors_and_type.css + styles.css (the UI-kit base).
   ============================================================ */

section[id] { scroll-margin-top: 84px; }

/* ---------------------------------------------------- HERO building art */
.corso-hero {
  background: radial-gradient(125% 120% at 70% 12%, #4E3A2C 0%, #2B1E16 56%, #1C140F 100%);
}
.corso-hero-bg-art { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.corso-hero-building {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: min(1600px, 138%); max-width: none; opacity: 0.5;
  -webkit-mask-image: linear-gradient(to top, #000 38%, transparent 90%);
  mask-image: linear-gradient(to top, #000 38%, transparent 90%);
}
.corso-hero-overlay { z-index: 1; }
@media (max-width: 700px) {
  .corso-hero-building { width: 200%; opacity: 0.42; }
}

/* ---------------------------------------------------- STORY quote */
.corso-story-quote {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.55rem; line-height: 1.4; color: var(--brass-300);
  margin: 30px 0 0; padding-left: 20px; border-left: 2px solid var(--brass-500);
}

/* ---------------------------------------------------- MENU chips + downloads */
.corso-menu-chips { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.corso-menu-downloads {
  margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.corso-menu-downloads-note { color: var(--fg2); font-size: 1rem; margin: 0 0 18px; }
.corso-menu-downloads-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.corso-btn-ghost-dark { background: transparent; color: var(--warm-700); box-shadow: inset 0 0 0 1.5px var(--cream-400); }
.corso-btn-ghost-dark:hover { background: var(--cream-200); box-shadow: inset 0 0 0 1.5px var(--brass-500); transform: translateY(-1px); }

/* ---------------------------------------------------- CAFE emblem (no photo) */
.corso-cafe-emblem {
  position: relative; width: 100%; height: 460px; border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line-dark);
  background: radial-gradient(135% 130% at 28% 18%, #4E3A2C 0%, #2B1E16 60%, #1C140F 100%);
  display: flex; align-items: center; justify-content: center;
}
.corso-cafe-emblem::after {
  content: ''; position: absolute; inset: 14px; border-radius: calc(var(--radius-lg) - 6px);
  border: 1px solid var(--line-dark); pointer-events: none;
}
.corso-cafe-emblem-mark {
  position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%);
  width: 132%; max-width: none; opacity: 0.13; pointer-events: none;
}
.corso-cafe-emblem-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.corso-cafe-emblem-top { font-family: var(--font-label); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-300); }
.corso-cafe-emblem-name { font-family: var(--font-display); font-weight: 600; font-size: 4.6rem; line-height: 1; color: var(--cream-50); margin-top: 8px; }
.corso-cafe-emblem-rule { width: 64px; height: 1.5px; background: var(--brass-500); margin: 20px 0; opacity: 0.85; }
.corso-cafe-emblem-since { font-family: var(--font-body); font-size: 0.95rem; letter-spacing: 0.05em; color: var(--fg-on-dark-2); }
.corso-cafe-emblem-since em { font-family: var(--font-display); font-style: italic; color: var(--brass-300); font-size: 1.18rem; }

/* ---------------------------------------------------- RESERVE section */
.corso-reserve { background: var(--cream-100); border-top: 1px solid var(--line); }
.corso-reserve-head { max-width: 720px; margin: 0 auto; padding: 100px 32px 0; text-align: center; }
.corso-reserve-head .corso-eyebrow { justify-content: center; }
.corso-reserve-lead { max-width: 560px; margin: 18px auto 0; color: var(--fg2); font-size: 1.1rem; line-height: 1.6; }
.corso-reserve-lead a { color: var(--brass-600); font-weight: 700; white-space: nowrap; }
.corso-reserve-frame {
  max-width: 920px; margin: 40px auto 0;
  background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); overflow: hidden;
}
.corso-reserve-iframe { width: 100%; min-height: 760px; border: 0; display: block; background: var(--cream-50); }
.corso-reserve-skeleton {
  min-height: 760px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; color: var(--fg3); font-size: 0.95rem;
}
.corso-reserve-skeleton [data-lucide] { width: 42px; height: 42px; color: var(--brass-400); stroke-width: 1.5; }
.corso-reserve-note {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin: 20px auto 0; padding: 0 32px 100px; color: var(--fg2); font-size: 0.92rem;
}
.corso-reserve-note [data-lucide] { width: 16px; height: 16px; color: var(--brass-500); flex-shrink: 0; }

/* ---------------------------------------------------- CONTACT extras */
.corso-contact-row-static { cursor: default; }
.corso-contact-row-static:hover { color: var(--cream-100); }
.corso-hours-cta { margin-top: 22px; }
.corso-map { width: 100%; height: 440px; border-top: 1px solid var(--line-dark); }
.corso-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.25) sepia(0.18) contrast(0.96); }

/* ---------------------------------------------------- FOOTER art */
.corso-footer { position: relative; overflow: hidden; }
.corso-footer-art { position: absolute; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0.06; pointer-events: none; }
.corso-footer-art img { width: 100%; display: block; }
.corso-footer-inner, .corso-footer-bar { position: relative; z-index: 1; }

@media (max-width: 600px) {
  .corso-cafe-emblem-name { font-size: 3.4rem; }
  .corso-reserve-iframe, .corso-reserve-skeleton { min-height: 680px; }
}
