/* Colorado Commercial Cooling Systems — static website styles */

.site-shell { width: 100%; overflow: clip; background: var(--paper); }
.site-shell *, .site-shell *::before, .site-shell *::after { box-sizing: border-box; }

:root {
  --navy: #071b2b;
  --navy-2: #0b263b;
  --navy-3: #11364e;
  --ink: #10202b;
  --slate: #52616b;
  --line: #d6dde1;
  --ice: #e9f4f7;
  --blue: #59b9d3;
  --blue-dark: #2185a4;
  --orange: #f0782c;
  --paper: #f7f7f3;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
.page-wrap { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.blueprint-grid { background-image: linear-gradient(rgba(121,190,209,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(121,190,209,.07) 1px, transparent 1px); background-size: 32px 32px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #9bd8e7; }
.text-arrow { display: inline-flex; align-items: center; gap: 18px; color: var(--blue-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.light-link { color: #b7e8f2; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; color: #fff; background: #001f43; border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { width: min(1400px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-image-link { overflow: hidden; }
.brand-logo { width: auto; height: 74px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.desktop-nav a { color: #cad5db; font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a.nav-accent, .mobile-nav a.nav-accent { color: var(--orange); }
.header-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 12px; color: var(--navy); background: var(--orange); font-size: 12px; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; margin-left: auto; padding: 8px; color: #fff; background: none; border: 0; }
.mobile-nav { padding: 16px 24px 26px; display: grid; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-nav a { padding: 13px 0; color: #dbe3e7; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }

/* Home hero */
.home-hero { min-height: 780px; position: relative; overflow: hidden; color: #fff; background-color: var(--navy); }
.home-hero-photo { position: absolute; inset: 0 0 0 45%; overflow: hidden; }
.home-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.home-hero-photo::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.25); }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,27,43,.98) 35%, rgba(7,27,43,.75) 59%, rgba(7,27,43,.18) 100%), linear-gradient(0deg, rgba(7,27,43,.72), transparent 42%); }
.home-hero-content { position: relative; z-index: 2; padding: 130px 0 155px; }
.home-hero-content h1 { max-width: 760px; margin: 0; font-size: clamp(64px, 8vw, 118px); font-weight: 600; line-height: .86; letter-spacing: -.065em; }
.home-hero-content h1 span { display: block; color: var(--blue); }
.home-hero-content > p:not(.eyebrow) { max-width: 570px; margin: 30px 0 34px; color: #c4d2d9; font-size: 18px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; font-size: 12px; font-weight: 800; }
.button.orange { color: var(--navy); background: var(--orange); }
.button.ghost { border-color: rgba(255,255,255,.35); }
.hero-rail { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.hero-rail div { min-height: 84px; padding: 0 22px; display: flex; align-items: center; gap: 14px; background: rgba(7,27,43,.5); border-right: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.hero-rail strong { color: var(--orange); font-size: 11px; }
.hero-rail span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Home intro */
.home-intro { padding: 124px 0; background: var(--paper); }
.home-intro-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 36px 100px; align-items: start; }
.intro-title h2, .section-heading-row h2, .partner-message h2, .markets-heading h2 { margin: 0; font-size: clamp(42px, 5.2vw, 70px); font-weight: 600; line-height: .96; letter-spacing: -.052em; }
.intro-copy { padding-top: 18px; }
.intro-copy p { margin: 0 0 22px; color: var(--slate); font-size: 17px; line-height: 1.75; }
.intro-copy p:first-child { color: var(--ink); }
.intro-copy .text-arrow { margin-top: 10px; }
.intro-photo { grid-column: 1 / -1; height: 440px; margin: 38px 0 0; position: relative; overflow: hidden; }
.intro-photo img { height: 100%; object-fit: cover; object-position: center 56%; }
.intro-photo::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.55); }
.intro-photo figcaption { position: absolute; right: 34px; bottom: 30px; z-index: 2; padding: 18px 20px; display: grid; gap: 5px; color: #fff; background: rgba(7,27,43,.88); }
.intro-photo figcaption span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.intro-photo figcaption strong { font-size: 12px; }

/* Home services */
.home-services { padding: 116px 0; background: #fff; border-top: 1px solid var(--line); }
.section-heading-row { margin-bottom: 54px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading-row > div { max-width: 780px; }
.section-heading-row > p, .section-heading-row > span { max-width: 390px; margin: 0; color: #9eb0ba; font-size: 14px; line-height: 1.7; }
.section-heading-row.dark-text > p { color: var(--slate); }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-service-grid > a { min-height: 430px; padding: 34px; position: relative; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.home-service-grid > a:hover { z-index: 2; background: var(--ice); transform: translateY(-5px); }
.home-service-grid svg { color: var(--blue-dark); }
.service-number { position: absolute; top: 36px; right: 34px; color: #9aa7ad; font-size: 11px; font-weight: 800; }
.home-service-grid h3 { max-width: 290px; margin: 80px 0 18px; font-size: 30px; line-height: 1.02; letter-spacing: -.035em; }
.home-service-grid p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.service-link { margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; color: var(--blue-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }

/* Markets */
.markets-section { padding: 116px 0; color: #fff; background: var(--navy); }
.markets-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1fr 1fr; }
.markets-heading h2 { max-width: 760px; grid-column: 1 / -1; color: #fff; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.market-card { min-height: 590px; padding: 36px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.18); }
.market-card > img, .market-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .5s; }
.market-card:hover > img { transform: scale(1.025); }
.market-shade { background: linear-gradient(0deg, rgba(4,19,31,.98), rgba(4,19,31,.08) 72%), linear-gradient(90deg, rgba(4,19,31,.5), transparent); }
.market-stat { position: absolute; top: 30px; right: 30px; z-index: 2; padding: 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.35); background: rgba(7,27,43,.35); font-size: 11px; font-weight: 800; letter-spacing: .08em; backdrop-filter: blur(8px); }
.market-card > div:last-child { position: relative; z-index: 2; max-width: 500px; }
.market-card h3 { margin: 0 0 16px; font-size: clamp(38px, 4vw, 58px); line-height: .94; letter-spacing: -.05em; }
.market-card > div p:not(.eyebrow) { max-width: 440px; margin: 0 0 24px; color: #c7d2d8; font-size: 14px; line-height: 1.7; }
.market-card > div > span { display: flex; align-items: center; gap: 18px; color: #a3dce9; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

/* Home partner brand treatment: matching surfaces, no white boxes */
.home-partners { padding: 118px 0; background: var(--paper); }
.home-partner-grid { display: grid; grid-template-columns: 1.05fr .72fr .72fr; gap: 18px; }
.partner-message { padding: 20px 50px 20px 0; align-self: center; }
.home-partner-card { min-height: 380px; padding: 32px; display: flex; flex-direction: column; border: 1px solid #bdc9ce; background: var(--paper); }
.home-partner-card.dark-card { color: #fff; border-color: var(--navy); background: var(--navy); }
.home-partner-card > span { display: flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.home-partner-card.dark-card > span { color: #9bd8e7; }
.home-partner-card h3 { margin: auto 0 22px; font-size: 34px; line-height: .96; letter-spacing: -.04em; }
.home-partner-card h3 em { color: var(--orange); font-size: .45em; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.home-partner-card p { margin: 0; color: var(--slate); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.home-partner-card.dark-card p { color: #aebec6; }
.home-proof { background: var(--ice); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; }
.proof-grid > * { min-height: 200px; padding: 36px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.proof-grid div { gap: 22px; }
.proof-grid div strong { color: var(--orange); font-size: 72px; font-weight: 600; }
.proof-grid div span { font-size: 15px; font-weight: 700; line-height: 1.5; }
.proof-grid div small { color: var(--slate); font-size: 12px; font-weight: 400; }
.proof-grid > p { margin: 0; border-right: 0; font-size: 24px; line-height: 1.35; }

/* Interior heroes */
.interior-hero { position: relative; overflow: hidden; color: #fff; background-color: var(--navy); }
.hero-layout { min-height: 760px; padding-top: 0; padding-bottom: 0; position: relative; display: block; }
.hero-copy { width: min(53%, 650px); padding: 122px 0 108px; position: relative; z-index: 3; }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(58px, 5.8vw, 88px); font-weight: 600; line-height: .91; letter-spacing: -.057em; }
.hero-intro { max-width: 620px; margin: 28px 0 30px; color: #c4d2d9; font-size: 16px; line-height: 1.75; }
.photo-frame { margin: 0; overflow: hidden; background: var(--navy-2); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image { width: min(70vw, 1080px); height: 100%; margin: 0; position: absolute; inset: 0 calc((100vw - 100%) / -2) 0 auto; z-index: 1; border: 0; border-radius: 0; clip-path: none; box-shadow: none; }
.hero-image::after { content: ""; position: absolute; inset: 0; border: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,27,43,.98) 24%, rgba(7,27,43,.75) 54%, rgba(7,27,43,.18) 86%, rgba(7,27,43,.06) 100%), linear-gradient(180deg, rgba(7,27,43,.44) 0%, rgba(7,27,43,0) 26%, rgba(7,27,43,0) 66%, rgba(7,27,43,.72) 100%); }
.hero-code { position: absolute; right: 28px; bottom: 30px; z-index: 4; padding: 13px 15px; display: grid; gap: 4px; background: rgba(7,27,43,.88); border-left: 3px solid var(--orange); }
.hero-code span { color: #abdce7; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.hero-code strong { font-size: 10px; letter-spacing: .09em; }

/* Left-side hero photos */
.page-data-centers .hero-copy,
.page-process-piping .hero-copy,
.page-water-wastewater .hero-copy,
.page-about .hero-copy { margin-left: auto; }
.page-data-centers .hero-image,
.page-process-piping .hero-image,
.page-water-wastewater .hero-image,
.page-about .hero-image { inset: 0 auto 0 calc((100vw - 100%) / -2); }
.page-data-centers .hero-image::after,
.page-process-piping .hero-image::after,
.page-water-wastewater .hero-image::after,
.page-about .hero-image::after { background: linear-gradient(90deg, rgba(7,27,43,.06) 0%, rgba(7,27,43,.16) 38%, rgba(7,27,43,.78) 70%, var(--navy) 100%), linear-gradient(180deg, rgba(7,27,43,.42) 0%, rgba(7,27,43,0) 26%, rgba(7,27,43,0) 66%, rgba(7,27,43,.7) 100%); }
.page-data-centers .hero-code,
.page-process-piping .hero-code,
.page-water-wastewater .hero-code,
.page-about .hero-code { right: 0; left: auto; }

/* Right-side hero photos */
.page-chiller-systems .hero-copy,
.page-municipal-public .hero-copy,
.page-project-delivery .hero-copy,
.page-contact .hero-copy { margin-right: auto; }
.page-chiller-systems .hero-code,
.page-municipal-public .hero-code,
.page-project-delivery .hero-code,
.page-contact .hero-code { right: auto; left: 0; }

/* Interior statement + photo curation */
.statement-section { padding: 122px 0; overflow: hidden; background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: 72px; align-items: start; }
.statement-heading h2 { margin: 0; font-size: clamp(40px, 4.7vw, 64px); font-weight: 600; line-height: .98; letter-spacing: -.048em; }
.statement-copy p { margin: 0 0 22px; color: var(--slate); font-size: 16px; line-height: 1.78; }
.statement-copy p:first-child { color: var(--ink); }
.statement-copy aside { margin-top: 36px; padding: 22px 24px; display: grid; gap: 7px; border-left: 4px solid var(--orange); background: var(--ice); }
.statement-copy aside span { color: var(--blue-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.statement-copy aside strong { font-size: 14px; line-height: 1.45; }
.statement-photos { min-height: 520px; position: relative; }
.statement-photos .support-one { width: 95%; height: 330px; margin-left: 5%; }
.statement-photos .support-two { width: 68%; height: 250px; position: absolute; right: 24%; bottom: 0; border: 12px solid var(--paper); box-shadow: 0 25px 55px rgba(16,32,43,.15); }
.statement-offset .statement-grid { grid-template-columns: .82fr .9fr 1.28fr; }
.statement-offset .statement-photos .support-one { width: 120%; height: 400px; }
.statement-offset .statement-photos .support-two { width: 76%; right: 44%; }
.statement-panorama .statement-grid { grid-template-columns: .8fr .8fr 1.4fr; }
.statement-panorama .statement-photos { min-height: 600px; }
.statement-panorama .statement-photos .support-one { height: 520px; clip-path: polygon(0 0,100% 0,100% 88%,88% 100%,0 100%); }
.statement-panorama .statement-photos .support-two { width: 62%; right: auto; left: 0; bottom: -15px; }
.statement-sequence .statement-photos .support-one { height: 280px; }
.statement-sequence .statement-photos .support-two { width: 88%; height: 300px; right: 30%; }
.statement-partners .statement-grid { grid-template-columns: .8fr 1fr 1fr; }
.statement-contact { background: var(--ice); }
.statement-contact .statement-photos .support-one { border-radius: 160px 160px 0 0; }

/* Capabilities */
.capabilities-section { padding: 118px 0; color: #fff; background: var(--navy); }
.capabilities-section .section-heading-row h2 { color: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.capability-grid article { min-height: 295px; padding: 30px; position: relative; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(89,185,211,.06), transparent 50%); transition: background .2s; }
.capability-grid article:hover { background: rgba(89,185,211,.1); }
.capability-grid article > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.capability-grid h3 { margin: auto 0 15px; font-size: 26px; line-height: 1.05; letter-spacing: -.03em; }
.capability-grid p { margin: 0; color: #aebfc8; font-size: 13px; line-height: 1.7; }
.capabilities-sequence .capability-grid { grid-template-columns: repeat(6, 1fr); }
.capabilities-sequence .capability-grid article { min-height: 350px; padding: 24px; }
.capabilities-sequence .capability-grid article:not(:last-child)::after { content: "→"; position: absolute; top: 26px; right: -9px; z-index: 2; color: var(--blue); }
.capabilities-sequence .capability-grid h3 { font-size: 22px; }
.capabilities-partners .capability-grid, .capabilities-contact .capability-grid { grid-template-columns: repeat(4, 1fr); }

/* Priorities */
.priorities-section { padding: 118px 0; background: #fff; }
.priorities-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.priorities-grid h2 { max-width: 560px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: .96; letter-spacing: -.05em; }
.priority-list { border-top: 1px solid var(--line); }
.priority-list > div { min-height: 72px; display: grid; grid-template-columns: 48px 1fr 26px; align-items: center; border-bottom: 1px solid var(--line); }
.priority-list span { color: var(--orange); font-size: 10px; font-weight: 800; }
.priority-list p { margin: 0; font-size: 14px; font-weight: 700; }
.priority-list svg { color: var(--blue-dark); }

/* Partner lockups */
.partner-lockups { padding: 40px 0; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-lockup-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 14px; }
.partner-intro { padding: 30px 60px 30px 0; display: grid; align-content: center; gap: 12px; }
.partner-intro span, .partner-brand small { color: var(--blue-dark); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.partner-intro strong { max-width: 430px; font-size: 22px; line-height: 1.25; }
.partner-brand { min-height: 245px; padding: 26px; display: flex; flex-direction: column; border: 1px solid #c8d0d3; background: var(--paper); }
.partner-brand.commercial { color: #fff; border-color: var(--navy); background: var(--navy); }
.partner-brand.commercial small { color: #a0dbe8; }
.partner-brand h3 { margin: auto 0 16px; font-size: 27px; line-height: .95; letter-spacing: -.035em; }
.partner-brand h3 em { color: var(--orange); font-size: .42em; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }
.partner-brand p { margin: 0; color: var(--slate); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.partner-brand.commercial p { color: #aebec6; }

/* Contact */
.inquiry-section { padding: 118px 0; background: var(--ice); }
.inquiry-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.inquiry-lead h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: .96; letter-spacing: -.05em; }
.inquiry-lead > p:not(.eyebrow) { margin: 28px 0; color: var(--slate); font-size: 15px; line-height: 1.75; }
.bid-scope-list { margin-top: 30px; border-top: 1px solid #b9cbd1; }
.bid-scope-list > div { padding: 16px 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; border-bottom: 1px solid #c9d8dc; }
.bid-scope-list > div > span { padding-top: 3px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.bid-scope-list p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.55; }
.bid-scope-list strong { margin-bottom: 4px; display: block; color: var(--ink); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.service-chip { margin-top: 40px; padding: 20px; display: flex; align-items: center; gap: 14px; color: #fff; background: var(--navy); }
.service-chip span { display: grid; gap: 4px; font-size: 13px; }
.service-chip strong { color: var(--blue); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.direct-contact { margin-top: 16px; display: grid; border: 1px solid #cbd8dc; background: var(--paper); }
.direct-contact a { padding: 16px 18px; display: grid; gap: 5px; border-bottom: 1px solid #cbd8dc; }
.direct-contact a:last-child { border-bottom: 0; }
.direct-contact span { color: var(--blue-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact strong { overflow-wrap: anywhere; font-size: 14px; line-height: 1.35; }
.preview-form { padding: 42px; background: var(--paper); border: 1px solid #cbd8dc; box-shadow: 0 22px 60px rgba(16,32,43,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.preview-form label { margin-bottom: 18px; display: grid; gap: 8px; color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.preview-form input, .preview-form select, .preview-form textarea { width: 100%; padding: 14px; color: var(--ink); background: transparent; border: 1px solid #bdcbd0; border-radius: 0; outline: none; font-size: 14px; text-transform: none; letter-spacing: normal; }
.preview-form input:focus, .preview-form select:focus, .preview-form textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 2px rgba(33,133,164,.12); }
.form-actions { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-actions button { min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 30px; color: var(--navy); background: var(--orange); border: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.upload-note { display: flex; align-items: center; gap: 8px; color: var(--slate); font-size: 11px; }

/* CTA + Footer */
.project-cta { padding: 28px; background: #fff; }
.cta-panel { padding: 92px 40px; display: flex; flex-direction: column; align-items: center; text-align: center; color: #fff; background-color: var(--navy); }
.cta-panel h2 { max-width: 900px; margin: 0; font-size: clamp(44px, 6vw, 76px); font-weight: 600; line-height: .95; letter-spacing: -.055em; }
.cta-panel > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 32px; color: #bdcbd2; font-size: 16px; line-height: 1.7; }
.cta-panel > a { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 24px; color: var(--navy); background: var(--orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.site-footer { color: #fff; background-color: #001f43; }
.footer-main { padding: 78px 0 66px; display: grid; grid-template-columns: 1.35fr .55fr .7fr; gap: 80px; }
.footer-brand { margin-bottom: 26px; }
.footer-brand .brand-logo { width: 270px; height: auto; }
.footer-main > div:first-child > p { max-width: 560px; color: #a2b2ba; font-size: 14px; line-height: 1.75; }
.footer-main nav { display: grid; align-content: start; gap: 13px; }
.footer-main nav a { color: #bac7cd; font-size: 12px; }
.footer-focus { display: grid; align-content: start; gap: 18px; }
.footer-focus > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-focus strong { font-size: 20px; line-height: 1.3; }
.footer-focus > a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; color: var(--orange); border-top: 1px solid rgba(255,255,255,.15); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-contact { display: grid; gap: 14px; }
.footer-contact a { display: grid; gap: 4px; color: #fff; }
.footer-contact a > span { color: #9bd8e7; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a > strong { overflow-wrap: anywhere; font-size: 16px; font-weight: 700; line-height: 1.4; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; color: #657c88; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Responsive */
@media (max-width: 1180px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 11px; }
  .header-cta { display: none; }
  .home-partner-grid { grid-template-columns: 1fr 1fr; }
  .partner-message { grid-column: 1 / -1; }
  .statement-grid { grid-template-columns: 1fr 1fr; }
  .statement-photos { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; min-height: auto; gap: 18px; }
  .statement-photos .support-one, .statement-photos .support-two, .statement-offset .statement-photos .support-one, .statement-offset .statement-photos .support-two, .statement-panorama .statement-photos .support-one, .statement-panorama .statement-photos .support-two, .statement-sequence .statement-photos .support-one, .statement-sequence .statement-photos .support-two { width: 100%; height: 360px; margin: 0; position: static; border: 0; clip-path: none; }
  .capabilities-sequence .capability-grid { grid-template-columns: repeat(3, 1fr); }
  .partner-lockup-grid { grid-template-columns: 1fr 1fr; }
  .partner-intro { grid-column: 1 / -1; }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 11px; }
  .header-cta { display: none; }
}

@media (max-width: 900px) {
  .page-wrap { width: min(100% - 40px, 1240px); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .home-hero { min-height: 800px; }
  .home-hero-photo { inset: 38% 0 0 0; }
  .home-hero-overlay { background: linear-gradient(180deg, var(--navy) 0%, rgba(7,27,43,.97) 44%, rgba(7,27,43,.46) 72%, rgba(7,27,43,.8) 100%); }
  .home-hero-content { padding-top: 100px; }
  .home-intro-grid, .section-heading-row, .priorities-grid, .inquiry-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-service-grid, .capability-grid, .capabilities-sequence .capability-grid, .capabilities-partners .capability-grid, .capabilities-contact .capability-grid { grid-template-columns: 1fr 1fr; }
  .market-grid { grid-template-columns: 1fr; }
  .market-card { min-height: 540px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > p { grid-column: 1 / -1; }
  .hero-layout { min-height: auto; padding-top: 76px; padding-bottom: 0; display: grid; grid-template-columns: 1fr; }
  .hero-copy,
  .page-data-centers .hero-copy,
  .page-process-piping .hero-copy,
  .page-water-wastewater .hero-copy,
  .page-about .hero-copy,
  .page-chiller-systems .hero-copy,
  .page-municipal-public .hero-copy,
  .page-project-delivery .hero-copy,
  .page-contact .hero-copy { width: 100%; max-width: none; margin: 0; padding: 0 0 34px; }
  .hero-image,
  .page-data-centers .hero-image,
  .page-process-piping .hero-image,
  .page-water-wastewater .hero-image,
  .page-about .hero-image { width: 100%; height: 440px; margin: 0; position: relative; inset: auto; clip-path: none; border-radius: 0; }
  .interior-hero .hero-image::after,
  .page-data-centers .hero-image::after,
  .page-process-piping .hero-image::after,
  .page-water-wastewater .hero-image::after,
  .page-about .hero-image::after { background: linear-gradient(180deg, var(--navy) 0%, rgba(7,27,43,.18) 26%, rgba(7,27,43,.05) 68%, rgba(7,27,43,.42) 100%); }
  .hero-code,
  .page-data-centers .hero-code,
  .page-process-piping .hero-code,
  .page-water-wastewater .hero-code,
  .page-about .hero-code,
  .page-chiller-systems .hero-code,
  .page-municipal-public .hero-code,
  .page-project-delivery .hero-code,
  .page-contact .hero-code { right: 20px; bottom: 16px; left: auto; }
  .statement-grid, .statement-offset .statement-grid, .statement-panorama .statement-grid, .statement-partners .statement-grid { grid-template-columns: 1fr 1fr; }
  .statement-photos { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .page-wrap { width: min(100% - 30px, 1240px); }
  .header-inner { width: calc(100% - 30px); height: 72px; }
  .brand-logo { height: 62px; }
  .home-hero { min-height: 740px; }
  .home-hero-content { padding-top: 78px; }
  .home-hero-content h1 { font-size: clamp(54px, 17vw, 82px); }
  .home-hero-content > p:not(.eyebrow) { font-size: 15px; }
  .button { width: 100%; }
  .hero-rail { grid-template-columns: 1fr 1fr; }
  .hero-rail div { min-height: 64px; }
  .home-intro, .home-services, .markets-section, .home-partners, .statement-section, .capabilities-section, .priorities-section, .inquiry-section { padding: 78px 0; }
  .home-intro-grid { gap: 34px; }
  .intro-photo { height: 330px; margin-top: 10px; }
  .home-service-grid, .home-partner-grid, .proof-grid, .capability-grid, .capabilities-sequence .capability-grid, .capabilities-partners .capability-grid, .capabilities-contact .capability-grid, .partner-lockup-grid { grid-template-columns: 1fr; }
  .home-service-grid > a { min-height: 340px; }
  .market-card { min-height: 500px; padding: 24px; }
  .market-stat { top: 20px; right: 20px; }
  .partner-message, .proof-grid > p, .footer-main > div:first-child { grid-column: auto; }
  .proof-grid > * { min-height: 150px; }
  .hero-layout { padding-top: 62px; padding-bottom: 0; gap: 34px; }
  .hero-copy h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-image,
  .page-data-centers .hero-image,
  .page-process-piping .hero-image,
  .page-water-wastewater .hero-image,
  .page-about .hero-image { height: 350px; border-width: 1px; }
  .hero-code { right: 20px; bottom: 16px; }
  .statement-grid, .statement-offset .statement-grid, .statement-panorama .statement-grid, .statement-partners .statement-grid { grid-template-columns: 1fr; gap: 44px; }
  .statement-photos { grid-template-columns: 1fr; }
  .statement-photos .support-one, .statement-photos .support-two, .statement-offset .statement-photos .support-one, .statement-offset .statement-photos .support-two, .statement-panorama .statement-photos .support-one, .statement-panorama .statement-photos .support-two, .statement-sequence .statement-photos .support-one, .statement-sequence .statement-photos .support-two { height: 290px; }
  .capability-grid article { min-height: 250px; }
  .priorities-grid { gap: 50px; }
  .partner-intro { padding-right: 0; }
  .partner-brand { min-height: 220px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .preview-form { padding: 24px; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .project-cta { padding: 10px; }
  .cta-panel { padding: 70px 22px; }
  .footer-main { padding: 64px 0; grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
}

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


/* Responsive navigation */
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { padding: 9px 0 9px 14px; color: #fff; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] .mobile-nav { width: 100vw; position: fixed; top: 84px; right: 0; left: 0; background: #001f43; }
.service-icon { display: block; color: var(--blue-dark); font-size: 28px; font-style: normal; }
.priority-list b { color: var(--blue-dark); font-size: 18px; }

@media (max-width: 900px) {
  .mobile-menu { display: block; }
  .mobile-menu[open] .mobile-nav { display: grid; }
}
@media (max-width: 640px) {
  .mobile-menu[open] .mobile-nav { top: 72px; }
}


/* Netlify form utilities */
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.preview-form input[type="file"] { padding: 12px; background: #fff; cursor: pointer; }
.form-actions button { cursor: pointer; }
