@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #241620;
  --muted: #6d6068;
  --paper: #fffafc;
  --soft: #f8eaf0;
  --rose: #e34f82;
  --rose-deep: #a91d52;
  --wine: #351326;
  --wine-soft: #542039;
  --line: #ead9e1;
  --page: 1100px;
  --shadow: 0 14px 40px rgba(64, 17, 41, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Noto Sans KR", "Apple SD Gothic Neo", sans-serif; margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.page-width { margin-inline: auto; max-width: var(--page); width: calc(100% - 48px); }
.eyebrow { color: var(--rose); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.notice { align-items: center; background: #20121c; color: #fff; display: flex; min-height: 36px; padding: 6px 52px; position: relative; }
.notice p { font-size: 12px; margin: auto; text-align: center; }
.notice strong { color: #ff9fbe; margin-right: 8px; }
.notice button { background: transparent; border: 0; color: #fff; cursor: pointer; font-size: 22px; position: absolute; right: 20px; top: 5px; }
.site-header { background: var(--wine); border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; position: relative; z-index: 10; }
.header-inner { align-items: center; display: grid; gap: 24px; grid-template-columns: 245px 1fr auto; min-height: 82px; }
.brand img { height: auto; max-width: 230px; width: 100%; }
.site-header nav { display: flex; gap: clamp(16px,2.5vw,30px); justify-content: center; }
.site-header nav a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.header-call { align-items: center; background: var(--rose); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 900; min-height: 42px; padding: 0 16px; }

.hero { background: linear-gradient(125deg,#351326 0%,#4d1731 58%,#771c48 100%); color: #fff; overflow: hidden; padding: 44px 0 46px; position: relative; }
.hero::before { background: radial-gradient(circle,rgba(255,179,205,.25) 0 2px,transparent 3px); background-size: 28px 28px; content: ""; height: 330px; opacity: .28; position: absolute; right: -40px; top: -80px; transform: rotate(14deg); width: 520px; }
.hero-grid { align-items: center; column-gap: clamp(36px,5vw,60px); display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.72fr); position: relative; row-gap: 0; z-index: 1; }
.hero-grid > :not(.hero-thumbnail) { grid-column: 1; }
.breadcrumbs { align-items: center; color: rgba(255,255,255,.56); display: flex; flex-wrap: wrap; font-size: 11px; gap: 8px; margin-bottom: 20px; }
.breadcrumbs a:hover { color: #fff; }
.hero h1 { font-size: clamp(38px,4.6vw,60px); letter-spacing: -.07em; line-height: 1.08; margin: 12px 0 18px; overflow-wrap: anywhere; word-break: keep-all; }
.hero-lead { color: rgba(255,255,255,.78); font-size: clamp(14px,1.35vw,16px); line-height: 1.72; margin: 0; max-width: 630px; word-break: keep-all; }
.hero-keywords { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; }
.hero-keywords span { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #ffd7e5; font-size: 11px; font-weight: 700; padding: 6px 10px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.button { align-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 900; justify-content: center; min-height: 44px; padding: 0 19px; }
.button--primary { background: #ff96ba; border-color: #ff96ba; color: #2e1021; }
.hero-thumbnail { aspect-ratio: 1; border: 1px solid rgba(255,255,255,.3); box-shadow: 18px 18px 0 rgba(19,3,12,.22); grid-column: 2; grid-row: 1 / span 6; height: auto; justify-self: end; object-fit: cover; width: min(100%,350px); }
.hero-badge { background: #fff; bottom: -18px; color: var(--ink); left: -28px; max-width: 245px; padding: 18px 20px; position: absolute; }
.hero-badge strong { display: block; font-size: 14px; margin-bottom: 5px; }
.hero-badge span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.search-band { background: #fff; border-bottom: 1px solid var(--line); padding: 16px 0; }
.search-form { align-items: stretch; display: grid; grid-template-columns: 230px minmax(0,1fr) 70px; min-height: 60px; }
.search-label { align-items: center; background: var(--rose-deep); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 12px; }
.search-label strong { font-size: 15px; }
.search-label span { color: #ffd0df; font-size: 11px; margin-top: 3px; }
.search-form input { border: 1px solid var(--line); border-left: 0; color: var(--ink); font-size: 14px; min-width: 0; outline: none; padding: 0 20px; }
.search-form input:focus { border-color: var(--rose); box-shadow: inset 0 0 0 1px var(--rose); }
.search-form button { background: var(--wine); border: 0; color: #fff; cursor: pointer; font-size: 25px; }

.content { padding-bottom: 64px; }
.section { border-bottom: 1px solid var(--line); padding: 60px 0; }
.section-head { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 24px; }
.section-head h2 { font-size: clamp(26px,3vw,38px); letter-spacing: -.06em; line-height: 1.2; margin: 6px 0 0; word-break: keep-all; }
.section-head div > p { color: var(--muted); font-size: 13px; margin: 13px 0 0; max-width: 720px; }
.section-subtitle { color: #ffc2d7 !important; font-size: 13px; font-weight: 700; margin: -5px 0 18px !important; }
.copy-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.copy-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(22px,2.5vw,32px); }
.copy-card p { color: var(--muted); line-height: 1.82; margin: 0; word-break: keep-all; }
.copy-card p + p { margin-top: 16px; }
.accent-line { border-left: 4px solid var(--rose); }

.editorial { align-items: stretch; display: grid; gap: 0; grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.editorial figure { margin: 0; min-height: 440px; overflow: hidden; }
.editorial img { height: 100%; object-fit: cover; width: 100%; }
.editorial-copy { background: var(--wine); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,4.5vw,52px); }
.editorial-copy h2 { font-size: clamp(27px,3.2vw,40px); letter-spacing: -.06em; line-height: 1.2; margin: 10px 0 18px; word-break: keep-all; }
.editorial-copy p { color: rgba(255,255,255,.72); line-height: 1.82; margin: 0; word-break: keep-all; }
.editorial-copy p + p { margin-top: 16px; }

.price-intro { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 20px; }
.price-intro p { color: var(--muted); line-height: 1.8; margin: 0; word-break: keep-all; }
.price-grid { display: grid; gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.price-card header { background: linear-gradient(135deg,var(--wine),var(--wine-soft)); color: #fff; padding: 20px; }
.price-card header span { color: #ffafca; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { font-size: 23px; margin: 7px 0 0; }
.price-card div { padding: 19px; }
.price-card strong { color: var(--rose-deep); display: block; font-size: 20px; }
.price-card p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 10px 0 0; }
.price-note { background: var(--soft); border-left: 4px solid var(--rose); color: #735465; margin: 14px 0 0; padding: 14px 18px; }

.region-hubs { display: grid; gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 18px; }
.region-hubs a { background: var(--wine); color: #fff; min-height: 110px; padding: 18px; position: relative; }
.region-hubs span { color: #ff9fbe; font-size: 12px; font-weight: 900; }
.region-hubs strong { bottom: 18px; font-size: 20px; left: 18px; position: absolute; }
.region-list { display: grid; gap: 8px; grid-template-columns: repeat(6,minmax(0,1fr)); }
.region-list a { background: #fff; border: 1px solid var(--line); border-radius: 11px; display: flex; flex-direction: column; justify-content: space-between; min-height: 84px; padding: 13px; transition: transform .15s ease,border-color .15s ease; }
.region-list a:hover, .region-list a:focus-visible { border-color: var(--rose); transform: translateY(-2px); }
.region-list span { color: var(--rose); font-size: 10px; font-weight: 900; }
.region-list strong { font-size: 15px; letter-spacing: -.03em; word-break: keep-all; }

.card-grid { display: grid; gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.card-grid article { background: #fff; border: 1px solid var(--line); border-radius: 15px; min-height: 170px; padding: 20px; }
.card-grid article span { color: var(--rose); font-size: 11px; font-weight: 900; }
.card-grid h3 { font-size: 18px; letter-spacing: -.04em; margin: 24px 0 9px; word-break: keep-all; }
.card-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; word-break: keep-all; }
.step-grid { display: grid; gap: 10px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.step-grid article { background: var(--wine); color: #fff; min-height: 185px; padding: 22px; }
.step-grid span { color: #ff9fbe; font-size: 11px; font-weight: 900; }
.step-grid h3 { font-size: 18px; margin: 30px 0 10px; }
.step-grid p { color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.7; margin: 0; word-break: keep-all; }

.recommend-grid { display: grid; gap: 10px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.recommend-grid article { background: var(--soft); border-radius: 14px; min-height: 130px; padding: 17px; }
.recommend-grid article:last-child { background: var(--wine); color: #fff; }
.recommend-grid strong { display: block; font-size: 16px; margin-bottom: 9px; }
.recommend-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.recommend-grid article:last-child p { color: rgba(255,255,255,.7); }
.check-list { display: grid; gap: 8px; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 0; padding: 0; }
.check-list li { background: #fff; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); padding: 14px 14px 14px 42px; position: relative; }
.check-list li::before { background: var(--rose); border-radius: 50%; color: #fff; content: "✓"; font-size: 11px; font-weight: 900; height: 22px; left: 13px; line-height: 22px; position: absolute; text-align: center; top: 14px; width: 22px; }

.availability { background: linear-gradient(135deg,#fff,#faedf2); border: 1px solid #efc7d6; border-radius: 22px; display: grid; gap: 26px; grid-template-columns: .58fr 1.42fr; padding: clamp(26px,4vw,44px); }
.availability-number { color: var(--rose-deep); font-size: clamp(66px,9vw,96px); font-weight: 900; letter-spacing: -.09em; line-height: .82; }
.availability h2 { font-size: clamp(24px,2.8vw,35px); letter-spacing: -.055em; margin: 0 0 13px; word-break: keep-all; }
.availability p { color: var(--muted); line-height: 1.8; margin: 0 0 22px; word-break: keep-all; }
.availability .button { background: var(--rose-deep); border-color: var(--rose-deep); color: #fff; }

.media-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.media-card { background: var(--wine); border-radius: 16px; color: #fff; overflow: hidden; padding: 18px; }
.media-card:nth-child(2) { background: var(--rose-deep); }
.media-card h3 { font-size: 18px; margin: 0 0 12px; word-break: keep-all; }
.frame { aspect-ratio: 16 / 9; background: #180b13; overflow: hidden; width: 100%; }
.frame iframe { border: 0; display: block; height: 100%; width: 100%; }
.media-card > a { align-items: center; color: #fff; display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; margin-top: 13px; min-height: 38px; text-decoration: underline; text-underline-offset: 4px; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; padding: 17px 5px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { color: var(--muted); line-height: 1.75; margin: 0; padding: 0 5px 18px; word-break: keep-all; }

.closing { background: var(--wine); color: #fff; padding: 54px 0; }
.closing-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.closing h2 { font-size: clamp(27px,3.4vw,42px); letter-spacing: -.06em; margin: 6px 0 10px; word-break: keep-all; }
.closing p { color: rgba(255,255,255,.67); margin: 0; }
.closing .button { flex: 0 0 auto; }
.site-footer { background: #1a0c14; color: #fff; padding: 36px 0; }
.footer-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.footer-inner img { height: auto; max-width: 250px; width: 100%; }
.footer-inner p { color: rgba(255,255,255,.55); font-size: 12px; margin: 0; text-align: right; }

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: 215px 1fr auto; }
  .site-header nav { display: none; }
  .hero-grid { grid-template-columns: minmax(0,1fr) 300px; }
  .region-list { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .recommend-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .page-width { width: calc(100% - 32px); }
  .notice { padding-inline: 16px 46px; }
  .notice p { text-align: left; }
  .notice strong { display: block; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .brand img { max-width: 185px; }
  .header-call { font-size: 12px; min-height: 40px; padding-inline: 14px; }
  .hero { padding: 42px 0 46px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(30px,9vw,39px); }
  .hero-thumbnail { grid-column: auto; grid-row: auto; margin-top: 4px; max-width: 310px; width: 100%; }
  .hero-badge { bottom: -16px; left: 12px; }
  .search-form { grid-template-columns: 1fr 62px; }
  .search-label { grid-column: 1 / -1; min-height: 52px; }
  .search-form input { border-left: 1px solid var(--line); min-height: 56px; padding-inline: 17px; }
  .section { padding: 46px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head div > p { text-align: left; }
  .copy-grid, .price-intro, .price-grid, .region-hubs, .card-grid, .step-grid, .check-list, .media-grid { grid-template-columns: 1fr; }
  .editorial { display: flex; flex-direction: column; }
  .editorial figure { min-height: 0; }
  .editorial figure img { aspect-ratio: 4 / 3; }
  .editorial-copy { padding: 30px 22px; }
  .region-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .region-list a { min-height: 74px; }
  .recommend-grid { grid-template-columns: 1fr; }
  .availability { grid-template-columns: 1fr; }
  .availability-number { font-size: 68px; }
  .closing { padding: 48px 0; }
  .closing-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner p { text-align: left; }
}

@media (max-width: 360px) {
  .brand img { max-width: 176px; }
  .header-call { padding-inline: 10px; }
  .hero-keywords span { font-size: 11px; }
  .region-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
