:root {
  --green: #0a302d;
  --green-2: #123e3a;
  --green-3: #1d514b;
  --paper: #f7f4ec;
  --soft: #f1eee7;
  --white: #ffffff;
  --ink: #101715;
  --muted: #68716e;
  --line: #d7d6d0;
  --font: Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); font-size: 16px; font-weight: 400; letter-spacing: -.015em; word-break: keep-all; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.corp-shell { width: min(100% - 80px, 1440px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 0; left: 24px; padding: 12px 18px; background: var(--green); color: white; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #7eb8ad; outline-offset: 3px; }

.corp-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(10,48,45,.12); background: rgba(247,244,236,.98); backdrop-filter: blur(16px); }
.corp-header-inner { display: flex; min-height: 84px; align-items: center; gap: 38px; }
.corp-brand { display: flex; width: 186px; flex: 0 0 186px; align-items: center; }
.corp-brand img { width: 100%; height: auto; }
.corp-nav { display: flex; min-height: 84px; flex: 1; align-items: stretch; justify-content: flex-end; }
.corp-nav a { position: relative; display: flex; min-height: 84px; align-items: center; padding: 0 23px; color: #2d3d39; font-size: .9rem; font-weight: 650; }
.corp-nav a::after { position: absolute; right: 23px; bottom: 0; left: 23px; height: 3px; background: var(--green); content: ""; opacity: 0; }
.corp-nav a:hover::after, .corp-nav a[aria-current="page"]::after { opacity: 1; }
.corp-header-call { display: grid; width: 166px; min-height: 54px; flex: 0 0 166px; place-content: center; background: var(--green); color: white; text-align: center; }
.corp-header-call span { color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 700; }
.corp-header-call strong { margin-top: 3px; font-size: 1.04rem; letter-spacing: .03em; }
.corp-menu { display: none; }

.consult-intake { scroll-margin-top: 84px; background: var(--paper); }
.consult-layout { display: grid; min-height: calc(100svh - 84px); grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: stretch; }
.consult-copy { display: flex; flex-direction: column; justify-content: center; padding: 92px 100px 92px 0; }
.corp-kicker, .consult-form-head > p:first-child, .section-heading > p, .consult-boundary-inner > div > p { margin: 0; color: var(--green-3); font-size: .76rem; font-weight: 850; letter-spacing: .02em; }
.consult-copy h1 { margin: 26px 0 0; color: var(--green); font-size: clamp(3rem, 4vw, 4rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.16; }
.consult-copy h1 span, .consult-form-head h2 span, .section-heading h2 span, .consult-boundary h2 span { display: block; }
.consult-lead { max-width: 620px; margin: 34px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.82; }
.estimate-context { margin-top: 44px; border-top: 2px solid var(--green); background: white; }
.estimate-context[hidden] { display: none; }
.estimate-context-head { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 30px; padding: 0 26px; border-bottom: 1px solid var(--line); }
.estimate-context-head span { color: var(--muted); font-size: .72rem; font-weight: 750; }
.estimate-context-head strong { color: var(--green); font-size: .82rem; }
.estimate-context dl { margin: 0; padding: 0 26px; }
.estimate-context dl div { display: grid; min-height: 62px; grid-template-columns: 115px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.estimate-context dt { color: var(--muted); font-size: .72rem; }
.estimate-context dd { margin: 0; color: var(--green); font-size: .84rem; font-weight: 780; text-align: right; }
.estimate-context > p { margin: 0; padding: 18px 26px 22px; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.direct-contact { margin-top: 34px; border-top: 1px solid var(--line); }
.direct-contact > p { margin: 18px 0 14px; color: var(--muted); font-size: .72rem; font-weight: 700; }
.direct-contact a { display: inline-flex; min-height: 54px; flex-direction: column; justify-content: center; margin-right: 8px; padding: 0 20px; border: 1px solid rgba(10,48,45,.28); color: var(--green); }
.direct-contact a:first-of-type { background: var(--green); color: white; }
.direct-contact a span { font-size: .65rem; opacity: .68; }
.direct-contact a strong { margin-top: 3px; font-size: .86rem; }

.consult-form-panel { display: flex; flex-direction: column; justify-content: center; padding: 82px clamp(52px, 6vw, 104px); background: var(--green); color: white; }
.consult-form-head { max-width: 590px; }
.consult-form-head > p:first-child { color: rgba(255,255,255,.58); }
.consult-form-head h2 { margin: 22px 0 0; font-size: clamp(2.15rem, 3vw, 3rem); font-weight: 680; letter-spacing: -.04em; line-height: 1.2; }
.consult-form-head > p:last-child { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.75; }
.consult-form { max-width: 590px; margin-top: 38px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }
.consult-situation { margin: 0 0 18px; border: 0; padding: 0; }
.consult-situation legend { margin-bottom: 12px; padding: 0; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 750; }
.consult-situation legend small { margin-left: 5px; color: rgba(255,255,255,.45); font-size: .68rem; font-weight: 600; }
.consult-situation > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.consult-situation label { cursor: pointer; }
.consult-situation input { position: absolute; opacity: 0; pointer-events: none; }
.consult-situation label span { display: flex; min-height: 54px; align-items: center; padding: 0 17px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: .8rem; font-weight: 700; }
.consult-situation label span::before { width: 14px; height: 14px; flex: 0 0 14px; margin-right: 10px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; content: ""; }
.consult-situation input:checked + span { border-color: white; background: white; color: var(--green); }
.consult-situation input:checked + span::before { border: 4px solid var(--green); background: white; }
.field { display: block; margin-top: 12px; }
.field > span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.65); font-size: .7rem; font-weight: 700; }
.field input { width: 100%; min-height: 58px; border: 1px solid rgba(255,255,255,.35); border-radius: 0; padding: 0 17px; background: rgba(255,255,255,.06); color: white; font-size: .9rem; outline: none; }
.field input::placeholder { color: rgba(255,255,255,.42); }
.field input:focus { border-color: white; background: rgba(255,255,255,.1); }
.consult-consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.6; }
.consult-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 1px; accent-color: white; }
.consult-consent a { border-bottom: 1px solid rgba(255,255,255,.5); color: white; }
.consult-consent b { margin-left: 3px; color: white; font-size: .64rem; }
.ts-box { margin: 18px 0 !important; }
.consult-submit { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; margin-top: 18px; border: 0; border-radius: 0; padding: 0 22px; background: white; color: var(--green); cursor: pointer; font-size: .88rem; font-weight: 850; }
.consult-submit:disabled { cursor: wait; opacity: .7; }
.consult-submit i { font-style: normal; }
.formmsg { min-height: 22px; margin-top: 12px; font-size: .75rem; line-height: 1.6; }
.formmsg.err { color: #ffd3ca; }
.formmsg.ok { color: white; }
.form-note { margin: 4px 0 0; color: rgba(255,255,255,.42); font-size: .68rem; line-height: 1.62; }
.consult-done { max-width: 590px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.34); padding-top: 34px; }
.done-check { display: grid; width: 48px; height: 48px; place-content: center; border-radius: 50%; background: white; color: var(--green); font-size: 1.1rem; font-weight: 850; }
.consult-done > p:first-of-type { margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: .72rem; font-weight: 800; }
.consult-done h2 { margin: 14px 0 0; font-size: 2.15rem; font-weight: 680; letter-spacing: -.04em; line-height: 1.28; }
.consult-done h2 + p { max-width: 520px; margin: 22px 0 0; color: rgba(255,255,255,.64); line-height: 1.75; }
.consult-done > div { display: flex; gap: 8px; margin-top: 28px; }
.consult-done a { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid rgba(255,255,255,.34); font-size: .78rem; font-weight: 800; }
.consult-done a:first-child { background: white; color: var(--green); }

.consult-process { padding: 128px 0 136px; background: white; }
.section-heading { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 80px; margin-bottom: 62px; }
.section-heading > p { padding-top: 12px; }
.section-heading h2 { margin: 0; color: var(--green); font-size: clamp(2.25rem, 2.7vw, 3rem); font-weight: 680; letter-spacing: -.04em; line-height: 1.2; }
.consult-process ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid #aeb7b3; padding: 0; list-style: none; }
.consult-process li { min-height: 260px; padding: 28px 32px 34px 0; border-right: 1px solid #c7cbc7; }
.consult-process li + li { padding-left: 32px; }
.consult-process li:last-child { border-right: 0; }
.consult-process li > span { color: var(--green-3); font-size: .72rem; font-weight: 850; }
.consult-process h3 { margin: 72px 0 0; color: var(--green); font-size: 1.45rem; }
.consult-process li p { max-width: 330px; margin: 18px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.72; }
.consult-boundary { padding: 112px 0; background: #061f1d; color: white; }
.consult-boundary-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 120px; }
.consult-boundary-inner > div > p { color: rgba(255,255,255,.52); }
.consult-boundary h2 { margin: 22px 0 0; font-size: clamp(2.25rem, 3vw, 3.2rem); font-weight: 680; letter-spacing: -.04em; line-height: 1.18; }
.consult-boundary-inner > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.64); line-height: 1.8; }

.corp-footer { padding: 76px 0 32px; background: var(--green); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.footer-main > div img { width: 176px; padding: 10px; background: var(--paper); }
.footer-main > div p { margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: .84rem; line-height: 1.7; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid rgba(255,255,255,.28); }
.footer-main nav a { min-height: 52px; border-bottom: 1px solid rgba(255,255,255,.16); padding: 17px 0; color: rgba(255,255,255,.7); font-size: .78rem; }
.footer-legal { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-top: 66px; border-top: 1px solid rgba(255,255,255,.22); padding-top: 25px; }
.footer-legal p { margin: 0; color: rgba(255,255,255,.45); font-size: .68rem; line-height: 1.8; }
.footer-legal p:first-child { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.mobile-contact { display: none; }

@media (max-width: 1080px) {
  .corp-shell { width: min(100% - 48px, 1440px); }
  .corp-nav, .corp-header-call { display: none; }
  .corp-header-inner { min-height: 70px; }
  .corp-brand { width: 160px; flex-basis: 160px; }
  .corp-menu { position: relative; display: block; margin-left: auto; }
  .corp-menu summary { display: grid; width: 46px; height: 42px; cursor: pointer; place-content: center; gap: 5px; list-style: none; }
  .corp-menu summary::-webkit-details-marker { display: none; }
  .corp-menu summary i { display: block; width: 22px; height: 2px; background: var(--green); }
  .corp-menu > div { position: fixed; top: 70px; right: 0; left: 0; display: grid; padding: 24px; background: var(--paper); box-shadow: 0 24px 40px rgba(10,48,45,.14); }
  .corp-menu > div a { min-height: 52px; border-bottom: 1px solid var(--line); padding: 16px 0; color: var(--green); font-weight: 800; }
  .consult-layout { min-height: 0; grid-template-columns: 1fr; }
  .consult-copy, .consult-form-panel { padding: 82px 70px; }
  .consult-copy { padding-inline: 70px; }
  .consult-copy > * { max-width: 720px; }
  .consult-form-head, .consult-form, .consult-done { max-width: 720px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .corp-shell { width: calc(100% - 40px); }
  .corp-header-inner { min-height: 64px; }
  .corp-brand { width: 138px; flex-basis: 138px; }
  .corp-menu > div { top: 64px; }
  .consult-intake { scroll-margin-top: 64px; }
  .consult-copy, .consult-form-panel { padding: 68px 20px; }
  .consult-copy h1 { margin-top: 22px; font-size: 2.35rem; line-height: 1.2; }
  .consult-lead { margin-top: 26px; font-size: .92rem; }
  .estimate-context { margin-top: 34px; }
  .estimate-context-head { display: block; min-height: 0; padding-block: 20px; }
  .estimate-context-head strong { display: block; margin-top: 7px; }
  .estimate-context dl div { grid-template-columns: 92px 1fr; }
  .direct-contact a { display: flex; width: 100%; margin: 0 0 8px; }
  .consult-form-head h2 { font-size: 2.15rem; }
  .consult-situation > div { grid-template-columns: 1fr; }
  .consult-process { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .section-heading > p { padding-top: 0; }
  .section-heading h2 { font-size: 2.125rem; }
  .consult-process ol { grid-template-columns: 1fr; }
  .consult-process li, .consult-process li + li { min-height: 190px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .consult-process h3 { margin-top: 38px; }
  .consult-boundary { padding: 82px 0; }
  .consult-boundary-inner { grid-template-columns: 1fr; gap: 36px; }
  .consult-boundary h2 { font-size: 2.25rem; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .footer-legal { display: block; margin-top: 50px; }
  .footer-legal > p:last-child { margin-top: 18px; }
  .mobile-contact { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: block; }
  .mobile-contact a { display: flex; min-height: 64px; align-items: center; justify-content: center; background: #061f1d; color: white; font-size: .88rem; font-weight: 800; }
}
