:root {
  color-scheme: light;
  --pink: #b84c78;
  --pink-dark: #8f3159;
  --pink-soft: #f7e2ea;
  --navy: #24324a;
  --navy-light: #314767;
  --blue: #2e7fbd;
  --blue-soft: #e7f2f9;
  --cream: #faf8f6;
  --white: #ffffff;
  --ink: #2f3038;
  --muted: #666773;
  --line: #e5dfe2;
  --shadow: 0 24px 60px rgba(36, 50, 74, 0.13);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif; font-size: 17px; line-height: 1.72; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.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: 200; padding: 10px 15px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 78px; padding: 12px max(24px, calc((100vw - var(--max-width)) / 2)); background: rgba(250, 248, 246, 0.94); border-bottom: 1px solid rgba(184, 76, 120, 0.12); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol { display: block; width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50% 50% 50% 12px; box-shadow: 0 8px 18px rgba(184, 76, 120, .25); }
.brand > span:last-child { display: grid; line-height: 1.28; }
.brand strong { color: var(--navy); font-size: 16px; }
.brand small { margin-top: 3px; color: var(--pink-dark); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav a { color: var(--navy); font-size: 15px; font-weight: 800; text-decoration: none; }
.site-nav a:hover { color: var(--pink); }
.site-nav .nav-cta { padding: 9px 16px; color: var(--white); background: var(--pink); border-radius: 999px; }
.site-nav .nav-cta:hover { color: var(--white); background: var(--pink-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-button i { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 60px; align-items: center; min-height: 720px; padding: 82px max(24px, calc((100vw - var(--max-width)) / 2)) 92px; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -180px; top: -220px; width: 600px; height: 600px; background: var(--pink-soft); border-radius: 50%; opacity: .8; }
.hero::after { content: ""; position: absolute; left: -200px; bottom: -360px; width: 620px; height: 620px; border: 80px solid var(--blue-soft); border-radius: 50%; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--pink-dark); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--blue); border-radius: 99px; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 5.5vw, 72px); line-height: 1.09; letter-spacing: -.055em; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero-lead { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 20px; word-break: keep-all; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--pink); box-shadow: 0 12px 26px rgba(184, 76, 120, .25); }
.button-primary:hover { background: var(--pink-dark); }
.button-secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.button-secondary:hover { border-color: var(--pink); box-shadow: 0 10px 25px rgba(36, 50, 74, .09); }
.button-light { color: var(--pink-dark); background: var(--white); }
.hero-visual { padding: 28px 0 0 28px; }
.photo-frame { position: relative; margin: 0; overflow: hidden; border: 12px solid var(--white); border-radius: 48% 48% 16px 48%; box-shadow: var(--shadow); }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(36, 50, 74, .08); border-radius: inherit; pointer-events: none; }
.photo-frame img { width: 100%; aspect-ratio: 4 / 4.15; object-fit: cover; object-position: 50% 48%; }
.hero-badge { position: absolute; left: -20px; bottom: 20px; display: grid; min-width: 210px; padding: 18px 22px; color: var(--white); background: var(--navy); border: 5px solid var(--cream); border-radius: 22px 22px 22px 4px; box-shadow: var(--shadow); }
.hero-badge strong { color: #f6a8c5; font-size: 22px; letter-spacing: .14em; }
.hero-badge span { margin-top: 2px; font-size: 12px; }

.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max-width); margin: 0 auto; padding: 0 24px 74px; }
.quick-facts div { display: grid; padding: 18px 25px; border-left: 1px solid var(--line); }
.quick-facts div:last-child { border-right: 1px solid var(--line); }
.quick-facts strong { color: var(--navy); font-size: 22px; }
.quick-facts span { color: var(--muted); font-size: 14px; font-weight: 700; }

.section { padding: 105px max(24px, calc((100vw - var(--max-width)) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 410px); gap: 26px 60px; align-items: end; margin-bottom: 42px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4.5vw, 54px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); word-break: keep-all; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { position: relative; min-height: 410px; padding: 34px; overflow: hidden; border-radius: 28px; }
.service-card::after { content: ""; position: absolute; right: -70px; bottom: -90px; width: 230px; height: 230px; border: 45px solid rgba(255,255,255,.14); border-radius: 50%; }
.restaurant-card { color: var(--white); background: var(--navy); }
.worker-card { color: var(--navy); background: var(--pink-soft); }
.card-kicker { display: inline-flex; padding: 6px 10px; background: rgba(255,255,255,.15); border-radius: 999px; font-size: 14px; font-weight: 900; }
.worker-card .card-kicker { color: var(--pink-dark); background: var(--white); }
.service-card h3 { max-width: 430px; margin: 20px 0 10px; font-size: 28px; line-height: 1.3; }
.service-card p { max-width: 490px; margin: 0; opacity: .76; }
.service-card ul { display: grid; gap: 8px; margin: 23px 0 28px; padding: 0; list-style: none; }
.service-card li::before { content: "✓"; margin-right: 8px; color: #f2a4c2; font-weight: 900; }
.worker-card li::before { color: var(--blue); }
.service-card a { position: relative; z-index: 1; font-weight: 900; text-underline-offset: 5px; }

.process { color: var(--white); background: var(--navy); }
.section-heading.light h2 { color: var(--white); }
.section-heading.light > p:last-child { color: #bdc8d8; }
.section-heading.light .eyebrow { color: #f2a4c2; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.15); list-style: none; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; overflow: hidden; }
.steps li { min-height: 250px; padding: 28px; background: var(--navy); }
.steps > li > span { color: #f2a4c2; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.steps div { margin-top: 68px; }
.steps strong { display: block; font-size: 18px; }
.steps p { margin: 8px 0 0; color: #bdc8d8; font-size: 15px; }

.prepare { background: var(--white); }
.section-heading.centered { display: block; max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; margin-bottom: 20px; }
.section-heading.centered > p:last-child { max-width: 620px; margin: 18px auto 0; }
.tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 26px; }
.tabs button { min-width: 180px; padding: 12px 20px; color: var(--navy); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-weight: 900; cursor: pointer; }
.tabs button[aria-selected="true"] { color: var(--white); background: var(--pink); border-color: var(--pink); box-shadow: 0 10px 24px rgba(184,76,120,.2); }
.tab-panel { max-width: var(--max-width); padding: 34px; background: var(--cream); border: 1px solid var(--line); border-radius: 28px; }
.panel-intro { display: flex; align-items: center; gap: 16px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.panel-intro > span { display: grid; place-items: center; width: 62px; height: 62px; flex: 0 0 auto; color: var(--white); background: var(--navy); border-radius: 20px 20px 20px 5px; font-weight: 900; }
.panel-intro.worker > span { background: var(--pink); }
.panel-intro h3 { margin: 0; color: var(--navy); font-size: 24px; }
.panel-intro p { margin: 2px 0 0; color: var(--muted); }
.check-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.check-grid article { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.check-grid article.provided { color: var(--white); background: var(--blue); border-color: var(--blue); }
.check-grid h4 { margin: 0 0 14px; color: var(--navy); font-size: 16px; }
.check-grid .provided h4 { color: var(--white); }
.check-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: 15px; }
.check-grid li { position: relative; padding-left: 14px; }
.check-grid li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; }
.check-grid .provided ul { color: rgba(255,255,255,.88); }
.check-grid .provided li::before { background: var(--white); }
.trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.trust-copy h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.045em; }
.trust-copy > p:not(.eyebrow) { margin: 20px 0; color: var(--muted); }
.trust-copy > a { color: var(--pink-dark); font-weight: 900; text-underline-offset: 5px; }
.trust-list { display: grid; gap: 12px; }
.trust-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.trust-list article > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--pink-dark); background: var(--pink-soft); border-radius: 50%; font-size: 12px; font-weight: 900; }
.trust-list strong { color: var(--navy); font-size: 17px; }
.trust-list p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }

.location { padding-top: 40px; }
.location-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; padding: 50px; background: var(--white); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.location h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.045em; }
.location dl { margin: 26px 0; }
.location dl div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 11px 0; border-top: 1px solid var(--line); }
.location dt { color: var(--muted); font-size: 14px; }
.location dd { margin: 0; color: var(--navy); font-weight: 800; }
.map-placeholder { position: relative; display: grid; place-items: center; min-height: 390px; padding: 36px; color: var(--white); background: var(--navy); border-radius: 50% 50% 16px 50%; overflow: hidden; text-align: center; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; width: 440px; height: 60px; background: rgba(255,255,255,.08); transform: rotate(35deg); }
.map-placeholder::after { transform: rotate(-42deg); }
.map-placeholder span, .map-placeholder strong, .map-placeholder small, .map-placeholder i { position: relative; z-index: 1; }
.map-placeholder span { align-self: end; color: #f2a4c2; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.map-placeholder strong { font-size: 44px; line-height: 1; }
.map-placeholder i { width: 32px; height: 32px; background: var(--pink); border: 8px solid var(--white); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 10px 24px rgba(0,0,0,.22); }
.map-placeholder small { align-self: start; color: #bdc8d8; }

.contact { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 80px max(24px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: var(--pink); }
.contact .eyebrow { color: var(--white); }
.contact .eyebrow::before { background: var(--white); }
.contact h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.18; letter-spacing: -.045em; }
.contact p:not(.eyebrow) { max-width: 660px; margin: 17px 0 0; color: rgba(255,255,255,.84); }
.contact-actions { display: grid; gap: 10px; min-width: 240px; text-align: center; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 32px; padding: 42px max(24px, calc((100vw - var(--max-width)) / 2)); color: #b9c4d4; background: #19253a; font-size: 14px; }
.footer-brand { display: grid; }
.footer-brand strong { color: var(--white); font-size: 17px; }
.footer p { margin: 3px 0; }
.footer nav { display: flex; gap: 16px; align-items: start; }
.footer a { color: var(--white); font-weight: 800; }
.copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }

.legal-page { min-height: 70vh; padding: 80px max(24px, calc((100vw - 840px) / 2)); }
.legal-page h1 { margin: 0; color: var(--navy); font-size: clamp(38px, 6vw, 62px); letter-spacing: -.05em; }
.legal-section { margin-top: 34px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.legal-section h2 { margin: 0 0 10px; color: var(--navy); font-size: 20px; }
.legal-section p, .legal-section li { color: var(--muted); }
.law-links { display: grid; gap: 12px; margin-top: 22px; }
.law-links a { display: grid; gap: 4px; padding: 18px; color: var(--navy); background: var(--cream); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.law-links a:hover { border-color: var(--pink); box-shadow: 0 8px 22px rgba(36, 50, 74, .08); }
.law-links strong { font-size: 18px; }
.law-links span { color: var(--muted); font-size: 15px; }
.law-links b { margin-left: 4px; color: var(--pink-dark); white-space: nowrap; }
.law-guide .law-note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 78px; right: 16px; display: none; width: min(320px, calc(100vw - 32px)); padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 9px 10px; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; }
  .section-heading { grid-template-columns: 1fr; }
  .check-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li { min-height: 220px; }
  .trust { gap: 38px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 10px 16px; }
  .site-nav { top: 68px; }
  .brand-symbol { width: 42px; height: 42px; }
  .brand small { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 56px; }
  .hero h1 { font-size: 45px; }
  .hero-visual { max-width: 520px; padding-left: 14px; }
  .hero-badge { left: -4px; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); padding-bottom: 54px; }
  .quick-facts div:nth-child(3), .quick-facts div:nth-child(4) { border-top: 1px solid var(--line); }
  .quick-facts div:nth-child(2) { border-right: 1px solid var(--line); }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .service-grid, .trust, .location-card { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .steps div { margin-top: 34px; }
  .tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .tabs button { min-width: 0; padding: 11px 12px; }
  .tab-panel { padding: 22px; }
  .check-grid { grid-template-columns: 1fr; }
  .location-card { padding: 28px; }
  .map-placeholder { min-height: 300px; }
  .contact { display: grid; }
  .contact-actions { justify-self: start; }
  .footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 39px; }
  .hero-actions .button { width: 100%; }
  .hero-badge { position: relative; left: 0; bottom: 0; margin: -20px 18px 0; }
  .quick-facts { padding-right: 16px; padding-left: 16px; }
  .quick-facts div { padding: 15px; }
  .quick-facts strong { font-size: 18px; }
  .panel-intro { align-items: start; }
  .panel-intro > span { width: 52px; height: 52px; }
}

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