:root {
  --navy: #0b1b2b;
  --navy-2: #122b41;
  --ink: #15202b;
  --muted: #607080;
  --line: #dbe2e8;
  --paper: #f4f6f7;
  --white: #fff;
  --orange: #f6a821;
  --orange-dark: #d98200;
  --max: 1180px;
  --shadow: 0 24px 64px rgba(10, 27, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif; font-size: 16px; line-height: 1.65; word-break: keep-all; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; display: block; }
em { color: var(--orange-dark); font-style: normal; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; 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; top: -100px; left: 16px; z-index: 999; padding: 10px 16px; color: white; background: var(--navy); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 82px; color: white; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s, box-shadow .3s, color .3s; }
.site-header.scrolled, .site-header.menu-active { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 32px rgba(10,27,43,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-image { width: 58px; height: 58px; flex: 0 0 auto; overflow: hidden; background: rgba(244,246,247,.9); border: 0; border-radius: 20px; box-shadow: none; opacity: .92; }
.brand-image img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: inherit; transform: scale(1.12); transform-origin: center; }
.site-header:not(.scrolled):not(.menu-active) .brand-image { background: rgba(244,246,247,.84); box-shadow: none; opacity: .82; }
.site-header.scrolled .brand-image, .site-header.menu-active .brand-image { box-shadow: none; }
.brand-mark { position: relative; display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--orange); overflow: hidden; }
.brand-mark::before { content: ""; width: 23px; height: 11px; margin-top: 4px; border: 3px solid var(--navy); border-bottom: 0; border-radius: 5px 5px 0 0; }
.brand-mark span { position: absolute; left: 8px; right: 8px; bottom: 9px; height: 6px; background: var(--navy); border-radius: 2px; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 19px; letter-spacing: -.045em; }
.brand-text small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .16em; opacity: .68; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--navy); background: var(--orange); border-radius: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle i { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 720px; height: min(90vh, 880px); display: grid; align-items: center; color: white; overflow: hidden; background: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/hero-furniture-logistics.png") center center / cover no-repeat; transform: scale(1.01); animation: hero-in 1.4s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(5,15,25,.96) 0%, rgba(5,15,25,.86) 34%, rgba(5,15,25,.33) 64%, rgba(5,15,25,.08) 100%), linear-gradient(0deg, rgba(5,15,25,.45), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 62px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow.dark { color: var(--orange-dark); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1.13; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); }
.hero-lead { margin: 22px 0 0; color: white; font-size: clamp(18px, 2vw, 23px); font-weight: 800; letter-spacing: -.025em; }
.hero-copy { margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; border-radius: 9px; font-size: 15px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--orange); }
.button-primary:hover { background: #ffb631; }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.slogan { display: flex; align-items: center; gap: 16px; margin-top: 54px; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 700; }
.slogan b { color: var(--orange); font-size: 18px; }
.slogan i { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.hero-scroll { position: absolute; z-index: 2; right: 34px; bottom: 34px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.54); font-size: 9px; font-weight: 700; letter-spacing: .16em; transform: rotate(90deg); transform-origin: right bottom; }
.hero-scroll span { width: 42px; height: 1px; background: rgba(255,255,255,.54); }

.speed-strip { position: relative; z-index: 5; color: white; background: var(--navy-2); }
.speed-basis { margin: 0; padding: 16px 0 10px; color: rgba(255,255,255,.58); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.speed-basis span { margin-right: 10px; color: var(--orange); font-weight: 850; letter-spacing: .08em; }
.speed-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.speed-grid article { min-height: 104px; display: flex; align-items: center; gap: 15px; padding: 20px 18px; border-right: 1px solid rgba(255,255,255,.12); }
.speed-grid article:last-child { border-right: 0; }
.speed-grid small, .speed-grid strong { display: block; }
.speed-grid small { color: rgba(255,255,255,.55); font-size: 12px; }
.speed-grid strong { margin-top: 2px; font-size: 20px; letter-spacing: -.035em; }
.speed-icon { min-width: 48px; color: var(--orange); font-size: 25px; font-weight: 850; font-variant-numeric: tabular-nums; letter-spacing: -.07em; }
.speed-icon.textual { min-width: 48px; font-size: 12px; letter-spacing: .08em; }
.speed-icon.clock { position: relative; width: 39px; height: 39px; min-width: 39px; border: 2px solid var(--orange); border-radius: 50%; }
.speed-icon.clock::before { content: ""; position: absolute; left: 18px; top: 7px; width: 2px; height: 12px; background: var(--orange); transform-origin: bottom; }
.speed-icon.clock::after { content: ""; position: absolute; left: 18px; top: 18px; width: 10px; height: 2px; background: var(--orange); }

.section { padding: 118px 0; }
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: end; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4.2vw, 56px); line-height: 1.24; letter-spacing: -.06em; }
.section-heading h2 em { color: var(--orange-dark); }
.section-heading > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.section-heading.centered { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.intro-copy > p { margin: 0 0 30px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.trust-list span { position: relative; padding: 15px 14px 15px 34px; background: white; font-size: 14px; font-weight: 700; }
.trust-list span::before { content: ""; position: absolute; left: 15px; top: 23px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.services { background: var(--paper); }
.service-jump { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -24px 0 34px; }
.service-jump a { padding: 9px 13px; color: var(--navy-2); background: white; border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 750; transition: color .2s, border-color .2s, background .2s; }
.service-jump a:hover, .service-jump a:focus-visible { color: white; background: var(--navy); border-color: var(--navy); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px 26px 28px; overflow: hidden; scroll-margin-top: 94px; background: white; border: 1px solid #e5eaee; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { border-top: 4px solid var(--orange); }
.service-card.dark-card { color: white; background: var(--navy); border-color: var(--navy); }
.service-card.dark-card h2, .service-card.dark-card h3 { color: white; }
.service-card.dark-card > p:not(.service-kicker) { color: rgba(255,255,255,.62); }
.service-card.dark-card a { margin-top: auto; color: var(--orange); font-size: 14px; font-weight: 800; }
.card-number { position: absolute; top: 24px; right: 25px; color: #bcc5cc; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.service-symbol { position: relative; width: 56px; height: 56px; margin-bottom: 28px; border-radius: 16px; background: #edf1f4; }
.service-symbol::before, .service-symbol::after, .service-symbol i { content: ""; position: absolute; display: block; }
.service-symbol::before { left: 13px; top: 21px; width: 30px; height: 18px; border: 2px solid var(--navy-2); border-radius: 3px; }
.service-symbol::after { left: 19px; bottom: 11px; width: 5px; height: 5px; border: 2px solid var(--navy-2); border-radius: 50%; background: white; box-shadow: 14px 0 0 -2px white, 14px 0 0 0 var(--navy-2); }
.service-symbol.dawn i { top: 9px; right: 10px; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); box-shadow: -6px 2px 0 0 #edf1f4; }
.service-symbol.install::before { left: 15px; top: 18px; width: 26px; height: 23px; border: 0; border-bottom: 3px solid var(--navy-2); background: linear-gradient(90deg, transparent 45%, var(--navy-2) 45% 55%, transparent 55%); }
.service-symbol.install i { left: 20px; top: 14px; width: 16px; height: 16px; border: 2px solid var(--orange); transform: rotate(45deg); }
.service-symbol.route::before { left: 15px; top: 13px; width: 26px; height: 30px; border: 0; background: radial-gradient(circle at 3px 4px,var(--navy-2) 0 3px,transparent 4px),radial-gradient(circle at 23px 26px,var(--orange) 0 4px,transparent 5px); }
.service-symbol.route i { left: 19px; top: 19px; width: 17px; height: 15px; border: 2px dashed #71808d; border-width: 0 0 2px 2px; transform: skew(-25deg); }
.service-symbol.oversize::before { left: 11px; top: 14px; width: 34px; height: 27px; border: 2px solid var(--navy-2); }
.service-symbol.oversize i { left: 16px; top: 19px; width: 24px; height: 17px; border: 2px solid var(--orange); }
.service-symbol.storage::before { left: 13px; top: 14px; width: 30px; height: 29px; border: 2px solid var(--navy-2); border-radius: 0; background: linear-gradient(#9aa6af 1px,transparent 1px),linear-gradient(90deg,#9aa6af 1px,transparent 1px); background-size: 100% 9px,10px 100%; }
.service-symbol.storage::after { display: none; }
.service-symbol.care::before { left: 14px; top: 27px; width: 28px; height: 13px; border: 2px solid var(--navy-2); border-radius: 4px 4px 8px 8px; }
.service-symbol.care i { left: 17px; top: 8px; width: 7px; height: 13px; border-radius: 60% 40% 55% 45%; background: var(--orange); box-shadow: 15px 7px 0 -1px #54a6b8; transform: rotate(35deg); }
.service-symbol.return::before { left: 12px; top: 15px; width: 28px; height: 25px; border: 2px solid var(--navy-2); border-right-color: transparent; border-radius: 50%; }
.service-symbol.return i { right: 10px; top: 29px; width: 10px; height: 10px; border-right: 3px solid var(--orange); border-bottom: 3px solid var(--orange); transform: rotate(25deg); }
.service-symbol.partner { background: rgba(255,255,255,.08); }
.service-symbol.partner::before { left: 12px; top: 17px; width: 14px; height: 21px; border: 2px solid var(--orange); border-radius: 8px 8px 4px 4px; box-shadow: 16px 0 0 -2px transparent, 16px 0 0 0 white; }
.service-symbol.partner::after { left: 22px; top: 26px; width: 13px; height: 4px; border: 0; border-radius: 4px; background: var(--orange); box-shadow: none; }
.service-symbol.studio::before { left: 11px; top: 19px; width: 34px; height: 23px; border: 2px solid var(--navy-2); border-radius: 5px; background: radial-gradient(circle at 50% 50%, var(--orange) 0 5px, transparent 6px); }
.service-symbol.studio::after { left: 18px; top: 13px; width: 13px; height: 7px; border: 2px solid var(--navy-2); border-bottom: 0; border-radius: 3px 3px 0 0; background: transparent; box-shadow: none; }
.service-symbol.multi::before { left: 12px; top: 17px; width: 23px; height: 24px; border: 2px solid var(--navy-2); border-radius: 2px; box-shadow: 9px -6px 0 -3px #edf1f4, 9px -6px 0 -1px var(--orange); }
.service-symbol.multi::after { left: 17px; top: 27px; width: 13px; height: 2px; border: 0; border-radius: 2px; background: var(--orange); box-shadow: none; }
.service-kicker { margin: 0 0 7px; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.service-card h2, .service-card h3 { margin: 0; color: var(--navy); font-size: 21px; line-height: 1.35; letter-spacing: -.045em; }
.service-card > p:not(.service-kicker) { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-detail-link { align-self: flex-start; margin-top: auto; padding-top: 20px; color: var(--orange-dark); font-size: 13px; font-weight: 850; }
.service-detail-link:hover, .service-detail-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.card-tag { align-self: flex-start; margin-top: 12px; padding: 6px 9px; color: var(--navy-2); background: #fff3d9; border-radius: 4px; font-size: 11px; font-weight: 800; }
.additional-services { margin-top: 38px; padding: 34px; color: white; background: var(--navy); }
.additional-services > h2 { margin: 0 0 24px; color: white; font-size: 26px; letter-spacing: -.045em; }
.additional-services > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.additional-services article { padding: 22px; background: #122b41; }
.additional-services h3 { margin: 0; font-size: 17px; }
.additional-services p { margin: 10px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }

.special { color: white; background: var(--navy); overflow: hidden; }
.special-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.special h2 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.23; letter-spacing: -.06em; }
.special h2 em { color: var(--orange); }
.special-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 30px; color: rgba(255,255,255,.63); }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li { display: flex; align-items: center; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 650; }
.check-list span { color: var(--orange); font-size: 11px; font-weight: 800; }
.text-link { display: inline-flex; gap: 20px; margin-top: 28px; color: var(--orange); font-weight: 800; }
.special-visual { position: relative; min-height: 490px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.special-visual article { position: relative; z-index: 2; min-height: 220px; display: flex; flex-direction: column; justify-content: end; padding: 28px; background: #132c42; overflow: hidden; }
.special-visual article::before { content: attr(data-step); position: absolute; inset: 16px auto auto 20px; color: rgba(255,255,255,.2); font-size: 11px; }
.special-visual article strong { font-size: 26px; }
.special-visual article small { color: rgba(255,255,255,.5); }
.special-visual article::after { content: ""; position: absolute; top: 26px; right: 26px; width: 42px; height: 42px; border: 1px solid rgba(246,168,33,.5); border-radius: 50%; }
.special-visual article:nth-of-type(1)::after { box-shadow: inset 0 0 0 12px #132c42; border-width: 8px; }
.special-visual article:nth-of-type(2)::after { border-radius: 0; transform: rotate(45deg); }
.special-visual article:nth-of-type(3)::after { border-radius: 3px; border-width: 3px; border-top-width: 10px; }
.special-visual article:nth-of-type(4)::after { width: 50px; height: 26px; border-width: 0 0 3px; border-radius: 0; box-shadow: 0 10px 0 -8px var(--orange); }
.weight-note { position: absolute; z-index: 3; left: 50%; top: 50%; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; color: var(--navy); background: var(--orange); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 12px 34px rgba(0,0,0,.24); }
.weight-note span { font-size: 9px; font-weight: 900; line-height: 1.2; letter-spacing: .14em; }
.weight-note b { margin-top: 5px; font-size: 17px; }

.process { background: white; }
.process-list { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: step; border-top: 2px solid var(--navy); }
.process-list li { position: relative; min-height: 215px; padding: 35px 26px 20px 0; border-right: 1px solid var(--line); }
.process-list li:not(:first-child) { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list span { display: block; margin-bottom: 33px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.process-list strong { color: var(--navy); font-size: 20px; }
.process-list p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.system-section { background: #e9eff3; }
.system-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.system-summary { padding-left: 28px; border-left: 3px solid var(--orange); }
.system-badge { display: inline-block; padding: 7px 10px; color: white; background: var(--navy); border-radius: 4px; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.system-summary p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.text-link.dark-link { margin-top: 20px; color: var(--navy); }
.system-flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.system-flow li { position: relative; min-height: 164px; display: flex; flex-direction: column; padding: 22px 16px; background: white; border-top: 4px solid var(--navy); box-shadow: 0 10px 30px rgba(10,27,43,.06); }
.system-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -17px; width: 24px; height: 24px; display: grid; place-items: center; color: var(--navy); background: var(--orange); border-radius: 50%; font-size: 13px; font-weight: 900; transform: translateY(-50%); }
.system-flow li:last-child { color: white; background: var(--navy); border-color: var(--orange); }
.system-flow li > span { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.system-flow li strong { margin-top: auto; color: var(--navy); font-size: 16px; line-height: 1.35; letter-spacing: -.035em; }
.system-flow li:last-child strong { color: white; }
.system-flow li small { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.system-flow li:last-child small { color: rgba(255,255,255,.55); }
.system-proof { display: flex; align-items: center; gap: 24px; margin-top: 18px; padding: 24px 28px; color: white; background: var(--navy-2); }
.proof-label { flex: 0 0 auto; padding: 8px 11px; color: var(--navy); background: var(--orange); border-radius: 4px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.system-proof strong { font-size: 18px; }
.system-proof p { margin: 3px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }

.partner-banner { padding: 88px 0; color: white; background: var(--orange-dark); }
.partner-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.partner-banner .eyebrow { color: var(--navy); }
.partner-banner h2 { margin: 0; font-size: clamp(34px, 4.1vw, 52px); line-height: 1.25; letter-spacing: -.055em; }
.partner-banner h2 em { color: white; }
.partner-inner > div:last-child p { margin: 0 0 24px; color: rgba(255,255,255,.85); }
.button-light { color: var(--navy); background: white; }

.guide { background: var(--paper); }
.guide-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 86px; align-items: start; }
.guide-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.guide-card { padding: 28px; background: white; border: 1px solid #e2e7eb; }
.guide-card > span { color: var(--orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.guide-card strong { display: block; margin-top: 10px; color: var(--navy); font-size: 20px; }
.guide-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.guide-card.notice { grid-column: 1 / -1; color: white; background: var(--navy); border-color: var(--navy); }
.guide-card.notice > span { color: var(--orange); }
.guide-card.notice strong { color: white; }
.guide-card ul { margin: 16px 0 0; padding-left: 20px; color: rgba(255,255,255,.68); font-size: 14px; }
.guide-card li + li { margin-top: 6px; }

.contact { padding: 110px 0; color: white; background: #071522; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 4.7vw, 60px); line-height: 1.2; letter-spacing: -.06em; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0; color: rgba(255,255,255,.6); }
.contact-points { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-points span { padding: 7px 10px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.16); border-radius: 99px; font-size: 12px; }
.contact-channels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.contact-channels a { padding: 10px 13px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; font-size: 13px; font-weight: 800; }
.contact-channels a:hover, .contact-channels a:focus-visible { color: var(--navy); background: var(--orange); border-color: var(--orange); }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; padding: 34px; background: white; border-radius: 4px; box-shadow: 0 34px 90px rgba(0,0,0,.2); }
.field { display: grid; gap: 7px; }
.field.full, .form-submit, .form-note, .inquiry-result { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 13px; font-weight: 800; }
.field label small { color: #8d99a4; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #f7f8f9; border: 1px solid #dfe4e8; border-radius: 5px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange-dark); box-shadow: 0 0 0 3px rgba(246,168,33,.16); }
.form-submit { margin-top: 3px; border: 0; }
.form-note { margin: -8px 0 0; color: #7d8993; text-align: center; font-size: 12px; }
.inquiry-result { padding: 18px; color: var(--ink); background: #f3f5f6; border-left: 4px solid var(--orange); }
.result-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.result-head button { padding: 7px 11px; color: var(--navy); background: white; border: 1px solid #ccd4da; border-radius: 4px; font-size: 12px; font-weight: 800; }
.inquiry-result pre { margin: 13px 0; padding: 14px; overflow: auto; color: #33414d; background: white; font: 13px/1.7 Pretendard, "Noto Sans KR", sans-serif; white-space: pre-wrap; }
.inquiry-result p { margin: 0; color: #71808c; font-size: 12px; }

.business-card-section { padding: 94px 0 104px; background: var(--white); }
.business-card-wrap { display: grid; grid-template-columns: .54fr 1fr; gap: 64px; align-items: center; }
.business-card-heading h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 3.8vw, 48px); line-height: 1.22; letter-spacing: -.055em; }
.business-card-heading > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); }
.business-card { margin: 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.business-card img { width: 100%; height: auto; border-radius: 8px; clip-path: inset(1px round 7px); }

.site-footer { padding: 52px 0 28px; color: white; background: #050e17; }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-image { width: 54px; height: 54px; border-color: rgba(255,255,255,.16); box-shadow: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255,255,255,.34); font-size: 11px; }
.footer-bottom p { margin: 0; }
.floating-cta { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; color: var(--navy); background: var(--orange); border-radius: 99px; box-shadow: 0 12px 34px rgba(5,15,25,.28); font-size: 13px; font-weight: 900; transition: transform .2s; }
.floating-cta:hover { transform: translateY(-3px); }
.floating-cta b { font-size: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.service-grid .reveal:nth-child(2), .process-list .reveal:nth-child(2) { transition-delay: .07s; }
.service-grid .reveal:nth-child(3), .process-list .reveal:nth-child(3) { transition-delay: .14s; }
.service-grid .reveal:nth-child(4), .process-list .reveal:nth-child(4) { transition-delay: .21s; }
@keyframes hero-in { from { opacity: .5; transform: scale(1.05); } to { opacity: 1; transform: scale(1.01); } }

@media (max-width: 980px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 10px 20px 24px; color: var(--ink); background: white; box-shadow: 0 20px 30px rgba(8,24,38,.14); transform: translateY(-130%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .main-nav.open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 15px 6px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 10px; text-align: center; border: 0; }
  .menu-toggle.active i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active i:nth-child(2) { opacity: 0; }
  .menu-toggle.active i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 700px; height: 86vh; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,15,25,.96) 0%, rgba(5,15,25,.82) 55%, rgba(5,15,25,.35) 100%); }
  .speed-grid { grid-template-columns: repeat(2, 1fr); }
  .speed-grid article { padding: 22px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .speed-grid article:nth-child(2n) { border-right: 0; }
  .intro-grid, .special-grid, .guide-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .additional-services > div { grid-template-columns: repeat(2, 1fr); }
  .process-list { grid-template-columns: repeat(4, 1fr); }
  .special-grid { gap: 64px; }
  .partner-inner { grid-template-columns: 1fr; gap: 30px; }
  .contact-grid { grid-template-columns: .72fr 1.28fr; gap: 44px; }
  .business-card-wrap { grid-template-columns: 1fr; gap: 34px; }
  .system-intro { grid-template-columns: 1fr; gap: 36px; }
  .system-flow { grid-template-columns: repeat(4, 1fr); }
  .system-flow li:nth-child(4)::after { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .brand-text strong { font-size: 17px; }
  .brand-image { width: 46px; height: 46px; border-radius: 11px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 680px; height: auto; padding: 128px 0 62px; align-items: end; }
  .hero-media { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,15,25,.96), rgba(5,15,25,.56)), linear-gradient(0deg,rgba(5,15,25,.9),transparent 60%); }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lead { font-size: 18px; line-height: 1.55; }
  .hero-copy { font-size: 16px; }
  .hero-copy br { display: none; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .slogan { margin-top: 38px; gap: 10px; }
  .hero-scroll { display: none; }
  .speed-grid { grid-template-columns: 1fr; }
  .speed-basis { padding-top: 14px; }
  .speed-grid article { min-height: 88px; padding: 16px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .speed-grid article:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading h2 { font-size: 36px; }
  .section-heading.centered { margin-bottom: 38px; text-align: left; }
  .intro-grid { gap: 34px; }
  .trust-list { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-jump { justify-content: flex-start; margin-top: -18px; }
  .service-card { min-height: 350px; }
  .additional-services { padding: 26px 18px; }
  .additional-services > div { grid-template-columns: 1fr; }
  .special h2 { font-size: 39px; }
  .special-visual { min-height: 420px; }
  .special-visual article { min-height: 190px; padding: 20px; }
  .special-visual article strong { font-size: 22px; }
  .special-visual article::after { top: 20px; right: 20px; transform: scale(.8); transform-origin: top right; }
  .special-visual article:nth-of-type(2)::after { transform: scale(.8) rotate(45deg); }
  .weight-note { width: 105px; height: 105px; }
  .weight-note b { font-size: 15px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list span { margin-bottom: 10px; }
  .system-intro { margin-bottom: 36px; }
  .system-summary { padding-left: 18px; }
  .system-flow { grid-template-columns: 1fr; gap: 8px; }
  .system-flow li { min-height: 112px; padding: 18px 20px; }
  .system-flow li:not(:last-child)::after { display: none; }
  .system-flow li strong { margin-top: 20px; }
  .system-proof { align-items: flex-start; flex-direction: column; padding: 22px 20px; }
  .partner-banner { padding: 70px 0; }
  .partner-banner h2 { font-size: 36px; }
  .guide-grid { gap: 36px; }
  .guide-cards { grid-template-columns: 1fr; }
  .guide-card.notice { grid-column: auto; }
  .contact { padding: 82px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy h2 { font-size: 42px; }
  .inquiry-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field { grid-column: 1 / -1; }
  .business-card-section { padding: 72px 0 78px; }
  .business-card-heading h2 { font-size: 34px; }
  .business-card { padding: 0; border-radius: 0; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 16px 22px; }
  .floating-cta { right: 14px; bottom: 14px; max-width: calc(100vw - 28px); padding: 12px 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
