:root {
  --ink: #17211b;
  --muted: #59645e;
  --paper: #f7f3ea;
  --surface: #fffdf8;
  --line: #ded8ca;
  --green: #174f3a;
  --green-soft: #dfece4;
  --coral: #d96a4a;
  --gold: #b8903d;
  --shadow: 0 18px 50px rgba(34, 44, 37, .09);
  --radius: 18px;
  --font-sans: Inter, Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Noto Sans CJK KR", "Apple SD Gothic Neo", "Malgun Gothic", "Microsoft YaHei", "PingFang SC", "Hiragino Sans", "Yu Gothic UI", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 46px; }
.container { width: min(1120px, calc(100% - 36px)); min-width: 0; margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 16px; top: 16px; z-index: 20; padding: 10px 14px; background: #fff; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(222,216,202,.8); background: rgba(247,243,234,.94); backdrop-filter: blur(12px); }
.nav { min-width: 0; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -.02em; }
.brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; }
.nav-links { display: flex; min-width: 0; align-items: center; gap: 18px; margin-left: auto; font-size: 14px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.locale-picker { position: relative; flex: 0 0 auto; }
.locale-picker summary { min-width: 154px; min-height: 48px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--green); border-radius: 14px; padding: 7px 10px; color: var(--green); background: var(--surface); cursor: pointer; list-style: none; box-shadow: 0 5px 16px rgba(32,48,38,.06); }
.locale-picker summary::-webkit-details-marker { display: none; }
.locale-picker summary:hover, .locale-picker summary:focus-visible, .locale-picker[open] summary { background: var(--green-soft); }
.locale-globe { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.locale-picker-copy { min-width: 0; display: grid; flex: 1; line-height: 1.1; }
.locale-picker-copy span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.locale-picker-copy strong { overflow: hidden; margin-top: 3px; color: var(--ink); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.locale-chevron { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.locale-picker[open] .locale-chevron { transform: rotate(180deg); }
.locale-picker-panel { position: absolute; top: calc(100% + 9px); right: 0; width: min(310px, calc(100vw - 36px)); overflow: hidden auto; max-height: calc(100vh - 100px); border: 1px solid var(--line); border-radius: 18px; padding: 10px; background: var(--surface); box-shadow: var(--shadow); }
.locale-picker-panel > p { margin: 2px 8px 8px; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.locale-picker-options { display: grid; gap: 3px; }
.locale-picker-options a { min-height: 51px; display: flex; align-items: center; gap: 12px; border-radius: 11px; padding: 7px 10px; color: var(--ink); text-decoration: none; }
.locale-picker-options a:hover, .locale-picker-options a:focus-visible { background: var(--green-soft); }
.locale-picker-options a[aria-current="page"] { background: var(--green-soft); color: var(--green); }
.locale-option-copy { min-width: 0; display: grid; flex: 1; }
.locale-option-copy strong { font-size: 14px; }
.locale-option-copy small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.locale-check { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; font-weight: 900; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 16%, #f1c6b3 0 7%, transparent 7.5%), radial-gradient(circle at 76% 28%, #d5e5db 0 14%, transparent 14.5%), var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 64px; align-items: center; padding: 82px 0; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; overflow-wrap: anywhere; font-family: var(--font-sans); font-size: clamp(42px, 7vw, 76px); font-weight: 800; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 46px); }
h3 { margin: 0; font-size: 21px; }
.lede { max-width: 690px; margin: 22px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 999px; padding: 10px 20px; background: var(--green); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.secondary { background: transparent; color: var(--green); }
.direct-booking-link { display: block; margin-top: 14px; color: var(--green); font-size: 14px; font-weight: 800; text-align: center; text-underline-offset: 3px; }
.hero-art { position: relative; min-width: 0; min-height: 400px; }
.palette-card { position: absolute; inset: 20px 0 auto auto; width: min(100%, 390px); padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,248,.9); box-shadow: var(--shadow); transform: rotate(2deg); }
.swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 24px 0; }
.swatch { aspect-ratio: 1; border-radius: 50%; }
.palette-note { color: var(--muted); font-size: 14px; }
.section { padding: 76px 0; }
.section.alt { border-block: 1px solid var(--line); background: var(--surface); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 24px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.field { display: grid; gap: 7px; }
.field label, .field-label { font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; border: 1px solid #c9c4b8; border-radius: 10px; padding: 10px 12px; background: #fff; color: var(--ink); }
.field textarea { min-height: 92px; resize: vertical; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.studio-card { display: flex; min-width: 0; flex-direction: column; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: var(--surface); box-shadow: 0 9px 24px rgba(34,44,37,.04); }
.studio-card[hidden] { display: none; }
.card-top, .fact-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 9px; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 850; }
.badge.unclaimed { background: #f0ece2; color: #6d6356; }
.studio-card h3 { overflow-wrap: anywhere; }
.studio-meta { display: grid; gap: 7px; color: var(--muted); font-size: 14px; }
.studio-card .button { width: 100%; margin-top: auto; }
.empty-state { grid-column: 1 / -1; border: 1px dashed #b7b0a2; border-radius: var(--radius); padding: 32px; background: rgba(255,253,248,.65); text-align: center; }
.empty-state p { margin: 8px auto 0; max-width: 620px; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { border-top: 3px solid var(--coral); padding: 24px 0 0; }
.guide-card p { color: var(--muted); }
.faq { display: grid; gap: 12px; margin-top: 28px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; background: var(--surface); }
.faq summary { font-weight: 800; cursor: pointer; }
.faq p { color: var(--muted); }
.profile-hero { padding: 62px 0 46px; border-bottom: 1px solid var(--line); background: var(--surface); }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; padding: 48px 0 76px; }
.profile-copy h1 { font-size: clamp(38px, 6vw, 64px); }
.profile-copy > p { font-size: 18px; color: var(--muted); }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.fact { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: var(--surface); }
.fact span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.fact strong { display: block; margin-top: 4px; overflow-wrap: anywhere; }
.booking-panel { position: sticky; top: 96px; align-self: start; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--surface); box-shadow: var(--shadow); }
.booking-panel p { color: var(--muted); }
.booking-panel .button { width: 100%; }
.notice { margin-top: 20px; border-left: 4px solid var(--gold); padding: 14px 16px; background: #f4edda; color: #54462a; font-size: 14px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; font-size: 13px; font-weight: 750; }
.content-page { max-width: 800px; padding: 64px 0 90px; }
.content-page h1 { font-size: clamp(38px, 6vw, 60px); }
.content-page h2 { margin-top: 40px; font-size: 27px; }
.content-page p, .content-page li { color: var(--muted); }
dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100vh - 32px); overflow: auto; border: 0; border-radius: 20px; padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(20,29,24,.7); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding: 24px 24px 14px; }
.modal-head h2 { font-size: 30px; }
.icon-button { min-width: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding: 10px 24px 26px; }
.field.full, .form-message, .consent, .form-actions { grid-column: 1 / -1; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: start; gap: 9px; font-size: 13px; color: var(--muted); }
.consent input { margin-top: 5px; }
.form-actions { display: flex; align-items: center; gap: 14px; }
.form-message { min-height: 24px; font-size: 14px; }
.form-message.error { color: #a62d25; }
.form-message.success { color: var(--green); }
.form-message.success { display: grid; gap: 10px; }
.form-message.success p { margin: 0; }
.form-message.success small { display: block; color: var(--muted); }
.inquiry-next-link { width: fit-content; }
.site-footer { padding: 44px 0; border-top: 1px solid var(--line); background: var(--ink); color: #f7f3ea; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; }
.footer-grid p { max-width: 600px; color: #cbd0cc; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; align-content: start; }
.footer-links a { color: #fff; }

@media (max-width: 860px) {
  .hero-grid, .profile-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 28px; padding: 58px 0; }
  .hero-art { min-height: 330px; }
  .palette-card { inset-inline: 0; margin: auto; }
  .cards, .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-panel { position: static; }
}

@media (max-width: 620px) {
  .nav-links > a:not(.button) { display: none; }
  .brand > span:last-child { max-width: 110px; }
  .locale-picker summary { min-width: 130px; min-height: 44px; gap: 7px; padding: 6px 9px; }
  .locale-picker-copy strong { font-size: 13px; }
  .locale-picker-panel { max-height: calc(100vh - 86px); }
  .cards, .guide-grid, .filters, .facts, .booking-form { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .palette-card { width: 100%; max-width: 100%; }
  .section-head, .footer-grid { align-items: start; flex-direction: column; }
  .field.full, .form-message, .consent, .form-actions { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .price-table th, .price-table td { padding: 11px 8px; }
}

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