/* =============================================
   6 STREET ROASTERY — hero.css
   홈 히어로 & 카페 & 이벤트 & 어바웃 페이지
   ============================================= */

/* ── HERO ── */
#page-hero {
  position: relative; width: 100%; height: 100vh;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(20,14,8,0.45), rgba(20,14,8,0.45)),
              linear-gradient(135deg, #2a1f16 0%, #4a3325 40%, #3d2b1d 70%, #1e150e 100%);
  background-size: cover; background-position: center;
}
.hero-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.7;
}
.hero-center {
  position: relative; z-index: 2; text-align: center; color: #f0e8d8;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.hero-logo {
  width: 56px; height: 56px; object-fit: contain;
  /* margin-top 추가해서 아래로 내리기 */
  mix-blend-mode: screen; margin-bottom: 0.5rem; margin-top: 1.5rem;
}
.hero-title {
  font-family: 'IM Fell English', serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400; letter-spacing: 0.01em; line-height: 1;
}
.hero-italic {
  font-style: italic; font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  color: #d4c4a0; display: block; margin-top: -0.3rem;
}
.hero-sub {
  font-size: 0.72rem; font-style: italic;
  font-family: 'IM Fell English', serif; color: #c8b89a; margin-top: 0.4rem;
}
.hero-shop-btn {
  margin-top: 1.5rem;
  background: #f0e8d8; color: #1a1a1a; border: none;
  padding: 0.75rem 2.5rem;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  transition: background .2s, color .2s;
}
.hero-shop-btn:hover { background: #1a1a1a; color: #f0e8d8; }

.hero-bottom {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; flex-direction: column; align-items: center;
  padding-bottom: 2rem; gap: 0.4rem;
  color: #c8b89a; font-size: 0.72rem; font-style: italic;
  font-family: 'IM Fell English', serif; z-index: 2; pointer-events: none;
}
.hero-lets-chat {
  position: absolute; bottom: 1.8rem; right: 1.75rem;
  font-size: 0.72rem; font-style: italic;
  font-family: 'IM Fell English', serif;
  color: #c8b89a; z-index: 2; cursor: pointer; transition: opacity .15s;
}
.hero-lets-chat:hover { opacity: 0.6; }
.hero-ig {
  position: absolute; bottom: 1.6rem; right: 6rem;
  font-size: 1rem; color: #c8b89a; z-index: 2; cursor: pointer;
}

/* ── CAFÉ PAGE ── */
#page-cafe {
  min-height: 100vh; background: #f5edcf; color: #1a1a1a;
  padding: 3rem 3rem 5rem;
}
#page-cafe h1 {
  font-family: 'IM Fell English', serif; font-size: 2rem;
  font-weight: 400; margin-bottom: 2rem;
}
.menu-section { margin-bottom: 2.5rem; }
.menu-section h2 {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; margin-bottom: 1rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid #c8b88a;
}
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.menu-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0.6rem 0; border-bottom: 1px solid #e0d4b0;
}
.menu-row:last-child { border-bottom: none; }
.menu-item-name { font-size: 0.82rem; }
.menu-item-price { font-size: 0.8rem; color: #5a5040; white-space: nowrap; margin-left: 1rem; }

/* ── EVENTS PAGE ── */
#page-events {
  min-height: 100vh; background: #f5edcf; color: #1a1a1a;
  padding: 3rem 3rem 5rem;
}
#page-events h1 {
  font-family: 'IM Fell English', serif; font-size: 2rem;
  font-weight: 400; margin-bottom: 2rem;
}
.event-card {
  background: #e8dfc8; padding: 1.5rem; margin-bottom: 1rem;
  display: grid; grid-template-columns: 80px 1fr auto;
  gap: 1.5rem; align-items: center;
}
.event-date-block { text-align: center; }
.event-date-num {
  font-family: 'IM Fell English', serif; font-size: 2.2rem; line-height: 1;
}
.event-date-mon {
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: #5a5040;
}
.event-info-name { font-family: 'IM Fell English', serif; font-size: 1.1rem; margin-bottom: 0.25rem; }
.event-info-meta { font-size: 0.72rem; color: #5a5040; }
.event-tag-pill {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  border: 1px solid #8a7a5a; color: #5a5040; padding: 0.3rem 0.75rem; white-space: nowrap;
}

/* ── ABOUT PAGE ── */
#page-about {
  min-height: 100vh; background: #f5edcf; color: #1a1a1a;
  padding: 3rem 3rem 5rem;
}
#page-about h1 {
  font-family: 'IM Fell English', serif; font-size: 2rem;
  font-weight: 400; margin-bottom: 1.5rem;
}
.about-body { font-size: 0.85rem; line-height: 1.9; color: #3d3020; max-width: 600px; margin-bottom: 2rem; }
.about-info { font-size: 0.8rem; line-height: 2; color: #5a5040; }
.contact-form { margin-top: 2rem; max-width: 480px; }
.contact-input {
  width: 100%; background: none; border: none;
  border-bottom: 1px solid #c8b88a;
  padding: 0.6rem 0; font-family: 'Barlow', sans-serif; font-size: 0.85rem;
  color: #1a1a1a; margin-bottom: 1.25rem; outline: none;
}
.contact-input::placeholder { color: #a09080; }
.contact-submit {
  background: #1a1a1a; color: #f5edcf; border: none;
  padding: 0.75rem 2rem;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  transition: background .2s;
}
.contact-submit:hover { background: #3d2b1d; }