:root { --chalk:#f3f6f0; --ink:#202822; --celadon:#b8d4c3; --oxblood:#743747; --mist:#dce3df; --white:#fff; }
body { background:var(--chalk); color:var(--ink); font-family:Manrope,"Apple SD Gothic Neo",sans-serif; line-height:1.75; }
.site-header { position:fixed; z-index:50; top:0; left:0; right:0; display:grid; grid-template-columns:auto 1fr auto; align-items:center; min-height:78px; padding:0 4vw; color:#fff; mix-blend-mode:normal; border-bottom:1px solid rgba(255,255,255,.35); background:rgba(20,30,24,.22); backdrop-filter:blur(10px); }
.brand { display:flex; align-items:center; gap:13px; text-decoration:none; font-weight:600; }
.brand-mark { display:grid; place-items:center; width:38px; height:38px; border:1px solid currentColor; border-radius:50%; font-size:10px; }
.site-nav { display:flex; justify-content:center; gap:clamp(18px,2.5vw,42px); }
.site-nav a { color:inherit; font-size:12px; text-decoration:none; }
.site-nav a:hover { opacity:.65; }
.lang-switch { gap:12px; }
.lang-switch button { border:0; padding:0; background:none; color:inherit; font-size:11px; opacity:.55; }
.lang-switch button[aria-pressed="true"] { opacity:1; border-bottom:1px solid currentColor; }
.hero { position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center; overflow:hidden; color:#fff; }
.hero-media img { object-position:center 40%; filter:saturate(.72) contrast(.96); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,23,18,.7),rgba(15,23,18,.2) 60%,rgba(15,23,18,.46)),linear-gradient(0deg,rgba(15,23,18,.72),transparent 62%); }
.hero-copy { position:relative; z-index:3; width:min(1080px,calc(100% - 44px)); padding-top:78px; text-align:center; }
.concept-label { margin:0 0 42px; font-size:10px; letter-spacing:.25em; }
.hero .eyebrow { margin:0 0 20px; color:#fff; font-size:12px; font-weight:500; text-shadow:0 2px 10px #000; }
.hero h1 { max-width:1050px; margin:0 auto; font-family:"Gowun Batang",serif; font-size:clamp(52px,8.5vw,122px); font-weight:700; line-height:1.14; letter-spacing:0; word-break:keep-all; text-shadow:0 3px 3px #000,0 10px 40px rgba(0,0,0,.85); }
.hero-lead { max-width:680px; margin:30px auto; font-size:clamp(16px,1.4vw,20px); font-weight:500; line-height:1.8; text-shadow:0 2px 3px #000,0 0 18px #000; }
.hero-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; }
.button { display:inline-flex; min-height:50px; align-items:center; justify-content:center; padding:0 24px; border:1px solid currentColor; border-radius:999px; font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; }
.button.primary { background:var(--white); color:var(--ink); border-color:var(--white); }
.button.secondary { background:rgba(0,0,0,.18); color:#fff; }
.hero-chips { display:flex; justify-content:center; flex-wrap:wrap; gap:18px; margin-top:36px; }
.hero-chips span { position:relative; font-size:11px; text-shadow:0 2px 5px #000; }
.hero-chips span:not(:first-child)::before { content:"·"; position:absolute; left:-11px; }
.hero-ornament { position:absolute; z-index:2; width:min(68vh,56vw); aspect-ratio:1; border:1px solid rgba(255,255,255,.42); border-radius:50%; animation:breathe 7s ease-in-out infinite; }
.hero-ornament::before { content:"호흡"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:rgba(255,255,255,.08); font:700 min(16vw,220px)/1 "Gowun Batang"; white-space:nowrap; }
@keyframes breathe { 0%,100% { transform:scale(.94); opacity:.7; } 50% { transform:scale(1.04); opacity:1; } }
.hero-foot { position:absolute; z-index:4; left:4vw; right:4vw; bottom:25px; display:flex; justify-content:space-between; font-size:9px; letter-spacing:.18em; opacity:.8; }
.section { padding:clamp(90px,12vw,170px) max(24px,8vw); }
.section-head { max-width:1080px; margin:0 auto 82px; text-align:center; }
.eyebrow { margin:0 0 20px; color:var(--oxblood); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.16em; }
.section h2 { max-width:920px; margin:0 auto; font-family:"Gowun Batang",serif; font-size:clamp(39px,5.2vw,72px); line-height:1.3; letter-spacing:0; word-break:keep-all; }
.section-lead { max-width:700px; margin:24px auto 0; color:#59645d; font-size:17px; }
.greeting { display:grid; grid-template-columns:minmax(280px,.8fr) minmax(340px,1.2fr); gap:clamp(40px,8vw,120px); align-items:center; max-width:1100px; margin:auto; }
.greeting-photo { position:relative; min-height:610px; }
.greeting-photo::before { content:""; position:absolute; left:-34px; bottom:-34px; width:80%; height:76%; background:var(--celadon); }
.greeting-photo img { position:relative; width:100%; height:100%; min-height:610px; object-fit:cover; object-position:center top; }
.greeting-copy .eyebrow { margin-bottom:36px; }
.greeting-copy blockquote { margin:0 0 32px; font-family:"Gowun Batang",serif; font-size:clamp(25px,3vw,42px); line-height:1.65; word-break:keep-all; }
.greeting-copy p { color:#59645d; }
.greeting-copy strong,.greeting-copy span { display:block; margin-top:28px; }
.greeting-copy span { margin-top:0; color:var(--oxblood); font-size:12px; }
.strength-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:50px; max-width:1100px; margin:140px auto 120px; }
.strength-grid article { padding-top:26px; border-top:1px solid #96a39a; }
.strength-grid b { display:grid; place-items:center; width:54px; height:54px; border:1px solid var(--oxblood); border-radius:50%; color:var(--oxblood); font-size:10px; }
.strength-grid h3 { margin:48px 0 12px; font-family:"Gowun Batang",serif; font-size:25px; }
.strength-grid p { color:#59645d; }
.master-grid { display:grid; grid-template-columns:1.15fr .85fr .85fr; gap:28px; max-width:1100px; margin:auto; align-items:end; }
.master-grid article { position:relative; }
.master-grid article:nth-child(2),.master-grid article:nth-child(3) { margin-bottom:55px; }
.master-grid img { width:100%; aspect-ratio:3/4; object-fit:cover; object-position:center top; filter:saturate(.72); }
.master-grid div { padding:18px 4px; border-bottom:1px solid #aeb9b1; }
.master-grid h3,.master-grid p { margin:0; }
.master-grid h3 { font-family:"Gowun Batang",serif; font-size:24px; }
.master-grid p { color:var(--oxblood); font-size:11px; }
.programs { background:var(--ink); color:var(--chalk); }
.programs .eyebrow { color:var(--celadon); }
.programs .section-lead { color:#aeb9b1; }
.program-grid { display:grid; grid-template-columns:repeat(2,1fr); max-width:1180px; margin:auto; }
.program-grid article { position:relative; min-height:520px; overflow:hidden; border:1px solid rgba(255,255,255,.18); }
.program-grid .program-feature { grid-row:span 2; min-height:1040px; }
.program-grid .program-oneday { grid-column:1 / -1; min-height:560px; }
.program-grid img { width:100%; height:100%; object-fit:cover; filter:saturate(.68); transition:filter .45s ease; }
.program-grid article:hover img { filter:saturate(1); }
.program-grid article div { position:absolute; inset:auto 0 0; padding:90px 34px 30px; background:linear-gradient(transparent,rgba(11,16,13,.94)); }
.program-grid span { font-size:10px; color:var(--celadon); letter-spacing:.15em; }
.program-grid h3 { margin:8px 0 4px; font-family:"Gowun Batang",serif; font-size:30px; }
.program-grid p { margin:0; color:#ced6d0; }
.schedule-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; max-width:1100px; margin:auto; }
.schedule-list > div { padding:26px 0; border-top:1px solid #8e9991; }
.schedule-list b,.schedule-list span { display:block; }
.schedule-list b { font-family:"Gowun Batang",serif; font-size:22px; }
.schedule-list span { color:var(--oxblood); font-size:11px; }
.schedule-list p { margin:7px 0 0; color:#59645d; }
.location-card { background:#e2ebe5; }
.placeholder-map { position:relative; display:flex; flex-direction:column; justify-content:space-between; padding:34px; overflow:hidden; color:var(--ink); }
.placeholder-map::after { content:""; position:absolute; width:270px; height:270px; right:-60px; top:-70px; border:1px solid var(--oxblood); border-radius:50%; box-shadow:0 0 0 36px rgba(116,55,71,.08),0 0 0 72px rgba(116,55,71,.05); }
.placeholder-map strong { position:relative; z-index:1; font:700 clamp(38px,5.8vw,68px)/1.05 "Gowun Batang"; }
.placeholder-map span { font-size:10px; letter-spacing:.14em; }
.location-copy { padding:34px; }
.location-copy p { margin:4px 0 18px; }
.gallery { background:var(--mist); }
.gallery-grid { display:grid; grid-template-columns:1fr 1.2fr 1fr; gap:26px; max-width:1180px; margin:auto; align-items:center; }
.gallery-grid article:nth-child(2) { transform:translateY(-42px); }
.gallery-grid img { width:100%; aspect-ratio:3/4; object-fit:cover; filter:saturate(.72); }
.gallery-grid div { padding:22px 0; }
.gallery-grid h3 { margin:0; font-family:"Gowun Batang",serif; font-size:25px; }
.gallery-grid p { margin:7px 0; color:#59645d; }
.inquiry { display:grid; grid-template-columns:1fr 1fr; gap:8vw; background:var(--oxblood); color:#fff; }
.inquiry .eyebrow { color:var(--celadon); }
.inquiry h2 { margin:0; }
.inquiry .section-lead { margin-left:0; color:#eadde1; }
.contact-channels { display:grid; margin-top:46px; border-top:1px solid rgba(255,255,255,.5); }
.contact-channels a { display:flex; justify-content:space-between; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.5); text-decoration:none; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:44px; background:var(--chalk); color:var(--ink); }
.contact-form label { display:grid; gap:7px; font-size:12px; }
.contact-form label:nth-child(4),.contact-form .button,.contact-form small,.form-status { grid-column:1/-1; }
.contact-form input,.contact-form select,.contact-form textarea { border:0; border-bottom:1px solid #778078; border-radius:0; padding:12px 0; background:transparent; }
.contact-form .button { justify-self:start; background:var(--ink); color:#fff; border-color:var(--ink); }
.links { background:var(--chalk); }
.link-list { max-width:1100px; margin:auto; border-top:1px solid var(--ink); }
.link-list a { display:flex; justify-content:space-between; padding:22px 4px; border-bottom:1px solid var(--ink); font-family:"Gowun Batang",serif; font-size:clamp(18px,2vw,26px); text-decoration:none; }
.link-list a:hover { color:var(--oxblood); }
footer { display:grid; grid-template-columns:1fr 1fr auto; gap:30px; align-items:end; padding:64px 8vw; background:var(--ink); color:var(--chalk); }
footer p { margin:0; max-width:580px; font-size:12px; }
@media (max-width:900px) {
  .site-header { grid-template-columns:1fr auto auto; padding:0 16px; }
  .site-header .brand > span:last-child { display:none; }
  .menu-toggle { display:grid; place-items:center; width:40px; height:40px; border:0; background:none; color:#fff; font-size:22px; }
  .site-nav { position:absolute; top:78px; left:0; right:0; display:none; padding:24px; background:rgba(20,30,24,.95); }
  .site-nav.is-open { display:grid; }
  .hero-copy { padding-top:90px; }
  .greeting,.schedule-layout,.inquiry { grid-template-columns:1fr; }
  .strength-grid,.master-grid { grid-template-columns:1fr; }
  .strength-grid { gap:24px; margin-top:90px; }
  .master-grid article:nth-child(2),.master-grid article:nth-child(3) { margin-bottom:0; }
  .gallery-grid { grid-template-columns:1fr; }
  .gallery-grid article:nth-child(2) { transform:none; }
  footer { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .hero { min-height:100svh; }
  .hero-copy { width:calc(100% - 32px); }
  .hero h1 { font-size:clamp(40px,12.8vw,55px); }
  .hero-lead { font-size:15px; }
  .hero-chips { gap:12px; }
  .hero-chips span:nth-child(n+3) { display:none; }
  .hero-ornament { width:88vw; }
  .section { padding:78px 20px; }
  .section-head { margin-bottom:48px; }
  .greeting-photo,.greeting-photo img { min-height:460px; }
  .program-grid { grid-template-columns:1fr; }
  .program-grid article,.program-grid .program-feature,.program-grid .program-oneday { grid-column:auto; grid-row:auto; min-height:460px; }
  .contact-form { grid-template-columns:1fr; padding:24px; }
  .contact-form label { grid-column:1; }
}
