
:root {
  --bg: #f6f7f4;
  --card: #ffffff;
  --line: #dde3d9;
  --text: #222831;
  --muted: #5f6b63;
  --brand: #2f8f64;
  --brand-dark: #22684a;
  --warning-bg: #fff6e6;
  --warning-line: #f1d293;
  --shadow: 0 18px 40px rgba(25, 38, 29, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --font: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(246,247,244,.88); border-bottom: 1px solid rgba(221,227,217,.8); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }
.brand { font-weight: 800; letter-spacing: -0.02em; }
.nav nav { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: .95rem; }
.hero { padding: 52px 0 26px; background: radial-gradient(circle at top left, #f3fdf8 0%, transparent 32%), radial-gradient(circle at top right, #fff6e8 0%, transparent 34%); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 40px; align-items: center; }
.hero-copy h1 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.12; letter-spacing: -0.04em; }
.lead { color: var(--muted); font-size: 1.08rem; margin-top: 18px; max-width: 720px; }
.badge, .eyebrow { display: inline-flex; align-items: center; border-radius: 999px; padding: 8px 14px; font-size: .85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.badge { margin-bottom: 16px; color: var(--brand); background: #eaf7ef; border: 1px solid #cde6d7; }
.eyebrow { background: #edf7f1; color: var(--brand); margin-bottom: 12px; }
.hero-media { border-radius: var(--radius-xl); overflow: hidden; background: var(--card); box-shadow: var(--shadow); border: 1px solid rgba(221,227,217,.85); }
.hero-media img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cta-row, .address-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 18px; padding: 14px 20px; border: 1px solid transparent; font-weight: 700; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); }
.btn-secondary { background: #fff; border-color: var(--line); }
.btn-kakao { background: #fee500; color: #191600; }
.full { width: 100%; }
.summary-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 24px; }
.summary-cards article, .feature-card, .info-card, .address-card, .contact-card, .note-box, .map-panel, .text-panel, .gallery-card { background: var(--card); border: 1px solid rgba(221,227,217,.9); box-shadow: var(--shadow); }
.summary-cards article { border-radius: 20px; padding: 16px 18px; }
.summary-cards span { display: block; font-size: .85rem; color: var(--muted); }
.summary-cards strong { display: block; margin-top: 4px; }
.section { padding: 28px 0 24px; }
.section-alt { background: #fbfcfa; }
.section-head { max-width: 860px; margin-bottom: 24px; }
.section-head h2, .info-card h2, .text-panel h2, .contact-section h2, .location-grid h2 { margin: 0 0 10px; font-size: clamp(1.85rem, 3vw, 2.8rem); line-height: 1.2; letter-spacing: -0.03em; }
.section-head p, .muted, .footer-note, .check-list, .gallery-card p, .point-list p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.feature-card { border-radius: var(--radius-lg); padding: 26px; }
.feature-card h2 { margin: 0 0 12px; font-size: 1.28rem; letter-spacing: -0.02em; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.gallery-card { border-radius: 24px; overflow: hidden; }
.gallery-button { all: unset; cursor: pointer; display: block; }
.gallery-button img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-copy { padding: 16px 18px 18px; }
.gallery-copy h3 { margin: 0 0 6px; font-size: 1.06rem; letter-spacing: -0.02em; }
.gallery-copy p { margin: 0; font-size: .94rem; }
.info-grid, .location-grid, .contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.info-card { border-radius: var(--radius-xl); padding: 28px; }
.info-card.warning { background: var(--warning-bg); border-color: var(--warning-line); }
.check-list { margin: 18px 0 0; padding-left: 20px; }
.check-list li + li { margin-top: 10px; }
.split-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; align-items: stretch; }
.text-panel { border-radius: var(--radius-xl); padding: 28px; }
.point-list { display: grid; gap: 16px; }
.point-list article { padding-top: 16px; border-top: 1px solid var(--line); }
.point-list article:first-child { padding-top: 0; border-top: 0; }
.point-list h3 { margin: 0 0 6px; font-size: 1.08rem; }
.point-list p { margin: 0; }
.photo-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.photo-stack img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); border: 1px solid rgba(221,227,217,.9); }
.address-card { border-radius: 24px; padding: 22px; margin-top: 22px; }
.address-card span { display: block; font-size: .9rem; color: var(--muted); }
.address-card strong { display: block; font-size: 1.16rem; margin-top: 6px; }
.note-box { margin-top: 16px; border-radius: 20px; padding: 18px; font-size: .95rem; color: var(--muted); }
.map-panel { border-radius: var(--radius-xl); padding: 10px; }
#kakao-map { width: 100%; min-height: 460px; border-radius: 22px; background: #eef1ea; }
.contact-section { padding-bottom: 64px; }
.contact-card { border-radius: var(--radius-xl); padding: 26px; }
.contact-row { display: flex; flex-direction: column; gap: 4px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-of-type { margin-bottom: 18px; }
.contact-row span { font-size: .88rem; color: var(--muted); }
.site-footer { border-top: 1px solid rgba(221,227,217,.9); background: #fff; }
.footer-inner { padding: 22px 0 38px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 6px 0 0; }
dialog#lightbox { width: min(92vw, 1100px); border: 0; padding: 16px; border-radius: 26px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
dialog#lightbox::backdrop { background: rgba(0,0,0,.52); }
#lightbox-close { all: unset; cursor: pointer; position: absolute; right: 26px; top: 20px; font-size: 2rem; line-height: 1; }
#lightbox-image { width: 100%; max-height: 72vh; object-fit: contain; border-radius: 18px; background: #f4f4f4; }
.lightbox-caption { padding: 14px 4px 4px; }
.lightbox-caption strong { display: block; font-size: 1.1rem; }
.lightbox-caption p { margin: 4px 0 0; color: var(--muted); }
@media (max-width: 980px) {
  .hero-grid, .feature-grid, .gallery, .info-grid, .split-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .summary-cards { grid-template-columns: 1fr; }
  .photo-stack { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .nav { flex-direction: column; align-items: flex-start; }
  .nav nav { gap: 12px; font-size: .92rem; }
  .hero { padding-top: 26px; }
  .feature-card, .info-card, .text-panel, .contact-card { padding: 22px; }
  .address-card, .note-box { padding: 18px; }
  #kakao-map { min-height: 340px; }
  .photo-stack { grid-template-columns: 1fr; }
}
