.company-main {
  --company-navy-950: #061d31;
  --company-navy-900: #082b47;
  --company-navy-800: #0d3a5b;
  --company-blue: #1aaed7;
  --company-blue-dark: #098eb7;
  --company-green: #4daf3c;
  --company-ink: #12263a;
  --company-muted: #647586;
  --company-line: #dce4e9;
  --company-line-dark: #c8d5dc;
  --company-soft: #f3f7f9;
  --company-white: #fff;
  --company-container: 1320px;
  --company-ease: cubic-bezier(.22, 1, .36, 1);
  --company-shadow: 0 24px 70px rgba(6, 29, 49, .1);
  color: var(--company-ink);
  background: var(--company-white);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  word-break: keep-all;
}

.company-main p, .company-main span, .company-main li, .company-main dt, .company-main dd {
  font-size: 18px;
  margin-top: 0;
}

/* Shell Protection: Ensure included Header, Footer, and Quick floating menu maintain standard eco-index styling */
.eco-index-header *, .eco-index-footer *, .eco-index-quick * {
  box-sizing: border-box;
}

/* Page Hero Title & Text Visibility - Defer to customer-center-template.css */
.company-main .page-hero__title {
  color: #ffffff;
}

.company-main .page-hero__text {
  color: rgba(255, 255, 255, 0.86);
}

.company-main .company-label,
.company-main .company-cert-card span,
.company-main .company-breadcrumb,
.company-main .company-service-tags span {
  font-size: 18px !important;
}

.company-main *, .company-main *::before, .company-main *::after { box-sizing: border-box; }
.company-main a { color: inherit; text-decoration: none; }
.company-main img { display: block; max-width: 100%; }
.company-main h1, .company-main h2, .company-main h3, .company-main h4, .company-main p, .company-main dl, .company-main dd { margin-top: 0; }
.company-main ul { margin: 0; padding: 0; list-style: none; }
.company-main section[id] { scroll-margin-top: 136px; }
.company-main :focus-visible { outline: 3px solid rgba(26, 174, 215, .4); outline-offset: 4px; }
.company-shell { width: min(100%, var(--company-container)); padding-inline: 24px; margin-inline: auto; }
.company-section { padding: 118px 0; }
.company-section--soft { background: var(--company-soft); }
.company-label { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--company-blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.company-label::before { width: 32px; height: 2px; background: linear-gradient(90deg, var(--company-green) 0 48%, var(--company-blue) 48%); content: ""; }
.company-title {
  margin-bottom: 24px;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -.035em;
  word-break: keep-all;
  word-wrap: break-word;
}

.company-greeting-copy {
  word-break: keep-all;
  word-wrap: break-word;
}

.company-greeting-copy .company-lead {
  margin-bottom: 26px;
  color: var(--company-ink);
  font-size: 22px;
  font-weight: 750;
  line-height: 1.6;
  letter-spacing: -.02em;
  word-break: keep-all;
}

.company-greeting-copy p:not(.company-lead) {
  margin-bottom: 20px;
  color: var(--company-muted);
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -.015em;
  word-break: keep-all;
}

.company-hero { position: relative; min-height: 410px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #162d3d url("../images/hero-cleaning.webp") center 52% / cover no-repeat; }
.company-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 24, 39, .92) 0%, rgba(4, 24, 39, .72) 43%, rgba(4, 24, 39, .24) 100%); content: ""; }
.company-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 110px; background: linear-gradient(to top, rgba(4, 18, 30, .28), transparent); content: ""; }
.company-hero .company-shell { position: relative; z-index: 1; padding-top: 12px; }
.company-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: rgba(255, 255, 255, .62); font-size: 12px; }
.company-breadcrumb svg { width: 14px; height: 14px; }
.company-hero h1 { margin-bottom: 18px; font-size: clamp(44px, 5vw, 66px); line-height: 1.05; letter-spacing: -.055em; }
.company-hero p { max-width: 610px; margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 17px; }

.company-subnav { border-bottom: 1px solid var(--company-line); background: #fff; }
.company-subnav-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.company-subnav a { min-height: 74px; display: flex; align-items: center; justify-content: center; color: #526475; border-left: 1px solid var(--company-line); font-size: 15px; font-weight: 800; transition: .22s; }
.company-subnav li:last-child a { border-right: 1px solid var(--company-line); }
.company-subnav a:hover, .company-subnav a.is-active { color: #fff; background: var(--company-navy-900); }

.company-greeting { display: grid; grid-template-columns: .92fr 1.08fr; gap: 86px; align-items: center; }
.company-greeting-media { position: relative; min-height: 620px; }
.company-greeting-media img { width: 88%; height: 570px; object-fit: cover; box-shadow: var(--company-shadow); }
.company-greeting-badge { position: absolute; right: 0; bottom: 0; width: 49%; min-height: 205px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 30px; color: #fff; background: var(--company-navy-900); }
.company-greeting-badge::before { position: absolute; top: 0; left: 0; width: 72px; height: 4px; background: var(--company-blue); content: ""; }
.company-greeting-badge small { margin-bottom: 8px; color: #7ed7ee; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.company-greeting-badge strong { font-size: 23px; line-height: 1.35; }
.company-greeting-copy .company-lead { margin-bottom: 30px; color: var(--company-ink); font-size: 22px; font-weight: 750; line-height: 1.6; letter-spacing: -.02em; }
.company-greeting-copy p:not(.company-lead) { margin-bottom: 18px; color: var(--company-muted); }
.company-signature { display: flex; align-items: baseline; gap: 12px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--company-line); }
.company-signature span { color: var(--company-muted); font-size: 18px !important; }
.company-signature strong, .company-signature strong * { color: var(--company-navy-900) !important; font-size: 22px !important; font-weight: 900 !important; letter-spacing: .08em; }

.company-standards-head { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.company-standards-head .company-title { margin-bottom: 0; }
.company-standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--company-line-dark); }
.company-standard-card { min-height: 330px; padding: 34px 30px 30px 0; border-right: 1px solid var(--company-line-dark); }
.company-standard-card:not(:first-child) { padding-left: 30px; }
.company-standard-card:last-child { border-right: 0; }
.company-standard-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 54px; color: var(--company-blue-dark); }
.company-standard-icon svg { width: 42px; height: 42px; stroke-width: 1.5; }
.company-standard-card b { display: block; margin-bottom: 10px; color: var(--company-blue-dark); font-size: 12px; letter-spacing: .12em; }
.company-standard-card h3 { margin-bottom: 12px; font-size: 21px; }
.company-standard-card p { margin-bottom: 0; color: var(--company-muted); font-size: 14px; }

.company-certification { overflow: hidden; color: #fff; background: var(--company-navy-950); }
.company-certification .company-label { color: #7ad866; }
.company-certification .company-description { color: rgba(255, 255, 255, .62); }
/* Certificate Layout & 3-Column Cards */
.company-cert-head { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.company-cert-head .company-title { margin-bottom: 0; }
.company-cert-layout { display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid rgba(255, 255, 255, .15); }
.company-cert-feature { min-height: 590px; padding: 48px; background: var(--company-navy-800); }
.company-document-frame { position: relative; min-height: 416px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 46px 34px; border: 1px solid rgba(255, 255, 255, .26); background: rgba(255, 255, 255, .035); text-align: center; }
.company-document-frame::before, .company-document-frame::after { position: absolute; width: 38px; height: 38px; border-color: var(--company-blue); content: ""; }
.company-document-frame::before { top: 16px; left: 16px; border-top: 2px solid var(--company-blue); border-left: 2px solid var(--company-blue); }
.company-document-frame::after { right: 16px; bottom: 16px; border-right: 2px solid var(--company-blue); border-bottom: 2px solid var(--company-blue); }
.company-cert-seal { width: 84px; height: 84px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(126, 215, 238, .46); border-radius: 50%; color: #8de2f5; }
.company-cert-seal svg { width: 44px; height: 44px; }
.company-document-frame small { color: #8adff3; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.company-document-frame h3 { margin: 10px 0 14px; font-size: 28px; line-height: 1.3; }
.company-document-frame p { max-width: 330px; margin-bottom: 0; color: rgba(255, 255, 255, .56); font-size: 13px; }
.company-cert-note { margin: 20px 0 0; color: rgba(255, 255, 255, .48); font-size: 12px; }
.company-cert-list { display: grid; grid-template-columns: repeat(2, 1fr); background: rgba(255, 255, 255, .025); }
.company-cert-card { min-height: 196px; padding: 34px; border-right: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.company-cert-card:nth-child(even) { border-right: 0; }
.company-cert-card:nth-last-child(-n + 2) { border-bottom: 0; }
.company-cert-card .company-num { display: block; margin-bottom: 28px; color: var(--company-blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.company-cert-card strong { display: block; margin-bottom: 8px; font-size: 17px; }
.company-cert-card span { color: rgba(255, 255, 255, .54); font-size: 13px; }

/* 3-Column Certificate Image-Text Cards */
.company-cert-cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.company-cert-image-card {
  display: flex; flex-direction: column; background: #ffffff; border: 1px solid var(--company-line);
  border-radius: 16px; overflow: hidden; box-shadow: 0 12px 32px rgba(6, 29, 49, .06);
  transition: transform .35s var(--company-ease), box-shadow .35s var(--company-ease);
}
.company-cert-image-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(6, 29, 49, .12);
  border-color: var(--company-blue);
}
.company-cert-image-wrap {
  position: relative; width: 100%; aspect-ratio: 3 / 4.2; overflow: hidden; background: #f8fafc;
  border-bottom: 1px solid var(--company-line); padding: 16px; display: flex; align-items: center; justify-content: center;
}
.company-cert-image-wrap img {
  width: 100%; height: 100%; object-fit: contain; border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08); transition: transform .4s var(--company-ease);
}
.company-cert-image-card:hover .company-cert-image-wrap img {
  transform: scale(1.03);
}
.company-cert-card-body { padding: 28px 24px; display: flex; flex-direction: column; gap: 8px; }
.company-cert-tag { color: #098eb7 !important; font-size: 18px !important; font-weight: 800 !important; letter-spacing: -.01em; }
.company-cert-card-body h3 { margin: 0; font-size: 22px !important; font-weight: 900 !important; color: #000000 !important; line-height: 1.3; letter-spacing: -.025em; }
.company-cert-card-body p { margin: 0; color: #475569 !important; font-size: 18px !important; line-height: 1.55; letter-spacing: -.015em; word-break: keep-all; }

@media (max-width: 1024px) {
  .company-cert-head { grid-template-columns: 1fr; gap: 20px; }
  .company-cert-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
@media (max-width: 640px) {
  .company-cert-cards-grid { grid-template-columns: 1fr; gap: 20px; }
}

.company-information { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; align-items: start; }
.company-information-intro { position: sticky; top: 120px; }
.company-information-intro .company-description { max-width: 460px; }
.company-information-table { border-top: 2px solid var(--company-navy-900); }
.company-information-row { display: grid; grid-template-columns: 170px 1fr; min-height: 72px; border-bottom: 1px solid var(--company-line); }
.company-information-row dt, .company-information-row dd { display: flex; align-items: center; margin: 0; padding: 16px 22px; }
.company-information-row dt { color: var(--company-navy-900); background: var(--company-soft); font-size: 13px; font-weight: 850; }
.company-information-row dd { color: #405466; font-size: 14px; }
.company-information-row a { color: var(--company-blue-dark); font-weight: 750; }
.company-service-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.company-service-tags span { padding: 7px 10px; color: #43586a; border: 1px solid var(--company-line); background: #fff; font-size: 12px; }

.company-location { background: #ffffff; }
.company-location-shell { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 560px; box-shadow: var(--company-shadow); }
.company-map-area { position: relative; overflow: hidden; background: #edf4f7; }
.company-map-pending { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 36px; background: linear-gradient(rgba(8, 43, 71, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 43, 71, .055) 1px, transparent 1px), #edf4f7; background-size: 34px 34px; }
.company-map-pending-card { width: min(430px, 100%); padding: 34px; border: 1px solid #cddbe2; background: rgba(255, 255, 255, .94); text-align: center; }
.company-map-pending-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--company-blue-dark); }
.company-map-pending-icon svg { width: 48px; height: 48px; stroke-width: 1.4; }
.company-map-pending-card strong { display: block; margin-bottom: 8px; font-size: 19px; }
.company-map-pending-card p { margin-bottom: 0; color: var(--company-muted); font-size: 13px; }
.company-location-info { display: flex; flex-direction: column; justify-content: center; padding: 58px; color: #fff; background: var(--company-navy-900); }
.company-location-info .company-label { color: #76d764; }
.company-location-info h2 { margin-bottom: 18px; font-size: clamp(34px, 3.3vw, 48px); line-height: 1.18; letter-spacing: -.045em; }
.company-location-info > p { margin-bottom: 36px; color: rgba(255, 255, 255, .62); }
.company-location-data { border-top: 1px solid rgba(255, 255, 255, .18); }
.company-location-row { display: grid; grid-template-columns: 94px 1fr; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.company-location-row dt { color: rgba(255, 255, 255, .48); font-size: 12px; font-weight: 800; }
.company-location-row dd { margin: 0; font-size: 14px; }
.company-location-row a { color: #8fe3f6; font-weight: 800; }
.company-location-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.company-location-actions .company-button { min-height: 48px; font-size: 12px; }
.company-location-actions .is-disabled { opacity: .45; pointer-events: none; }
.company-location-warning { margin: 18px 0 0; color: rgba(255, 255, 255, .46); font-size: 11px; }

.company-cta { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--company-blue-dark), var(--company-blue)); }
.company-cta::before { position: absolute; top: -310px; right: -180px; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .04), 0 0 0 160px rgba(255, 255, 255, .025); content: ""; }
.company-cta .company-shell { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-top: 50px; padding-bottom: 50px; }
.company-cta-copy { position: relative; z-index: 1; }
.company-cta small { display: block; margin-bottom: 14px; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.company-cta h2 { margin-bottom: 0; font-size: clamp(32px, 3.7vw, 50px); line-height: 1.18; letter-spacing: -.045em; }
.company-cta .company-button { position: relative; z-index: 1; flex: 0 0 auto; border-color: rgba(255, 255, 255, .5); background: rgba(6, 29, 49, .18); }
.company-cta .company-button:hover { border-color: #fff; background: var(--company-navy-900); }

.company-main [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .72s var(--company-ease), transform .72s var(--company-ease); }
.company-main [data-reveal].is-visible { opacity: 1; transform: none; }
.company-main [data-reveal="delay-1"] { transition-delay: .08s; }
.company-main [data-reveal="delay-2"] { transition-delay: .16s; }
.company-main [data-reveal="delay-3"] { transition-delay: .24s; }

@media (max-width: 1360px) {
  .company-shell { width: min(calc(100% - 48px), 1240px); }
  .company-greeting, .company-information { gap: 58px; }
}
@media (max-width: 1160px) {
  .company-greeting { grid-template-columns: .95fr 1.05fr; gap: 44px; }
  .company-standards-grid { grid-template-columns: repeat(2, 1fr); }
  .company-standard-card { border-bottom: 1px solid var(--company-line-dark); }
  .company-standard-card:nth-child(2) { border-right: 0; }
  .company-standard-card:nth-child(3) { padding-left: 0; }
  .company-cert-layout { grid-template-columns: .9fr 1.1fr; }
  .company-information { grid-template-columns: .8fr 1.2fr; gap: 46px; }
  .company-location-info { padding: 46px; }
}
@media (max-width: 820px) {
  .company-shell { width: min(calc(100% - 40px), 720px); }
  .company-section { padding: 88px 0; }
  .company-hero { min-height: 360px; background-position: 60% center; }
  .company-hero::before { background: linear-gradient(90deg, rgba(4, 24, 39, .92), rgba(4, 24, 39, .56)); }
  .company-hero h1 { font-size: 48px; }
  .company-subnav a { min-height: 64px; font-size: 14px; }
  .company-greeting, .company-standards-head, .company-cert-head, .company-information, .company-location-shell { grid-template-columns: 1fr; }
  .company-greeting { gap: 50px; }
  .company-greeting-media { min-height: 540px; }
  .company-greeting-media img { height: 500px; }
  .company-standards-head, .company-cert-head { gap: 20px; }
  .company-cert-layout { grid-template-columns: 1fr; }
  .company-cert-feature { min-height: 0; }
  .company-document-frame { min-height: 380px; }
  .company-information-intro { position: static; }
  .company-location-shell { min-height: 0; }
  .company-map-area { min-height: 430px; }
  .company-location-info { padding: 48px 34px; }
  .company-cta .company-shell { align-items: flex-start; flex-direction: column; gap: 30px; }
}
@media (max-width: 560px) {
  .company-main { font-size: 15px; }
  .company-shell { width: calc(100% - 32px); }
  .company-hero { min-height: 330px; }
  .company-hero h1 { font-size: 40px; }
  .company-hero p { font-size: 15px; }
  .company-breadcrumb { margin-bottom: 20px; }
  .company-subnav-list { grid-template-columns: 1fr; }
  .company-subnav a { min-height: 54px; border-right: 1px solid var(--company-line); border-bottom: 1px solid var(--company-line); }
  .company-subnav li:last-child a { border-bottom: 0; }
  .company-greeting-media { min-height: 430px; }
  .company-greeting-media img { width: 100%; height: 380px; }
  .company-greeting-badge { width: 86%; min-height: 150px; padding: 22px; }
  .company-greeting-badge strong { font-size: 19px; }
  .company-greeting-copy .company-lead { font-size: 19px; }
  .company-standards-grid { grid-template-columns: 1fr; }
  .company-standard-card, .company-standard-card:not(:first-child), .company-standard-card:nth-child(3) { min-height: 0; padding: 28px 0; border-right: 0; }
  .company-standard-icon { margin-bottom: 26px; }
  .company-cert-feature { padding: 26px 18px; }
  .company-document-frame { min-height: 340px; padding-inline: 20px; }
  .company-cert-list { grid-template-columns: 1fr; }
  .company-cert-card, .company-cert-card:nth-child(even), .company-cert-card:nth-last-child(-n + 2) { min-height: 0; padding: 26px 22px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .company-cert-card:last-child { border-bottom: 0; }
  .company-cert-card .company-num { margin-bottom: 18px; }
  .company-information-row { grid-template-columns: 112px 1fr; }
  .company-information-row dt, .company-information-row dd { padding: 14px 12px; }
  .company-map-area { min-height: 360px; }
  .company-map-pending { padding: 18px; }
  .company-map-pending-card { padding: 26px 20px; }
  .company-location-info { padding: 42px 22px; }
  .company-location-row { grid-template-columns: 76px 1fr; }
  .company-location-actions { flex-direction: column; }
  .company-location-actions .company-button, .company-cta .company-button { width: 100%; }
}
