@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;900&family=Noto+Serif+KR:wght@400;600;700&display=swap');

:root {
  --black: #080808;
  --ink: #121212;
  --paper: #f0ede5;
  --white: #f8f6f0;
  --red: #cf2635;
  --yellow: #f4b928;
  --blue: #202d90;
  --muted: #79756e;
  --line-dark: rgba(255,255,255,.18);
  --line-light: rgba(15,15,15,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: 'Noto Sans KR', sans-serif; word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; color: inherit; background: none; cursor: pointer; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 12px 18px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.grain { position: fixed; z-index: 100; inset: 0; opacity: .024; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid transparent; transition: .4s ease; }
.site-header.scrolled { height: 72px; background: rgba(8,8,8,.92); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.wordmark strong { font-family: 'Noto Serif KR', serif; font-size: 25px; letter-spacing: -.08em; }
.wordmark span { max-width: 80px; color: #c7c3bd; font-size: 7px; line-height: 1.35; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: 11px; font-weight: 500; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -10px; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: .3s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a.active::after { transform: scaleX(1); }
.header-contact { justify-self: end; padding: 9px 0; border-bottom: 1px solid #fff; font-size: 11px; letter-spacing: .04em; }
.header-contact span { margin-left: 18px; color: var(--yellow); }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; }
.menu-toggle i { display: block; width: 26px; height: 1px; margin: 7px auto; background: #fff; transition: .3s; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url('2024영등할매 (3).JPG') 58% center/cover; transform: scale(1.02); animation: heroZoom 12s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.74) 40%, rgba(0,0,0,.17) 78%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(780px, 80vw); margin-left: 8vw; padding-top: 8vh; }
.eyebrow, .section-kicker b { color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.hero h1 { margin: 25px 0 24px; font-size: clamp(62px, 7.6vw, 126px); line-height: .98; letter-spacing: -.085em; font-weight: 900; }
.hero h1 em, .matching-title h2 em, .why-heading h2 em, .programs-heading h2 em, .proof-heading h2 em, .outcomes-title h2 em, .process-heading h2 em, .faq-title h2 em, .consult h2 em { color: var(--yellow); font-family: 'Noto Serif KR', serif; font-style: normal; font-weight: 500; }
.hero-lead { margin: 0 0 12px; color: #fff; font-family: 'Noto Serif KR', serif; font-size: clamp(20px,2.1vw,31px); }
.hero-body { max-width: 610px; margin: 0; color: #c8c4bd; font-size: 14px; line-height: 1.9; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 39px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding: 18px 21px; font-size: 11px; }
.button.primary { min-width: 244px; background: var(--red); transition: .25s; }
.button.primary:hover { background: #ea3042; transform: translateY(-2px); }
.button.text { padding-inline: 0; border-bottom: 1px solid #fff; }
.button span { color: var(--yellow); }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 35px; display: flex; gap: 0; }
.hero-note span { padding: 8px 18px; border-left: 1px solid rgba(255,255,255,.25); color: #b8b4ae; font-size: 8px; letter-spacing: .08em; }
.scroll-mark { position: absolute; z-index: 3; left: 4vw; bottom: 36px; display: flex; align-items: center; gap: 15px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: .2em; }
.scroll-mark i { width: 1px; height: 55px; background: #fff; position: relative; overflow: hidden; }

.paper { background: var(--paper); color: var(--ink); }
.section-kicker { display: flex; align-items: center; gap: 22px; }
.section-kicker span { color: var(--muted); font-size: 9px; }
.paper .section-kicker b { color: var(--red); }
.matching { padding: 135px 8vw 145px; }
.matching-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 9vw; margin-top: 62px; }
.matching-title > p { margin: 0 0 35px; color: var(--red); font-size: 10px; line-height: 1.65; letter-spacing: .12em; }
.matching-title h2, .why-heading h2, .programs-heading h2, .proof-heading h2, .outcomes-title h2, .process-heading h2, .faq-title h2 { margin: 0; font-family: 'Noto Serif KR', serif; font-size: clamp(47px,5.7vw,84px); line-height: 1.14; letter-spacing: -.07em; }
.matching-title h2 em, .programs-heading h2 em, .outcomes-title h2 em, .faq-title h2 em { color: var(--blue); }
.matching-copy .lead { margin: 0 0 25px; color: #1c1c1c; font-size: 21px; line-height: 1.75; }
.matching-copy > p:not(.lead,.notice) { margin: 0; color: #5c5852; font-size: 13px; line-height: 2; }
.fund-formula { margin: 42px 0 24px; padding: 26px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: 1fr auto 1fr auto 1.2fr; align-items: center; gap: 16px; }
.fund-formula > span { color: #8a857d; font-size: 22px; }
.fund-formula div { display: flex; flex-direction: column; }
.fund-formula small { color: #77716a; font-size: 8px; letter-spacing: .08em; }
.fund-formula strong { margin-top: 8px; font-size: 25px; letter-spacing: -.04em; }
.fund-formula strong em { margin-left: 2px; font-size: 10px; font-style: normal; font-weight: 400; }
.fund-formula .total strong { color: var(--red); }
.notice { margin: 0; color: #89837b; font-size: 9px; line-height: 1.7; }

.why { padding: 135px 8vw 145px; }
.why-heading, .programs-heading, .proof-heading, .process-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 8vw; margin: 62px 0 82px; }
.why-heading p, .programs-heading p, .proof-heading p { margin: 0; color: #9e9a94; font-size: 14px; line-height: 1.9; }
.why-list { border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3,1fr); }
.why-list article { min-height: 390px; padding: 32px 38px 38px 0; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.why-list article:not(:first-child) { padding-left: 38px; }
.why-list article:last-child { border-right: 0; }
.why-list span { color: var(--yellow); font-size: 9px; }
.why-list h3 { margin: 58px 0 26px; font-family: 'Noto Serif KR', serif; font-size: 29px; line-height: 1.4; letter-spacing: -.05em; }
.why-list p { margin: auto 0 0; color: #9a9690; font-size: 12px; line-height: 1.85; }

.programs { padding: 135px 8vw 155px; }
.programs-heading p { color: #68645e; }
.program-list { display: grid; gap: 100px; }
.program { display: grid; grid-template-columns: 1.4fr .8fr; min-height: 620px; }
.program.reverse { grid-template-columns: .8fr 1.4fr; }
.program.reverse .program-image { order: 2; }
.program-image { min-height: 560px; background-size: cover; background-position: center; }
.program-image.community { background-image: url('2024영등할매 (8).JPG'); }
.program-image.family { background-image: url('2024블루포레스트 (2).jpg'); }
.program-image.brand { background-image: url('이육사프로젝트4.JPG'); }
.program-copy { padding: 52px 0 42px 5vw; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; align-items: flex-start; }
.program.reverse .program-copy { padding: 52px 5vw 42px 0; }
.program-meta { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; color: #77716a; font-size: 8px; letter-spacing: .09em; }
.program-meta span { color: var(--red); }
.program-copy h3 { margin: 52px 0 24px; font-family: 'Noto Serif KR', serif; font-size: clamp(40px,4.3vw,65px); line-height: 1.08; letter-spacing: -.07em; }
.program-copy > p { margin: 0; color: #66615a; font-size: 12px; line-height: 1.85; }
.program-copy ul { margin: 24px 0 36px; padding: 0; list-style: none; color: #55514b; font-size: 11px; line-height: 2; }
.program-copy li::before { content: '—'; margin-right: 10px; color: var(--red); }
.program-copy > a { margin-top: auto; padding: 11px 0; border-bottom: 1px solid #111; font-size: 10px; }
.program-copy > a span { margin-left: 30px; color: var(--red); }

.proof { position: relative; min-height: 94vh; overflow: hidden; }
.proof-photo, .proof-shade { position: absolute; inset: 0; }
.proof-photo { background: url('2025영등할매 (7).JPG') center 38%/cover; }
.proof-shade { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.38)), linear-gradient(0deg, rgba(0,0,0,.82), transparent 55%); }
.proof-inner { position: relative; z-index: 2; min-height: 94vh; display: flex; flex-direction: column; padding: 130px 8vw 65px; }
.proof-heading { margin-bottom: auto; }
.proof-heading p { max-width: 480px; }
.proof-stats { border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(4,1fr); }
.proof-stats div { padding: 25px 24px 0 0; border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.proof-stats div:not(:first-child) { padding-left: 24px; }
.proof-stats div:last-child { border: 0; }
.proof-stats small { color: var(--yellow); font-size: 8px; letter-spacing: .13em; }
.proof-stats strong { margin-top: 12px; font-size: 43px; line-height: 1; }
.proof-stats span { margin-top: 12px; color: #b3afa8; font-size: 10px; }

.outcomes { padding: 135px 8vw 145px; }
.outcomes-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; margin-top: 65px; }
.outcome-columns { border-top: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(3,1fr); }
.outcome-columns div { min-height: 390px; padding: 28px 30px 30px 0; border-right: 1px solid var(--line-light); }
.outcome-columns div:not(:first-child) { padding-left: 30px; }
.outcome-columns div:last-child { border: 0; }
.outcome-columns b { color: var(--red); font-size: 10px; letter-spacing: .1em; }
.outcome-columns p { margin: 38px 0 0; padding-top: 15px; border-top: 1px solid rgba(0,0,0,.09); color: #54504a; font-size: 11px; line-height: 1.7; }

.process { padding: 135px 8vw 150px; }
.process-heading { grid-template-columns: 1fr; margin-bottom: 70px; }
.steps { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; display: grid; grid-template-columns: repeat(3,1fr); }
.steps li { min-height: 210px; padding: 26px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; gap: 28px; }
.steps li:nth-child(3n) { border-right: 0; }
.steps li > span { color: var(--yellow); font-size: 9px; }
.steps h3 { margin: 0 0 13px; font-family: 'Noto Serif KR', serif; font-size: 25px; }
.steps p { margin: 0; color: #96928c; font-size: 11px; line-height: 1.7; }

.faq { padding: 135px 8vw 150px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; margin-top: 65px; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq details { border-bottom: 1px solid var(--line-light); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 500; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-size: 22px; font-weight: 300; transition: .3s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -6px 50px 28px 0; color: #68645e; font-size: 12px; line-height: 1.9; }

.consult { position: relative; padding: 135px 8vw 120px; overflow: hidden; }
.consult-photo, .consult-shade { position: absolute; inset: 0; }
.consult-photo { background: url('2024영등할매 (5).JPG') center/cover; }
.consult-shade { background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 54%, rgba(0,0,0,.58) 100%); }
.consult-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: start; }
.consult h2 { margin: 28px 0 30px; font-family: 'Noto Serif KR', serif; font-size: clamp(48px,5.8vw,85px); line-height: 1.08; letter-spacing: -.075em; }
.consult-copy > p:not(.eyebrow) { max-width: 570px; color: #aaa6a0; font-size: 13px; line-height: 1.9; }
.phone { width: min(100%,530px); margin-top: 48px; padding: 21px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr auto; align-items: end; }
.phone small { grid-column: 1 / -1; margin-bottom: 9px; color: var(--yellow); font-size: 9px; letter-spacing: .12em; }
.phone strong { font-size: clamp(30px,3.4vw,50px); font-weight: 500; letter-spacing: -.04em; }
.phone span { color: #aaa; font-size: 9px; }
.consult-form { padding: 38px; background: rgba(240,237,229,.97); color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-heading { grid-column: 1 / -1; margin-bottom: 10px; }
.form-heading span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.form-heading h3 { margin: 13px 0 8px; font-family: 'Noto Serif KR', serif; font-size: 30px; line-height: 1.35; letter-spacing: -.05em; }
.form-heading p { margin: 0; color: #77716a; font-size: 9px; line-height: 1.6; }
.consult-form label { color: #4d4944; font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.consult-form input, .consult-form select, .consult-form textarea { width: 100%; margin-top: 9px; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(0,0,0,.3); border-radius: 0; outline: none; background: transparent; color: #111; font-size: 12px; }
.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus { border-color: var(--red); }
.consult-form textarea { resize: vertical; line-height: 1.7; }
.consult-form .wide, .form-submit, .form-result { grid-column: 1 / -1; }
.form-submit { margin-top: 5px; padding: 17px 18px; background: var(--red); color: #fff; display: flex; justify-content: space-between; font-size: 11px; }
.form-submit span { color: var(--yellow); }
.form-result { padding: 14px 0 0; border-top: 1px solid rgba(0,0,0,.18); }
.form-result p { margin: 0 0 8px; color: #625d56; font-size: 10px; line-height: 1.6; }
.form-result a { color: var(--red); font-size: 11px; font-weight: 700; }

footer { padding: 38px 4vw; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; border-top: 1px solid var(--line-dark); }
footer p { margin: 0; color: #777; font-size: 8px; letter-spacing: .06em; }
.mobile-consult { display: none; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .85s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.02); } to { transform: scale(1.08); } }

@media (max-width: 1080px) {
  .main-nav { gap: 20px; }
  .matching-grid, .consult-grid { gap: 5vw; }
  .program { grid-template-columns: 1.15fr .85fr; }
  .program.reverse { grid-template-columns: .85fr 1.15fr; }
}

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  .header-contact { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; z-index: -1; padding: 120px 8vw; background: #080808; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 28px; opacity: 0; pointer-events: none; transition: .3s; }
  .main-nav a { font-family: 'Noto Serif KR',serif; font-size: 27px; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; }
  .menu-open .menu-toggle i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-copy { width: 84vw; }
  .hero-note { display: none; }
  .matching-grid, .why-heading, .programs-heading, .proof-heading, .outcomes-grid, .faq-grid, .consult-grid { grid-template-columns: 1fr; }
  .matching-copy { margin-top: 15px; }
  .why-heading, .programs-heading, .proof-heading { gap: 30px; }
  .program, .program.reverse { grid-template-columns: 1fr; }
  .program.reverse .program-image { order: 0; }
  .program-copy, .program.reverse .program-copy { min-height: 460px; padding: 45px 3vw 40px; }
  .program-image { min-height: 500px; }
  .proof-stats { grid-template-columns: repeat(2,1fr); }
  .proof-stats div:nth-child(2) { border-right: 0; }
  .proof-stats div:nth-child(n+3) { margin-top: 28px; }
  .outcome-columns { margin-top: 25px; }
  .consult-grid { gap: 70px; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 620px) {
  .site-header { padding-inline: 20px; }
  .wordmark strong { font-size: 22px; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 67% center; }
  .hero-copy { width: auto; margin: 0 22px; padding-top: 30px; }
  .hero h1 { font-size: clamp(51px,15vw,72px); }
  .hero-lead { font-size: 18px; line-height: 1.55; }
  .hero-body { font-size: 12px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .button.primary { min-width: 0; }
  .button.text { align-self: flex-start; }
  .scroll-mark { display: none; }
  .matching, .why, .programs, .outcomes, .process, .faq, .consult { padding: 100px 22px 110px; }
  .matching-grid, .why-heading, .programs-heading, .outcomes-grid, .faq-grid { margin-top: 45px; }
  .matching-title h2, .why-heading h2, .programs-heading h2, .proof-heading h2, .outcomes-title h2, .process-heading h2, .faq-title h2 { font-size: 43px; }
  .fund-formula { grid-template-columns: 1fr; align-items: start; gap: 12px; }
  .fund-formula > span { font-size: 16px; }
  .why-list { grid-template-columns: 1fr; }
  .why-list article, .why-list article:not(:first-child) { min-height: 310px; padding: 27px 0 35px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .why-list h3 { margin-top: 35px; }
  .program-list { gap: 68px; }
  .program-image { min-height: 330px; }
  .program-copy, .program.reverse .program-copy { min-height: 490px; padding-inline: 0; }
  .program-meta { grid-template-columns: auto 1fr; }
  .program-meta small { grid-column: 2; }
  .proof-inner { min-height: 850px; padding: 105px 22px 55px; }
  .proof-heading { display: block; margin-top: 45px; }
  .proof-heading p { margin-top: 25px; }
  .proof-stats { grid-template-columns: 1fr 1fr; }
  .proof-stats div { padding-right: 12px; }
  .proof-stats div:not(:first-child) { padding-left: 12px; }
  .proof-stats strong { font-size: 34px; }
  .outcome-columns { grid-template-columns: 1fr; }
  .outcome-columns div, .outcome-columns div:not(:first-child) { min-height: 0; padding: 27px 0 30px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(3n) { min-height: 145px; border-right: 0; }
  .consult h2 { font-size: 43px; }
  .phone { grid-template-columns: 1fr; }
  .phone span { margin-top: 11px; }
  .consult-form { margin-inline: -5px; padding: 28px 20px; grid-template-columns: 1fr; }
  .consult-form label, .consult-form .wide, .form-submit, .form-result { grid-column: 1; }
  footer { padding: 34px 22px 90px; }
  .mobile-consult { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; padding: 15px 17px; background: var(--red); display: flex; align-items: center; justify-content: space-between; font-size: 11px; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
  .mobile-consult span { color: var(--yellow); }
}

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