:root {
  --ink: #261d20;
  --paper: #fffaf7;
  --cream: #f5e9e5;
  --wine: #6f2534;
  --wine-dark: #4d1723;
  --gold: #8b5d25;
  --line: #d9c9c5;
  --muted: #665d5f;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
a { color: inherit; }
a:focus-visible { outline: 3px solid #174ea6; outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 12px; z-index: 100; padding: 12px 16px; background: var(--white); }
.skip-link:focus { top: 12px; }
.sample-banner { padding: 9px 20px; background: #2d2330; color: var(--white); text-align: center; font-size: 13px; }
.sample-banner strong { margin-right: 8px; color: #ffd8a8; letter-spacing: .12em; }
.site-header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1180px; margin: auto; padding: 0 20px; border-bottom: 1px solid var(--line); }
.brand { font: 700 21px var(--serif); text-decoration: none; }
.site-header nav { display: none; gap: 28px; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 700; text-decoration: none; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--wine); border-radius: 6px; background: var(--wine); color: var(--white); font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--wine-dark); transform: translateY(-1px); }
.button.compact { min-height: 44px; padding: 8px 15px; font-size: 14px; }
.hero { min-height: 620px; display: grid; gap: 48px; align-items: center; max-width: 1180px; margin: auto; padding: 64px 20px 80px; }
.eyebrow { margin: 0 0 16px; color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .17em; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(38px, 10vw, 68px); overflow-wrap: anywhere; }
h2 { font-size: clamp(34px, 8vw, 52px); }
.lead { max-width: 600px; margin: 24px 0; color: #554b4d; font-size: 17px; }
.actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; text-underline-offset: 5px; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 30px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.trust-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold); }
.hero-art { aspect-ratio: 4 / 5; width: calc(100% - 18px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #ddc4bd, #965162); color: var(--white); box-shadow: 18px 18px 0 var(--cream); }
.hero-art strong { font: 700 clamp(44px, 12vw, 78px)/.9 var(--serif); text-align: center; opacity: .86; }
.hero-art span { margin-top: 22px; font-size: 12px; letter-spacing: .06em; }
.section { max-width: 1180px; margin: auto; padding: 78px 20px; }
.value { text-align: center; }
.feature-grid { display: grid; gap: 18px; margin-top: 44px; text-align: left; }
.feature-grid article { padding: 27px; border-top: 2px solid var(--wine); background: rgba(255, 255, 255, .7); }
.feature-grid b { color: var(--wine); font: 600 27px var(--serif); }
.feature-grid h3 { margin: 22px 0 8px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); }
.price-section { max-width: none; background: var(--cream); }
.price-section > * { max-width: 1124px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; flex-direction: column; gap: 18px; margin-bottom: 42px; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); }
.price-list { border-top: 1px solid #bdaaa5; }
.price-list article { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 23px 4px; border-bottom: 1px solid #bdaaa5; }
.price-list h3 { margin: 0 0 4px; font-size: 18px; }
.price-list p { margin: 0; color: var(--muted); }
.price-list strong { flex: none; color: var(--wine); text-align: right; }
.small-note { margin-top: 18px !important; color: var(--muted); font-size: 13px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 250px 190px 190px; gap: 12px; }
.photo { display: flex; align-items: flex-end; padding: 17px; background: linear-gradient(140deg, #d9c2bc, #8a4856); color: var(--white); }
.photo span { font-size: 12px; letter-spacing: .06em; }
.photo.tall { grid-column: span 2; }
.photo.warm { background: linear-gradient(140deg, #d9c5aa, #88613b); }
.photo.rose { background: linear-gradient(140deg, #cbb2b8, #70404d); }
.photo.wide { background: linear-gradient(120deg, #dccdc5, #835456); }
.review { padding: 76px 20px; background: var(--wine); color: var(--white); text-align: center; }
.review .eyebrow { color: #f2cfcf; }
.review blockquote { max-width: 860px; margin: 24px auto; font: 600 clamp(26px, 7vw, 45px)/1.45 var(--serif); }
.review > p:last-child { color: #efdadd; font-size: 13px; }
.visit { display: grid; gap: 48px; }
.visit dl { margin: 34px 0; }
.visit dl div { display: grid; grid-template-columns: 68px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 800; }
dd { margin: 0; color: var(--muted); }
.outline { background: transparent; color: var(--wine); }
.outline:hover { color: var(--white); }
.map-card { min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cdbbb5; background: #e7dcd6; text-decoration: none; transition: background .2s ease; }
.map-card:hover { background: #ddd0c9; }
.pin { width: 24px; height: 24px; margin-bottom: 22px; border-radius: 50% 50% 50% 0; background: var(--wine); transform: rotate(-45deg); }
.map-card strong { font: 700 24px var(--serif); }
.map-card small { margin-top: 7px; }
.final-cta { padding: 78px 20px; background: #2b2022; color: var(--white); text-align: center; }
.final-cta p { color: #e5d0d2; }
.final-cta h2 { margin: 18px 0 36px; }
.light { border-color: var(--white); background: var(--white); color: var(--wine); }
.light:hover { background: #f4e9e5; color: var(--wine); }
footer { max-width: 1180px; margin: auto; padding: 30px 20px 100px; color: var(--muted); font-size: 13px; }
.mobile-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr; padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); background: rgba(255, 255, 255, .97); box-shadow: 0 -4px 20px rgba(0, 0, 0, .12); }
.mobile-bar a { min-height: 52px; display: flex; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; }
.mobile-bar .primary { border-radius: 5px; background: var(--wine); color: var(--white); }

@media (min-width: 768px) {
  .site-header nav { display: flex; }
  .hero { grid-template-columns: 1.05fr .95fr; padding: 76px 28px 92px; gap: 64px; }
  .actions { flex-direction: row; align-items: center; }
  .hero-art { width: calc(100% - 20px); }
  .section { padding: 104px 28px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 62px; }
  .section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 50px; }
  .gallery { grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 220px 220px; }
  .photo.tall { grid-column: auto; grid-row: span 2; }
  .photo.wide { grid-column: span 2; }
  .visit { grid-template-columns: 1fr 1fr; gap: 76px; }
  .map-card { min-height: 420px; }
  footer { display: flex; justify-content: space-between; padding-bottom: 35px; }
  .mobile-bar { display: none; }
}

@media (min-width: 1024px) {
  .site-header { padding-right: 28px; padding-left: 28px; }
}

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