/* Clean & Professional 팔레트: 포인트 #D6006C는 화면의 5~10%(CTA, 가격, 배지)에만 씁니다. */
:root {
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);

  --point: #D6006C;
  --point-ink: #FFFFFF;
  --point-hover: #B8005D;
  --ink: #14213D;
  --muted: #667085;
  --line: #E5E7EB;
  --bg: #F6F7FA;
  --surface: #FFFFFF;
  --pink-soft: #FCE7F0;
  --lavender: #D9C7E8;
  --beige: #F1E9E3;
  --blue-soft: #EAF0F4;
  --success: #14B8A6;
  --danger: #EF4444;
  --danger-ink: #D92D20;
  --feat-bg: #14213D;
  --feat-ink: #FFFFFF;
  --feat-muted: #B9C3D6;
  --feat-line: #2C3B63;
  --feat-point: #FF7AB6;
  --hero-wash: linear-gradient(180deg, #FCE7F0 0%, #F6F7FA 100%);
  --serif: "Noto Serif KR", "Nanum Myeongjo", serif;
  --sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --point: #F0569E;
    --point-ink: #14213D;
    --point-hover: #F57AB3;
    --ink: #EEF1F8;
    --muted: #A3AEC7;
    --line: #2A3452;
    --bg: #0E1424;
    --surface: #161E33;
    --pink-soft: #3A1B2E;
    --lavender: #4A3D66;
    --beige: #2B2622;
    --blue-soft: #1B2740;
    --danger-ink: #FF8A7A;
    --feat-bg: #223058;
    --feat-line: #34457A;
    --hero-wash: linear-gradient(180deg, #2A1626 0%, #0E1424 100%);
  }
}
:root[data-theme="dark"] {
  --point: #F0569E;
  --point-ink: #14213D;
  --point-hover: #F57AB3;
  --ink: #EEF1F8;
  --muted: #A3AEC7;
  --line: #2A3452;
  --bg: #0E1424;
  --surface: #161E33;
  --pink-soft: #3A1B2E;
  --lavender: #4A3D66;
  --beige: #2B2622;
  --blue-soft: #1B2740;
  --danger-ink: #FF8A7A;
  --feat-bg: #223058;
  --feat-line: #34457A;
  --hero-wash: linear-gradient(180deg, #2A1626 0%, #0E1424 100%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: env(safe-area-inset-top, 0px); scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
}
img, svg { max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--point); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }

.wrap { width: 100%; max-width: 1040px; margin: 0 auto; padding: 0 22px; }
section { padding: 72px 0; }
h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em; margin: 0; }
h1 { font-size: clamp(2.25rem, 7vw, 3.5rem); line-height: 1.2; }
h2 { font-size: clamp(1.75rem, 4.6vw, 2.375rem); line-height: 1.3; }
h2::after { content: ""; display: block; width: 40px; height: 3px; margin-top: 16px; border-radius: 2px; background: var(--point); }
h3 { font-size: 1.125rem; font-weight: 700; line-height: 1.4; margin: 0; }
p { margin: 0; }
.sub { color: var(--muted); margin-top: 14px; max-width: 34em; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; padding: 0 26px;
  border-radius: 10px; border: 1.5px solid transparent;
  font: 600 1rem/1 var(--sans); text-decoration: none; cursor: pointer;
  background: var(--point); color: var(--point-ink);
  transition: background-color .15s, border-color .15s;
}
.btn:hover { background: var(--point-hover); }
.btn .arrow { font-weight: 400; }
.btn.ghost { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.btn.ghost:hover { background: var(--bg); }
.btn:disabled { opacity: .6; cursor: wait; }

/* hero */
.hero { position: relative; padding: 0 0 56px; background: var(--hero-wash); overflow: hidden; }
.hero-img { display: block; width: 100%; height: 220px; object-fit: cover; object-position: 62% 50%; }
.hero .wrap { padding-top: 36px; }
.hero-text { max-width: 580px; }
.brand { color: var(--point); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; margin-bottom: 18px; }
.hero .lead { margin-top: 22px; color: var(--muted); font-size: 1.125rem; max-width: 30em; }
.hero .actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 860px) {
  .hero { display: flex; align-items: center; min-height: 580px; padding: 0; background: var(--bg); }
  .hero-img { position: absolute; inset: 0; height: 100%; object-position: 72% 50%; }
  /* 왼쪽 글자 영역은 배경색으로 덮어 읽기 쉽게, 오른쪽으로 갈수록 사진이 드러나게 */
  .hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 36%, color-mix(in srgb, var(--bg) 75%, transparent) 54%, transparent 76%);
  }
  .hero .wrap { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 96px; }
}

/* worries */
.worries { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 10px; max-width: 660px; }
.worries li {
  display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
}
.worries .tick { width: 24px; height: 24px; margin-top: 2px; border-radius: 50%; background: var(--pink-soft); position: relative; }
.worries .tick::after {
  content: ""; position: absolute; left: 9px; top: 5px; width: 5px; height: 10px;
  border: solid var(--point); border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.worries-note { margin-top: 20px; font-weight: 700; }

/* why */
.why-grid { display: grid; gap: 16px; margin-top: 36px; }
.why-item { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 24px 26px; overflow: hidden; }
.why-item .media { display: block; width: calc(100% + 48px); max-width: none; height: auto; margin: 0 -24px; aspect-ratio: 16 / 9; object-fit: cover; }
.why-item .icon { position: relative; display: grid; place-items: center; width: 54px; height: 54px; margin-top: -27px; border: 4px solid var(--surface); border-radius: 50%; background: var(--pink-soft); color: var(--point); }
.why-item .icon svg { width: 22px; height: 22px; }
.why-item h3 { margin-top: 18px; padding-left: 12px; border-left: 3px solid var(--point); font-size: 1.2rem; }
.why-item p { color: var(--muted); margin-top: 10px; font-size: 1rem; }
.stats { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 14px; }
.stats span { font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; }
.stats small { font-size: 0.85rem; color: var(--muted); margin-left: 4px; }
.why-item .stats-date { margin-top: 2px; font-size: 0.8rem; }
@media (min-width: 820px) { .why-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

/* products */
.cards { display: grid; gap: 18px; margin-top: 40px; }
.card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 0 26px 28px; overflow: hidden;
}
.card .media { display: block; width: calc(100% + 52px); max-width: none; height: auto; margin: 0 -26px 22px; aspect-ratio: 16 / 9; object-fit: cover; }
.card.feat { background: var(--feat-bg); color: var(--feat-ink); border-color: var(--feat-bg); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 30px; }
.steps { display: inline-flex; gap: 4px; align-items: flex-end; }
.steps i { display: block; width: 7px; border-radius: 3px; background: var(--line); }
.steps i:nth-child(1) { height: 10px; } .steps i:nth-child(2) { height: 16px; } .steps i:nth-child(3) { height: 22px; }
.steps i.on { background: var(--ink); }
.feat .steps i { background: var(--feat-line); }
.feat .steps i.on { background: var(--feat-point); }
.badge { font-size: 0.8rem; font-weight: 700; padding: 4px 12px; border-radius: 999px; background: var(--pink-soft); color: var(--point); }
.feat .badge { background: var(--point); color: var(--point-ink); }
.card h3 { margin-top: 18px; font-size: clamp(1.5rem, 2.6vw, 1.75rem); letter-spacing: -0.01em; }
.card .for { margin-top: 6px; color: var(--muted); font-size: 1rem; }
.feat .for { color: var(--feat-muted); }
.card dl { margin: 22px 0 0; display: grid; gap: 14px; }
.card dt { font-weight: 700; font-size: 0.85rem; color: var(--muted); }
.feat dt { color: var(--feat-muted); }
.card dd { margin: 2px 0 0; font-size: 1rem; }
.price { margin-top: auto; padding-top: 26px; }
.price .was { display: block; font-size: 0.95rem; color: var(--muted); text-decoration: line-through; }
.feat .price .was { color: var(--feat-muted); }
.price strong { display: block; font-weight: 800; font-size: clamp(2rem, 3.6vw, 2.5rem); line-height: 1.15; letter-spacing: -0.02em; color: var(--point); }
.feat .price strong { color: var(--feat-point); }
.price small { display: block; margin-top: 8px; font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
.feat .price small { color: var(--feat-muted); }
.card .btn { margin-top: 20px; width: 100%; }
.card:not(.feat) .btn { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.card:not(.feat) .btn:hover { background: var(--bg); }
@media (min-width: 900px) {
  .cards { grid-template-columns: 1fr 1.14fr 1fr; align-items: stretch; }
  .card.feat { margin: -16px 0; padding-bottom: 42px; }
  .card.feat .media { aspect-ratio: 16 / 10; }
}

/* process */
.steps-list { list-style: none; margin: 36px 0 0; padding: 0; max-width: 680px; position: relative; }
.steps-list li { position: relative; padding: 0 0 28px 56px; }
.steps-list li::before {
  content: attr(data-n); position: absolute; left: 0; top: 0;
  width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--bg);
  font: 700 0.95rem/38px var(--sans); text-align: center;
}
.steps-list li::after { content: ""; position: absolute; left: 18px; top: 44px; bottom: 6px; width: 2px; background: var(--line); }
.steps-list li:last-child { padding-bottom: 0; }
.steps-list li:last-child::after { display: none; }
.steps-list b { display: block; font-size: 1.1rem; }
.steps-list span { color: var(--muted); font-size: 1rem; }

/* launch */
.launch { background: var(--pink-soft); }
.launch .box { max-width: 620px; }
.launch-grid { display: grid; gap: 28px; align-items: center; }
.launch-img { display: block; width: 100%; height: auto; max-width: 420px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; }
@media (min-width: 820px) { .launch-grid { grid-template-columns: 360px 1fr; gap: 52px; } }
.launch p { margin-top: 14px; color: var(--ink); }
.launch p + p { color: var(--muted); }
.launch p strong { color: var(--point); }

/* faq */
.faq { margin-top: 30px; max-width: 760px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 36px 20px 0; font-weight: 700; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
  border: solid var(--muted); border-width: 0 2px 2px 0; transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); border-color: var(--point); }
.faq details p { padding: 0 0 22px; color: var(--muted); }

/* contact */
.contact-grid { display: grid; gap: 24px; margin-top: 32px; }
.contact-main { min-width: 0; }
.contact-aside { align-self: start; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.contact-aside img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.contact-aside dl { margin: 0; padding: 22px 24px 24px; display: grid; gap: 14px; }
.contact-aside dt { font-weight: 700; font-size: 0.85rem; color: var(--point); }
.contact-aside dd { margin: 2px 0 0; font-size: 0.95rem; }
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; }
  .contact-aside { position: sticky; top: 24px; }
}
#contact .form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; }
.form { display: grid; gap: 18px; }
.field label { display: block; font-weight: 600; font-size: 0.95rem; margin-bottom: 6px; }
.field .hint { font-weight: 400; color: var(--muted); font-size: 0.85rem; margin-left: 6px; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 10px 14px; border-radius: 10px;
  border: 1.5px solid var(--line); background: var(--surface); color: var(--ink);
  font: 400 1rem/1.5 var(--sans);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--pink-soft); outline-offset: 0; border-color: var(--point); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--danger); }
.err { color: var(--danger-ink); font-size: 0.87rem; margin-top: 5px; display: none; }
.field.invalid .err { display: block; }
.two { display: grid; gap: 18px; }
@media (min-width: 620px) { .two { grid-template-columns: 1fr 1fr; } #contact .form-card { padding: 34px 32px; } }
.consent { background: var(--blue-soft); border: 1px solid transparent; border-radius: 12px; padding: 14px 16px; }
.consent .terms { color: var(--muted); font-size: 0.85rem; line-height: 1.65; margin-bottom: 10px; }
.consent label { display: flex; align-items: flex-start; gap: 10px; margin: 0; cursor: pointer; }
.consent input[type="checkbox"] { width: 20px; min-height: 0; height: 20px; margin: 3px 0 0; padding: 0; flex: none; accent-color: var(--point); }
.field.consent.invalid { border-color: var(--danger); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form .btn[type="submit"] { width: 100%; }
.result { margin-top: 24px; padding: 24px; border-radius: 16px; border: 1.5px solid var(--success); background: var(--surface); }
.result.failed { border-color: var(--danger); }
.result textarea { width: 100%; min-height: 190px; margin-top: 12px; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); font: 400 0.95rem/1.6 var(--sans); }
.result .row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }

footer { padding: 44px 0 60px; color: var(--muted); font-size: 0.9rem; border-top: 1px solid var(--line); }
footer strong { color: var(--ink); font-family: var(--serif); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .faq summary::after, .btn { transition: none; }
}

/* 모집 현황, 워크숍 일정 */
.seats { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 6px 14px; border-radius: 999px; background: var(--surface); color: var(--point); font-weight: 700; font-size: 0.95rem; }
.seats::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--point); }
.seats.closed { color: var(--muted); }
.seats.closed::before { background: var(--muted); }
.dates { display: block; margin-top: 8px; font-size: 0.875rem; font-weight: 600; color: var(--point); }
.feat .dates { color: var(--feat-point); }

/* reviews */
.reviews { display: grid; gap: 18px; margin-top: 36px; }
.review { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.review img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.review .inner { display: flex; flex-direction: column; gap: 14px; flex: 1; padding: 24px; }
.review .tag { align-self: flex-start; font-size: 0.8rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: var(--pink-soft); color: var(--point); }
.review blockquote { margin: 0; flex: 1; font-size: 1rem; line-height: 1.75; }
.review blockquote::before { content: "“"; display: block; font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--point); }
.review .who { font-size: 0.9rem; color: var(--muted); }
.review .who strong { color: var(--ink); }
@media (min-width: 820px) { .reviews { grid-template-columns: repeat(3, 1fr); } }

footer .biz { margin-top: 10px; font-size: 0.8rem; line-height: 1.6; white-space: pre-line; }
