:root{--bg:#f4f1ea;--surface:rgba(255,255,255,0.72);--surface-strong:#fffdf8;--foreground:#171514;--muted:#5f584f;--line:rgba(23,21,20,0.1);--accent:#b4783c;--accent-deep:#7c4c1c;--shadow:0 24px 60px rgba(36,27,18,0.08);--radius-lg:28px;--radius-md:20px;--container:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--foreground);background:radial-gradient(circle at top left,rgba(180,120,60,.18),transparent 28%),linear-gradient(180deg,#f7f3eb,#f2eee6 48%,#ebe5dc);font-family:Pretendard Variable,Pretendard,SUIT Variable,Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}main{padding:24px}.page-shell{max-width:var(--container);margin:0 auto}.section{margin:0 auto 24px;padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.section-header{display:flex;flex-direction:column;gap:12px;max-width:640px;margin-bottom:28px}.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-deep)}.hero-copy h1,.section-header h2{margin:0;line-height:1.15;letter-spacing:-.04em}.contact-card p,.contact-form label,.contact-meta p,.form-note,.hero-copy p,.process-card p,.section-header p,.service-card p,.trust-card p{margin:0;color:var(--muted);line-height:1.65}.hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);grid-gap:24px;gap:24px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:480px;padding:40px;border-radius:var(--radius-lg);background:linear-gradient(150deg,rgba(255,255,255,.72),rgba(255,248,240,.92)),linear-gradient(120deg,#fff,#f8efdf)}.hero-copy h1{font-size:clamp(2.8rem,5vw,5.4rem);max-width:10ch}.hero-lead{max-width:52ch;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:600}.button-primary{background:var(--foreground);color:#fff}.button-secondary{border-color:var(--line);background:rgba(255,255,255,.4)}.hero-panel{display:grid;grid-gap:16px;gap:16px}.contact-card,.process-card,.service-card,.stat-card,.trust-card{padding:24px;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong)}.stat-card strong{display:block;margin-bottom:8px;font-size:2rem;letter-spacing:-.04em}.grid-four,.grid-three{display:grid;grid-gap:16px;gap:16px}.grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-card h3,.process-card h3,.service-card h3,.trust-card h3{margin:0 0 12px;font-size:1.15rem}.service-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.service-list span{padding:8px 12px;border-radius:999px;background:rgba(180,120,60,.1);color:var(--accent-deep);font-size:.92rem}.process-number{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;margin-bottom:16px;border-radius:50%;background:var(--foreground);color:#fff;font-size:.95rem;font-weight:700}.contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:20px;gap:20px}.contact-meta{display:grid;grid-gap:16px;gap:16px}.contact-form{display:grid;grid-gap:14px;gap:14px}.contact-form label{display:grid;grid-gap:8px;gap:8px;font-size:.95rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;border:1px solid rgba(23,21,20,.12);border-radius:16px;background:#fff;color:var(--foreground)}.contact-form textarea{min-height:140px;resize:vertical}.form-note{font-size:.9rem}@media (max-width:960px){.contact-layout,.grid-four,.grid-three,.hero-grid{grid-template-columns:1fr}.hero-copy{min-height:auto}}@media (max-width:640px){main{padding:16px}.hero-copy,.section{padding:24px}.hero-copy h1{font-size:2.5rem}}