:root {
  --ink-950: #4d443d;
  --ink-900: #564e47;
  --ink-800: #4d443d;
  --ink-700: #564e47;
  --purple-700: #564e47;
  --purple-600: #564e47;
  --purple-500: #ffcc65;
  --purple-300: #e8e9db;
  --lavender: #e8e9db;
  --cream: #e8e9db;
  --paper: #ffffff;
  --line: #dedbd6;
  --muted: #767676;
  --text: #333333;
  --yellow: #fee500;
  --radius-lg: 20px;
  --radius-md: 20px;
  --shadow: 0 20px 46px rgba(86, 78, 71, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
figure, blockquote, p, h1, h2, h3, ol, ul { margin-top: 0; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(880px, calc(100% - 40px)); }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 200; padding: 12px 18px; border-radius: 10px; background: #fff; color: #4d443d; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: #fff;
  background: rgba(77, 68, 61, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(77, 68, 61, 0.94); box-shadow: 0 14px 34px rgba(77,68,61,.18); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 12px; background: linear-gradient(145deg, var(--purple-500), #908072); font-weight: 900; box-shadow: 0 8px 22px rgba(144,128,114,.35); }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: .96rem; }
.brand small { margin-top: 3px; color: rgba(255,255,255,.55); font-size: .66rem; font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: .84rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; font-size: .78rem; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--purple-500), var(--purple-600)); box-shadow: 0 14px 28px rgba(86,78,71,.28); }
.button-dark { color: #fff; background: var(--ink-900); box-shadow: 0 14px 28px rgba(77,68,61,.18); }
.button-ghost { color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.22); }
.button-kakao { color: #3b1e1e; background: var(--yellow); }
.button.full { width: 100%; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 940px;
  padding: 154px 0 72px;
  color: #fff;
  background:
    radial-gradient(900px 620px at 82% 17%, rgba(144,128,114,.24), transparent 64%),
    radial-gradient(700px 520px at 5% 92%, rgba(86,78,71,.18), transparent 65%),
    linear-gradient(145deg, var(--ink-950), var(--ink-900) 56%, #4d443d);
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; right: -180px; top: 80px; z-index: -1; width: 620px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(232,233,219,.16); box-shadow: inset 0 0 110px rgba(144,128,114,.1); }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 84px; }
.eyebrow, .section-number { margin-bottom: 18px; color: var(--purple-500); font-size: .74rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--purple-300); }
.hero h1 { margin-bottom: 25px; font-size: clamp(2.7rem, 5.3vw, 5.15rem); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 span { color: var(--purple-300); }
.hero-lead { margin-bottom: 25px; color: rgba(255,255,255,.72); font-size: 1.18rem; line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 32px; padding: 0; list-style: none; }
.hero-points li { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.05); font-size: .79rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--purple-300); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.placeholder-note { margin: 19px 0 0; color: rgba(255,255,255,.38); font-size: .7rem; }
.hero-visual { position: relative; }
.hero-photo-wrap { position: relative; max-width: 410px; margin-inline: auto; overflow: hidden; aspect-ratio: .76; border-radius: 190px 190px 34px 34px; background: #e8e9db; box-shadow: 0 34px 90px rgba(77,68,61,.45); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 19%; }
.hero-trust-card { position: absolute; right: -4px; bottom: 36px; display: flex; align-items: center; gap: 13px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(77,68,61,.82); box-shadow: 0 18px 40px rgba(77,68,61,.28); backdrop-filter: blur(16px); }
.hero-trust-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.45; }
.hero-trust-card strong { color: #fff; font-size: .88rem; }
.trust-icon { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 12px; color: #fff; background: var(--purple-600); font-weight: 900; }
.hero-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 104px; border-block: 1px solid rgba(255,255,255,.11); }
.hero-strip div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 24px 12px; border-right: 1px solid rgba(255,255,255,.11); }
.hero-strip div:last-child { border: 0; }
.hero-strip strong { color: var(--purple-300); font-size: .7rem; }
.hero-strip span { color: rgba(255,255,255,.74); font-size: .82rem; font-weight: 700; }

.section { padding: 122px 0; }
.section-light { background: #fff; }
.section-cream { background: var(--cream); }
.section-ink { color: #fff; background: var(--ink-900); }
.section-purple { color: #fff; background: linear-gradient(145deg, #4d443d, #564e47); }
.section-chat { background: #e8e9db; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { margin-bottom: 20px; color: inherit; font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.17; letter-spacing: -.045em; }
.section-heading h2 span, .about-copy h2 span, .feature-copy h2 span, .contact-copy h2 span { color: var(--purple-600); }
.section-ink h2 span, .section-purple h2 span, .contact-section h2 span { color: var(--purple-300); }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: .98rem; }
.section-ink .section-heading > p:last-child, .section-purple .section-heading > p:last-child { color: rgba(255,255,255,.6); }

.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.check-card { min-height: 176px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 12px 34px rgba(77,68,61,.045); }
.check-card > span { display: inline-grid; place-items: center; width: 34px; aspect-ratio: 1; margin-bottom: 24px; border-radius: 50%; color: var(--purple-600); background: var(--lavender); font-size: .68rem; font-weight: 900; }
.check-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.check-card strong { color: var(--text); }

.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.expertise-card { position: relative; min-height: 290px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.045); }
.expertise-card::after { content: ""; position: absolute; right: -32px; bottom: -40px; width: 110px; aspect-ratio: 1; border-radius: 50%; background: rgba(144,128,114,.12); }
.line-icon { display: grid; place-items: center; width: 46px; aspect-ratio: 1; margin-bottom: 40px; border: 1px solid rgba(232,233,219,.35); border-radius: 15px; color: var(--purple-300); font-size: 1.45rem; }
.card-index { position: absolute; top: 32px; right: 28px; color: rgba(255,255,255,.28); font-size: .7rem; font-weight: 800; }
.expertise-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
.expertise-card > p:last-child { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; line-height: 1.7; }
.edit-guide { margin: 28px 0 0; color: rgba(255,255,255,.42); font-size: .73rem; }
.edit-guide.light { color: rgba(255,255,255,.55); }

.split-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.portrait-card { position: relative; max-width: 425px; margin-inline: auto; }
.portrait-card img { width: 100%; aspect-ratio: .77; border-radius: 200px 200px 32px 32px; object-fit: cover; object-position: center 15%; box-shadow: var(--shadow); }
.portrait-caption { position: absolute; right: -22px; bottom: 28px; min-width: 210px; padding: 17px 20px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-size: .9rem; }
.portrait-caption span { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.about-copy > p:not(.section-number) { color: var(--muted); }
.about-copy blockquote { margin: 34px 0 25px; padding-left: 24px; border-left: 4px solid var(--purple-500); font-size: 1.34rem; font-weight: 900; line-height: 1.5; }
.principle-list { margin-top: 34px; border-top: 1px solid #dedbd6; }
.principle-list div { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid #dedbd6; }
.principle-list span { color: var(--purple-600); font-size: .68rem; font-weight: 900; }
.principle-list strong { font-size: .9rem; }

.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.compare-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 22px 26px; border-bottom: 1px solid var(--line); text-align: center; font-size: .88rem; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }
.compare-table thead th { background: #f6f5f2; font-size: .8rem; }
.compare-table thead .featured { color: #fff; background: var(--purple-600); }
.compare-table tbody th { color: var(--muted); background: #fbfaf8; font-weight: 700; }
.compare-table tbody td:last-child { color: var(--purple-700); background: #e8e9db; font-weight: 800; }
.center-actions { margin-top: 38px; text-align: center; }

.milestone-activity { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; overflow: hidden; }
.metrics div { padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.metrics div:nth-child(2n) { border-right: 0; }
.metrics div:nth-last-child(-n+2) { border-bottom: 0; }
.metrics strong, .metrics span { display: block; }
.metrics strong { margin-bottom: 5px; font-size: 1.45rem; }
.metrics span { color: rgba(255,255,255,.6); font-size: .75rem; }
.activity-gallery { display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 500px; }
.activity-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: #e8e9db; }
.activity-gallery .photo-main { grid-row: 1 / 3; }
.activity-gallery img { width: 100%; height: 100%; object-fit: cover; }
.activity-gallery .photo-main img { object-position: 55% center; }
.activity-gallery figcaption, .feature-photo figcaption { position: absolute; inset: auto 12px 12px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: #fff; background: rgba(77,68,61,.7); font-size: .7rem; backdrop-filter: blur(8px); }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.feature-split.reverse .feature-photo { order: -1; }
.feature-copy h2 { margin-bottom: 32px; }
.feature-photo { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1.05; border-radius: 28px; background: #e8e9db; box-shadow: var(--shadow); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
#analysis .feature-photo img, #claim .feature-photo img { object-position: center 25%; }
.numbered-list { margin-top: 26px; }
.numbered-list > div { display: flex; gap: 17px; padding: 20px 0; border-bottom: 1px solid rgba(77,68,61,.12); }
.numbered-list > div:first-child { border-top: 1px solid rgba(77,68,61,.12); }
.numbered-list span { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; color: var(--purple-600); background: var(--lavender); font-size: .68rem; font-weight: 900; }
.numbered-list p { margin: 0; color: var(--muted); font-size: .84rem; }
.numbered-list strong { display: block; margin-bottom: 2px; color: var(--text); font-size: .93rem; }
.numbered-list.compact > div { padding: 15px 0; }
.emphasis-line { margin: 28px 0 0; padding: 17px 20px; border-left: 4px solid var(--purple-600); color: var(--ink-900); background: #fff; font-weight: 900; }
.check-list { display: grid; gap: 12px; margin: 0 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 18px 14px 48px; border-radius: 13px; color: #564e47; background: #f6f5f2; font-size: .88rem; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--purple-600); font-weight: 900; }
.check-list.light li { color: rgba(255,255,255,.84); background: rgba(255,255,255,.06); }
.check-list.light li::before { color: var(--purple-300); }
.section-ink .feature-photo { box-shadow: 0 28px 70px rgba(77,68,61,.35); }
.legal-note { margin: 22px 0 0; color: var(--muted); font-size: .71rem; }

.chat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.phone-chat { min-height: 380px; padding: 21px 15px 18px; border: 7px solid #564e47; border-radius: 28px; background: #cbd5df; box-shadow: 0 18px 38px rgba(77,68,61,.13); }
.chat-top { margin: -4px -2px 27px; text-align: center; }
.chat-top span, .chat-top strong { display: block; }
.chat-top span { color: #66707d; font-size: .63rem; }
.chat-top strong { color: #2d3440; font-size: .84rem; }
.bubble { width: fit-content; max-width: 90%; margin-bottom: 13px; padding: 11px 12px; border-radius: 5px 14px 14px 14px; color: #252525; background: #fff; font-size: .73rem; line-height: 1.55; box-shadow: 0 2px 4px rgba(77,68,61,.05); }
.bubble.planner { margin-left: auto; border-radius: 14px 5px 14px 14px; background: var(--yellow); }
.phone-chat small { display: block; margin-top: 28px; color: #6a737f; text-align: center; font-size: .62rem; }

.case-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: stretch; }
.case-photo { min-height: 520px; margin: 0; overflow: hidden; border-radius: 26px; background: #eee; }
.case-photo img { width: 100%; height: 100%; object-fit: cover; }
.case-cards { display: grid; gap: 12px; }
.case-card { padding: 27px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.case-card > span { display: inline-block; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; color: var(--purple-700); background: var(--lavender); font-size: .69rem; font-weight: 800; }
.case-card h3 { margin-bottom: 8px; font-size: 1.08rem; }
.case-card p { margin: 0; color: var(--muted); font-size: .83rem; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.review-card { min-height: 200px; padding: 27px; border-radius: var(--radius-md); background: #fff; box-shadow: 0 14px 38px rgba(77,68,61,.07); }
.review-card .stars { margin-bottom: 18px; color: var(--purple-600); letter-spacing: .12em; font-size: .76rem; }
.review-card blockquote { margin-bottom: 22px; font-size: 1rem; font-weight: 750; line-height: 1.75; }
.review-card footer { color: var(--muted); font-size: .72rem; }
.review-card .demo-label { display: inline-block; margin-left: 6px; padding: 2px 6px; border-radius: 4px; color: #564e47; background: #e8e9db; font-size: .58rem; }
.review-write { max-width: 680px; margin: 38px auto 0; }
.text-button { width: 100%; padding: 18px 0; border: 0; border-block: 1px solid #dedbd6; background: transparent; cursor: pointer; font-weight: 800; }
.text-button .toggle-sign { margin-left: 7px; color: var(--purple-600); }
.review-form-wrap { padding: 24px 0 0; }

.milestone-process { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; padding: 0; list-style: none; }
.milestone-process li { position: relative; min-height: 190px; padding: 25px 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }
.milestone-process li:not(:last-child)::after { content: "›"; position: absolute; right: -10px; top: 50%; z-index: 2; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--ink-900); background: var(--purple-300); transform: translateY(-50%); }
.milestone-process span, .milestone-process strong, .milestone-process small { display: block; }
.milestone-process span { margin-bottom: 42px; color: var(--purple-300); font-size: .7rem; font-weight: 900; }
.milestone-process strong { margin-bottom: 5px; font-size: .85rem; }
.milestone-process small { color: rgba(255,255,255,.5); font-size: .68rem; }

.faq-list { border-top: 2px solid var(--ink-900); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 4px; cursor: pointer; list-style: none; font-size: .97rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 9px; top: 50%; color: var(--purple-600); font-size: 1.35rem; transform: translateY(-50%); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 24px 4px; color: var(--muted); font-size: .87rem; }

.contact-section { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--ink-950); }
.contact-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(750px 480px at 15% 50%, rgba(144,128,114,.28), transparent 65%); }
.contact-bg::after { content: ""; position: absolute; right: -2%; bottom: -34%; width: 46vw; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(232,233,219,.13); box-shadow: inset 0 0 100px rgba(144,128,114,.08); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 86px; }
.contact-copy > p:not(.section-number) { color: rgba(255,255,255,.58); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.contact-form { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.065); backdrop-filter: blur(14px); }
.contact-form label, .review-form-wrap label { display: grid; gap: 8px; margin-bottom: 15px; font-size: .73rem; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(77,68,61,.14); border-radius: 10px; color: var(--text); background: #fff; outline: none; transition: border .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--purple-500); box-shadow: 0 0 0 3px rgba(144,128,114,.14); }
.privacy-check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; color: rgba(255,255,255,.58); line-height: 1.5; }
.privacy-check input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--purple-500); }
.form-message { min-height: 20px; margin: 12px 0 0; color: var(--purple-300); font-size: .72rem; text-align: center; }
.review-form-wrap .form-message { color: var(--purple-700); text-align: left; }

.site-footer { padding: 60px 0 92px; color: rgba(255,255,255,.55); background: #4d443d; }
.footer-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-grid strong { color: #fff; }
.footer-grid p { margin: 9px 0 0; font-size: .7rem; line-height: 1.8; }
.copyright { padding-top: 24px; font-size: .66rem; }
.mobile-actions { display: none; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .11s; }
.js .delay-2 { transition-delay: .2s; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { gap: 42px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .milestone-activity { grid-template-columns: 1fr; }
  .milestone-process { grid-template-columns: repeat(4, 1fr); }
  .milestone-process li:nth-child(4)::after { display: none; }
  .chat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 66px; word-break: keep-all; }
  .container, .narrow { width: min(100% - 32px, 1160px); }
  .header-inner { min-height: 64px; }
  .brand-mark { width: 34px; }
  .brand strong { font-size: .82rem; }
  .brand small { display: none; }
  .header-inner > .button { display: none; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: 2.05rem; }
  .eyebrow, .section-number { margin-bottom: 14px; font-size: .66rem; }

  .hero { min-height: 820px; padding: 116px 0 48px; background: linear-gradient(180deg, rgba(77,68,61,.18), rgba(77,68,61,.62) 61%, var(--ink-950) 88%), var(--ink-950); }
  .hero::before { content: ""; position: absolute; z-index: -2; inset: 0 0 auto; height: 720px; background: url("./images/yu-eungyeong-hero-v440.jpg") 63% 12% / cover no-repeat; opacity: .7; mask-image: linear-gradient(to bottom, #4d443d 0%, #4d443d 67%, transparent 100%); }
  .hero::after { z-index: -1; opacity: .2; background: linear-gradient(90deg, rgba(77,68,61,.78), rgba(77,68,61,.2) 75%), linear-gradient(180deg, transparent 40%, var(--ink-950) 90%); mask-image: none; }
  .hero-glow, .hero-visual { display: none; }
  .hero-grid { display: block; }
  .hero-copy { max-width: 95%; }
  .hero h1 { margin-top: 95px; font-size: 2.62rem; line-height: 1.12; text-shadow: 0 2px 28px rgba(77,68,61,.5); }
  .hero-lead { font-size: 1rem; text-shadow: 0 2px 18px rgba(77,68,61,.55); }
  .hero-points { max-width: 330px; }
  .hero-points li { color: #fff; background: rgba(77,68,61,.38); backdrop-filter: blur(8px); }
  .hero-actions .button { min-height: 48px; padding-inline: 20px; font-size: .82rem; }
  .placeholder-note { max-width: 340px; color: rgba(255,255,255,.5); }
  .hero-strip { grid-template-columns: 1fr 1fr; margin-top: 56px; }
  .hero-strip div:nth-child(2) { border-right: 0; }
  .hero-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .hero-strip div { padding: 18px 10px; }

  .check-grid { grid-template-columns: 1fr 1fr; }
  .check-card { min-height: 154px; padding: 20px; }
  .check-card > span { margin-bottom: 17px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 240px; }
  .line-icon { margin-bottom: 30px; }
  .split-layout, .feature-split, .contact-grid, .case-layout, .footer-grid { grid-template-columns: 1fr; gap: 46px; }
  .portrait-card { width: 90%; }
  .portrait-caption { right: -12px; }
  .feature-split.reverse .feature-photo { order: 0; }
  .feature-photo { aspect-ratio: 1 / .9; }
  .activity-gallery { height: 430px; }
  .metrics strong { font-size: 1.2rem; }
  .chat-grid { gap: 12px; }
  .phone-chat { min-height: 350px; }
  .case-photo { min-height: 360px; }
  .review-grid { grid-template-columns: 1fr; }
  .milestone-process { grid-template-columns: 1fr 1fr; }
  .milestone-process li { min-height: 156px; }
  .milestone-process li:nth-child(2n)::after { display: none; }
  .milestone-process span { margin-bottom: 28px; }
  .contact-section { padding-bottom: 92px; }
  .contact-form { padding: 22px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { gap: 30px; }
  .site-footer { padding-bottom: 48px; }
  .mobile-actions { position: fixed; z-index: 120; inset: auto 0 0; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 66px; box-shadow: 0 -8px 28px rgba(77,68,61,.16); }
  .mobile-actions a { display: grid; place-items: center; color: #fff; background: var(--ink-800); font-size: .82rem; font-weight: 850; }
  .mobile-actions a:last-child { background: var(--purple-600); }
}

@media (min-width: 761px) and (max-width: 767px) {
  #home > .hero-background-photo { display: none !important; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.28rem; }
  .hero-actions { display: grid; }
  .check-grid, .chat-grid { grid-template-columns: 1fr; }
  .check-card { min-height: auto; }
  .activity-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; height: 470px; }
  .activity-gallery .photo-main { grid-column: 1 / 3; grid-row: auto; }
  .metrics div { padding: 23px 18px; }
  .phone-chat { min-height: 320px; }
}

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

/* =========================================================
   OCOLABS-INSPIRED THEME
   The visual language is reinterpreted for an insurance
   professional; no source-site assets or copy are included.
   ========================================================= */
body { color: #333333; line-height: 1.7; }
.container { width: min(1210px, calc(100% - 64px)); }
.narrow { width: min(900px, calc(100% - 64px)); }

.site-header {
  color: #fff;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  transition: background .35s ease, color .35s ease, box-shadow .35s ease;
}
.top-contact-bar { min-height: 50px; color: #fff; background: rgba(86,78,71,.82); }
.top-contact-bar .container { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.top-contact-bar b { margin-right: 8px; color: #ffcc65; }
.top-contact-bar i { display: inline-block; width: 1px; height: 13px; margin: 0 11px; vertical-align: -2px; background: #564e47; }
.header-inner { min-height: 90px; }
.brand { display: grid; gap: 0; color: #fff; }
.brand-word { font-family: Poppins, Pretendard, sans-serif; font-size: 35px; font-weight: 700; letter-spacing: -2px; line-height: .95; }
.brand-word > span, .footer-brand > span { color: #ffcc65; }
.brand > small { margin-top: 7px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .08em; text-align: center; }
.desktop-nav { gap: 50px; }
.desktop-nav a { color: #fff; font-size: 16px; font-weight: 750; }
.site-header.scrolled { color: #564e47; background: #fff; box-shadow: 0 6px 18px rgba(77,68,61,.08); }
.site-header.scrolled .top-contact-bar { background: #4d443d; }
.site-header.scrolled .brand, .site-header.scrolled .desktop-nav a { color: #564e47; }
.site-header.scrolled .brand > small { color: #767676; }

.button { min-height: 52px; padding-inline: 28px; border-radius: 0; letter-spacing: -.01em; }
.button-small { min-height: 48px; padding-inline: 28px; }
.button-primary { color: #fff; background: #564e47; box-shadow: none; }
.button-primary:hover { background: #ffcc65; box-shadow: 0 10px 22px rgba(86,78,71,.2); }
.button-dark { color: #fff; background: #564e47; box-shadow: none; }
.button-kakao { border-radius: 0; }
.button-ghost { border-radius: 0; background: rgba(255,255,255,.08); }

.hero {
  min-height: 920px;
  padding: 235px 0 68px;
  background: #4d443d;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("./images/yu-eungyeong-hero-v440.jpg") 76% 13% / cover no-repeat;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.04);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 1;
  background: linear-gradient(90deg, rgba(77,68,61,.88) 0%, rgba(77,68,61,.74) 45%, rgba(77,68,61,.44) 78%, rgba(77,68,61,.56) 100%);
  mask-image: none;
}
.hero-glow, .hero-visual { display: none; }
.hero-grid { display: block; }
.hero-copy { max-width: 790px; margin-inline: auto; text-align: center; }
.hero .eyebrow { color: #ffcc65; }
.eyebrow, .section-number { font-size: 15px; letter-spacing: 0; text-transform: none; }
.hero h1 { margin-bottom: 28px; font-size: clamp(54px, 5vw, 76px); font-weight: 700; line-height: 1.13; letter-spacing: -.055em; }
.hero h1 span { color: #fff; }
.hero-heading-copy { display: inline; white-space: pre-line; color: #fff !important; }
.hero-lead-copy { display: inline; white-space: pre-line; color: inherit !important; }
.hero-lead { color: rgba(255,255,255,.9); font-size: 20px; }
.hero-points li { border-color: rgba(255,255,255,.28); border-radius: 0; background: rgba(77,68,61,.2); }
.hero-points li::before { color: #ffcc65; }
.hero-strip { margin-top: 112px; }
.hero-strip strong { color: #ffcc65; }

.section { padding: 165px 0; }
.section-heading { margin-bottom: 76px; }
.section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: clamp(42px, 4.4vw, 62px); font-weight: 700; line-height: 1.2; letter-spacing: -.052em; }
.section-heading h2 span, .about-copy h2 span, .feature-copy h2 span, .contact-copy h2 span { color: #564e47; }
.section-heading > p:last-child { font-size: 18px; }
.section-number { color: #564e47; font-weight: 800; }
.section-light { background: #fff; }
.section-cream { background: #e8e9db; }

.search-pill { position: relative; width: min(780px, 100%); margin: -24px auto 105px; padding: 28px 105px 28px 76px; border: 8px solid #fff; border-radius: 999px; color: #564e47; background: linear-gradient(180deg,#fff,#e8e9db); box-shadow: 0 25px 36px rgba(77,68,61,.18); text-align: center; }
.search-pill small { position: absolute; top: 10px; left: 50%; color: #564e47; font-size: 12px; font-weight: 800; transform: translateX(-50%); }
.search-pill strong { font-size: clamp(26px,3.2vw,45px); line-height: 1.2; }
.search-pill em { color: #564e47; font-style: normal; }
.search-pill > span { position: absolute; right: 36px; top: 50%; color: #564e47; font-size: 58px; font-weight: 300; transform: translateY(-47%); }

.check-grid { gap: 18px; }
.check-card { min-height: 200px; padding: 30px; border: 1px solid #dedbd6; border-radius: 20px; box-shadow: none; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.check-card:hover { border-color: #564e47; box-shadow: 0 18px 32px rgba(86,78,71,.08); transform: translateY(-7px); }
.check-card > span { border-radius: 0; color: #564e47; background: transparent; }
.check-card p { color: #564e47; font-size: 16px; }

#expertise { color: #333333; background: #e8e9db; }
#expertise .section-heading h2 span { color: #564e47; }
.expertise-grid { gap: 20px; }
.expertise-card { min-height: 330px; padding: 34px; border: 1px solid #dedbd6; border-radius: 20px; color: #333333; background: #fff; transition: transform .4s ease, background .4s ease, border-color .4s ease; }
.expertise-card:hover { color: #fff; border-color: #564e47; background: #564e47; transform: translateY(-8px); }
.expertise-card::after { background: rgba(86,78,71,.08); }
.line-icon { border-color: #564e47; border-radius: 50%; color: #564e47; }
.card-index { color: #564e47; }
.expertise-card > p:last-child { color: #767676; font-size: 15px; }
.expertise-card:hover > p:last-child, .expertise-card:hover .card-index { color: rgba(255,255,255,.7); }
#expertise .edit-guide { color: #767676; }

.split-layout { gap: 115px; }
.portrait-card img { border-radius: 20px; filter: saturate(.65); transition: transform .7s ease, filter .7s ease; }
.portrait-card:hover img { filter: saturate(1); transform: scale(1.025); }
.portrait-caption { right: -34px; border: 1px solid #564e47; border-radius: 0; box-shadow: 0 13px 25px rgba(77,68,61,.12); }
.about-copy blockquote { border-color: #564e47; font-size: 24px; }
.principle-list span { color: #564e47; }

.compare-wrap { border-radius: 20px; box-shadow: none; }
.compare-table thead .featured { background: #564e47; }
.compare-table tbody td:last-child { color: #564e47; background: #e8e9db; }
.compare-table tbody tr { transition: background .25s ease; }
.compare-table tbody tr:hover { background: #e8e9db; }

.section-purple { color: #fff; background: #564e47; }
.section-purple .section-number, .section-purple h2 span { color: #e8e9db; }
.milestone-activity { padding: 72px; border-radius: 20px; background: #908072; }
.metrics { border-radius: 0; }
.activity-gallery figure { border-radius: 5px; }
.activity-gallery img { filter: grayscale(.18); transition: filter .45s ease, transform .7s ease; }
.activity-gallery figure:hover img { filter: grayscale(0); transform: scale(1.05); }
.activity-gallery figcaption, .feature-photo figcaption { border-radius: 0; }

.feature-split { gap: 105px; }
.feature-photo { border-radius: 20px; box-shadow: none; }
.feature-photo img { filter: saturate(.72); transition: transform .75s ease, filter .75s ease; }
.feature-photo:hover img { filter: saturate(1); transform: scale(1.04); }
.numbered-list span { border-radius: 0; color: #564e47; background: #e8e9db; }
.emphasis-line { border-color: #564e47; }
.check-list li { border-radius: 5px; }
.check-list li::before { color: #564e47; }

#aftercare, #process { color: #fff; background: #564e47; }
#aftercare .section-number, #process .section-number { color: #ffcc65; }
#aftercare h2 span, #process h2 span { color: #ffcc65; }
#aftercare .check-list.light li { border-left: 2px solid #564e47; border-radius: 0; }

#payout { color: #fff; background: #564e47; }
#payout .section-heading { position: relative; padding-top: 30px; }
#payout .section-heading::after { content: ""; display: block; width: 100%; height: 1px; margin-top: 54px; background: rgba(86,78,71,.65); }
#payout .section-number { color: #ffcc65; }
#payout .section-heading h2, #payout .section-heading h2 span { color: #fff; }
#payout .section-heading > p:last-child { color: rgba(255,255,255,.62); }
.qa-mark { display: block; margin-bottom: 20px; color: #ffcc65; font-size: 88px; font-weight: 800; line-height: 1; }
.qa-answer { margin: -20px 0 48px; color: #ffcc65; font-size: 96px; font-weight: 800; line-height: 1; text-align: center; }
.chat-grid { gap: 18px; }
.phone-chat { border-radius: 20px; transition: transform .4s ease; }
.phone-chat:hover { transform: translateY(-9px); }
#payout .button-dark { color: #564e47; background: #fff; }

.case-card { border-radius: 20px; box-shadow: none; transition: border-color .3s ease, transform .3s ease; }
.case-card:hover { border-color: #564e47; transform: translateX(8px); }
.case-card > span { border-radius: 0; color: #564e47; background: #e8e9db; }
.case-photo { border-radius: 20px; }

#reviews h2 span { color: #564e47; }
#reviews .section-number, #reviews .stars { color: #564e47; }
.review-card { border: 1px solid #dedbd6; border-radius: 20px; box-shadow: none; transition: transform .35s ease, box-shadow .35s ease; }
.review-card:hover { box-shadow: 0 18px 34px rgba(144,128,114,.1); transform: translateY(-7px); }
.text-button .toggle-sign { color: #564e47; }

/* 관리페이지 문구 필드용 래퍼: 화면 디자인과 레이아웃에는 영향을 주지 않습니다. */
.editable-copy {
  display: inline;
  color: inherit !important;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.milestone-process { gap: 12px; }
.milestone-process li { border-radius: 5px; }
.milestone-process li:not(:last-child)::after { color: #fff; background: #564e47; }
.milestone-process span { color: #ffcc65; }

.faq-list { border-color: #564e47; }
.faq-list summary::after { color: #564e47; }
.faq-list details[open] { background: #e8e9db; }
.faq-list details[open] summary, .faq-list details[open] p { padding-left: 22px; padding-right: 56px; }

.contact-section { min-height: 700px; background: #4d443d; }
.contact-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("./images/aftercare.jpg") center / cover no-repeat; filter: grayscale(1); transform: scale(1.04); }
.contact-bg { inset: 0; background: rgba(77,68,61,.73); }
.contact-bg::after { display: none; }
.contact-section .section-number { color: #ffcc65; }
.contact-section h2 span { color: #fff; }
.contact-form { border-radius: 5px; background: rgba(77,68,61,.62); }
input, select, textarea { border-radius: 3px; }

.site-footer { color: rgba(255,255,255,.68); background: #4d443d; }
.footer-brand { color: #fff; font-family: Poppins, Pretendard, sans-serif; font-size: 32px; letter-spacing: -1.5px; }
.floating-actions { position: fixed; right: 24px; top: 68%; bottom: auto; z-index: 110; display: grid; gap: 12px; width: 190px; transform: translateY(-50%); }
.floating-actions .quick-consult { display: flex; align-items: center; min-height: 60px; padding: 9px 18px 9px 10px; border: 0; border-radius: 999px; box-shadow: 0 10px 26px rgba(77,68,61,.2); font-size: 16px; font-weight: 750; line-height: 1.25; transition: transform .2s ease, box-shadow .2s ease; }
.floating-actions .quick-consult:hover { transform: translateX(-6px); box-shadow: 0 14px 32px rgba(77,68,61,.25); }
.floating-actions .quick-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; margin-right: 11px; place-items: center; border-radius: 50%; }
.floating-actions .quick-icon svg { width: 24px; height: 24px; fill: currentColor; }
.floating-actions .kakao-action { color: #191919; background: #fee500; }
.floating-actions .kakao-action .quick-icon { color: #fee500; background: #191919; }
.floating-actions .phone-action { color: #fff; background: #564e47; }
.floating-actions .phone-action .quick-icon { color: #564e47; background: #fff; }
.floating-actions .quick-consult > .editable-copy { flex: 1 1 auto; color: inherit !important; }

.js .reveal { opacity: 0; transform: translateY(55px); transition: opacity 1.5s ease, transform 1.5s cubic-bezier(.16,.72,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; animation: fadeInUp 1.5s both; }
.js .delay-1 { transition-delay: .2s; animation-delay: .2s; }
.js .delay-2 { transition-delay: .35s; animation-delay: .35s; }
.js .portrait-card.reveal, .js .feature-photo.reveal, .js .activity-gallery.reveal, .js .case-photo.reveal { transform: scale(.88); }
.js .portrait-card.reveal.is-visible, .js .feature-photo.reveal.is-visible, .js .activity-gallery.reveal.is-visible, .js .case-photo.reveal.is-visible { transform: scale(1); animation-name: zoomIn; }
.js .case-card.reveal.is-visible, .js .expertise-card.reveal.is-visible { animation-name: slideInUp; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(55px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInUp { from { opacity: 0; transform: translateY(85px); } to { opacity: 1; transform: translateY(0); } }
@keyframes zoomIn { from { opacity: 0; transform: scale(.88); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1020px) {
  .desktop-nav { gap: 24px; }
  .milestone-activity { padding: 40px; }
  .floating-actions { display: none; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 32px, 1210px); }
  .top-contact-bar { display: none; }
  .site-header { background: rgba(77,68,61,.48); backdrop-filter: blur(8px); }
  .header-inner { min-height: 70px; }
  .brand-word { font-size: 27px; }
  .brand > small { font-size: 8px; }
  .site-header.scrolled { background: #fff; }
  .hero { min-height: 820px; padding: 145px 0 50px; }
  .hero::before { display: block; height: auto; background: url("./images/yu-eungyeong-hero-v440.jpg") 63% 8% / cover no-repeat; opacity: 1; mask-image: none; }
  .hero::after { background: linear-gradient(90deg, rgba(77,68,61,.82), rgba(77,68,61,.28)), linear-gradient(180deg, rgba(77,68,61,.12), #4d443d 92%); }
  .hero-copy { max-width: 100%; }
  .hero h1 { margin-top: 100px; font-size: 42px; }
  .hero-lead { font-size: 17px; }
  .hero-strip { margin-top: 72px; }
  .section { padding: 105px 0; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: 36px; }
  .section-heading > p:last-child { font-size: 15px; }
  .search-pill { margin: -5px auto 70px; padding: 31px 58px 20px 28px; border-width: 5px; text-align: left; }
  .search-pill small { left: 30px; top: 8px; transform: none; }
  .search-pill strong { font-size: 21px; }
  .search-pill > span { right: 19px; font-size: 37px; }
  .milestone-activity { padding: 24px; }
  .qa-mark, .qa-answer { font-size: 68px; }
  .floating-actions { display: none; }
  .contact-section { min-height: auto; }
  .contact-section::before { background-position: 62% center; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 36px; }
  .check-card { min-height: auto; }
  .section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: 32px; }
  .milestone-activity { margin-inline: -8px; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal, .js .reveal.is-visible,
  .js .portrait-card.reveal, .js .feature-photo.reveal,
  .js .activity-gallery.reveal, .js .case-photo.reveal {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
}

/* Reference styling: pieoraobgy.com, inspected 2026-08-31.
   Original section order, content, markup and editable identifiers are intact. */
:root {
  --reference-brown: #564e47;
  --reference-deep: #4d443d;
  --reference-taupe: #908072;
  --reference-ivory: #e8e9db;
  --reference-gold: #ffcc65;
  --reference-slate: #363b4d;
  --radius-lg: 10px;
  --radius-md: 10px;
  --shadow: 0 2px 10px rgba(0,0,0,.1);
}
body { font-family: Pretendard, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.6; color: #333; background: #fff; }
h1, h2, h3, .about-copy blockquote, .metrics strong, .search-pill strong, .qa-mark, .qa-answer { font-family: NotoSerifKR, serif; font-weight: 400; }
strong, b { font-weight: 600; }
.container { width: min(1210px, calc(100% - 64px)); }
.narrow { width: min(900px, calc(100% - 64px)); }
.site-header { color: #fff; background: #564e47; border: 0; backdrop-filter: none; box-shadow: none; }
.site-header.scrolled { color: #fff; background: #363b4d; box-shadow: none; }
.top-contact-bar, .site-header.scrolled .top-contact-bar { color: #e8e9db; background: #4d443d; }
.top-contact-bar b { color: #ffcc65; font-weight: 500; }
.top-contact-bar i { background: #908072; }
.header-inner { min-height: 90px; }
.brand, .site-header.scrolled .brand { color: #e8e9db; }
.brand-word, .footer-brand { font-family: NotoSerifKR, serif; font-weight: 400; font-size: 38px; letter-spacing: -.025em; }
.brand-word > span, .footer-brand > span { color: inherit; }
.brand > small, .site-header.scrolled .brand > small { color: #e8e9db; font-weight: 400; }
.desktop-nav a, .site-header.scrolled .desktop-nav a { color: #fff; font-weight: 400; font-size: 16px; }
.desktop-nav a:hover, .site-header.scrolled .desktop-nav a:hover { color: #ffcc65; }
.button { min-height: 52px; padding-inline: 28px; border: 1px solid #d3d3d3; border-radius: 9px; font-size: 16px; font-weight: 400; letter-spacing: 0; box-shadow: none; transition: color .3s ease, background .3s ease, border-color .3s ease; }
.button:hover { transform: none; box-shadow: none; }
.button-primary { color: #fff; background: #564e47; border-color: #564e47; }
.button-primary:hover { color: #ffcc65; background: #4d443d; border-color: #908072; box-shadow: none; }
.button-dark { color: #fff; background: #564e47; border-color: #564e47; }
.button-dark:hover { color: #ffcc65; background: #4d443d; }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { background: #908072; }
.button-kakao { border-color: #fee500; background: #fee500; color: #3b1e1e; }
.button-kakao-icon { display: inline-grid; width: 23px; height: 23px; margin-right: 8px; place-items: center; color: #fee500; background: #191919; border-radius: 50%; }
.button-kakao-icon svg { width: 15px; height: 15px; fill: currentColor; }
.header-inner > .button, .hero-actions .button-primary { color: #212121; background: #fff; border-color: #d3d3d3; }
.header-inner > .button:hover, .hero-actions .button-primary:hover { color: #f7bf69; background: #564e47; }
.hero { min-height: 920px; padding-top: 235px; color: #4d443d; background: linear-gradient(180deg, #e8e1da 0%, #eee9e3 72%, #ece7e0 100%); }
/* Fade within the portrait's own box, so its left edge is always transparent. */
.hero::before {
  inset: -5% 0 auto auto;
  width: auto;
  max-width: 100%;
  height: 110%;
  aspect-ratio: 970 / 1621;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: none;
  transform: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.4) 20%, #000 38%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.4) 20%, #000 38%);
}
.hero::after { background: linear-gradient(90deg, rgba(236,231,224,.7) 0%, rgba(236,231,224,.5) 42%, rgba(236,231,224,.16) 66%, rgba(236,231,224,0) 84%); }
.hero-copy { max-width: 790px; margin-inline: auto; text-align: center; }
.hero .eyebrow { color: #796345; font-size: 15px; font-weight: 400; letter-spacing: .08em; }
.hero h1 { font-family: NotoSerifKR, serif; font-size: 48px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.hero h1 span { color: inherit; }
.hero-heading-copy { font: inherit !important; color: inherit !important; }
.hero-lead { font-size: 20px; font-weight: 400; line-height: 2; color: #4d443d; }
.hero-points { gap: 10px; justify-content: center; margin-inline: auto; }
.hero-actions { justify-content: center; }
.hero .placeholder-note { margin-inline: auto; color: #665d54; }
.hero-points li { border: 1px solid rgba(77,68,61,.25); border-radius: 9px; background: rgba(248,245,240,.68); color: #4d443d; font-weight: 400; }
.hero-points li::before { color: #796345; }
.hero-actions .button-ghost { color: #4d443d; border-color: rgba(77,68,61,.4); background: rgba(248,245,240,.65); }
.hero-actions .button-ghost:hover { color: #fff; background: #564e47; }
.hero-strip, .hero-strip div { border-color: rgba(77,68,61,.18); }
.hero-strip strong { color: #796345; font-weight: 400; }
.hero-strip span { color: #4d443d; font-weight: 400; }
.hero-career { display: none; }
.section { padding: 120px 0; }
.section-heading { margin-bottom: 70px; margin-inline: auto; text-align: center; }
.section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-family: NotoSerifKR, serif; font-size: 48px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.section-heading h2 span, .about-copy h2 span, .feature-copy h2 span, .contact-copy h2 span { color: inherit; }
.section-number { color: #908072; font-size: 15px; font-weight: 400; letter-spacing: .035em; }
.section-heading > p:last-child { color: #767676; font-size: 18px; font-weight: 400; line-height: 1.6; }
.section-light { background: #fff; }
.section-cream { background: #e8e9db; }
.section-ink, .section-purple { color: #fff; background: #564e47; }
.section-ink h2 span, .section-purple h2 span { color: #e8e9db; }
.section-ink .section-number, .section-purple .section-number { color: #e8e9db; }
.search-pill { border: 1px solid #d3d3d3; border-radius: 12px; background: #fff; color: #333; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.search-pill small { font-weight: 400; color: #767676; }
.search-pill strong { font-size: clamp(26px,3.2vw,42px); font-weight: 400; }
.search-pill em, .search-pill > span { color: #908072; }
.check-card, .expertise-card, .case-card, .review-card { border: 1px solid #dedbd6; border-radius: 10px; box-shadow: none; }
.check-card:hover, .case-card:hover, .review-card:hover { transform: translateY(-3px); border-color: #908072; box-shadow: 0 2px 10px rgba(0,0,0,.1); }
.check-card > span { color: #908072; font-weight: 400; }
.check-card p { color: #767676; }
.check-card strong { color: #333; font-weight: 500; }
#expertise { background: #564e47; color: #fff; }
#expertise .section-number, #expertise .section-heading h2 span { color: #e8e9db; }
#expertise .edit-guide { color: #e8e9db; }
.expertise-card { background: #fff; color: #333; }
.expertise-card h3 { font-size: 23px; font-weight: 400; }
.expertise-card > p:last-child { color: #767676; font-size: 16px; }
.expertise-card:hover { color: #fff; background: #908072; border-color: #908072; transform: translateY(-3px); }
.expertise-card:hover .line-icon { color: #fff; border-color: #e8e9db; }
.expertise-card:hover > p:last-child, .expertise-card:hover .card-index { color: #fff; }
.expertise-card::after { background: rgba(144,128,114,.06); }
.line-icon { color: #908072; border-color: #908072; border-radius: 10px; }
.card-index { color: #908072; font-weight: 400; }
.portrait-card img { border-radius: 10px; filter: none; box-shadow: none; }
.portrait-card:hover img { filter: none; transform: none; }
.portrait-caption { border: 1px solid #dedbd6; border-radius: 9px; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.portrait-caption strong { font-family: NotoSerifKR, serif; font-weight: 400; font-size: 22px; }
.about-copy blockquote { border-color: #908072; font-family: NotoSerifKR, serif; font-size: 24px; font-weight: 400; }
.principle-list strong { font-weight: 400; }
.principle-list span { color: #908072; font-weight: 400; }
.compare-wrap { border-radius: 10px; border-color: #dedbd6; box-shadow: none; }
.compare-table thead th { font-weight: 500; background: #f6f5f2; }
.compare-table thead .featured { background: #564e47; }
.compare-table tbody th, .compare-table tbody td:last-child { font-weight: 400; }
.compare-table tbody td:last-child { color: #564e47; background: #e8e9db; }
.milestone-activity { background: #4d443d; border-radius: 12px; }
.media-proof { display: grid; grid-template-columns: 1fr; gap: 30px; margin-top: 32px; padding: 38px; border: 1px solid rgba(232,233,219,.28); border-radius: 12px; background: rgba(255,255,255,.055); }
.media-proof-copy { max-width: 760px; margin-inline: auto; text-align: center; }
.media-proof-kicker { margin: 0 0 13px; color: #ffcc65; font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.media-proof h3 { margin: 0 0 16px; color: #fff; font-family: NotoSerifKR, serif; font-size: clamp(26px,3vw,38px); font-weight: 400; line-height: 1.42; }
.media-proof-copy > p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.media-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 20px; }
.media-proof-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 10px; background: #363b4d; }
.media-proof-grid img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #fff; }
.media-proof-grid figcaption { position: static; padding: 11px 13px; color: #fff; background: #4d443d; font-size: 13px; line-height: 1.45; text-align: center; }
.metrics { border-radius: 10px; }
.metrics strong { font-family: NotoSerifKR, serif; font-weight: 400; font-size: 32px; }
.activity-gallery figure, .feature-photo, .case-photo { border-radius: 10px; box-shadow: none; }
.activity-gallery img, .feature-photo img { filter: none; }
.activity-gallery figure:hover img, .feature-photo:hover img { filter: none; transform: scale(1.02); }
.activity-gallery figcaption, .feature-photo figcaption { background: rgba(86,78,71,.8); border-radius: 9px; font-weight: 400; }
.numbered-list span { color: #564e47; background: #e8e9db; border-radius: 9px; font-weight: 400; }
.numbered-list strong { font-weight: 500; }
.emphasis-line { border-color: #908072; color: #564e47; font-family: NotoSerifKR, serif; font-weight: 400; border-radius: 0 9px 9px 0; }
.check-list li { border-radius: 9px; font-weight: 400; }
.check-list li::before { color: #908072; }
#aftercare, #process, #payout { color: #fff; background: #564e47; }
#aftercare .section-number, #process .section-number, #payout .section-number { color: #e8e9db; }
#aftercare h2 span, #process h2 span { color: #e8e9db; }
#aftercare .check-list.light li { border-color: #908072; border-radius: 9px; }
.qa-mark, .qa-answer { color: #e8e9db; font-family: NotoSerifKR, serif; font-weight: 400; }
.phone-chat { border-color: #908072; background: #e8e9db; border-radius: 12px; box-shadow: none; }
.phone-chat:hover { transform: translateY(-3px); }
.case-card > span { background: #e8e9db; color: #564e47; border-radius: 9px; font-weight: 400; }
.case-card h3 { font-size: 23px; font-weight: 400; }
#reviews h2 span, #reviews .section-number, #reviews .stars, .text-button .toggle-sign { color: #908072; }
.review-card blockquote { font-weight: 400; }
.review-card .demo-label { color: #564e47; background: #e8e9db; }
.text-button { color: #564e47; border-color: #dedbd6; font-weight: 400; }
.milestone-process li { border-radius: 10px; background: #4d443d; }
.milestone-process li:not(:last-child)::after { background: #908072; }
.milestone-process span { color: #e8e9db; font-weight: 400; }
.milestone-process strong { font-weight: 500; }
.faq-list { border-color: #908072; }
.faq-list summary { font-weight: 400; }
.faq-list summary::after { color: #908072; }
.faq-list details[open] { background: #e8e9db; }
.contact-section { background: #564e47; }
.contact-section::before { filter: none; transform: none; }
.contact-bg { background: rgba(77,68,61,.76); }
.contact-section .section-number { color: #e8e9db; }
.contact-section h2 span { color: #fff; }
.contact-form { background: rgba(77,68,61,.78); border-radius: 10px; }
.contact-form label, .review-form-wrap label { font-weight: 400; }
input, select, textarea { border-radius: 9px; border-color: #d3d3d3; color: #333; }
input:focus, select:focus, textarea:focus { border-color: #908072; box-shadow: 0 0 0 3px rgba(144,128,114,.12); }
.site-footer { color: #767676; background: #e8e9db; }
.footer-brand, .footer-grid strong { color: #564e47; font-weight: 400; }
.footer-grid { border-bottom-color: #d3d3c6; }
.floating-actions .quick-consult { font-size: 16px; font-weight: 400; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.1); }
.floating-actions .quick-consult:hover { transform: translateX(-3px); box-shadow: 0 2px 10px rgba(0,0,0,.1); }
.floating-actions .phone-action { background: #564e47; }
.floating-actions .phone-action .quick-icon { color: #564e47; }
.js .reveal, .js .reveal.is-visible { animation-duration: 1s; transition-duration: 1s; }
@media (max-width: 1020px) {
 .desktop-nav { gap: 24px; }
 .milestone-activity { padding: 40px; }
 .media-proof { grid-template-columns: 1fr; }
 .media-proof-copy { max-width: 660px; }
}
@media (max-width: 760px) {
 .container, .narrow { width: min(100% - 32px,1210px); }
 .site-header, .site-header.scrolled { background: #564e47; backdrop-filter: none; }
 .header-inner { min-height: 70px; }
 .brand-word { font-size: 30px; }
 .hero { min-height: 820px; padding: 145px 0 50px; }
 .hero::before { inset: 0; width: 100%; height: 100%; aspect-ratio: auto; background-position: 63% 8%; background-size: cover; -webkit-mask-image: none; mask-image: none; filter: none; }
 .hero::after { background: linear-gradient(90deg,rgba(236,231,224,.62),rgba(236,231,224,.24)),linear-gradient(180deg,rgba(236,231,224,.3),rgba(236,231,224,.72) 52%,#ece7e0 96%); }
 .hero h1 { margin-top: 100px; font-size: 30px; font-weight: 400; line-height: 1.6; text-shadow: none; }
 .hero-lead { font-size: 16px; line-height: 1.8; text-shadow: none; }
 .hero .eyebrow { font-size: 12px; }
 .hero-actions .button { font-size: 15px; }
 .section { padding: 90px 0; }
 .section-heading { margin-bottom: 48px; }
 .section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: 30px; line-height: 1.5; }
 .section-heading > p:last-child { font-size: 16px; }
 .search-pill strong { font-size: 23px; }
 .search-pill { padding-top: 32px; padding-bottom: 22px; }
 .milestone-activity { padding: 24px; }
 .media-proof { gap: 22px; margin: 22px -8px 0; padding: 16px 12px; }
 .media-proof-copy { padding: 8px 8px 0; }
 .media-proof-grid { grid-template-columns: 1fr; gap: 16px; }
 .media-proof-grid figure { width: 100%; }
 .media-proof-grid img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
 .media-proof-grid figcaption { padding: 10px 8px; font-size: 12px; }
 .metrics strong { font-size: 26px; }
 .qa-mark, .qa-answer { font-size: 60px; }
 .mobile-actions a { background: #4d443d; font-weight: 400; }
 .mobile-actions a:last-child { background: #908072; }
}
@media (max-width: 480px) {
 .hero h1 { font-size: 30px; }
 .section-heading h2, .about-copy h2, .feature-copy h2, .contact-copy h2 { font-size: 30px; }
}

/* v5.0: one CMS runtime controls the same portrait in both responsive modes. */
#home > .hero-background-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: right bottom;
  transform: none;
  transform-origin: center bottom;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 18%, rgba(0,0,0,.7) 42%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 18%, rgba(0,0,0,.7) 42%, #000 62%);
}
#home > .hero-grid,
#home > .hero-strip {
  position: relative;
  z-index: 1;
}
.hero-visual { display: none !important; }
.hero-proof-badge { display: none !important; }
@media (min-width: 768px) {
  #home {
    background: #ece7e0 !important;
  }
  #home::before { content: none !important; display: none !important; }
}
.media-proof-grid figure {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}
.media-proof-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 760px) {
  #home > .hero-background-photo { display: none !important; }
  #home::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("./images/yu-eungyeong-hero-v440.jpg");
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: auto 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .media-proof {
    width: calc(100% + 32px) !important;
    margin: 22px -16px 0 !important;
    padding: 20px 0 !important;
    overflow: hidden;
  }
  .media-proof-copy { padding-inline: 20px !important; }
  .media-proof-grid {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 20px !important;
    width: 100% !important;
  }
  .media-proof-grid figure {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .media-proof-grid img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }
  .media-proof-grid figcaption {
    padding: 12px 16px !important;
    font-size: 13px !important;
  }
}

/* Mobile already has persistent contact actions, so the hero prioritizes career proof. */
@media (max-width: 760px) {
 .hero-points, .hero-actions { display: none !important; }
 .hero-career {
   display: grid;
   grid-template-columns: 1fr 1fr;
   width: min(100%, 340px);
   margin: 24px auto 0;
   overflow: hidden;
   border: 1px solid rgba(77,68,61,.24);
   border-radius: 10px;
   background: rgba(248,245,240,.74);
   box-shadow: 0 12px 30px rgba(77,68,61,.1);
   backdrop-filter: blur(8px);
 }
 .hero-career h2 {
   grid-column: 1 / -1;
   margin: 0;
   padding: 11px 14px;
   border-bottom: 1px solid rgba(77,68,61,.18);
   color: #4d443d;
   font-family: NotoSerifKR, serif;
   font-size: 17px;
   font-weight: 400;
   line-height: 1.5;
   letter-spacing: 0;
   text-align: center;
 }
 .hero-career > div {
   display: flex;
   flex-direction: column;
   gap: 2px;
   padding: 12px 10px;
   color: #665d54;
   font-size: 12px;
   line-height: 1.45;
   text-align: center;
 }
 .hero-career > div:nth-of-type(odd) { border-right: 1px solid rgba(77,68,61,.16); }
 .hero-career > div:nth-of-type(-n+2) { border-bottom: 1px solid rgba(77,68,61,.16); }
 .hero-career strong { color: #4d443d; font-size: 16px; font-weight: 500; }
 .hero .placeholder-note { margin-top: 13px; }
}
