:root {
  --rose: #a9435b;
  --rose-deep: #7f2f45;
  --rose-soft: #f6dce2;
  --ink: #292421;
  --paper: #fffdf9;
  --sand: #f3ede5;
  --line: #e7ddd5;
  --sage: #657266;
  --gold: #a27b40;
  --shadow-card: 0 18px 50px rgba(73, 48, 43, 0.08);
}

html { scroll-padding-top: 86px; }
body { background: #fbf8f4; color: var(--ink); }
a, button, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid rgba(169, 67, 91, 0.28);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container { max-width: 1120px; }
.section-kicker {
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-bottom: 10px;
}
.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.section-heading-row h2 {
  font-family: 'Playfair Display', 'Noto Sans KR', serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.section-heading-row p { color: var(--text-light); margin-top: 8px; }

/* Hero */
.hero {
  display: block;
  min-height: auto;
  padding: 0 24px 84px;
  text-align: left;
  background:
    radial-gradient(circle at 82% 18%, rgba(169, 67, 91, .12), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(162, 123, 64, .09), transparent 30%),
    linear-gradient(145deg, #fffaf5 0%, #fff1f3 50%, #f4e5df 100%);
}
.hero::before {
  top: 100px;
  right: -130px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(169, 67, 91, .08), transparent 68%);
}
.hero::after {
  bottom: -210px;
  left: -130px;
  width: 520px;
  height: 520px;
}
.site-header {
  position: relative;
  z-index: 3;
  max-width: 1120px;
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(127, 47, 69, .12);
}
.brand {
  font-family: 'Playfair Display', serif;
  color: var(--ink);
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -.02em;
}
.brand span { color: var(--rose); font-style: italic; }
.site-menu { display: flex; align-items: center; gap: 28px; }
.site-menu a {
  color: #615954;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.site-menu a:hover { color: var(--rose); }
.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(340px, .87fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}
.hero-copy { padding: 70px 0 42px; }
.hero-badge {
  margin: 0 0 24px;
  padding: 8px 15px;
  border-color: rgba(169, 67, 91, .18);
  background: rgba(255, 253, 249, .72);
  color: var(--rose-deep);
  animation-duration: .6s;
}
.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(46px, 6vw, 74px);
  line-height: 1.08;
  letter-spacing: -.055em;
  animation-duration: .6s;
}
.hero h1 em { color: var(--rose); }
.hero-sub {
  margin-bottom: 34px;
  max-width: 650px;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.85;
  color: #655c57;
  animation-duration: .6s;
}
.hero-cta { justify-content: flex-start; margin-bottom: 42px; animation-duration: .6s; }
.btn-primary, .btn-secondary { min-height: 52px; justify-content: center; }
.btn-primary {
  background: var(--rose);
  box-shadow: 0 10px 28px rgba(169, 67, 91, .2);
}
.btn-primary:hover { background: var(--rose-deep); }
.hero .btn-secondary { background: rgba(255, 255, 255, .72); }
.hero-stats {
  justify-content: flex-start;
  gap: 42px;
  margin: 0;
  animation-duration: .6s;
}
.hero-stat { position: relative; }
.hero-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -22px;
  width: 1px;
  height: 42px;
  background: rgba(127, 47, 69, .13);
}
.hero-stat-num { font-size: 32px; color: var(--rose-deep); line-height: 1; }
.hero-stat-label { margin-top: 6px; color: #8b7e77; }
.hero-preview {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(127, 47, 69, .13);
  border-radius: 28px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 32px 80px rgba(71, 43, 43, .14);
  backdrop-filter: blur(16px);
}
.hero-preview::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(169, 67, 91, .1);
  border-radius: 20px;
  pointer-events: none;
}
.preview-topline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #877871;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.live-dot { color: var(--sage); letter-spacing: 0; }
.live-dot::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #7f9b83; }
.preview-date {
  position: relative;
  margin: 42px 0 24px;
  font-family: 'Playfair Display', 'Noto Sans KR', serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.preview-rule { height: 1px; background: var(--line); }
.preview-list { position: relative; display: grid; gap: 20px; margin: 28px 0; }
.preview-list > div { display: flex; align-items: center; gap: 15px; }
.preview-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #f7e7ea;
  color: var(--rose);
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
}
.preview-list strong, .preview-list small { display: block; }
.preview-list strong { font-size: 14px; }
.preview-list small { color: #8a7f79; margin-top: 1px; }
.preview-note { position: relative; color: #938781; font-size: 12px; }

/* Planner */
.planner-section { padding: 88px 24px; background: #2e2926; color: white; }
.planner-wrap { max-width: 1120px; margin: 0 auto; }
.planner-section .section-kicker { color: #d5ae78; }
.planner-section .section-heading-row h2 { color: white; }
.planner-section .section-heading-row p { color: #bdb3ad; }
.text-button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #c8bbb3;
  font: inherit;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.text-button:hover { color: white; }
.planner-grid {
  display: grid;
  grid-template-columns: .9fr 1.25fr .85fr;
  gap: 16px;
  align-items: stretch;
}
.tool-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(0,0,0,.08);
}
.tool-card-head { display: flex; align-items: center; gap: 10px; color: #8b7d75; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.tool-number { color: var(--rose); font-family: 'Playfair Display', serif; font-size: 15px; letter-spacing: 0; }
.dday-card label { display: block; margin: 30px 0 8px; color: #766c66; font-size: 13px; }
.dday-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.dday-result { margin: 30px 0 6px; color: var(--rose-deep); font-family: 'Playfair Display', 'Noto Sans KR', serif; font-size: 31px; font-weight: 700; line-height: 1.2; }
.dday-card p { color: #8a7f79; font-size: 12px; }
.budget-summary { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin: 22px 0 18px; }
.budget-summary span { color: #756b65; font-size: 13px; }
.budget-summary strong { color: var(--rose-deep); font-family: 'Playfair Display', 'Noto Sans KR', serif; font-size: 25px; }
.budget-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.budget-fields label { display: grid; grid-template-columns: minmax(64px, auto) 1fr auto; align-items: center; gap: 6px; padding: 9px 10px; border: 1px solid #eee6df; border-radius: 11px; background: #fff; }
.budget-fields label > span { color: #716761; font-size: 12px; }
.budget-fields input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: 13px; text-align: right; background: transparent; }
.budget-fields em { color: #9b918b; font-size: 11px; font-style: normal; }
.progress-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.progress-card .tool-card-head { align-self: flex-start; }
.progress-ring {
  --progress: 0;
  position: relative;
  width: 142px;
  height: 142px;
  margin: 28px auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--rose) calc(var(--progress) * 1%), #eee7e1 0);
}
.progress-ring::after { content: ''; position: absolute; inset: 13px; border-radius: 50%; background: var(--paper); }
.progress-ring > div { position: relative; z-index: 1; }
.progress-ring strong, .progress-ring span { display: block; }
.progress-ring strong { font-family: 'Playfair Display', serif; color: var(--rose-deep); font-size: 29px; }
.progress-ring span { color: #8b7f78; font-size: 11px; }
.progress-card p { color: #796e68; font-size: 13px; }
.inline-link { margin-top: auto; padding-top: 18px; color: var(--rose); font-size: 13px; font-weight: 700; text-decoration: none; }

/* Finder and featured offers */
.region-nav { top: 0; padding: 12px 0; border-color: rgba(75,57,50,.09); background: rgba(251, 248, 244, .92); }
.region-nav-inner { max-width: 1120px; }
.region-pill { padding: 8px 15px; background: rgba(255,255,255,.74); }
.region-pill:hover, .region-pill.active { background: var(--rose); }
.utility-pill { border-color: rgba(169,67,91,.22); color: var(--rose-deep); }
.fair-finder { padding: 86px 0 34px; }
.finder-heading { margin-bottom: 24px; }
.finder-count { flex-shrink: 0; padding: 8px 13px; border-radius: 999px; background: var(--rose-soft); color: var(--rose-deep); font-size: 12px; font-weight: 700; }
.finder-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 30px rgba(69,47,42,.05);
}
.finder-search > span { color: var(--rose); font-size: 24px; line-height: 1; }
.finder-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 15px; }
.finder-search input::placeholder { color: #afa49d; }
.finder-search button { border: 0; background: transparent; color: var(--rose); font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.search-empty { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 32px; border: 1px dashed var(--line); border-radius: 16px; background: #fff; color: #877c75; }
.search-empty[hidden] { display: none; }
.featured-block { margin-top: 38px; padding: 28px; border: 1px solid #eadfd7; border-radius: 24px; background: #f5eee8; }
.featured-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.featured-heading span { color: var(--rose); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.featured-heading h3 { margin-top: 4px; font-size: 21px; }
.featured-heading small { color: #8c8079; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.featured-card { display: flex; flex-direction: column; min-width: 0; padding: 20px; border: 1px solid rgba(118,83,70,.1); border-radius: 16px; background: white; }
.featured-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.featured-region { padding: 4px 8px; border-radius: 999px; background: var(--rose-pale); color: var(--rose); font-size: 10px; font-weight: 800; }
.featured-card-top small { color: #998d86; }
.featured-card h4 { margin-bottom: 8px; font-size: 15px; line-height: 1.45; }
.featured-card p { margin-bottom: 16px; color: #897e78; font-size: 12px; }
.featured-card a { margin-top: auto; color: var(--rose); font-size: 13px; font-weight: 800; text-decoration: none; }
.featured-disclosure { grid-column: 1 / -1; color: #948781; font-size: 11px; }

/* Fair list */
.region-section { max-width: 900px; margin: 0 auto; padding: 54px 0 16px; }
.region-header { border-bottom-color: var(--line); }
.region-icon { background: #f4e5e7; }
.card { border-color: #eae2dc; box-shadow: 0 5px 20px rgba(76,55,47,.035); }
.card:hover { border-color: #e3bdc6; box-shadow: var(--shadow-card); }
.card-title a:focus-visible { border-radius: 4px; }
.card-meta { color: #8c817a; }
.card-cta { background: var(--rose); }
.card-cta:hover { background: var(--rose-deep); }
.card[data-search-hidden="true"], .region-section[data-search-hidden="true"] { display: none !important; }
body.is-searching .show-more-btn { display: none; }
body.is-searching .card.hidden-card:not([data-search-hidden="true"]) { display: flex; }

/* Checklist */
.checklist-section { padding: 88px 0; background: #fffdf9; }
.checklist-heading { align-items: center; }
.checklist-score { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.checklist-score strong { color: var(--rose); font-family: 'Playfair Display', serif; font-size: 24px; }
.checklist-score span { color: #897e78; font-size: 12px; }
.checklist-progress-track { height: 7px; margin: -10px 0 28px; overflow: hidden; border-radius: 999px; background: #eee7e2; }
.checklist-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--rose), #d77e91); transition: width .35s ease; }
.checklist-grid { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
.check-item { position: relative; min-height: 58px; border-color: #e9e1db; }
.check-item input { position: absolute; opacity: 0; pointer-events: none; }
.check-item.checked { text-decoration: none; }
.check-item.checked > span:last-child { color: #8f8580; text-decoration: line-through; }
.check-item:has(input:focus-visible) { outline: 3px solid rgba(169, 67, 91, .25); outline-offset: 2px; }
.check-box { color: transparent; }
.check-item.checked .check-box { color: white; }

/* Existing entertainment sections */
#saju, #tarot { scroll-margin-top: 78px; }
#saju > div, #tarot > div { max-width: 760px !important; }
.footer-cta { padding: 76px 0; }
.footer-cta .section-kicker { display: block; }
footer a { color: #91847d; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding: 70px 0 18px; }
  .hero-preview { max-width: 620px; }
  .planner-grid { grid-template-columns: 1fr 1fr; }
  .progress-card { grid-column: 1 / -1; }
  .progress-card .inline-link { margin-top: 0; }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card:nth-of-type(3) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .hero { min-height: auto; padding: 0 18px 54px; }
  .site-header { height: 68px; }
  .brand { font-size: 21px; }
  .site-menu { gap: 14px; }
  .site-menu a { font-size: 12px; }
  .site-menu a:nth-child(3) { display: none; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 48px 0 18px; }
  .hero-badge { margin-bottom: 18px; font-size: 11px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-sub br { display: none; }
  .hero-cta { display: grid; margin-bottom: 34px; }
  .hero-cta a { width: 100%; }
  .hero-stats { gap: 28px; }
  .hero-stat:not(:last-child)::after { right: -15px; }
  .hero-stat-num { font-size: 26px; }
  .hero-stat-label { font-size: 11px; }
  .hero-preview { margin-top: 18px; padding: 28px 24px; border-radius: 22px; }
  .preview-date { margin-top: 32px; }
  .planner-section { padding: 66px 18px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section-heading-row h2 { font-size: 32px; }
  .planner-grid { grid-template-columns: 1fr; }
  .progress-card { grid-column: auto; }
  .budget-fields { grid-template-columns: 1fr; }
  .region-nav { padding: 10px 0; }
  .region-nav-inner { padding: 0 14px; }
  .fair-finder { padding-top: 64px; }
  .finder-heading { flex-direction: row; align-items: flex-start; }
  .finder-heading > div { min-width: 0; }
  .finder-heading h2 { font-size: 30px; }
  .finder-count { margin-top: 4px; }
  .featured-block { padding: 20px; }
  .featured-heading { align-items: flex-start; flex-direction: column; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card:nth-of-type(3) { grid-column: auto; }
  .region-section { padding-top: 42px; }
  .region-name { font-size: 20px; }
  .card { gap: 12px; }
  .card-rank { width: 32px; height: 32px; }
  .card-meta { gap: 4px 10px; }
  .checklist-section { padding: 68px 0; }
  .checklist-heading { flex-direction: row; align-items: center; }
  .checklist-heading > div:first-child { min-width: 0; }
  .checklist-heading h2 { font-size: 29px; }
  .checklist-score { flex-direction: column; gap: 0; text-align: center; }
  .checklist-grid { grid-template-columns: 1fr; }
  .footer-cta { padding: 62px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
