:root {
  --blue: #0878bd;
  --blue-deep: #075f96;
  --blue-soft: #eaf5fb;
  --navy: #0b2f49;
  --navy-2: #103c59;
  --ink: #112b3c;
  --text: #395466;
  --muted: #6c8290;
  --line: #d8e3e9;
  --pale: #f4f8fa;
  --white: #fff;
  --shadow: 0 24px 60px rgba(10, 48, 74, .13);
  --radius: 6px;
  --wrap: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif; font-size: 16px; line-height: 1.7; word-break: keep-all; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, ul, ol, figure { margin-top: 0; }
h1, h2, h3, strong { color: var(--ink); }
h1, h2, h3 { margin-bottom: 0; line-height: 1.23; letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
h3 { font-size: 1.3rem; }
p { margin-bottom: 0; }
.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { margin-bottom: 17px; color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: #94d4fb; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 1000; padding: 10px 16px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }
.nowrap { white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(216, 227, 233, .88); background: rgba(255, 255, 255, .95); backdrop-filter: blur(14px); }
.header-inner { display: flex; width: min(1380px, calc(100% - 48px)); min-height: 82px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 25px; font-size: .88rem; font-weight: 700; }
.site-header nav a:not(.nav-cta) { position: relative; padding-block: 27px; }
.site-header nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; background: var(--blue); content: ""; opacity: 0; transform: scaleX(.3); transition: .2s; }
.site-header nav a:hover::after, .site-header nav a.active::after { opacity: 1; transform: scaleX(1); }
.site-header nav a.active { color: var(--blue-deep); }
.nav-cta { padding: 12px 17px; border-radius: 3px; background: var(--blue); color: white; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 3px; align-items: center; justify-content: center; gap: 10px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: white; }
.button.primary:hover { background: var(--blue-deep); }
.button.secondary { border-color: var(--navy); background: var(--navy); color: white; }
.button.white { background: white; color: var(--navy); }
.button.outline-light { border-color: rgba(255,255,255,.5); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-deep); font-weight: 750; }
.light-link { color: #9bd7fb; }
.actions { display: flex; margin-top: 32px; align-items: center; gap: 24px; }

.home-hero { overflow: hidden; background: linear-gradient(120deg, white 0 61%, #eff7fb 61%); }
.hero-grid { display: grid; min-height: 690px; padding-block: 76px; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 690px; color: var(--navy); font-size: clamp(2.75rem, 4.4vw, 4.55rem); }
.hero-copy h1 span { color: var(--blue); }
.hero-lead { margin-top: 27px; color: var(--ink); font-size: 1.35rem; font-weight: 780; }
.hero-body { max-width: 590px; margin-top: 10px; }
.hero-types { display: flex; margin: 39px 0 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; flex-wrap: wrap; gap: 9px 22px; color: var(--muted); font-size: .84rem; }
.hero-types li::before { color: var(--blue); content: "•"; margin-right: 7px; }
.hero-visual { position: relative; margin: 0; }
.hero-visual::before { position: absolute; top: -22px; right: -22px; width: 43%; height: 72%; border-top: 7px solid var(--blue); border-right: 7px solid var(--blue); content: ""; }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: 520px; object-fit: cover; box-shadow: var(--shadow); }
.hero-visual.selected-hero img { height: 470px; object-position: center center; }
.hero-visual figcaption { position: absolute; right: 22px; bottom: -24px; z-index: 2; width: min(390px, calc(100% - 44px)); padding: 20px 22px; background: var(--navy); box-shadow: 0 12px 35px rgba(8, 40, 61, .2); color: #c5dae6; }
.hero-visual figcaption span, .hero-visual figcaption strong { display: block; }
.hero-visual figcaption span { color: #8ed0f8; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.hero-visual figcaption strong { margin-top: 3px; color: white; font-size: .92rem; line-height: 1.55; }

.split-heading, .two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.lead-panel { padding: 26px 28px; border-left: 4px solid var(--blue); background: var(--pale); }
.lead-panel strong { display: block; margin-bottom: 8px; font-size: 1.22rem; }
.need-grid { display: grid; margin-top: 56px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.need-grid article { min-height: 205px; padding: 27px 28px; border-right: 1px solid var(--line); }
.need-grid article:last-child { border-right: 0; }
.need-grid span, .scope-grid > article > span, .service-card > span { color: var(--blue); font-size: .78rem; font-weight: 800; }
.need-grid h3 { margin-top: 24px; }
.need-grid p { margin-top: 11px; font-size: .92rem; }

.hub-section { background: var(--navy); color: #c8d9e4; }
.hub-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.hub-layout h2 { color: white; }
.hub-layout > div:first-child > p:not(.eyebrow) { max-width: 520px; margin: 24px 0; }
.hub-diagram { display: grid; padding: 33px; border: 1px solid #41627a; background: rgba(255,255,255,.035); grid-template-columns: 1fr auto 1.15fr auto 1fr; gap: 14px; align-items: center; text-align: center; }
.hub-diagram > div { padding: 20px 10px; border: 1px solid #45677f; }
.hub-diagram span, .hub-diagram strong { display: block; }
.hub-diagram > div > span { color: #8fcaee; font-size: .76rem; }
.hub-diagram > div > strong { margin-top: 3px; color: white; font-size: .92rem; }
.hub-diagram > b { color: #77c4f2; }
.hub-diagram .hub-center { padding: 23px 12px 21px; border-color: #2995d5; background: linear-gradient(155deg, #0b78ba, #075f96); }
.hub-center img { width: 58px; height: auto; margin: 0 auto 12px; }
.hub-center > strong { font-size: 1.02rem !important; }
.hub-center > span { color: white !important; }
.hub-diagram ul { display: grid; margin: 22px 0 0; padding: 14px 0 0; border-top: 1px solid #41627a; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; list-style: none; color: #a9ccdf; font-size: .76rem; }
.hub-diagram ul li { position: relative; padding-inline: 5px; text-align: center; word-break: keep-all; }
.hub-diagram ul li:not(:last-child)::after { position: absolute; top: 50%; right: -13px; color: #77c4f2; content: "→"; transform: translateY(-50%); }

.section-heading { display: grid; margin-bottom: 48px; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.section-heading > p { max-width: 460px; justify-self: end; }
.service-section { background: var(--pale); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid.six-services { grid-template-columns: repeat(3, 1fr); }
.service-card { display: flex; min-height: 295px; padding: 27px 25px; border: 1px solid var(--line); background: white; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.six-services .service-card { min-height: 245px; border-top: 3px solid var(--blue); }
.six-services .service-card h3 { margin-top: 27px; }
.six-services .service-card b { padding-top: 20px; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(10,48,74,.09); }
.service-card h3 { margin-top: 37px; }
.service-card p { margin-top: 13px; font-size: .9rem; }
.service-card b { margin-top: auto; padding-top: 27px; color: var(--blue-deep); font-size: .82rem; }
.service-card.dark { border-color: var(--navy); background: var(--navy); }
.service-card.dark h3, .service-card.dark b { color: white; }
.service-card.dark p { color: #bfd3df; }
.service-card.dark > span { color: #8ccdf5; }
.formula-bar { display: grid; margin-top: 27px; padding: 22px 25px; border: 1px solid #c8d9e2; background: white; grid-template-columns: 1fr auto 1fr auto 1.25fr; gap: 24px; align-items: center; }
.formula-bar div { display: grid; }
.formula-bar small { color: var(--blue); font-size: .74rem; font-weight: 800; }
.formula-bar b { color: var(--blue); font-size: 1.25rem; }
.formula-bar .formula-result { padding: 14px 18px; background: var(--blue-soft); }

.method-preview { background: var(--navy); color: #c5d7e2; }
.method-preview h2 { color: white; }
.method-preview .section-heading > p { color: #c5d7e2; }
.method-axes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.method-axes article { padding: 34px; border: 1px solid #44657c; background: #103853; }
.axis-head { display: flex; align-items: end; gap: 15px; }
.axis-head span { color: #8acdf5; font-size: .78rem; }
.axis-head h3 { color: white; font-size: 1.85rem; }
.method-axes article > p { margin: 16px 0 24px; }
.method-axes ul { margin: 0; padding: 0; border-top: 1px solid #46677e; list-style: none; }
.method-axes li { padding: 13px 0; border-bottom: 1px solid #355a74; font-size: .9rem; }
.method-axes li strong { color: #91cff4; margin-right: 9px; }
.center-action { margin-top: 34px; text-align: center; }

.difference-section { background: white; }
.difference-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 75px; align-items: center; }
.difference-copy h2 span { color: var(--blue); }
.difference-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0 29px; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps.compact { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-steps.compact li { min-height: 128px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-steps span { display: block; margin-bottom: 20px; color: var(--blue); font-size: .75rem; }

.experience-section { background: var(--pale); }
.experience-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.photo-card, .case-gallery figure, .task-gallery figure, .evidence-layout figure { margin: 0; background: white; }
.photo-card img { width: 100%; height: 300px; object-fit: cover; }
.photo-card.large img { height: 365px; }
.photo-card figcaption, .case-gallery figcaption, .task-gallery figcaption { padding: 17px 18px; }
.photo-card figcaption span, .photo-card figcaption strong, .case-gallery span, .case-gallery strong, .case-gallery small, .task-gallery span, .task-gallery strong, .task-gallery small { display: block; }
.photo-card figcaption span, .case-gallery span, .task-gallery span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.photo-card figcaption strong { margin-top: 3px; }

.cta-section { padding-block: 78px; background: var(--blue); color: white; }
.cta-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 80px; align-items: end; }
.cta-layout h2, .cta-layout p { color: white; }
.cta-layout .actions { margin-top: 23px; }
.phone-link { color: white; font-size: 1.17rem; font-weight: 800; }
.cta-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
.contact-channels { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.contact-channels a { border-bottom: 1px solid rgba(255,255,255,.55); color: white; font-size: .84rem; font-weight: 750; }
.kakao-guidance { max-width: 560px; margin-top: 17px; padding-left: 13px; border-left: 2px solid rgba(255,255,255,.55); font-size: .84rem; line-height: 1.65; }

.page-hero { padding-block: 88px; background: var(--navy); color: #c6d8e4; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.page-hero h1 { max-width: 820px; color: white; font-size: clamp(2.6rem, 4.1vw, 4.45rem); }
.page-hero p:not(.eyebrow) { max-width: 670px; margin-top: 23px; font-size: 1.05rem; }
.page-hero-card { padding: 30px; border: 1px solid #46677e; background: rgba(255,255,255,.05); }
.page-hero-card > span, .page-hero-card > strong { display: block; }
.page-hero-card > span { color: #8ed0f8; font-size: .75rem; font-weight: 800; letter-spacing: .09em; }
.page-hero-card > strong { margin-top: 5px; color: white; font-size: 1.18rem; }
.page-hero-card ul { margin: 21px 0 0; padding: 14px 0 0; border-top: 1px solid #47697f; list-style: none; }
.page-hero-card li { padding: 5px 0; font-size: .89rem; }
.page-hero-card li::before { color: #8ed0f8; content: "·"; margin-right: 8px; }
.method-page-hero h1 { word-break: keep-all; }
.method-page-hero .page-hero-card > strong { font-size: 1.08rem; line-height: 1.5; word-break: keep-all; }
.maintenance-hero h1 { word-break: keep-all; }
.maintenance-hero .page-hero-card > strong { line-height: 1.45; word-break: keep-all; }
.cases-hero-copy { max-width: 900px; }
.cases-hero-copy h1 { word-break: keep-all; }
.mobile-break { display: none; }

.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.scope-grid article { min-height: 330px; padding: 28px; border: 1px solid var(--line); }
.scope-grid h3 { margin-top: 27px; }
.scope-grid article > p { margin-top: 13px; font-size: .91rem; }
.scope-grid ul { margin: 22px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.scope-grid li { padding: 3px 0; color: var(--muted); font-size: .84rem; }
.scope-grid li::before { color: var(--blue); content: "—"; margin-right: 8px; }
.scope-grid article.dark { border-color: var(--navy); background: var(--navy); }
.scope-grid article.dark h3 { color: white; }
.scope-grid article.dark p, .scope-grid article.dark li { color: #c4d6e1; }
.scope-grid article.dark ul { border-color: #41637a; }

.cleaning-detail { background: var(--pale); }
.two-column > div > p:not(.eyebrow) { margin-top: 23px; }
.benefit-list { display: grid; gap: 10px; }
.benefit-list > div { display: grid; padding: 17px 18px; border-left: 3px solid var(--blue); background: white; grid-template-columns: .7fr 1.3fr; gap: 20px; }
.benefit-list span { color: var(--muted); font-size: .88rem; }
.feedback-strip { display: grid; margin-top: 48px; padding: 0; grid-template-columns: repeat(5, 1fr); gap: 9px; list-style: none; }
.feedback-strip li { position: relative; min-height: 92px; padding: 18px; border: 1px solid var(--line); background: white; color: var(--ink); font-weight: 750; line-height: 1.45; }
.feedback-strip li::after { position: absolute; top: 50%; right: -10px; z-index: 2; color: var(--blue); content: "→"; transform: translateY(-50%); }
.feedback-strip li:last-child::after { right: 14px; color: var(--blue); content: "✓"; }
.stability-note { display: grid; margin-top: 16px; padding: 22px 25px; border-left: 4px solid var(--blue); background: var(--blue-soft); grid-template-columns: .45fr 1.55fr; gap: 35px; align-items: center; }
.stability-note > span { color: var(--blue); font-size: .78rem; font-weight: 800; }
.stability-note strong { font-size: 1.12rem; }
.stability-note p { margin-top: 2px; font-size: .88rem; }
.cleaning-detail .stability-note { margin-top: 48px; }
.cleaning-detail .stability-note + .feedback-strip { margin-top: 18px; }

.standards-section { background: var(--navy-2); color: #c4d7e2; }
.standards-section h2 { color: white; }
.subtle { padding-top: 18px; border-top: 1px solid #4b6c82; color: #a9c0cf; font-size: .84rem; }
.longterm { background: white; }
.simple-flow { display: flex; margin-top: 29px; padding: 19px; background: var(--pale); align-items: center; justify-content: space-between; gap: 12px; }
.simple-flow span { color: var(--ink); font-size: .88rem; font-weight: 750; }
.simple-flow b { color: var(--blue); }

.axis-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.axis-card { padding: 34px; border: 1px solid var(--line); }
.axis-card header { display: flex; align-items: center; gap: 18px; }
.axis-card header > span { color: var(--blue); font-size: .78rem; font-weight: 800; }
.axis-card header small { color: var(--blue); font-size: .75rem; font-weight: 800; }
.axis-card h3 { font-size: 2rem; }
.axis-card > p { margin: 20px 0 26px; }
.submethod-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.submethod-grid.three { grid-template-columns: repeat(3, 1fr); }
.submethod-grid > div { padding: 19px; background: var(--pale); }
.submethod-grid strong { color: var(--blue-deep); }
.submethod-grid p { margin-top: 8px; font-size: .84rem; }
.section-side-note { max-width: 520px; justify-self: end; }
.section-side-note strong { display: block; color: var(--ink); font-size: 1rem; }
.section-side-note p { margin-top: 8px; color: var(--muted); font-size: .86rem; }

.company-resident { background: var(--navy); color: #c5d8e3; }
.statement-block { max-width: 850px; text-align: center; }
.statement-block h2 { color: white; }
.statement-block > p:last-child { max-width: 650px; margin: 20px auto 0; }
.continuity-grid { display: grid; margin-top: 52px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #45677e; border-left: 1px solid #45677e; }
.continuity-grid article { min-height: 185px; padding: 26px; border-right: 1px solid #45677e; border-bottom: 1px solid #45677e; }
.continuity-grid span { color: #8ed0f8; font-size: .75rem; font-weight: 800; }
.continuity-grid strong { display: block; margin-top: 22px; color: white; }
.continuity-grid p { margin-top: 7px; font-size: .86rem; }
.selection-section { background: var(--pale); }
.selection-list { margin: 0; padding: 0; list-style: none; }
.selection-list li { display: grid; padding: 19px 0; border-bottom: 1px solid var(--line); grid-template-columns: 48px 1fr; gap: 12px; }
.selection-list li:first-child { padding-top: 0; }
.selection-list li > span { color: var(--blue); font-size: .76rem; font-weight: 800; }
.selection-list p { margin-top: 3px; font-size: .88rem; }

.process-intro { display: grid; max-width: none; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.process-intro > p { max-width: 430px; padding-bottom: 8px; justify-self: end; }
.process-steps.full { display: grid; margin: 48px auto 0; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-steps.full li { position: relative; display: flex; min-height: 145px; padding: 24px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfdfe; flex-direction: column; justify-content: space-between; }
.process-steps.full li:nth-child(4n + 1) { box-shadow: inset 3px 0 0 var(--blue); }
.process-steps.full strong { font-size: .95rem; }
.process-steps.full .phase-review { background: #fbfdfe; }
.process-steps.full .phase-action { background: #f3f8fb; }
.process-steps.full .phase-approval { background: #e5f3fb; box-shadow: inset 3px 0 0 var(--blue), inset 0 3px 0 var(--blue); }
.process-steps.full .phase-approval span { width: fit-content; padding: 4px 8px; border-radius: 2px; background: var(--blue); color: white; }
.process-steps.full .phase-approval strong { color: var(--blue-deep); }
.work-range { background: var(--navy); color: #c5d7e2; }
.work-range.section { padding-block: 78px; }
.work-range h2 { color: white; font-size: clamp(1.85rem, 2.4vw, 2.7rem); }
.range-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #46677e; border-left: 1px solid #46677e; }
.range-list div { display: grid; min-height: 80px; padding: 15px 18px; border-right: 1px solid #46677e; border-bottom: 1px solid #46677e; background: rgba(255,255,255,.025); }
.range-list span { color: #8ed0f8; font-size: .73rem; }
.range-list strong { color: #e9f2f7; font-size: .92rem; }
.scope-note { display: grid; margin-top: 28px; padding: 22px 25px; background: rgba(255,255,255,.06); grid-template-columns: .55fr 1.45fr; gap: 30px; }
.scope-note strong { color: white; }
.scope-note p { font-size: .88rem; }
.partner-section .two-column > div:last-child p + p { margin-top: 18px; }
.recovery-evidence { background: var(--navy-2); color: #c5d7e2; }
.evidence-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.evidence-layout.reverse { grid-template-columns: 1.05fr .95fr; }
.evidence-layout img { width: 100%; height: 400px; object-fit: cover; }
.evidence-layout figcaption { padding: 12px 15px; background: white; color: var(--muted); font-size: .76rem; }
.recovery-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.recovery-photo { position: relative; overflow: hidden; background: #dce7ed; }
.evidence-layout .recovery-photo img { width: 100%; object-position: center; }
.recovery-photo span { position: absolute; bottom: 12px; left: 12px; padding: 6px 10px; background: rgba(11,47,73,.9); color: white; font-size: .76rem; font-weight: 800; }
.evidence-layout h2 { color: white; }
.evidence-layout > div > p:not(.eyebrow) { margin: 22px 0 28px; }

.case-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 17px; }
.case-gallery img { width: 100%; height: 310px; object-fit: cover; }
.case-gallery figure { border: 1px solid var(--line); }
.case-gallery strong, .task-gallery strong { margin-top: 3px; }
.case-gallery small, .task-gallery small { margin-top: 7px; color: var(--muted); font-size: .75rem; }
.individual-sites { background: var(--pale); }
.task-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.task-gallery figure { border: 1px solid var(--line); }
.task-gallery img { width: 100%; height: 260px; object-fit: cover; }
.disclosure-section { padding-block: 35px; background: #e9f3f8; }
.disclosure-section .wrap { display: grid; grid-template-columns: .4fr 1.6fr; gap: 40px; }
.disclosure-section p { font-size: .88rem; }

.company-hero .brand-card { display: flex; min-height: 275px; padding: 38px; background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); flex-direction: column; align-items: flex-start; justify-content: center; }
.company-hero .brand-card img { width: 88px; height: auto; margin: 0 0 20px; }
.company-hero .brand-card .brand-company { margin: 0; color: white; font-size: 1.45rem; letter-spacing: -.025em; }
.company-hero .brand-card .brand-service { margin-top: 8px; color: #a9d8f4; font-size: .92rem; font-weight: 650; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.company-hero .management-direction-card > span { color: #8ed0f8; font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.company-hero .management-direction-card > strong { margin-top: 14px; color: white; font-size: clamp(1.16rem, 1.65vw, 1.42rem); line-height: 1.58; }
.company-hero .management-direction-card > p { margin-top: 22px; padding-top: 16px; border-top: 1px solid #46677e; color: #a9d8f4; font-size: .84rem; }
.philosophy-list article { display: grid; padding: 20px 0; border-bottom: 1px solid var(--line); grid-template-columns: 48px 1fr; }
.philosophy-list article:first-child { padding-top: 0; }
.philosophy-list span { color: var(--blue); font-size: .76rem; font-weight: 800; }
.philosophy-list p { margin-top: 4px; font-size: .89rem; }
.total-meaning { background: var(--navy); color: #c5d8e3; }
.total-meaning.section { padding-block: 82px; }
.total-layout > div:first-child { max-width: 920px; }
.total-layout h2 { color: white; font-size: clamp(1.7rem, 2.35vw, 2.4rem); line-height: 1.42; }
.total-layout h2 span { color: #8ed0f8; }
.total-summary { max-width: 720px; margin-top: 18px; color: #c5d8e3; }
.total-grid { display: grid; margin-top: 38px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #46677e; border-left: 1px solid #46677e; }
.total-grid article { min-height: 166px; padding: 22px; border-right: 1px solid #46677e; border-bottom: 1px solid #46677e; }
.total-grid span { color: #8ed0f8; font-size: .75rem; }
.total-grid strong { display: block; margin-top: 17px; color: white; }
.total-grid p { margin-top: 7px; font-size: .85rem; }
.experience-philosophy { background: var(--pale); }
.experience-philosophy h2 { color: var(--ink); }
.experience-philosophy .evidence-layout > div > p:not(.eyebrow) { margin-bottom: 25px; }
.promise-section { background: white; }
.statement-center { max-width: 820px; text-align: center; }
.statement-center > p:last-child { margin-top: 19px; }

.consult-hero { padding-block: 78px; background: var(--navy); text-align: center; }
.consult-hero h1 { color: white; font-size: clamp(2.6rem, 4vw, 4.25rem); }
.consult-hero p:last-child { max-width: 680px; margin: 20px auto 0; color: #c6d8e4; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.contact-copy > p:not(.eyebrow, .channel-note) { margin-top: 22px; }
.consultation-visual { margin: 30px 0 0; }
.consultation-visual img { width: 100%; height: 310px; object-fit: cover; object-position: 50% 30%; box-shadow: var(--shadow); }
.consultation-visual figcaption { padding: 9px 12px; background: var(--pale); color: var(--muted); font-size: .75rem; }
.consult-channels { display: grid; margin-top: 30px; border-top: 1px solid var(--line); }
.consult-channels > p { padding: 16px 0 10px; color: var(--ink); font-size: .9rem; font-weight: 750; }
.consult-channel { display: grid; padding: 10px 0; border-bottom: 1px solid var(--line); grid-template-columns: 88px 1fr; gap: 12px; align-items: baseline; }
.consult-channel span { color: var(--muted); font-size: .76rem; font-weight: 800; }
.consult-channel strong { color: var(--blue-deep); font-size: .98rem; overflow-wrap: anywhere; }
.consult-channels > small { margin-top: 11px; color: var(--muted); font-size: .78rem; }
.contact-copy .private-note { margin-top: 16px; padding-left: 14px; border-left: 3px solid var(--blue); font-size: .84rem; }
.contact-phone { display: grid; margin-top: 37px; }
.contact-phone span { color: var(--muted); font-size: .77rem; font-weight: 800; }
.contact-phone strong { color: var(--blue); font-size: 2rem; }
.channel-note { margin-top: 10px; font-size: .84rem; }
.future-system { display: grid; margin-top: 30px; padding: 19px; border-left: 4px solid var(--blue); background: var(--pale); gap: 3px; }
.future-system span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.future-system strong { font-size: .91rem; }
.future-system small { color: var(--muted); font-size: .76rem; }
.contact-form { padding: 34px; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(10,48,74,.07); }
.form-title { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-title span, .form-title strong { display: block; }
.form-title span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.form-title strong { font-size: 1.35rem; }
.form-title p { margin-top: 3px; font-size: .84rem; }
.form-grid { display: grid; margin-top: 24px; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label, .contact-form legend { color: var(--ink); font-size: .88rem; font-weight: 750; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { width: 100%; min-width: 0; margin-top: 7px; padding: 11px 12px; border: 1px solid #bdced8; border-radius: 2px; background: white; color: var(--ink); font-size: .9rem; font-weight: 400; }
.contact-form textarea { resize: vertical; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form fieldset { margin: 24px 0; padding: 0; border: 0; }
.contact-form legend span { color: var(--muted); font-weight: 400; }
.checks { display: grid; margin-top: 12px; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.checks label { display: flex; font-weight: 400; align-items: center; gap: 7px; }
.checks input { width: 18px; height: 18px; accent-color: var(--blue); }
.privacy-consent { margin-top: 20px; padding: 17px 18px; border: 1px solid var(--line); background: var(--pale); }
.privacy-consent label { display: flex; align-items: flex-start; gap: 9px; }
.privacy-consent label input { width: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--blue); }
.privacy-consent label span { color: var(--blue); font-size: .78rem; }
.privacy-consent p { margin-top: 10px; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.privacy-consent small { display: block; margin-top: 6px; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.full-button { width: 100%; margin-top: 19px; }
.prototype-note { margin-top: 10px; color: var(--muted); font-size: .75rem; text-align: center; }
.form-help { display: grid; margin-top: 13px; padding: 16px 18px; background: var(--pale); gap: 2px; }
.form-help strong { font-size: .84rem; }
.form-help span { color: var(--muted); font-size: .78rem; line-height: 1.55; }
#form-result { margin-top: 18px; padding: 18px; border-left: 4px solid var(--blue); background: var(--pale); overflow-wrap: anywhere; font-size: .88rem; }
#form-result strong, #form-result span { display: block; }
#form-result span { margin-top: 4px; }
#form-result a { color: var(--blue-deep); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
#form-result.is-pending { border-left-color: var(--blue); }
#form-result.is-success { border-left-color: #16865b; background: #eef8f4; color: #14563e; }
#form-result.is-error { border-left-color: #bf4545; background: #fff3f2; color: #7d2929; }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }

.mini-cta { padding-block: 48px; background: var(--blue); color: white; }
.mini-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.mini-cta span, .mini-cta strong { display: block; color: white; }
.mini-cta span { font-size: .84rem; opacity: .86; }
.mini-cta strong { margin-top: 3px; font-size: 1.25rem; }
.mini-cta-copy p { max-width: 720px; margin-top: 7px; color: white; font-size: .88rem; opacity: .9; }

.site-footer { border-top: 1px solid var(--line); background: white; }
.footer-main { display: flex; padding-top: 42px; padding-bottom: 33px; justify-content: space-between; gap: 40px; }
.footer-main img { width: 174px; height: auto; }
.footer-main p { margin-top: 10px; font-size: .85rem; }
.page-footer-contact { display: grid; gap: 2px; }
.page-footer-contact a { width: fit-content; color: var(--muted); }
.page-footer-contact a:hover { color: var(--blue-deep); }
.footer-bottom { display: flex; padding-top: 18px; padding-bottom: 21px; border-top: 1px solid var(--line); justify-content: space-between; color: var(--muted); font-size: .76rem; }

@media (max-width: 1220px) {
  .header-inner { width: calc(100% - 36px); }
  .brand img { width: 168px; }
  .site-header nav { gap: 16px; font-size: .82rem; }
  .nav-cta { padding: 11px 13px; }
  .hero-grid { gap: 38px; }
  .section { padding-block: 88px; }
  .scope-grid article { padding: 24px; }
}
@media (max-width: 1080px) {
  .header-inner { min-height: 74px; flex-wrap: wrap; }
  .menu-toggle { display: flex; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 3px; background: white; align-items: center; gap: 10px; }
  .site-header nav { display: none; width: 100%; padding: 10px 0 18px; grid-template-columns: repeat(2, 1fr); gap: 5px 12px; font-size: .95rem; }
  .site-header nav.is-open { display: grid; }
  .site-header nav a:not(.nav-cta) { padding: 10px 12px; }
  .site-header nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { display: flex; min-height: 44px; align-items: center; justify-content: center; }
  .hero-grid { min-height: 640px; grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: 3rem; }
  .hub-layout, .difference-layout { gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid.six-services { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 255px; }
  .page-hero-grid { gap: 55px; }
  .page-hero h1 { font-size: 3.1rem; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .task-gallery { grid-template-columns: 1fr 1fr; }
  .contact-layout { gap: 40px; }
}
@media (max-width: 820px) {
  .wrap { width: calc(100% - 44px); }
  .section { padding-block: 74px; }
  .home-hero { background: linear-gradient(180deg, white 0 55%, #eff7fb 55%); }
  .hero-grid { min-height: 0; padding-block: 60px 74px; grid-template-columns: 1fr; gap: 55px; }
  .hero-copy h1 { font-size: clamp(2.6rem, 7.8vw, 4rem); }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 680px; margin-inline: auto; }
  .split-heading, .two-column, .hub-layout, .section-heading, .difference-layout, .cta-layout, .page-hero-grid, .contact-layout, .evidence-layout, .evidence-layout.reverse { grid-template-columns: 1fr; gap: 34px; }
  .process-intro { grid-template-columns: 1fr; gap: 18px; }
  .process-intro > p { max-width: 610px; padding-bottom: 0; justify-self: start; }
  .section-heading > p { justify-self: start; }
  .section-side-note { max-width: 610px; justify-self: start; }
  .hub-diagram { margin-top: 10px; }
  .method-axes, .axis-comparison { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-grid .large { grid-column: 1 / -1; }
  .experience-grid .large img { height: 390px; }
  .page-hero { padding-block: 70px; }
  .page-hero-card { max-width: 550px; }
  .feedback-strip { grid-template-columns: 1fr; }
  .feedback-strip li { min-height: 72px; }
  .feedback-strip li::after { top: auto; right: 16px; bottom: -13px; content: "↓"; transform: none; }
  .feedback-strip li:last-child::after { bottom: 8px; content: "✓"; }
  .company-resident .statement-block { text-align: left; }
  .statement-block > p:last-child { margin-left: 0; }
  .process-steps.full { grid-template-columns: repeat(2, 1fr); }
  .case-gallery { grid-template-columns: 1fr 1fr; }
  .total-grid { grid-template-columns: 1fr 1fr; }
  .evidence-layout img { height: 340px; }
  .contact-copy { max-width: 680px; }
}
@media (max-width: 640px) {
  .mobile-break { display: block; }
  body { line-height: 1.65; }
  .wrap { width: calc(100% - 36px); }
  .header-inner { width: calc(100% - 30px); min-height: 68px; }
  .brand img { width: 165px; }
  .site-header nav { grid-template-columns: 1fr; }
  .section { padding-block: 62px; }
  h2 { font-size: 2rem; }
  .home-hero { background: white; }
  .hero-grid { padding-top: 47px; padding-bottom: 57px; gap: 47px; }
  .hero-copy h1 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .hero-lead { font-size: 1.18rem; }
  .actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .actions .text-link { padding-left: 3px; }
  .hero-types { gap: 7px 15px; }
  .hero-visual::before { top: -12px; right: -10px; }
  .hero-visual img { height: 440px; object-position: 48% center; }
  .hero-visual.selected-hero img { height: auto; object-fit: contain; object-position: center; }
  .hero-visual.selected-hero figcaption { position: static; width: 100%; box-shadow: none; }
  .hero-visual figcaption { right: 13px; bottom: -23px; }
  .need-grid { grid-template-columns: 1fr; }
  .need-grid article { min-height: 0; padding: 23px 5px; border-right: 0; border-bottom: 1px solid var(--line); }
  .need-grid article:last-child { border-bottom: 0; }
  .need-grid h3 { margin-top: 14px; }
  .hub-diagram { padding: 22px 15px; grid-template-columns: 1fr; }
  .hub-diagram > b { transform: rotate(90deg); }
  .hub-diagram ul { grid-template-columns: 1fr; gap: 24px; }
  .hub-diagram ul li:not(:last-child)::after { top: auto; right: auto; bottom: -20px; left: 50%; content: "↓"; transform: translateX(-50%); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid.six-services { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .formula-bar { grid-template-columns: 1fr; gap: 9px; text-align: center; }
  .formula-bar > b { line-height: 1; }
  .method-axes article { padding: 25px 21px; }
  .process-steps.compact { grid-template-columns: 1fr 1fr; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid .large { grid-column: auto; }
  .photo-card img, .photo-card.large img { height: 290px; }
  .cta-section { padding-block: 60px; }
  .cta-layout .actions { align-items: flex-start; }
  .contact-channels { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding-block: 58px; }
  .page-hero h1 { font-size: clamp(2.25rem, 9.3vw, 3rem); }
  .page-hero-card { padding: 24px 21px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-grid article { min-height: 0; }
  .benefit-list > div { grid-template-columns: 1fr; gap: 3px; }
  .stability-note, .scope-note { grid-template-columns: 1fr; gap: 7px; }
  .simple-flow { align-items: stretch; flex-direction: column; }
  .simple-flow b { transform: rotate(90deg); align-self: center; }
  .submethod-grid, .submethod-grid.three { grid-template-columns: 1fr; }
  .continuity-grid { grid-template-columns: 1fr; }
  .continuity-grid article { min-height: 0; }
  .process-steps.full { grid-template-columns: 1fr 1fr; }
  .range-list { grid-template-columns: 1fr; }
  .case-gallery, .task-gallery { grid-template-columns: 1fr; }
  .case-gallery img, .task-gallery img { height: 285px; }
  .disclosure-section .wrap { grid-template-columns: 1fr; gap: 7px; }
  .total-grid { grid-template-columns: 1fr; }
  .total-grid article { min-height: 0; }
  .evidence-layout img { height: 290px; }
  .form-grid, .checks { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 18px; }
  .contact-phone strong { font-size: 1.7rem; }
  .consultation-visual img { height: 270px; }
  .mini-cta .wrap { align-items: flex-start; flex-direction: column; }
  .footer-main { flex-wrap: wrap; gap: 26px; }
  .footer-main > div:first-child { width: 100%; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 28px); }
  .header-inner { width: calc(100% - 24px); }
  .hero-copy h1 { font-size: 2.05rem; }
  .process-steps.compact, .process-steps.full { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
