@font-face {
  font-family: 'Jalnan2';
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Jalnan/Jalnan.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Jalnan/Jalnan.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0d0b0a;
  --charcoal: #1a1615;
  --red: #d92b26;
  --red-deep: #b81f1b;
  --gold: #f0b429;
  --cream: #faf3e8;
  --gray: #6b6560;
  --line: #ece4d8;
  --display-font: 'Jalnan2', "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--black);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.5;
}
h1, h2, .huge, .badge-num, .menu-card h3, .contact-copy h2, .best-badge, .cta-btn, .step-no ~ h4, .process-step-highlight h4, .growth-sub-brand, .growth-eyebrow {
  font-family: var(--display-font);
  font-weight: 400;
  letter-spacing: -0.01em;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.section-inner, .nav-inner, .hero-inner, .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 80px 0; }
.center { text-align: center; }

/* nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(13, 11, 10, 0.95);
  backdrop-filter: blur(6px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 24px;
}
.logo, .footer-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-full {
  height: 34px;
  width: auto;
  border-radius: 6px;
  object-fit: cover;
}
.nav-links {
  display: flex;
  gap: 26px;
  font-size: 14px;
  color: var(--cream);
  flex: 1;
  justify-content: center;
}
.nav-links a { text-decoration: none; opacity: 0.85; }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-cta {
  background: var(--red);
  color: var(--cream);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 16px;
  border-radius: 999px;
  white-space: nowrap;
}

/* hero */
.hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--red);
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.hero-photo-flip { transform: scaleX(-1); }
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--red-deep) 0%, var(--red-deep) 18%, rgba(184,31,27,0.88) 34%, rgba(184,31,27,0.35) 50%, transparent 66%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.eyebrow {
  color: var(--cream);
  opacity: 0.85;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.eyebrow.gold { color: var(--gold); opacity: 1; }
.hero-copy h1 {
  color: var(--cream);
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 2px 14px rgba(0,0,0,0.25);
}
.punch { color: var(--gold); }

/* growth */
.growth { background: var(--black); color: var(--cream); padding-bottom: 60px; }
.growth-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 56px;
}
.growth-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.growth-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--black) 0%, var(--black) 30%, rgba(13,11,10,0.88) 46%, rgba(13,11,10,0.4) 64%, transparent 82%);
}
.growth-copy { position: relative; z-index: 1; width: 100%; }
.growth h2 { font-size: 34px; font-weight: 900; }
.growth-eyebrow {
  color: var(--cream);
  opacity: 1;
  font-size: 44px;
  margin-bottom: 6px;
}
.fifty-line { display: flex; align-items: center; gap: 12px; }
.huge { color: var(--gold); font-size: 72px; text-shadow: 0 0 50px rgba(240,180,41,0.55); }
.growth-sub { margin-top: 24px; color: #c9c2b8; font-weight: 600; font-size: 22px; }
.growth-sub-brand { color: var(--red); font-size: 26px; }

.stat-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(240,180,41,0.2);
  padding-top: 44px;
}
.badge { text-align: center; padding: 0 16px; border-left: 1px solid rgba(255,255,255,0.12); }
.badge:first-child { border-left: none; }
.badge-icon { width: 130px; height: 130px; margin: 0 auto 18px; display: block; color: var(--red); }
.badge-num { display: block; color: var(--cream); font-weight: 900; font-size: 26px; margin-bottom: 10px; }
.badge-label { color: #8b857d; font-size: 15px; line-height: 1.6; }

/* menu */
.menu-section { background: #fff; }
.menu-section h2 { font-size: 42px; font-weight: 900; margin-bottom: 40px; }
.menu-swiper {
  padding: 4px 4px 48px;
  margin-bottom: 12px;
}
.menu-swiper .swiper-button-prev,
.menu-swiper .swiper-button-next {
  color: var(--red);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.menu-swiper .swiper-button-prev::after,
.menu-swiper .swiper-button-next::after { font-size: 15px; font-weight: 900; }
.menu-swiper .swiper-pagination-bullet-active { background: var(--red); }
.menu-card { position: relative; text-align: left; }
.menu-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; }
.best-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--red);
  color: var(--cream);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 4px;
  z-index: 1;
}
.menu-card h3 { margin-top: 14px; font-size: 17px; font-weight: 800; }
.menu-card p { color: var(--gray); font-size: 13px; margin-top: 6px; line-height: 1.6; }

.cta-btn {
  display: inline-block;
  background: var(--red);
  color: var(--cream);
  text-decoration: none;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 999px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
.cta-btn-full { width: 100%; text-align: center; }

/* cta banner */
.cta-banner {
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  color: var(--cream);
}
.cta-banner h2 { font-size: 42px; font-weight: 900; line-height: 1.4; margin-bottom: 28px; }

/* process */
.process { background: var(--cream); }
.process h2 { font-size: 42px; font-weight: 900; margin-bottom: 40px; }
.process-grid {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  gap: 12px;
  align-items: stretch;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px 12px;
  text-align: center;
}
.process-step-highlight { background: var(--red); color: var(--cream); border-color: var(--red); justify-content: center; }
.process-icon { width: 30px; height: 30px; color: var(--red); margin-bottom: 10px; }
.process-step-highlight .process-icon { color: var(--gold); }
.step-no { display: block; color: var(--red); font-weight: 900; font-size: 13px; margin-bottom: 8px; letter-spacing: 0.03em; }
.process-step-highlight .step-no { color: var(--gold); }
.process-step h4 { font-size: 15px; font-weight: 800; line-height: 1.3; }
.process-step p { font-size: 12px; color: var(--gray); margin-top: 8px; line-height: 1.6; }
.process-arrow { text-align: center; color: var(--red); font-weight: 900; font-size: 18px; }

/* stores */
.stores { background: #fff; }
.stores h2 { font-size: 38px; font-weight: 900; margin: 8px 0 36px; }
.delivery-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.delivery-notice-text { font-size: 15px; font-weight: 700; color: var(--gray); }
.delivery-badges { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.delivery-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.store-search { max-width: 1040px; margin: 0 auto; }
.store-search-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.store-map {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  min-height: 420px;
}
.store-map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.store-search-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 8px;
}
.store-select, .store-search-input {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 14px;
  font-family: inherit;
  color: var(--black);
  background: #fff;
}
.store-select { min-width: 130px; }
.store-search-input { flex: 1; min-width: 180px; }
.store-search-btn {
  background: var(--red);
  color: var(--cream);
  border: none;
  border-radius: 8px;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.store-search-btn:hover { background: var(--red-deep); }
.store-list {
  border: 1px solid var(--line);
  border-radius: 12px;
  max-height: 420px;
  overflow-y: auto;
}
.store-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid var(--line);
}
.store-card.is-hidden { display: none; }
.store-card:hover { background: var(--cream); }
.store-card.is-active { background: var(--cream); box-shadow: inset 3px 0 0 var(--red); }
.store-card-name { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.store-card-address, .store-card-phone { font-size: 13px; color: var(--gray); line-height: 1.7; }
.store-card-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.store-call-btn {
  color: var(--red);
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}
.store-map-btn {
  color: var(--gray);
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap;
}
.store-empty { text-align: center; color: var(--gray); padding: 32px 0; display: none; }

/* logo banner */
.logo-banner {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 48px 24px;
}
.logo-banner-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}

/* contact */
.contact { background: var(--black); color: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
}
.contact-img { width: 100%; height: 260px; object-fit: cover; border-radius: 14px; margin-bottom: 24px; }
.contact-copy h2 { font-size: 40px; font-weight: 900; }
.contact-copy p { margin-top: 12px; color: #c9c2b8; line-height: 1.6; }
.contact-copy strong { color: var(--gold); }
.contact-phone {
  display: inline-block;
  margin-top: 18px;
  color: var(--cream);
  text-decoration: none;
  font-weight: 800;
  font-size: 17px;
}
.contact-form { background: #fff; border-radius: 14px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.form-row { display: flex; gap: 12px; }
.form-row input { flex: 1 1 0; min-width: 0; }
.contact-form input, .contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--black);
}
.contact-form textarea { resize: vertical; }
.agree { font-size: 12px; color: var(--gray); display: flex; align-items: flex-start; gap: 8px; line-height: 1.6; }
.agree input[type="checkbox"] { flex-shrink: 0; width: 16px; height: 16px; margin-top: 3px; accent-color: var(--red); }
.agree a { color: var(--red); text-decoration: none; margin-left: auto; flex-shrink: 0; white-space: nowrap; }
.form-note { font-size: 11px; color: var(--gray); text-align: center; }

/* footer */
.footer { background: var(--black); color: #a39c92; padding: 40px 0; }
.footer-top {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-contact { font-size: 13px; }
.footer-contact strong { color: var(--gold); }
.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-links a { text-decoration: none; color: #a39c92; }
.footer-fine { font-size: 12px; line-height: 2; margin-top: 20px; color: #756f68; }
.footer-copyright { font-size: 12px; margin-top: 12px; color: #756f68; }

/* responsive */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .growth-hero { min-height: 420px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-arrow { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; }
  .store-search-body { grid-template-columns: 1fr; }
  .store-map, .store-map iframe { min-height: 260px; }
  .store-list { max-height: none; }
  .store-card { flex-direction: column; align-items: flex-start; }
  .store-card-actions { flex-direction: row; align-items: center; width: 100%; }
}
