:root {
  --navy: #061b39;
  --navy-deep: #03142e;
  --navy-soft: #0e2e55;
  --blue: #0868f4;
  --blue-light: #eaf3ff;
  --red: #ef2b27;
  --ink: #07183e;
  --muted: #536078;
  --line: #d8dfeb;
  --page: #f7f9fc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-manrope, Manrope), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }

.site-header {
  height: 94px;
  padding: 0 3.1vw;
  display: grid;
  grid-template-columns: 230px 1fr 192px;
  align-items: center;
  gap: 26px;
  position: relative;
  z-index: 50;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #e5e9f0;
}
.brand { width: 182px; align-self: center; }
.brand img { width: 182px; height: 72px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: stretch; justify-content: center; height: 100%; gap: clamp(18px, 2.55vw, 42px); }
.desktop-nav a { position: relative; display: flex; align-items: center; white-space: nowrap; font-size: 15px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue); }
.desktop-nav a.active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; height: 48px; border-radius: 4px; background: var(--navy); color: #fff; font-size: 15px; box-shadow: 0 8px 18px rgba(3,20,46,.12); }
.mobile-menu { display: none; }

.home-hero { height: 584px; min-height: 584px; display: grid; grid-template-columns: 36.7% 63.3%; overflow: hidden; }
.hero-copy { position: relative; overflow: hidden; padding: 76px 46px 52px 4.4vw; color: #fff; background: radial-gradient(circle at 75% 48%, #0a356b 0%, var(--navy) 42%, #03142e 100%); }
.hero-copy::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(15,109,232,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(15,109,232,.22) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,#000 0%,transparent 95%); }
.hero-copy::after { content: ""; position: absolute; width: 330px; height: 250px; right: -80px; bottom: -50px; background-image: linear-gradient(60deg, transparent 46%, rgba(0,110,255,.45) 47%, transparent 48%), linear-gradient(-60deg, transparent 46%, rgba(0,110,255,.32) 47%, transparent 48%); background-size: 54px 54px; opacity: .35; }
.hero-copy > * { position: relative; z-index: 2; }
.hero-copy h1 { margin: 0; max-width: 470px; font-size: clamp(52px, 4.45vw, 73px); line-height: 1.04; letter-spacing: -.055em; font-weight: 400; }
.hero-copy h1 strong { font-weight: 800; }
.hero-copy h1 span { display: flex; align-items: center; gap: 12px; margin: 13px 0 4px; font-size: .43em; line-height: 1; letter-spacing: -.02em; font-weight: 500; }
.hero-copy h1 span i { width: 46px; height: 4px; background: var(--red); }
.hero-copy p { max-width: 410px; margin: 44px 0 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.65; }
.primary-button { margin-top: 76px; width: fit-content; min-width: 222px; height: 49px; padding: 0 22px 0 27px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border-radius: 4px; color: #fff; background: linear-gradient(135deg,#0877fa,#075cda); box-shadow: 0 12px 28px rgba(0,94,230,.22); font-weight: 600; font-size: 15px; }
.primary-button b { font-size: 24px; line-height: 1; font-weight: 400; }
.hero-collage { position: relative; display: grid; grid-template-columns: 64% 36%; grid-template-rows: 55% 45%; background: #0a2346; overflow: hidden; }
.hero-collage > img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.collage-team { grid-column: 1; grid-row: 1; object-position: center 44%; }
.collage-cleaning { grid-column: 2; grid-row: 1; object-position: center; }
.collage-security { grid-column: 1; grid-row: 2; object-position: center 66%; }
.collage-maintenance { grid-column: 2; grid-row: 2; object-position: center; }
.hero-collage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(3,20,46,.18),transparent 18%), linear-gradient(0deg,rgba(3,20,46,.15),transparent 30%); }
.scope-panel { position: absolute; z-index: 3; right: 7.5%; top: 45%; width: 272px; padding: 18px 19px 14px; color: #fff; border: 1px solid rgba(39,140,255,.65); border-radius: 12px; background: linear-gradient(135deg,rgba(4,31,61,.91),rgba(8,33,57,.75)); box-shadow: 0 14px 38px rgba(0,0,0,.28); backdrop-filter: blur(9px); }
.scope-panel h2 { margin: 0 0 10px; color: #0d83ff; text-transform: uppercase; font-size: 16px; letter-spacing: .04em; }
.scope-panel > div { height: 50px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.18); }
.scope-panel span { width: 42px; height: 39px; border: 1px solid rgba(12,119,242,.5); border-radius: 6px; display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.scope-panel p { margin: 0; font-size: 14px; font-weight: 600; }

.stats-strip { position: relative; z-index: 10; width: calc(100% - 9vw); margin: -16px auto 0; min-height: 102px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-radius: 9px; background: #fff; box-shadow: 0 7px 22px rgba(5,30,66,.12); }
.stats-strip article { min-height: 64px; padding: 0 30px; display: grid; grid-template-columns: 52px auto 1fr; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.stats-strip article:last-child { border-right: 0; }
.stat-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #b8d6fd; border-radius: 50%; color: var(--blue); font-size: 28px; font-weight: 400; }
.stats-strip strong { color: var(--blue); font-size: 56px; line-height: 1; letter-spacing: -.06em; }
.stats-strip p { margin: 0; text-transform: uppercase; font-size: 14px; font-weight: 800; white-space: nowrap; }

.home-services { padding: 32px 4.5vw 68px; background: linear-gradient(180deg,#f8faff 0%,#fff 80%); }
.section-heading { display: grid; grid-template-columns: 1.2fr 1.3fr auto; align-items: end; gap: 56px; }
.section-heading span, .feature-section > span { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.section-heading h2 { margin: 10px 0 0; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.section-heading p { margin: 0 0 8px; max-width: 520px; color: #4f5868; font-size: 14px; line-height: 1.7; }
.section-heading > a { margin-bottom: 8px; color: var(--blue); white-space: nowrap; font-size: 14px; font-weight: 700; }
.section-heading > a b { margin-left: 16px; font-size: 22px; font-weight: 400; }
.service-cards { margin-top: 28px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.service-cards > a { display: block; }
.service-cards article { overflow: hidden; background: #fff; border: 1px solid #e8ecf3; border-radius: 12px; box-shadow: 0 8px 20px rgba(12,42,80,.06); }
.service-cards img { width: 100%; height: 132px; object-fit: cover; }
.service-cards h3 { margin: 0; padding: 14px 16px 17px; font-size: 14px; }
.feature-section { padding: 88px 8vw; text-align: center; background: var(--navy); color: #fff; }
.feature-section h2 { max-width: 820px; margin: 18px auto 0; font-size: 42px; line-height: 1.15; }
.anchor-target { scroll-margin-top: 100px; }

.about-hero { height: 413px; display: grid; grid-template-columns: 45.2% 54.8%; overflow: hidden; background: #fff; }
.about-intro { position: relative; padding: 21px 28px 30px 3.8vw; overflow: hidden; }
.about-intro::after { content: ""; position: absolute; width: 260px; height: 210px; right: 28px; bottom: -20px; opacity: .16; background-image: linear-gradient(60deg,transparent 47%,#0874ff 48%,transparent 49%),linear-gradient(-60deg,transparent 47%,#0874ff 48%,transparent 49%); background-size: 45px 45px; }
.about-pill { position: relative; z-index: 2; display: inline-flex; height: 38px; padding: 0 22px; align-items: center; border-radius: 22px; color: #fff; background: var(--navy); text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.about-intro h1 { position: relative; z-index: 2; margin: 18px 0 17px; font-size: clamp(37px,3.05vw,50px); line-height: 1.14; letter-spacing: -.045em; }
.about-intro > p { position: relative; z-index: 2; max-width: 500px; margin: 0; color: #26334d; font-size: 14px; line-height: 1.65; }
.about-intro .primary-button { position: relative; z-index: 2; margin-top: 27px; min-width: 240px; height: 45px; font-size: 13px; }
.year-watermark { position: absolute; z-index: 1; right: 0; bottom: -36px; color: rgba(41,112,232,.09); font-size: 154px; line-height: 1; letter-spacing: -.09em; }
.about-photo { position: relative; overflow: hidden; border-radius: 44px 0 0 0; }
.about-photo::before { content: ""; position: absolute; z-index: 2; left: 0; top: 43px; width: 6px; height: 238px; background: var(--red); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.experience-card { position: absolute; z-index: 3; left: 8px; bottom: 20px; min-width: 266px; height: 112px; padding: 22px 28px; display: flex; flex-direction: column; justify-content: center; color: #fff; border-radius: 4px 12px 12px 4px; background: linear-gradient(135deg,#061b39,#0f365f); box-shadow: 0 10px 28px rgba(0,0,0,.26); }
.experience-card i { width: 24px; height: 3px; margin-bottom: 10px; background: var(--red); }
.experience-card strong { text-transform: uppercase; font-size: 26px; line-height: 1.1; }
.experience-card span { margin-top: 6px; font-size: 14px; }
.milestone-band { min-height: 118px; padding: 0 8.8vw; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; color: #fff; background-color: var(--navy-deep); background-image: linear-gradient(rgba(19,102,213,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(19,102,213,.12) 1px,transparent 1px); background-size: 44px 44px; }
.milestone-band article { height: 72px; padding: 0 56px; display: flex; align-items: center; gap: 24px; border-right: 1px solid rgba(255,255,255,.24); }
.milestone-band article:first-child { padding-left: 0; }
.milestone-band article:last-child { border-right: 0; }
.milestone-icon { flex: 0 0 62px; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; font-size: 28px; }
.milestone-band strong { display: block; color: var(--blue); text-transform: uppercase; font-size: 37px; line-height: 1; letter-spacing: -.04em; }
.milestone-band p { margin: 7px 0 0; color: rgba(255,255,255,.92); font-size: 14px; white-space: nowrap; }
.about-content { padding: 24px 6.4vw 16px; display: grid; grid-template-columns: 31% 69%; align-items: stretch; gap: 42px; }
.journey-copy { padding: 12px 0 0; }
.journey-copy > span, .office-copy small { color: var(--blue); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 800; }
.journey-copy h2 { margin: 11px 0 13px; font-size: 26px; letter-spacing: -.035em; }
.journey-copy p { margin: 0; max-width: 450px; color: #39455d; font-size: 12.5px; line-height: 1.8; }
.vision-mission { border: 1px solid #cbd5e4; border-radius: 10px; overflow: hidden; }
.vision-mission article { min-height: 92px; padding: 10px 28px; display: grid; grid-template-columns: 64px 190px 1fr; align-items: center; gap: 14px; }
.vision-mission article + article { border-top: 1px solid #cbd5e4; }
.value-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-light); font-size: 29px; }
.vision-mission small { color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 800; }
.vision-mission h3 { margin: 7px 0 0; font-size: 19px; }
.vision-mission p { margin: 0; color: #39455d; font-size: 12px; line-height: 1.5; }
.about-bottom { margin: 0 3.4vw 32px; padding-top: 12px; display: grid; grid-template-columns: 50% 50%; border-top: 1px solid #d9dee8; }
.principles { padding-right: 24px; border-right: 1px solid #d9dee8; }
.principles h2 { margin: 0 0 12px; text-align: center; font-size: 16px; }
.principles h2 i { display: inline-block; width: 31px; height: 2px; margin: 0 0 4px 12px; background: var(--red); }
.principles > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.principles p { margin: 0; display: grid; grid-template-columns: 22px 1fr; gap: 8px; color: #33415b; font-size: 10.5px; line-height: 1.65; }
.principles p span { width: 19px; height: 19px; display: grid; place-items: center; border: 1.5px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: 10px; font-weight: 800; }
.office-card { margin-left: 16px; min-height: 167px; display: grid; grid-template-columns: 54% 46%; overflow: hidden; border: 1px solid #cad6e7; border-radius: 8px; }
.office-copy { padding: 10px 16px; }
.office-copy h2 { margin: 2px 0 0; font-size: 20px; line-height: 1.1; }
.office-copy strong { display: block; margin: 2px 0 4px; font-size: 12px; }
.office-copy address { color: #29364e; font-size: 10px; line-height: 1.45; font-style: normal; }
.office-copy a { margin-top: 7px; padding: 4px 9px; display: inline-flex; color: var(--blue); border: 1px solid var(--blue); border-radius: 3px; font-size: 9px; font-weight: 700; }
.office-copy p { margin: 6px 0 0; color: #42516b; font-size: 9px; }
.office-card iframe { width: 100%; height: 100%; min-height: 167px; border: 0; background: #edf2f7; }

/* LAYANAN KAMI */
.services-page { background: #fff; }
.services-hero { position: relative; min-height: 570px; padding: 78px clamp(28px,7vw,112px) 68px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); overflow: hidden; color: #fff; background: var(--navy); }
.services-hero-glow { position: absolute; left: -180px; top: 90px; width: 330px; height: 330px; opacity: .22; filter: blur(120px); background: #0a75de; }
.services-hero-copy { position: relative; z-index: 2; align-self: center; max-width: 700px; }
.services-breadcrumb { margin-bottom: 45px; display: flex; align-items: center; gap: 10px; color: #7f9bbd; font-size: 12px; font-weight: 700; }
.services-breadcrumb a { color: #fff; }
.services-breadcrumb b { color: var(--red); }
.services-kicker { margin: 0 0 18px; color: #77b8ff; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.services-hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px,5vw,76px); font-weight: 500; line-height: .99; letter-spacing: -.055em; }
.services-hero h1 strong { display: block; color: #3b9cff; font-weight: 800; }
.services-hero-description { max-width: 580px; margin: 28px 0 32px; color: #b8c7d9; font-size: 16px; line-height: 1.75; }
.services-hero-actions { display: flex; align-items: center; gap: 28px; }
.services-primary { padding: 17px 22px; color: #fff; background: var(--red); font-size: 13px; font-weight: 800; }
.services-primary span, .services-secondary span { margin-left: 16px; }
.services-secondary { padding: 12px 0; color: #fff; border-bottom: 1px solid #6c829d; font-size: 13px; font-weight: 700; }
.services-hero-visual { position: relative; min-height: 430px; }
.services-photo { position: absolute; overflow: hidden; }
.services-photo img { width: 100%; height: 100%; object-fit: cover; }
.services-photo-main { right: 0; top: 0; width: 78%; height: 400px; }
.services-photo-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,27,57,.55),transparent 45%); }
.services-photo-small { left: 1%; bottom: -15px; width: 42%; height: 190px; border: 8px solid var(--navy); }
.services-hero-badge { position: absolute; right: 0; bottom: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; color: #fff; background: var(--red); }
.services-hero-badge strong { font-size: 40px; line-height: 1; }
.services-hero-badge span { text-transform: uppercase; font-size: 11px; font-weight: 800; line-height: 1.35; }
.services-subnav { position: sticky; z-index: 35; top: 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(12,36,64,.05); }
.services-subnav-inner { max-width: 1440px; margin: auto; padding: 0 4vw; display: grid; grid-template-columns: repeat(5,1fr); overflow-x: auto; }
.services-subnav a { position: relative; min-height: 82px; padding: 14px 22px; display: flex; align-items: center; gap: 12px; color: #6b798a; border-right: 1px solid var(--line); text-align: left; }
.services-subnav a:first-child { border-left: 1px solid var(--line); }
.services-subnav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: .25s; }
.services-subnav a > span { color: #9eabba; font-size: 10px; font-weight: 800; }
.services-subnav a b { font-size: 12px; line-height: 1.25; }
.services-subnav a.active { color: var(--navy); background: #f7f9fb; }
.services-subnav a.active::after { transform: scaleX(1); }
.services-subnav a.active > span { color: var(--red); }
.services-intro { max-width: 1240px; margin: auto; padding: 105px 40px 70px; display: grid; grid-template-columns: .7fr 2fr; gap: 80px; }
.services-section-label { position: relative; padding-left: 34px; color: var(--red); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.services-section-label::before { content: ""; position: absolute; left: 0; top: 7px; width: 23px; height: 2px; background: var(--red); }
.services-intro > div { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; }
.services-intro h2 { margin: 0; color: var(--navy); font-size: clamp(34px,4vw,54px); line-height: 1.04; letter-spacing: -.045em; }
.services-intro p { margin: 5px 0 0; color: #65758a; font-size: 15px; line-height: 1.8; }
.services-list { max-width: 1320px; margin: auto; padding: 0 40px 90px; }
.services-detail { position: relative; min-height: 620px; margin-bottom: 32px; padding: 72px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px,7vw,100px); background: #fff; border: 1px solid #ccd7e4; box-shadow: 0 12px 34px rgba(12,36,64,.045); scroll-margin-top: 104px; }
.services-detail::after { content: ""; position: absolute; left: -1px; top: -1px; width: 72px; height: 4px; background: var(--red); }
.services-detail.reverse .services-image-wrap { order: 2; }
.services-image-wrap { position: relative; height: 455px; }
.services-image-wrap::before { content: ""; position: absolute; z-index: -1; left: -15px; top: -15px; width: 82%; height: 82%; border: 1px solid #cad5e2; }
.services-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); }
.services-code { position: absolute; left: 0; bottom: -1px; padding: 23px 25px; color: #fff; background: var(--navy); font-size: 18px; font-weight: 800; }
.services-number { position: absolute; right: 18px; top: 18px; color: rgba(255,255,255,.9); text-shadow: 0 1px 4px rgba(0,0,0,.45); font-size: 12px; font-weight: 800; }
.services-eyebrow { color: var(--blue); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.services-content h2 { margin: 17px 0 24px; color: var(--navy); font-size: clamp(39px,4.5vw,64px); line-height: 1; letter-spacing: -.055em; }
.services-content > p { max-width: 550px; margin: 0 0 30px; color: #65758a; font-size: 16px; line-height: 1.8; }
.services-content ul { margin: 0 0 32px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; list-style: none; }
.services-content li { padding: 14px 0; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.services-content li i { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; color: var(--blue); background: #e7f2ff; border-radius: 50%; font-size: 9px; font-style: normal; }
.services-content > a { position: relative; padding-bottom: 8px; display: inline-block; color: var(--navy); font-size: 13px; font-weight: 800; }
.services-content > a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 2px; background: var(--red); }
.services-content > a span { margin-left: 18px; }
.services-process { padding: 105px clamp(40px,8vw,130px); display: grid; grid-template-columns: .8fr 1.3fr; gap: 70px; color: #fff; background: var(--navy); }
.services-section-label.light { color: #70b7ff; }
.services-section-label.light::before { background: #70b7ff; }
.services-process-heading h2 { margin: 24px 0; font-size: clamp(40px,4vw,60px); line-height: 1.02; letter-spacing: -.05em; }
.services-process-heading > p { max-width: 470px; color: #aebfd2; line-height: 1.75; }
.services-process-steps { display: grid; grid-template-columns: 1fr 1fr; }
.services-process-steps article { min-height: 210px; padding: 26px 28px; border-left: 1px solid #284565; border-top: 1px solid #284565; }
.services-process-steps article > span { color: #5caaff; font-size: 11px; font-weight: 800; }
.services-process-steps h3 { margin: 35px 0 12px; font-size: 20px; }
.services-process-steps p { margin: 0; color: #9db0c7; font-size: 13px; line-height: 1.6; }
.services-contact { padding: 76px clamp(40px,8vw,130px); display: flex; align-items: center; justify-content: space-between; color: #fff; background: #0d73d7; }
.services-contact div > span { text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.services-contact h2 { max-width: 850px; margin: 15px 0 0; font-size: clamp(31px,3.8vw,52px); line-height: 1.05; letter-spacing: -.045em; }
.services-contact > a { flex: none; margin-left: 50px; padding: 20px 24px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 800; }
.services-contact > a b { margin-left: 24px; }
.site-footer { min-height: 190px; padding: 42px 5vw; display: grid; grid-template-columns: 1.5fr 1fr auto; align-items: center; gap: 60px; color: #fff; background: var(--navy-deep); }
.site-footer img { width: 150px; filter: brightness(0) invert(1); opacity: .96; }
.site-footer p { max-width: 370px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.site-footer > div:nth-child(2) { display: flex; flex-direction: column; gap: 7px; }
.site-footer span { color: rgba(255,255,255,.72); font-size: 13px; }
.site-footer > a { padding: 12px 16px; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 5px; font-size: 13px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 200px 1fr 170px; padding: 0 24px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 13px; }
  .hero-copy { padding-left: 42px; }
  .hero-copy h1 { font-size: 54px; }
  .scope-panel { right: 24px; width: 250px; }
  .stats-strip article { padding: 0 18px; grid-template-columns: 44px auto 1fr; gap: 9px; }
  .stat-icon { width: 44px; height: 44px; font-size: 23px; }
  .stats-strip strong { font-size: 46px; }
  .stats-strip p { font-size: 11px; }
  .milestone-band { padding: 0 42px; }
  .milestone-band article { padding: 0 30px; }
}

@media (max-width: 980px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand, .brand img { width: 152px; height: 62px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 21px; height: 2px; background: var(--navy); }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(310px,calc(100vw - 30px)); padding: 12px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 15px 35px rgba(4,28,61,.16); }
  .mobile-menu nav a { padding: 12px 14px; border-radius: 5px; font-size: 14px; }
  .mobile-menu nav a.active { color: var(--blue); background: var(--blue-light); font-weight: 800; }
  .mobile-menu nav .mobile-cta { margin-top: 7px; color: #fff; background: var(--navy); }
  .home-hero { height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding: 66px 7vw 50px; }
  .hero-copy h1 { font-size: clamp(54px,10vw,76px); }
  .hero-copy p { margin-top: 36px; }
  .hero-copy .primary-button { margin-top: 48px; }
  .hero-collage { min-height: 590px; }
  .stats-strip { grid-template-columns: repeat(2,1fr); margin-top: -8px; }
  .stats-strip article { min-height: 88px; }
  .stats-strip article:nth-child(2) { border-right: 0; }
  .stats-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading > a { grid-column: 2; }
  .service-cards { grid-template-columns: repeat(2,1fr); }
  .service-cards > a:last-child { grid-column: 1 / -1; }
  .about-hero { height: auto; grid-template-columns: 1fr; }
  .about-intro { min-height: 435px; padding: 38px 7vw; }
  .about-photo { min-height: 430px; border-radius: 0; }
  .milestone-band { grid-template-columns: 1fr; padding: 20px 8vw; }
  .milestone-band article { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .milestone-band article:last-child { border-bottom: 0; }
  .about-content { grid-template-columns: 1fr; padding: 45px 7vw 20px; }
  .about-bottom { grid-template-columns: 1fr; margin: 0 7vw 35px; }
  .principles { padding: 20px 0 28px; border-right: 0; }
  .office-card { margin: 0; }
  .services-hero { grid-template-columns: 1fr .85fr; padding-left: 45px; padding-right: 45px; }
  .services-hero h1 { font-size: 54px; }
  .services-subnav-inner { min-width: 850px; }
  .services-intro { gap: 40px; }
  .services-intro > div { grid-template-columns: 1fr; }
  .services-detail { gap: 55px; padding: 52px; }
  .services-process { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home-hero { min-height: 0; }
  .hero-copy { min-height: 485px; padding: 52px 24px 42px; }
  .hero-copy h1 { font-size: 49px; }
  .hero-copy p { font-size: 13px; }
  .hero-collage { min-height: 560px; grid-template-columns: 1fr 1fr; grid-template-rows: 44% 34% 22%; }
  .collage-team { grid-column: 1 / -1; }
  .collage-cleaning { grid-column: 1; grid-row: 2; }
  .collage-security { grid-column: 2; grid-row: 2; }
  .collage-maintenance { grid-column: 1 / -1; grid-row: 3; }
  .scope-panel { left: 18px; right: 18px; top: auto; bottom: 18px; width: auto; padding: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 12px; }
  .scope-panel h2 { grid-column: 1 / -1; }
  .scope-panel > div { height: 44px; }
  .scope-panel > div:last-child { grid-column: 1 / -1; }
  .scope-panel span { width: 33px; height: 31px; }
  .scope-panel p { font-size: 11px; }
  .stats-strip { width: calc(100% - 28px); }
  .stats-strip article { padding: 0 12px; grid-template-columns: 36px auto; gap: 9px; }
  .stat-icon { width: 34px; height: 34px; font-size: 18px; }
  .stats-strip strong { font-size: 36px; }
  .stats-strip p { grid-column: 1 / -1; padding-left: 44px; margin-top: -16px; font-size: 10px; }
  .home-services { padding: 32px 18px 50px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > a { grid-column: auto; }
  .service-cards { grid-template-columns: 1fr; }
  .service-cards > a:last-child { grid-column: auto; }
  .service-cards img { height: 200px; }
  .feature-section { padding: 64px 24px; }
  .feature-section h2 { font-size: 31px; }
  .about-intro { min-height: 490px; padding: 32px 24px; }
  .about-intro h1 { font-size: 38px; }
  .about-intro > p { font-size: 13px; }
  .year-watermark { font-size: 115px; }
  .about-photo { min-height: 355px; }
  .experience-card { min-width: 225px; height: 100px; padding: 18px 22px; }
  .milestone-band strong { font-size: 31px; }
  .milestone-band p { white-space: normal; font-size: 12px; }
  .vision-mission article { grid-template-columns: 54px 1fr; padding: 16px; }
  .vision-mission article p { grid-column: 2; }
  .value-icon { width: 48px; height: 48px; }
  .principles > div { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .office-card { grid-template-columns: 1fr; }
  .office-copy { padding: 18px; }
  .office-copy address { font-size: 11px; }
  .office-card iframe { min-height: 240px; }
  .services-hero { min-height: auto; padding: 52px 24px 44px; display: block; }
  .services-breadcrumb { margin-bottom: 30px; }
  .services-hero h1 { font-size: 45px; }
  .services-hero-description { font-size: 14px; }
  .services-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .services-hero-visual { min-height: 330px; margin-top: 48px; }
  .services-photo-main { width: 88%; height: 300px; }
  .services-photo-small { bottom: -5px; width: 40%; height: 130px; }
  .services-hero-badge { bottom: 5px; padding: 12px 15px; }
  .services-subnav-inner { min-width: 760px; padding: 0; }
  .services-subnav a { min-height: 68px; padding: 10px 16px; }
  .services-intro { padding: 70px 24px 45px; display: block; }
  .services-intro > div { display: block; }
  .services-intro h2 { margin: 24px 0; font-size: 38px; }
  .services-list { padding: 0 24px 65px; }
  .services-detail, .services-detail.reverse { min-height: auto; margin-bottom: 22px; padding: 38px 24px; display: flex; flex-direction: column; gap: 45px; }
  .services-detail.reverse .services-image-wrap { order: 0; }
  .services-image-wrap { width: 100%; height: 315px; }
  .services-content h2 { font-size: 43px; }
  .services-content ul { grid-template-columns: 1fr; }
  .services-process { padding: 75px 24px; gap: 45px; }
  .services-process-steps { grid-template-columns: 1fr; }
  .services-contact { padding: 65px 24px; align-items: flex-start; flex-direction: column; }
  .services-contact > a { margin: 32px 0 0; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
}
