.company-page {
  --company-accent: #ff4b1f;
  --company-canvas: #252525;
  --company-text: #f5f5f5;
  --company-muted: #b7b7b7;
  --company-rule: #4a4a4a;
  background: var(--company-canvas); color: var(--company-text); min-height: 100dvh;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
}
.company-summary,
.company-section h2,
.company-section div > p,
.contact-notice,
.contact-field span,
.field-error,
.form-status {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}
.company-container { width: min(1200px, calc(100% - 160px)); margin-inline: auto; }
.company-nav { min-height: 74px; padding-inline: max(80px, calc((100% - 1200px) / 2)); display: flex; align-items: center; gap: 36px; background: #111; overflow-x: auto; }
.company-nav a { color: #aaa; font-size: 15px; text-decoration: none; white-space: nowrap; }
.company-nav a[aria-current="page"], .company-nav a:hover, .company-nav a:focus-visible { color: #fff; }
.company-hero { min-height: 520px; display: grid; align-items: end; padding: 96px 0 88px; background: linear-gradient(135deg, #111 0%, #252525 55%, #303030 100%); }
.company-hero .company-container > p:first-child { margin: 0 0 28px; color: var(--company-muted); font-size: 14px; font-weight: 600; letter-spacing: .14em; }
.company-hero h1 { margin: 0; font-size: clamp(48px, 5.5vw, 78px); line-height: 1.05; letter-spacing: -.04em; word-break: keep-all; overflow-wrap: normal; }
.company-hero-rule { width: 100%; height: 1px; margin: 58px 0 28px; background: var(--company-rule); }
.company-summary { max-width: 700px; margin: 0; font-size: 23px; line-height: 1.55; }
.company-content { padding-block: 68px 160px; }
.company-section { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 48px; padding: 62px 0; border-top: 1px solid var(--company-rule); }
.company-section:last-child { border-bottom: 1px solid var(--company-rule); }
.company-section-index { margin: 6px 0 0; color: var(--company-accent); font-size: 13px; font-weight: 700; }
.company-section h2 { margin: 0 0 25px; font-size: clamp(30px, 3.4vw, 48px); line-height: 1.15; letter-spacing: -.035em; }
.company-section div > p { max-width: 760px; margin: 0; color: var(--company-muted); font-size: 18px; line-height: 1.8; }
.office-location { padding: 62px 0; border-top: 1px solid var(--company-rule); }
.office-location-copy { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 48px; }
.office-kicker { margin: 0 0 18px; color: var(--company-muted); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.office-location h2 { margin: 0 0 22px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.1; letter-spacing: -.04em; }
.office-location address { color: var(--company-text); font-size: clamp(22px, 2.3vw, 32px); font-style: normal; line-height: 1.45; word-break: keep-all; }
.office-map-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.office-map-links a { display: inline-flex; min-height: 44px; box-sizing: border-box; align-items: center; gap: 18px; padding: 12px 18px; border: 1px solid #626262; border-radius: 999px; color: var(--company-text); font-size: 14px; text-decoration: none; }
.office-map-links a:hover,.office-map-links a:focus-visible { border-color: var(--company-text); outline: none; }
.office-map-frame { position: relative; height: 480px; margin-top: 58px; overflow: hidden; border: 1px solid #3b3b3b; background: #181818; }
.office-map-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(17,17,17,.12),rgba(17,17,17,.3)); pointer-events: none; }
.office-map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.9) saturate(.3) brightness(.72) contrast(1.08); }
.office-map-pin { position: absolute; z-index: 2; left: 50%; top: 50%; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 50% 0; background: #111; box-shadow: 0 10px 28px rgba(0,0,0,.45); transform: translate(-50%,-75%) rotate(-45deg); pointer-events: none; }
.office-map-pin i { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: #fff; transform: translate(-50%,-50%); }
.office-map-note { margin: 14px 0 0; color: #8f8f8f; font-size: 13px; }
.office-visit a { display: inline-block; margin-top: 24px; color: var(--company-text); text-underline-offset: 5px; }
.company-sitemap .company-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; }
.company-sitemap .company-section { grid-template-columns: 48px minmax(0, 1fr); }
.contact-form { margin-top: 72px; padding: 56px; background: #303030; }
.contact-notice { margin: 0 0 44px; color: var(--company-muted); }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
.contact-field { display: grid; gap: 12px; }
.contact-field span { font-weight: 600; }
.contact-field b { color: var(--company-accent); }
.contact-field input, .contact-field textarea { width: 100%; box-sizing: border-box; border: 0; border-bottom: 1px solid #666; border-radius: 0; padding: 14px 0; background: transparent; color: #fff; font: inherit; }
.contact-field textarea { resize: vertical; }
.contact-field input:focus, .contact-field textarea:focus { outline: 2px solid var(--company-accent); outline-offset: 4px; }
.field-error { min-height: 20px; color: #ff9b80; }
.contact-form button { margin-top: 40px; border: 0; padding: 17px 28px; background: var(--company-accent); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.form-status { min-height: 24px; margin: 18px 0 0; color: var(--company-muted); }
@media (max-width: 800px) {
  .company-container { width: min(100% - 40px, 1200px); }
  .company-nav { min-height: 58px; padding-inline: 20px; gap: 24px; }
  .company-hero { min-height: 420px; padding: 68px 0 52px; }
  .company-hero h1 { font-size: clamp(34px, 9.5vw, 39px); line-height: 1.16; }
  .company-hero-rule { margin: 42px 0 22px; }
  .company-summary { font-size: 18px; }
  .company-content { padding-block: 36px 92px; }
  .company-section, .company-sitemap .company-section { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 42px 0; }
  .company-section h2 { margin-bottom: 18px; font-size: 29px; }
  .company-section div > p { font-size: 16px; }
  .office-location { padding: 42px 0; }
  .office-location-copy { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }
  .office-location h2 { font-size: 32px; }
  .office-location address { font-size: 21px; }
  .office-map-links { display: grid; grid-template-columns: 1fr 1fr; margin-top: 26px; }
  .office-map-links a { justify-content: space-between; gap: 8px; padding: 11px 13px; font-size: 13px; }
  .office-map-frame { height: 250px; margin-top: 32px; }
  .office-map-pin { width: 30px; height: 30px; }
  .company-sitemap .company-content, .contact-fields { grid-template-columns: 1fr; }
  .contact-form { margin-top: 44px; padding: 28px 20px; }
}
@media (prefers-reduced-motion: reduce) { .company-page *, .company-page *::before, .company-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
