:root {
  --bg: #f7f4ee;
  --surface: #ffffff;
  --surface-soft: #fff9ec;
  --text: #2a2118;
  --text-muted: #6f6254;
  --border: rgba(195, 169, 134, 0.28);
  --accent: #d4a017;
  --accent-strong: #b97a0d;
  --shadow: 0 14px 34px rgba(54, 33, 5, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fffdf7 0%, var(--bg) 100%);
  color: var(--text);
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.area-shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.hero-card,
.quick-card,
.route-card,
.map-card,
.promo-frame-card,
.faq-card {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 28px 24px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-card h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.18;
}

.hero-lead {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 17px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff7df;
  color: #7b5604;
  font-size: 13px;
  font-weight: 800;
}

.hero-map {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(195, 169, 134, 0.24);
}

.hero-map img {
  display: block;
  width: 100%;
  height: auto;
}

.section-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.quick-card,
.route-card,
.map-card,
.promo-frame-card,
.faq-card {
  padding: 22px 20px;
}

.section-title {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
}

.quick-card ul,
.route-card ol {
  margin: 0;
  padding-left: 20px;
  color: var(--text-muted);
}

.route-card li + li,
.quick-card li + li {
  margin-top: 8px;
}

.route-distance {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
}

.route-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.route-btn,
.spot-map-link,
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.hero-cta,
.route-btn {
  background: linear-gradient(135deg, #ffcf5b, #f59e0b);
  color: #2b1700;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.18);
}

.route-btn.secondary {
  background: #fff7df;
  color: #7b5604;
  box-shadow: none;
}

.spot-list {
  display: grid;
  gap: 16px;
}

.spot-card,
.inline-coupang-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.spot-card {
  padding: 18px;
}

.spot-card.recommended {
  border-color: rgba(212, 160, 23, 0.45);
  box-shadow: 0 10px 26px rgba(212, 160, 23, 0.12);
}

.spot-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.spot-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
}

.spot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.spot-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff7df;
  color: #7b5604;
  font-size: 12px;
  font-weight: 800;
}

.spot-address,
.spot-hours,
.spot-copy {
  margin: 10px 0 0;
}

.spot-address,
.spot-hours {
  color: var(--text-muted);
  font-size: 14px;
}

.spot-copy {
  color: var(--text);
}

.spot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.spot-map-link {
  background: #fff7df;
  color: #7b5604;
}

.inline-coupang-card {
  display: grid;
  gap: 10px;
  padding: 20px 18px;
  background: linear-gradient(180deg, var(--surface-soft) 0%, var(--surface) 100%);
  border-color: rgba(245, 158, 11, 0.28);
  text-align: center;
}

.promo-thumb {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.promo-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.promo-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.promo-price {
  margin: 0;
  color: var(--accent-strong);
  font-size: 15px;
  font-weight: 800;
}

.promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  margin: 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffcf5b, #f59e0b);
  color: #2b1700;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(245, 158, 11, 0.25);
}

.promo-disclosure,
.ad-disclosure,
.faq-card p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.6;
}

.promo-frame-card {
  text-align: center;
}

.promo-frame-card iframe {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
}

.ad-copy {
  margin: 0 0 14px;
  color: var(--text-muted);
}

.faq-card {
  display: grid;
  gap: 14px;
}

.faq-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.site-footer {
  margin-top: 28px;
  color: var(--text-muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 720px) {
  .area-shell {
    width: min(100% - 24px, 960px);
    padding: 20px 0 48px;
  }

  .hero-card,
  .quick-card,
  .route-card,
  .map-card,
  .promo-frame-card,
  .faq-card,
  .spot-card,
  .inline-coupang-card {
    border-radius: 20px;
  }

  .hero-card h1 {
    font-size: 30px;
  }
}
