@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@700&family=Pretendard:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #292523;
  --muted: #756e69;
  --coral: #f06f61;
  --coral-dark: #df5b4e;
  --blush: #fff0ec;
  --cream: #fffaf7;
  --line: #eadfd9;
  --sage: #92a18b;
  --shadow: 0 16px 50px rgba(91, 55, 43, 0.1);
  --serif: 'Gowun Batang', 'Noto Serif KR', serif;
  --sans: 'Pretendard', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -50px; left: 12px; z-index: 999; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(255,255,255,.91); border-bottom: 1px solid rgba(234,223,217,.8); backdrop-filter: blur(14px); }
.header-inner { width: min(1180px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 22px; font-weight: 700; letter-spacing: -.7px; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--coral); border-radius: 50% 50% 44% 52%; color: var(--coral); font-family: Georgia, serif; font-size: 22px; font-style: italic; transform: rotate(-5deg); }
.main-nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 600; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--coral); }
.header-cta { padding: 10px 19px; color: #fff; background: var(--coral); border-radius: 999px; font-size: 13px; font-weight: 700; box-shadow: 0 8px 22px rgba(240,111,97,.22); }

.hero { min-height: 610px; padding: 80px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 45%, #ffe9e4 0 17%, transparent 43%), linear-gradient(120deg, #fffaf7 0 58%, #fff3ef 58%); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 13px; display: flex; align-items: center; gap: 8px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; }
.eyebrow span { display: inline-block; width: 20px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 4.2vw, 62px); line-height: 1.26; letter-spacing: -3px; font-weight: 700; }
.hero h1 em { position: relative; color: var(--coral); font-style: normal; }
.hero h1 em::after { content: ''; position: absolute; z-index: -1; left: 0; right: 0; bottom: 5px; height: 9px; background: #ffd7d0; opacity: .8; transform: rotate(-1deg); }
.hero-description { margin: 25px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 0 25px; border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 12px 26px rgba(240,111,97,.2); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 16px 30px rgba(240,111,97,.28); }
.text-button { padding: 8px 2px; border: 0; border-bottom: 1px solid #a89d97; background: transparent; color: #625b57; font-size: 13px; cursor: pointer; }
.hero-points { display: flex; gap: 22px; padding: 0; margin: 36px 0 0; list-style: none; color: #877e79; font-size: 12px; }
.date-card { position: absolute; z-index: 5; right: -20px; top: 40px; width: 112px; padding: 14px 10px; text-align: center; background: rgba(255,255,255,.92); border-radius: 10px; box-shadow: var(--shadow); }
.date-card span { display: block; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.date-card strong { display: block; font-family: Georgia, serif; font-size: 42px; line-height: 1.15; }
.date-card small { color: var(--muted); font-size: 10px; }

.finder-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 110px; scroll-margin-top: 76px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 36px; }
.section-heading h2, .guide-section h2, .faq-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3vw, 40px); letter-spacing: -1.8px; }
.section-heading > div > p:last-child, .section-heading.centered > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.search-box { width: 270px; height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 5px; transition: border .2s, box-shadow .2s; }
.search-box:focus-within { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(240,111,97,.1); }
.search-box svg { width: 18px; fill: none; stroke: #978c86; stroke-width: 1.7; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 13px; }
.filter-panel { padding: 23px 26px; background: var(--cream); border: 1px solid #f0e7e2; border-radius: 8px; }
.filter-row { display: flex; align-items: flex-start; gap: 28px; }
.filter-row + .filter-row { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e5d9d2; }
.filter-row > strong { flex: 0 0 38px; padding-top: 6px; font-size: 13px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { min-width: 54px; height: 32px; padding: 0 13px; color: #746b66; background: #fff; border: 1px solid #e9ded8; border-radius: 999px; font-size: 12px; cursor: pointer; transition: .2s; }
.filter-chip:hover { color: var(--coral); border-color: #f2b4aa; }
.filter-chip.active { color: #fff; background: var(--coral); border-color: var(--coral); font-weight: 700; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; margin: 32px 0 18px; }
.results-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.results-toolbar p strong { color: var(--coral); font-size: 17px; }
.sort-control select { padding: 7px 30px 7px 10px; color: #655d58; background: #fff; border: 0; outline: 0; font-size: 12px; cursor: pointer; }
.fair-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fair-card { overflow: hidden; background: #fff; border: 1px solid #e9dfda; border-radius: 9px; box-shadow: 0 5px 20px rgba(76,54,45,.04); transition: transform .25s, box-shadow .25s; }
.fair-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(76,54,45,.11); }
.fair-cover { position: relative; height: 172px; overflow: hidden; background: var(--cover, linear-gradient(135deg,#f8d7ce,#e8b8ac)); }
.fair-cover::before { content: ''; position: absolute; width: 180px; height: 180px; top: -70px; right: -20px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.fair-cover::after { content: ''; position: absolute; width: 110px; height: 110px; bottom: -55px; left: 20px; background: rgba(255,255,255,.18); border-radius: 50%; }
.status-badge { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 5px 10px; color: #fff; background: rgba(47,41,38,.7); border-radius: 3px; font-size: 10px; font-weight: 700; backdrop-filter: blur(3px); }
.favorite-button { position: absolute; z-index: 3; top: 11px; right: 11px; width: 32px; height: 32px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(37,32,29,.2); border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 20px; line-height: 1; cursor: pointer; }
.favorite-button.saved { color: #fff; background: var(--coral); border-color: var(--coral); }
.cover-decoration { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.94); }
.cover-decoration span { z-index: 2; display: grid; place-items: center; width: 78px; height: 106px; border: 1px solid rgba(255,255,255,.8); border-radius: 42px 42px 5px 5px; font-family: Georgia, serif; font-size: 45px; font-style: italic; text-shadow: 0 4px 15px rgba(53,31,21,.15); }
.cover-decoration i, .cover-decoration b { position: absolute; width: 100px; height: 1px; background: rgba(255,255,255,.55); }
.cover-decoration i { transform: rotate(42deg); }
.cover-decoration b { transform: rotate(-42deg); }
.fair-card-body { padding: 20px; }
.card-meta { display: flex; align-items: center; gap: 8px; min-height: 22px; }
.region-tag { color: var(--coral); font-size: 11px; font-weight: 800; }
.d-day { padding: 2px 7px; color: #6c7d65; background: #eef3eb; border-radius: 999px; font-size: 9px; font-weight: 700; }
.fair-card h3 { height: 49px; margin: 8px 0 13px; overflow: hidden; font-size: 17px; line-height: 1.45; letter-spacing: -.5px; }
.fair-card dl { margin: 0; }
.fair-card dl > div { display: grid; grid-template-columns: 32px 1fr; gap: 8px; margin: 5px 0; font-size: 11px; }
.fair-card dt { color: #9a908a; }
.fair-card dd { margin: 0; overflow: hidden; color: #5f5854; text-overflow: ellipsis; white-space: nowrap; }
.benefit-tags { min-height: 25px; display: flex; flex-wrap: wrap; gap: 5px; padding: 0; margin: 15px 0; list-style: none; }
.benefit-tags li { padding: 3px 7px; color: #83746d; background: #faf4f1; border-radius: 3px; font-size: 9px; }
.card-detail-button { width: 100%; height: 41px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--coral); background: #fff; border: 1px solid #f1b1a7; border-radius: 4px; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s; }
.card-detail-button:hover { color: #fff; background: var(--coral); }
.empty-state { padding: 65px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 8px; }
.empty-state > span { display: block; color: #c7b8b0; font-size: 50px; }
.empty-state h3 { margin: 6px 0; }
.empty-state p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.button-outline { color: var(--coral); background: #fff; border-color: var(--coral); }
.more-button { min-width: 180px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 16px; margin: 36px auto 0; background: #fff; border: 1px solid #d8cbc5; border-radius: 4px; font-size: 12px; font-weight: 600; cursor: pointer; }
.more-button:hover { border-color: var(--coral); color: var(--coral); }

.benefit-banner { width: min(1180px, calc(100% - 40px)); min-height: 150px; display: grid; grid-template-columns: 155px 1fr auto; align-items: center; gap: 28px; margin: 0 auto 110px; padding: 25px 42px 25px 0; overflow: hidden; color: #fff; background: linear-gradient(115deg,#ea776a,#f2998d); border-radius: 10px; box-shadow: 0 18px 40px rgba(223,91,78,.18); }
.banner-art { position: relative; align-self: stretch; }
.banner-art span { position: absolute; left: 45px; top: 15px; font-family: Georgia, serif; font-size: 75px; transform: rotate(-12deg); opacity: .85; }
.banner-art i { position: absolute; left: -25px; bottom: -54px; width: 150px; height: 110px; background: #f8d9cb; border-radius: 50% 50% 0 0; transform: rotate(20deg); }
.banner-art b { position: absolute; z-index: 2; left: 42px; bottom: 3px; font-size: 42px; }
.benefit-banner p { margin: 0 0 4px; font-size: 12px; opacity: .83; }
.benefit-banner h2 { margin: 0; font-family: var(--serif); font-size: 25px; letter-spacing: -1px; }
.benefit-banner h2 em { color: #fff0ad; font-style: normal; }
.button-light { min-width: 176px; color: var(--coral-dark); background: #fff; }

.guide-section { padding: 100px max(20px, calc((100vw - 1060px) / 2)); background: var(--cream); scroll-margin-top: 70px; }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.guide-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 90px; padding: 0; margin: 55px 0 38px; list-style: none; text-align: center; }
.guide-steps::before { content: ''; position: absolute; top: 68px; left: 21%; right: 21%; border-top: 1px dashed #d9c8c0; }
.guide-steps li { position: relative; }
.step-number { position: absolute; top: -5px; left: calc(50% + 38px); color: #e3b3a9; font-family: Georgia,serif; font-size: 12px; font-style: italic; }
.step-icon { position: relative; z-index: 2; width: 94px; height: 94px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--coral); background: #fff; border: 1px solid #f0d8d2; border-radius: 50%; box-shadow: 0 10px 25px rgba(97,64,50,.06); font-family: Georgia,serif; font-size: 32px; }
.guide-steps h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 19px; }
.guide-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.guide-note { width: fit-content; margin: auto; padding: 7px 18px; color: #81726a; background: #f4e9e4; border-radius: 999px; font-size: 11px; }

.faq-section { width: min(1000px, calc(100% - 40px)); display: grid; grid-template-columns: 240px 1fr; gap: 100px; margin: 0 auto; padding: 110px 0; scroll-margin-top: 60px; }
.faq-intro > p:last-child { color: var(--muted); font-size: 13px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 5px; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 21px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 20px; padding: 0 36px 0 5px; color: var(--muted); font-size: 12px; }

.site-footer { padding: 55px max(20px, calc((100vw - 1180px) / 2)) 22px; color: #aaa19d; background: #2c2928; font-size: 11px; }
.footer-inner { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 38px; }
.footer-brand { color: #fff; }
.footer-brand .brand-mark { border-color: #c9bcb6; color: #e9dad4; }
.footer-inner > div:first-child p { margin: 14px 0 0; }
.footer-notice { max-width: 590px; text-align: right; }
.footer-notice p { margin: 3px 0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #484340; }
.mobile-sticky-cta { display: none; }

.fair-dialog { width: min(580px, calc(100% - 28px)); max-height: min(820px, calc(100dvh - 28px)); padding: 0; overflow: auto; border: 0; border-radius: 14px; box-shadow: 0 28px 90px rgba(42,29,24,.3); }
.fair-dialog::backdrop { background: rgba(35,29,27,.62); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; z-index: 4; top: 13px; right: 13px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(30,25,23,.35); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 24px; cursor: pointer; }
.dialog-cover { position: relative; height: 185px; display: grid; place-items: center; overflow: hidden; background: var(--cover); }
.dialog-cover::before, .dialog-cover::after { content: ''; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.dialog-cover::before { left: -50px; top: -110px; }
.dialog-cover::after { right: -70px; bottom: -130px; }
.dialog-region { position: absolute; top: 20px; left: 23px; color: #fff; font-size: 12px; font-weight: 800; }
.cover-symbol { width: 90px; height: 125px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50px 50px 6px 6px; }
.cover-symbol::after { content: 'B'; color: #fff; font-family: Georgia,serif; font-size: 50px; font-style: italic; }
.dialog-content { padding: 29px 32px 32px; }
.dialog-kicker { margin: 0 0 5px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; }
.dialog-content h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 28px; line-height: 1.4; letter-spacing: -1px; }
.dialog-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dialog-facts > div { display: flex; align-items: flex-start; gap: 10px; padding: 13px; background: var(--cream); border-radius: 6px; }
.dialog-facts > div > span { color: var(--coral); }
.dialog-facts p { margin: 0; min-width: 0; }
.dialog-facts small { display: block; color: #9a8e87; font-size: 9px; }
.dialog-facts strong { display: block; overflow: hidden; margin-top: 2px; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.dialog-benefits { margin-top: 22px; }
.dialog-benefits h3 { margin: 0 0 10px; font-size: 13px; }
.dialog-benefits ul { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 0; margin: 0; list-style: none; }
.dialog-benefits li { padding: 9px 11px; color: #6f655f; background: #fff6f3; border: 1px solid #f4e3dd; border-radius: 4px; font-size: 10px; }
.dialog-benefits li::before { content: '✓'; margin-right: 6px; color: var(--coral); font-weight: 800; }
.dialog-note { margin: 17px 0; color: #9a908a; font-size: 9px; }
.dialog-cta { width: 100%; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 400px; padding-top: 55px; padding-bottom: 55px; }
  .fair-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-steps { gap: 35px; }
  .faq-section { gap: 50px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .site-header { height: 64px; }
  .header-inner { width: calc(100% - 32px); }
  .main-nav, .header-cta { display: none; }
  .brand { font-size: 19px; }
  .brand-mark { width: 29px; height: 29px; font-size: 19px; }
  .hero { min-height: auto; display: block; padding: 58px 20px 45px; background: radial-gradient(circle at 76% 70%,#ffe7e1 0 17%,transparent 45%), var(--cream); }
  .hero h1 { font-size: 37px; letter-spacing: -2.4px; }
  .hero-description { font-size: 14px; }
  .desktop-only { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-points { flex-wrap: wrap; gap: 10px 17px; margin-top: 25px; }
  .finder-section { width: calc(100% - 32px); padding: 76px 0; scroll-margin-top: 62px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading h2, .guide-section h2, .faq-section h2 { font-size: 30px; }
  .search-box { width: 100%; margin-top: 22px; }
  .filter-panel { padding: 18px 15px; }
  .filter-row { display: block; }
  .filter-row > strong { display: block; margin-bottom: 9px; }
  .filter-chips { flex-wrap: nowrap; margin-right: -15px; padding-right: 15px; overflow-x: auto; scrollbar-width: none; }
  .filter-chips::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .results-toolbar { margin-top: 25px; }
  .fair-grid { grid-template-columns: 1fr; gap: 16px; }
  .fair-cover { height: 185px; }
  .benefit-banner { width: calc(100% - 32px); display: block; margin-bottom: 76px; padding: 30px 24px; text-align: center; }
  .banner-art { display: none; }
  .benefit-banner h2 { font-size: 22px; }
  .button-light { width: 100%; margin-top: 20px; }
  .guide-section { padding-top: 75px; padding-bottom: 75px; }
  .guide-steps { display: block; margin-top: 42px; }
  .guide-steps::before { top: 60px; bottom: 60px; left: 47px; right: auto; height: auto; border-top: 0; border-left: 1px dashed #d9c8c0; }
  .guide-steps li { display: grid; grid-template-columns: 94px 1fr; grid-template-rows: auto auto; column-gap: 18px; text-align: left; }
  .guide-steps li + li { margin-top: 28px; }
  .step-icon { grid-row: 1 / 3; }
  .step-number { left: 72px; top: 0; z-index: 3; }
  .guide-steps h3 { align-self: end; }
  .guide-steps p { align-self: start; }
  .guide-note { width: auto; text-align: center; border-radius: 8px; }
  .faq-section { width: calc(100% - 32px); display: block; padding: 80px 0; }
  .faq-intro { margin-bottom: 32px; }
  .faq-intro h2 br, .faq-intro > p:last-child br { display: none; }
  .footer-inner { display: block; }
  .footer-notice { margin-top: 24px; text-align: left; }
  .footer-bottom { gap: 20px; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: block; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-sticky-cta a { height: 49px; display: flex; align-items: center; justify-content: center; gap: 30px; color: #fff; background: var(--coral); border-radius: 5px; font-size: 14px; font-weight: 800; }
  .fair-dialog { max-height: calc(100dvh - 18px); }
  .dialog-content { padding: 25px 20px; }
  .dialog-content h2 { font-size: 23px; }
  .dialog-facts { grid-template-columns: 1fr; }
}

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

/* hero visual — image version */
.hero-visual { position: relative; min-width: 0; }
.hero-img-wrap { position: relative; width: 100%; aspect-ratio: 4 / 5; max-width: 420px; margin: 0 auto; overflow: hidden; background: linear-gradient(135deg, #ffe9e4, #fff0f8); border-radius: 28px; box-shadow: var(--shadow); }
.hero-ref-img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,240,236,.18) 0%, transparent 60%); pointer-events: none; }
.badge-card { position: absolute; z-index: 5; bottom: 60px; left: -28px; display: flex; align-items: center; gap: 7px; padding: 10px 16px; color: var(--coral); background: rgba(255,255,255,.92); border-radius: 40px; box-shadow: 0 8px 28px rgba(91,55,43,.12); backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 6px; }
.hero-points li svg { flex-shrink: 0; color: var(--coral); }

@media (max-width: 900px) and (min-width: 721px) {
  .hero-img-wrap { max-width: 360px; }
  .badge-card { left: 0; }
  .date-card { right: 0; }
}

@media (max-width: 720px) {
  .hero-visual { width: 100%; margin-top: 34px; }
  .hero-img-wrap { width: min(100%, 335px); max-width: none; }
  .date-card { top: 18px; right: max(8px, calc((100% - 335px) / 2 + 8px)); width: 94px; padding: 10px 8px; }
  .date-card strong { font-size: 34px; }
  .badge-card { bottom: 18px; left: max(8px, calc((100% - 335px) / 2 + 8px)); padding: 9px 13px; }
}
