/* New Law Firm Bunyang CMS – public site */
:root {
    --brand: #203768;
    --brand-rgb: 32, 55, 104;
    --accent: #3e75d8;
    --accent-rgb: 62, 117, 216;
    --navy-950: #071020;
    --navy-900: #0b1529;
    --navy-850: #101b32;
    --navy-800: #172440;
    --ink: #182131;
    --muted: #657086;
    --line: #dfe5ef;
    --soft: #f3f6fb;
    --white: #fff;
    --shadow: 0 28px 80px rgba(10, 27, 60, .12);
    --radius-lg: 32px;
    --radius-md: 22px;
    --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 8px; background: #fff; color: #111; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.site-shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.narrow-shell { width: min(calc(100% - 48px), 960px); }
.section { position: relative; padding: 128px 0; }
.section-light { background: #fff; }
.section-kicker { margin: 0 0 18px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .reason-copy h2, .nationwide-copy h2, .office-panel h2, .faq-heading h2, .documents-copy h2, .project-lawyer-layout h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.25rem, 4vw, 4.15rem);
    line-height: 1.14;
    letter-spacing: -.055em;
    font-weight: 500;
}
.section-heading h2 strong, .reason-copy h2 strong, .nationwide-copy h2 strong, .office-panel h2 strong, .faq-heading h2 strong, .documents-copy h2 strong, .project-lawyer-layout h2 strong { color: var(--brand); font-weight: 850; }
.section-heading > p:last-child, .reason-copy > p, .nationwide-copy > p, .office-panel > p, .faq-heading > p, .documents-copy > p, .project-lawyer-layout > div:first-child > p:last-of-type {
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.85;
}

/* Header */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    color: #fff;
    transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 16, 32, .94); box-shadow: 0 8px 35px rgba(0,0,0,.18); backdrop-filter: blur(15px); }
.header-inner { height: 90px; display: flex; align-items: center; gap: 32px; }
.brand-logo { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark-wrap { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark-wrap img { width: 100%; height: 100%; object-fit: contain; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.brand-wordmark small { opacity: .65; font-size: .58rem; letter-spacing: .17em; margin-bottom: 5px; }
.brand-wordmark strong { font-size: 1.17rem; font-weight: 750; letter-spacing: -.025em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); margin-left: auto; }
.primary-nav a { position: relative; font-size: .95rem; font-weight: 650; color: rgba(255,255,255,.82); white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .22s ease; }
.primary-nav a:hover { color: #fff; }
.primary-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-kakao { padding: 10px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; font-size: .82rem; font-weight: 700; }
.header-phone { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.22); line-height: 1.15; }
.header-phone span { color: rgba(255,255,255,.58); font-size: .65rem; }
.header-phone strong { margin-top: 4px; font-size: 1.08rem; letter-spacing: .02em; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s, opacity .2s; }

/* Hero */
.hero-section { position: relative; min-height: 850px; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 38%, rgba(var(--accent-rgb), .26), transparent 33%), linear-gradient(135deg, #050b17 0%, #0b1427 54%, #111d37 100%); }
.hero-noise { position: absolute; inset: 0; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.hero-building-lines { position: absolute; inset: 18% -5% -10% 42%; opacity: .18; transform: perspective(900px) rotateY(-13deg); background: repeating-linear-gradient(90deg, transparent 0 64px, rgba(126,166,255,.25) 65px 66px), repeating-linear-gradient(0deg, transparent 0 74px, rgba(126,166,255,.18) 75px 76px); mask-image: linear-gradient(to top, #000, transparent 82%); }
.hero-grid { position: relative; min-height: 850px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .88fr); align-items: center; gap: 50px; padding-top: 110px; }
.hero-copy { position: relative; z-index: 3; padding: 70px 0 90px; }
.eyebrow { margin: 0 0 22px; color: #90b4ff; font-size: .83rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font-size: clamp(3.4rem, 6.2vw, 6.5rem); line-height: .99; letter-spacing: -.075em; }
.hero-copy h1 span { display: block; color: #d4e2ff; font-weight: 850; }
.hero-copy h1 strong { display: block; max-width: 760px; margin-top: 18px; color: #fff; font-size: .62em; line-height: 1.23; font-weight: 800; }
.hero-summary { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.72); font-size: 1.15rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.btn { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 15px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--accent), #2d5fbd); box-shadow: 0 18px 34px rgba(var(--accent-rgb), .25); }
.btn-primary span { font-size: .85rem; opacity: .8; }
.btn-primary strong { font-size: 1.05rem; }
.btn-kakao { color: #241f00; background: #fee500; }
.kakao-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fee500; background: #221f1f; font-size: .72rem; font-weight: 900; }
.hero-trust-list { display: flex; flex-wrap: wrap; gap: 0; margin: 31px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.58); font-size: .8rem; }
.hero-trust-list li { display: flex; align-items: center; }
.hero-trust-list li::before { content: ""; width: 5px; height: 5px; margin: 0 9px 0 18px; border-radius: 50%; background: #74a3ff; }
.hero-trust-list li:first-child::before { margin-left: 0; }
.hero-visual { position: relative; align-self: end; height: 745px; z-index: 2; }
.hero-visual::after { content: ""; position: absolute; inset: auto 2% 0 0; height: 28%; background: linear-gradient(to top, #0b1427 5%, transparent); pointer-events: none; }
.hero-visual img { position: absolute; right: -12%; bottom: 0; width: 115%; height: 91%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 25px 35px rgba(0,0,0,.38)); }
.hero-halo { position: absolute; width: 590px; height: 590px; right: -70px; bottom: 70px; border: 1px solid rgba(132,169,255,.2); border-radius: 50%; }
.hero-halo::before, .hero-halo::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(132,169,255,.13); border-radius: inherit; }
.hero-halo::after { inset: 20%; }
.hero-nameplate { position: absolute; right: 14px; bottom: 54px; z-index: 4; display: flex; flex-direction: column; align-items: flex-end; padding: 13px 17px; border-right: 3px solid var(--accent); background: rgba(5,12,26,.68); backdrop-filter: blur(10px); }
.hero-nameplate small { color: rgba(255,255,255,.48); font-size: .56rem; letter-spacing: .18em; }
.hero-nameplate strong { margin-top: 3px; font-size: 1.05rem; }
.hero-bottom-line { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .75; }

/* Situation */
.situation-section { background: linear-gradient(180deg, #fff 0%, #f5f8fd 100%); }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.situation-card { min-height: 305px; padding: 38px 30px; border: 1px solid #e2e8f2; border-radius: var(--radius-md); background: rgba(255,255,255,.86); box-shadow: 0 18px 50px rgba(24,49,94,.07); transition: transform .25s, border-color .25s, box-shadow .25s; }
.situation-card:hover { transform: translateY(-7px); border-color: rgba(var(--accent-rgb), .38); box-shadow: 0 25px 60px rgba(24,49,94,.12); }
.situation-card h3 { margin: 27px 0 13px; color: var(--brand); font-size: 1.27rem; letter-spacing: -.035em; }
.situation-card p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.8; }
.line-icon { position: relative; width: 62px; height: 62px; display: block; border-radius: 18px; background: linear-gradient(145deg, #eef4ff, #fff); border: 1px solid #dbe6f7; box-shadow: inset 0 0 0 7px rgba(var(--accent-rgb), .045); }
.line-icon::before, .line-icon::after { content: ""; position: absolute; border-color: var(--accent); }
.line-icon-document::before { width: 22px; height: 28px; left: 19px; top: 15px; border: 2px solid var(--accent); border-radius: 3px; }
.line-icon-document::after { width: 13px; height: 2px; left: 24px; top: 25px; background: var(--accent); box-shadow: 0 7px 0 var(--accent), 0 14px 0 var(--accent); }
.line-icon-coins::before { width: 29px; height: 12px; left: 16px; top: 28px; border: 2px solid var(--accent); border-radius: 50%; box-shadow: 0 -8px 0 -2px #fff, 0 -8px 0 0 var(--accent), 0 8px 0 -2px #fff, 0 8px 0 0 var(--accent); }
.line-icon-message::before { width: 31px; height: 24px; left: 14px; top: 16px; border: 2px solid var(--accent); border-radius: 7px; }
.line-icon-message::after { width: 9px; height: 9px; left: 20px; top: 34px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: skew(-20deg); background: #fff; }
.line-icon-balance::before { width: 2px; height: 31px; left: 30px; top: 14px; background: var(--accent); box-shadow: -17px 7px 0 -1px var(--accent), 17px 7px 0 -1px var(--accent); }
.line-icon-balance::after { width: 36px; height: 23px; left: 13px; top: 20px; border-top: 2px solid var(--accent); border-bottom: 3px solid var(--accent); border-radius: 50%; }

/* Process */
.process-section { overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(var(--accent-rgb), .23), transparent 32%), linear-gradient(135deg, #091326, #172645 68%, #1d3566); }
.process-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 54%, rgba(255,255,255,.035) 54% 55%, transparent 55% 100%); }
.light-heading h2 { color: #fff; }
.light-heading h2 strong { color: #9bbaff; }
.light-heading > p:last-child { color: rgba(255,255,255,.62); }
.process-stack { position: relative; display: grid; gap: 22px; }
.process-stack::before { content: ""; position: absolute; left: 54px; top: 75px; bottom: 75px; width: 1px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.25), transparent); }
.process-card { position: relative; display: grid; grid-template-columns: 105px minmax(260px, .9fr) 1.2fr; align-items: center; min-height: 185px; padding: 30px 45px 30px 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(120deg, rgba(255,255,255,.09), rgba(255,255,255,.045)); box-shadow: 0 20px 50px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
.process-number { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #dce8ff; background: linear-gradient(145deg, var(--accent), #254a91); box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 1.04rem; font-weight: 800; }
.process-main { padding-right: 30px; }
.process-main p { margin: 0 0 7px; color: #8eaff2; font-size: .78rem; letter-spacing: .08em; }
.process-main h3 { margin: 0; font-size: 1.65rem; line-height: 1.35; letter-spacing: -.04em; }
.process-card ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-left: 1px solid rgba(255,255,255,.13); }
.process-card li { min-height: 55px; display: grid; place-items: center; padding: 10px 18px; color: rgba(255,255,255,.78); text-align: center; border-right: 1px solid rgba(255,255,255,.13); }
.process-card li:last-child { border-right: 0; }

/* Reasons */
.reason-section { background: #eef3fa; }
.reason-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.reason-copy { position: sticky; top: 135px; }
.reason-note { margin-top: 38px; padding: 25px; border-left: 4px solid var(--accent); background: #fff; box-shadow: 0 14px 40px rgba(27,55,100,.07); }
.reason-note span { display: block; color: var(--accent); font-size: .72rem; font-weight: 850; letter-spacing: .15em; }
.reason-note p { margin: 8px 0 0; color: var(--muted); font-size: .92rem; }
.reason-list { display: grid; gap: 16px; }
.reason-list article { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 35px 36px; border-radius: 22px; background: #fff; box-shadow: 0 15px 44px rgba(25,51,97,.065); }
.reason-list article > span { color: rgba(var(--accent-rgb), .78); font-family: Georgia, serif; font-size: 3rem; font-style: italic; line-height: 1; }
.reason-list h3 { margin: 0 0 10px; font-size: 1.32rem; letter-spacing: -.035em; }
.reason-list p { margin: 0; color: var(--muted); line-height: 1.75; }

/* Nationwide */
.nationwide-section { overflow: hidden; background: #fff; }
.nationwide-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.region-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 33px; }
.region-chips span { padding: 8px 15px; border: 1px solid #dce4f2; border-radius: 999px; color: #37537f; background: #f7f9fd; font-size: .85rem; font-weight: 700; }
.nationwide-orbit { position: relative; min-height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(var(--accent-rgb), .17), rgba(var(--accent-rgb), .03) 43%, transparent 66%); }
.orbit-ring { position: absolute; border: 1px solid rgba(var(--accent-rgb), .2); border-radius: 50%; }
.orbit-ring-1 { inset: 10%; }
.orbit-ring-2 { inset: 24%; }
.orbit-core { position: absolute; left: 50%; top: 50%; width: 140px; height: 140px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; color: #fff; text-align: center; background: linear-gradient(145deg, var(--accent), var(--brand)); box-shadow: 0 25px 60px rgba(var(--accent-rgb), .28); font-size: 1.1rem; line-height: 1.25; }
.orbit-core strong { display: block; font-size: 1.55rem; }
.orbit-dot { position: absolute; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: #fff; border: 1px solid #d8e5f8; box-shadow: 0 12px 30px rgba(31,66,120,.11); font-weight: 800; }
.d1 { left: 10%; top: 17%; }.d2 { right: 11%; top: 14%; }.d3 { left: 2%; top: 54%; }.d4 { right: 1%; top: 55%; }.d5 { left: 25%; bottom: 2%; }.d6 { right: 25%; bottom: 0; }

/* Lawyers */
.lawyers-section { overflow: hidden; color: #fff; background: linear-gradient(135deg, #071020, #101d36 60%, #183467); }
.lawyers-section::before { content: ""; position: absolute; inset: 0; opacity: .09; background: repeating-linear-gradient(90deg, transparent 0 130px, #9abaff 131px), repeating-linear-gradient(0deg, transparent 0 130px, #9abaff 131px); mask-image: linear-gradient(to bottom, transparent, #000, transparent); }
.lawyers-section .section-heading h2 { color: #fff; }
.lawyers-section .section-heading h2 strong { color: #a7c1ff; }
.lawyer-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lawyer-grid.one-card { max-width: 760px; margin: 0 auto; grid-template-columns: 1fr; }
.lawyer-card { display: grid; grid-template-columns: 42% 58%; min-height: 475px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: rgba(255,255,255,.055); box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.lawyer-photo { position: relative; min-height: 475px; background: linear-gradient(to top, #111b2d, #26395b); overflow: hidden; }
.lawyer-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to top, rgba(6,13,27,.75), transparent); }
.lawyer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.lawyer-placeholder { width: 100%; height: 100%; min-height: 220px; display: grid; place-items: center; color: rgba(255,255,255,.34); background: linear-gradient(145deg, #1c2d4a, #101a2d); font-size: 6rem; font-weight: 800; }
.lawyer-info { padding: 50px 35px; }
.lawyer-info > p { margin: 0; color: #8db1ff; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.lawyer-info h3 { margin: 6px 0 18px; color: #fff; font-size: 2.35rem; letter-spacing: -.05em; }
.lawyer-summary p { color: rgba(255,255,255,.66); font-size: .92rem; }
.lawyer-detail-grid { display: grid; gap: 22px; margin-top: 28px; }
.lawyer-detail-grid strong { color: #a9c3fa; font-size: .76rem; letter-spacing: .08em; }
.lawyer-detail-grid ul { margin: 9px 0 0; padding: 0; list-style: none; }
.lawyer-detail-grid li { position: relative; padding-left: 12px; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.7; }
.lawyer-detail-grid li::before { content: ""; position: absolute; left: 0; top: .78em; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

/* Projects */
.project-links-section { background: #f4f7fc; }
.project-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-link-card { display: flex; flex-direction: column; min-height: 280px; padding: 34px; border: 1px solid #dfe6f1; border-radius: 22px; background: #fff; box-shadow: 0 15px 42px rgba(23,50,96,.06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.project-link-card:hover { transform: translateY(-6px); border-color: rgba(var(--accent-rgb),.45); box-shadow: 0 24px 55px rgba(23,50,96,.12); }
.project-link-card > span { color: var(--accent); font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.project-link-card h3 { margin: 16px 0 12px; color: var(--brand); font-size: 1.35rem; line-height: 1.4; letter-spacing: -.04em; }
.project-link-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.project-link-card > strong { margin-top: auto; padding-top: 28px; color: #254d94; font-size: .86rem; }

/* Office */
.office-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; padding: 0; background: var(--navy-900); }
.office-photo { min-height: 720px; background-position: center; background-size: cover; }
.office-panel { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(45px, 7vw, 120px); color: #fff; }
.office-panel h2 { color: #fff; font-size: clamp(2.3rem, 3.5vw, 4rem); }
.office-panel h2 strong { color: #a9c3ff; }
.office-panel > p { color: rgba(255,255,255,.62); }
.office-details { margin: 35px 0 0; }
.office-details div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.office-details dt { color: #8eaff2; font-size: .82rem; font-weight: 800; }
.office-details dd { margin: 0; color: rgba(255,255,255,.82); }
.office-actions { margin-top: 28px; }
.text-link { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .9rem; }

/* FAQ */
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.faq-heading { position: sticky; top: 135px; }
.faq-list { border-top: 2px solid var(--brand); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 44px 1fr 24px; gap: 10px; align-items: center; padding: 28px 8px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 750; }
.faq-q, .faq-a { color: var(--accent); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.faq-item button i { position: relative; width: 18px; height: 18px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 2px; right: 2px; top: 8px; height: 2px; background: #71809a; transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.is-open button i::after { transform: rotate(0); }
.faq-answer { display: none; grid-template-columns: 44px 1fr; gap: 10px; padding: 0 8px 30px; }
.faq-item.is-open .faq-answer { display: grid; }
.faq-answer p { margin: 0; color: var(--muted); line-height: 1.8; }

/* Final CTA */
.final-cta { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 20% 20%, rgba(var(--accent-rgb), .35), transparent 34%), linear-gradient(125deg, #071020, #162a50); }
.final-cta::after { content: ""; position: absolute; right: -100px; top: -150px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.018); }
.final-cta-inner { position: relative; z-index: 2; min-height: 390px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta-inner > div:first-child > p { margin: 0 0 11px; color: #8fb3ff; font-size: .85rem; font-weight: 750; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.25rem, 4vw, 4.4rem); line-height: 1.15; letter-spacing: -.055em; }
.final-cta-inner > div:first-child > span { display: block; margin-top: 19px; color: rgba(255,255,255,.62); }
.final-cta-actions { min-width: 285px; display: grid; gap: 12px; }
.cta-phone, .cta-kakao { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 17px 24px; border-radius: 17px; }
.cta-phone { flex-direction: column; color: #fff; background: linear-gradient(135deg, var(--accent), #295db7); box-shadow: 0 20px 40px rgba(var(--accent-rgb), .27); line-height: 1.15; }
.cta-phone small { opacity: .78; }.cta-phone strong { font-size: 1.55rem; letter-spacing: .04em; }
.cta-kakao { color: #221d00; background: #fee500; }
.cta-kakao > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fee500; background: #221f1f; font-weight: 900; }

/* Footer */
.site-footer { padding: 64px 0 126px; color: rgba(255,255,255,.68); background: #03060c; font-size: .82rem; }
.footer-main { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 40px; align-items: start; }
.footer-brand { min-height: 142px; padding-right: 34px; border-right: 1px solid rgba(255,255,255,.12); }
.footer-brand-link { display: inline-flex; flex-direction: column; align-items: flex-start; color: #fff; text-decoration: none; }
.footer-logo-mark { width: 70px; height: 70px; display: grid; place-items: center; }
.footer-logo-mark img { width: 62px; height: 62px; object-fit: contain; }
.footer-wordmark { display: flex; flex-direction: column; margin-top: 7px; line-height: 1.15; }
.footer-wordmark small { color: rgba(255,255,255,.48); font-size: .48rem; letter-spacing: .1em; }
.footer-wordmark strong { margin-top: 4px; color: #fff; font-size: 1.16rem; letter-spacing: -.04em; }
.footer-tagline { margin: 15px 0 0; color: rgba(255,255,255,.42); font-size: .73rem; line-height: 1.7; }
.footer-company { min-width: 0; padding-top: 3px; }
.footer-line { display: flex; flex-wrap: wrap; gap: 7px 25px; align-items: baseline; margin: 0 0 9px; line-height: 1.65; }
.footer-line > span, .footer-line > a { min-width: 0; }
.footer-line b { margin-right: 6px; color: rgba(255,255,255,.46); font-weight: 500; }
.footer-line a { color: inherit; text-decoration: none; }
.footer-line a:hover, .footer-policy-links a:hover { color: #fff; }
.footer-line-primary { color: rgba(255,255,255,.78); }
.footer-line-primary .footer-phone b, .footer-line-primary .footer-phone a { color: #fff; font-weight: 800; }
.footer-line-address { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 6px; }
.footer-line-contact { gap: 7px 24px; }
.footer-sales-notice { margin: 6px 0 0; color: rgba(255,255,255,.72); }
.footer-policy-links { display: flex; flex-wrap: wrap; gap: 6px 0; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-policy-links a { color: rgba(255,255,255,.65); font-size: .75rem; text-decoration: none; }
.footer-policy-links a + a::before { content: ""; display: inline-block; width: 1px; height: 10px; margin: 0 12px; background: rgba(255,255,255,.16); vertical-align: -1px; }
.footer-legal-note { max-width: 980px; margin: 15px 0 0; color: rgba(255,255,255,.36); font-size: .72rem; line-height: 1.75; }
.copyright { margin: 13px 0 0; color: rgba(255,255,255,.38); font-size: .72rem; }
.mobile-contact-bar { position: fixed; z-index: 999; left: 50%; bottom: 18px; width: min(calc(100% - 32px), 720px); display: none; grid-template-columns: 1fr 1fr; transform: translateX(-50%); border-radius: 17px; overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,.26); }
.mobile-contact-bar a { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.mobile-contact-bar small { display: block; font-size: .67rem; opacity: .7; }.mobile-contact-bar strong { display: block; font-size: .9rem; }
.mobile-call { color: #fff; background: var(--accent); }.mobile-kakao { color: #221d00; background: #fee500; }
.contact-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); font-weight: 900; }
.mobile-kakao .contact-icon { color: #fee500; background: #221f1f; }

/* Project page */
.preview-ribbon { position: fixed; top: 0; left: 0; right: 0; z-index: 5000; padding: 8px 15px; color: #271f00; background: #fee500; text-align: center; font-size: .78rem; font-weight: 800; }
.preview-ribbon + main .project-hero { padding-top: 30px; }
.project-hero { position: relative; min-height: 700px; overflow: hidden; color: #fff; background: #081224; }
.project-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .28; filter: saturate(.7); }
.project-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,12,27,.98) 0%, rgba(7,18,38,.88) 48%, rgba(9,22,43,.52) 100%), linear-gradient(to top, #081224 0%, transparent 45%); }
.project-hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; min-height: 700px; padding-top: 110px; padding-bottom: 70px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 52px; color: rgba(255,255,255,.48); font-size: .78rem; }
.breadcrumb a:hover { color: #fff; }
.project-hero h1 { max-width: 970px; margin: 0; font-size: clamp(3.1rem, 6vw, 6rem); line-height: 1.05; letter-spacing: -.07em; }
.project-hero-summary { max-width: 750px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 1.16rem; line-height: 1.85; }
.compact-actions { margin-top: 33px; }
.project-intro { background: linear-gradient(180deg, #fff, #f7f9fd); }
.neutral-badge { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 999px; color: #315da8; background: #ebf2ff; font-size: .76rem; font-weight: 750; }
.project-intro-copy { margin-top: 25px; }
.project-intro-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.18; letter-spacing: -.055em; }
.project-intro-copy h2 strong { color: var(--brand); }
.rich-text { margin-top: 26px; color: var(--muted); font-size: 1.05rem; line-height: 1.9; }
.rich-text p { margin: 0 0 1em; }
.neutral-notice { margin-top: 42px; padding: 28px 31px; border: 1px solid #dce6f5; border-radius: 18px; background: #f3f7fd; }
.neutral-notice strong { color: var(--brand); }.neutral-notice p { margin: 8px 0 0; color: #65738b; font-size: .9rem; line-height: 1.8; }
.project-check-section { background: #fff; }
.check-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 2px solid var(--brand); border-bottom: 1px solid #dce4ef; }
.check-card { min-height: 220px; padding: 30px 24px; border-right: 1px solid #dce4ef; }
.check-card:last-child { border-right: 0; }.check-card span { color: var(--accent); font-family: Georgia, serif; font-size: 2.2rem; font-style: italic; }.check-card p { margin: 30px 0 0; color: var(--brand); font-size: 1.05rem; font-weight: 750; line-height: 1.55; }
.project-flow-section { color: #fff; background: linear-gradient(135deg, #071020, #162744 62%, #1e3c71); }
.project-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-flow-grid article { min-height: 360px; padding: 40px 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.055); }
.flow-num { color: #87adff; font-family: Georgia, serif; font-size: 2.2rem; font-style: italic; }
.project-flow-grid h3 { margin: 55px 0 20px; font-size: 1.45rem; letter-spacing: -.04em; }
.project-flow-grid > article > p, .light-rich-text { color: rgba(255,255,255,.63); font-size: .93rem; line-height: 1.8; }
.light-rich-text { margin-top: 0; }
.documents-section { background: #eef3fa; }
.documents-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; align-items: start; }
.documents-copy { position: sticky; top: 135px; }
.document-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--brand); }
.document-list li { display: grid; grid-template-columns: 75px 1fr; align-items: center; min-height: 96px; border-bottom: 1px solid #ccd7e7; }
.document-list span { color: var(--accent); font-family: Georgia, serif; font-style: italic; font-size: 1.4rem; }.document-list p { margin: 0; font-weight: 700; }
.project-lawyer-section { color: #fff; background: #0b1528; }
.project-lawyer-layout { display: grid; grid-template-columns: 1fr .92fr; gap: 70px; align-items: center; }
.project-lawyer-layout h2 { color: #fff; }.project-lawyer-layout h2 strong { color: #9bbaff; }.project-lawyer-layout > div:first-child > p:last-of-type { color: rgba(255,255,255,.6); }
.review-meta { display: inline-grid; grid-template-columns: auto auto; gap: 3px 12px; margin-top: 30px; padding: 14px 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; }
.review-meta span { color: #8fb2f7; font-size: .7rem; }.review-meta strong { font-size: .9rem; }.review-meta small { grid-column: 2; color: rgba(255,255,255,.45); }
.project-lawyer-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.project-lawyer-cards article { position: relative; min-height: 330px; overflow: hidden; border-radius: 20px; background: linear-gradient(#223452,#101a2d); }
.project-lawyer-cards img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; }
.project-lawyer-cards article::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(5,10,20,.92), transparent); }
.project-lawyer-cards article > div:last-child:not(.lawyer-placeholder) { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; display: flex; flex-direction: column; }
.project-lawyer-cards small { color: #8fb4ff; }.project-lawyer-cards strong { font-size: 1.28rem; }
.project-faq-section { background: #f7f9fc; }
.related-pages-section { background: #fff; }
.project-final-cta { border-top: 1px solid rgba(255,255,255,.06); }

/* Simple pages */
.simple-hero { min-height: 430px; display: flex; align-items: flex-end; padding: 150px 0 75px; color: #fff; background: linear-gradient(135deg,#071020,#193563); }
.simple-hero h1 { margin: 0; font-size: clamp(2.8rem,5vw,5rem); letter-spacing: -.06em; }.simple-hero p:last-child { max-width: 700px; color: rgba(255,255,255,.65); }
.policy-content { max-width: 880px; }.policy-content h2 { margin: 2.2em 0 .55em; color: var(--brand); font-size: 1.35rem; }.policy-content h2:first-child { margin-top: 0; }.policy-content p { color: var(--muted); line-height: 1.9; }.policy-date { margin-top: 50px !important; padding-top: 20px; border-top: 1px solid var(--line); }
.notfound-main { min-height: 80vh; display: grid; place-items: center; padding-top: 90px; background: #f2f6fb; }.notfound-box { padding: 80px 30px; text-align: center; }.notfound-box > span { color: var(--accent); font-size: 6rem; font-weight: 900; opacity: .2; }.notfound-box h1 { margin: -20px 0 10px; font-size: 2.2rem; }.notfound-box p { color: var(--muted); }.notfound-box .btn { margin-top: 25px; }

/* Responsive */
@media (max-width: 1120px) {
    .primary-nav { gap: 18px; }.primary-nav a { font-size: .84rem; }.header-kakao { display: none; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); }.hero-visual img { right: -20%; width: 128%; }
    .situation-grid { grid-template-columns: repeat(2, 1fr); }
    .process-card { grid-template-columns: 85px 1fr; }.process-card ul { grid-column: 2; margin-top: 25px; }
    .lawyer-card { grid-template-columns: 1fr; }.lawyer-photo { min-height: 390px; }.lawyer-info { padding: 35px; }
    .check-grid { grid-template-columns: repeat(3,1fr); }.check-card:nth-child(3) { border-right: 0; }.check-card:nth-child(n+4) { border-top: 1px solid #dce4ef; }
}

@media (max-width: 900px) {
    .site-shell, .narrow-shell { width: min(calc(100% - 36px), var(--shell)); }
    .section { padding: 95px 0; }
    .header-inner { height: 76px; }.brand-logo { min-width: auto; }.brand-wordmark small { display: none; }.brand-wordmark strong { font-size: 1rem; }
    .header-actions { display: none; }.nav-toggle { display: block; }
    .primary-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; background: rgba(5,11,23,.98); transform: translateX(100%); transition: transform .25s; }
    .primary-nav.is-open { transform: translateX(0); }.primary-nav a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.1rem; }.primary-nav a::after { display: none; }
    .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle.is-open span:nth-child(2) { opacity: 0; }.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-section, .hero-grid { min-height: 930px; }.hero-grid { grid-template-columns: 1fr; align-content: start; padding-top: 76px; }.hero-copy { padding: 100px 0 0; }.hero-copy h1 { font-size: clamp(3.25rem,11vw,5rem); }.hero-summary { font-size: 1rem; }.hero-visual { height: 475px; margin-top: -15px; }.hero-visual img { right: 50%; width: min(730px,125%); height: 100%; transform: translateX(50%); }.hero-nameplate { right: 0; bottom: 25px; }.hero-halo { right: 50%; bottom: 20px; width: 440px; height: 440px; transform: translateX(50%); }
    .reason-layout, .nationwide-layout, .faq-layout, .documents-layout, .project-lawyer-layout { grid-template-columns: 1fr; gap: 55px; }.reason-copy, .faq-heading, .documents-copy { position: static; }
    .lawyer-grid { grid-template-columns: 1fr; }.lawyer-card { grid-template-columns: 42% 58%; }
    .project-link-grid { grid-template-columns: 1fr 1fr; }
    .office-section { grid-template-columns: 1fr; }.office-photo { min-height: 480px; }.office-panel { padding: 75px 36px; }
    .final-cta-inner { min-height: auto; grid-template-columns: 1fr; padding: 90px 0; }.final-cta-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
    .footer-main { grid-template-columns: 145px minmax(0,1fr); gap: 28px; }.footer-brand { padding-right: 24px; }
    .mobile-contact-bar { display: grid; }
    .project-hero, .project-hero-inner { min-height: 650px; }.project-hero h1 { font-size: clamp(3rem,10vw,5rem); }
    .project-flow-grid { grid-template-columns: 1fr; }.project-flow-grid article { min-height: auto; }.project-flow-grid h3 { margin-top: 25px; }
}

@media (max-width: 620px) {
    body { word-break: keep-all; }
    .site-shell, .narrow-shell { width: min(calc(100% - 28px), var(--shell)); }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 38px; }.section-heading h2, .reason-copy h2, .nationwide-copy h2, .office-panel h2, .faq-heading h2, .documents-copy h2, .project-lawyer-layout h2 { font-size: 2.28rem; }
    .brand-mark-wrap { width: 38px; height: 38px; }.brand-wordmark strong { font-size: .9rem; }
    .hero-section, .hero-grid { min-height: 890px; }.hero-copy { padding-top: 78px; }.hero-copy h1 { font-size: 3.35rem; }.hero-copy h1 strong { margin-top: 14px; font-size: .57em; line-height: 1.26; }.hero-summary { margin-top: 24px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.btn { width: 100%; }.hero-trust-list { gap: 8px 14px; }.hero-trust-list li::before { margin-left: 0; }.hero-visual { height: 420px; }.hero-visual img { width: 148%; max-width: none; }.hero-nameplate { display: none; }
    .situation-grid { grid-template-columns: 1fr; }.situation-card { min-height: auto; }
    .process-card { grid-template-columns: 58px 1fr; padding: 24px 22px 28px 18px; }.process-number { width: 48px; height: 48px; font-size: .82rem; }.process-main { padding-right: 0; }.process-main h3 { font-size: 1.3rem; }.process-card ul { grid-column: 1 / -1; grid-template-columns: 1fr; border: 0; }.process-card li { min-height: 45px; justify-items: start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; }.process-stack::before { display: none; }
    .reason-list article { grid-template-columns: 60px 1fr; padding: 27px 23px; }.reason-list article > span { font-size: 2.3rem; }
    .nationwide-orbit { min-height: 390px; }.orbit-dot { width: 60px; height: 60px; font-size: .78rem; }.orbit-core { width: 110px; height: 110px; }
    .lawyer-card { grid-template-columns: 1fr; }.lawyer-photo { min-height: 420px; }.lawyer-info { padding: 31px 24px; }.lawyer-info h3 { font-size: 2rem; }
    .project-link-grid { grid-template-columns: 1fr; }.project-link-card { min-height: 245px; }
    .office-photo { min-height: 330px; }.office-panel { padding: 65px 22px; }.office-details div { grid-template-columns: 78px 1fr; }
    .faq-item button { grid-template-columns: 34px 1fr 20px; padding: 23px 3px; }.faq-answer { grid-template-columns: 34px 1fr; padding-left: 3px; padding-right: 3px; }
    .final-cta h2 { font-size: 2.35rem; }.final-cta-actions { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 28px; }.footer-brand { min-height: auto; padding: 0 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.footer-brand-link { flex-direction: row; align-items: center; gap: 10px; }.footer-logo-mark { width: 50px; height: 50px; }.footer-logo-mark img { width: 46px; height: 46px; }.footer-wordmark { margin-top: 0; }.footer-tagline { max-width: 300px; }.footer-line { display: grid; grid-template-columns: 1fr; gap: 4px; margin-bottom: 13px; }.footer-line-primary { grid-template-columns: 1fr; }.footer-line-address { grid-template-columns: 1fr; }.footer-line b { display: block; margin: 0; font-size: .7rem; }.footer-policy-links a + a::before { margin: 0 9px; }.site-footer { padding-top: 48px; padding-bottom: 120px; }
    .mobile-contact-bar { bottom: 10px; width: calc(100% - 20px); }.mobile-contact-bar a { min-height: 58px; }
    .project-hero, .project-hero-inner { min-height: 620px; }.project-hero-inner { padding-top: 95px; }.breadcrumb { margin-bottom: 35px; }.project-hero h1 { font-size: 3rem; }.project-hero-summary { font-size: .98rem; }
    .check-grid { grid-template-columns: 1fr; }.check-card { min-height: 130px; display: grid; grid-template-columns: 60px 1fr; align-items: center; border-right: 0; border-top: 1px solid #dce4ef; }.check-card:first-child { border-top: 0; }.check-card p { margin: 0; }
    .document-list li { grid-template-columns: 58px 1fr; }.project-lawyer-cards { grid-template-columns: 1fr 1fr; }.project-lawyer-cards article { min-height: 265px; }
}

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