:root {
  --navy: #062b4f;
  --navy-2: #0a385e;
  --teal: #009a93;
  --teal-dark: #007a75;
  --aqua: #dff4f1;
  --mist: #f4f8f7;
  --cream: #fbfaf6;
  --ink: #17354a;
  --muted: #60717d;
  --line: #dce7e5;
  --white: #fff;
  --shadow: 0 22px 60px rgba(6, 43, 79, .12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.06; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3.2rem, 6.2vw, 6.5rem); font-weight: 600; margin-bottom: 24px; }
h1 em { color: var(--teal); font-style: normal; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.45rem); font-weight: 600; margin-bottom: 20px; }
h3 { font-size: 1.35rem; font-weight: 720; }

.kicker { color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.5; margin-bottom: 17px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--teal);
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-weight: 750;
  font-size: .93rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(6,43,79,.12); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f0a23b; outline-offset: 3px; }
.btn-small { min-height: 46px; padding: 10px 18px; font-size: .86rem; }
.btn-outline { background: transparent; color: var(--navy); border-color: #a9c8c4; }
.btn-outline:hover { color: #fff; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--navy); font-weight: 760; border-bottom: 1px solid #9fc0bc; padding-bottom: 3px; }
.text-link:hover { color: var(--teal-dark); border-color: var(--teal); }

.utility-bar { background: var(--navy); color: #eef8f7; font-size: .75rem; }
.utility-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.utility-points { display: flex; gap: 24px; align-items: center; }
.utility-points span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.utility-points i { width: 6px; height: 6px; border-radius: 50%; background: #66d8cf; }
.utility-inner > a { font-weight: 760; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,231,229,.8); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { width: 228px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; gap: 27px; align-items: center; margin-left: auto; color: #294a60; font-size: .89rem; font-weight: 680; }
.site-nav a { position: relative; padding: 30px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--teal); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--mist); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 4px 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(150deg, #f8fbfa 0%, #eef7f4 62%, #e5f3f1 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(0,154,147,.12); top: -230px; left: -190px; }
.hero::after { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; background: rgba(255,255,255,.48); right: -360px; bottom: -410px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(55px, 7vw, 100px); align-items: center; min-height: 690px; padding-block: 76px 82px; }
.hero-copy { max-width: 650px; }
.hero-lead { max-width: 600px; color: #4e6675; font-size: 1.12rem; line-height: 1.75; margin-bottom: 31px; }
.hero-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 46px; border-top: 1px solid #c8dedb; padding-top: 21px; max-width: 560px; }
.hero-proof div { padding-right: 20px; border-right: 1px solid #c8dedb; }
.hero-proof div + div { padding-left: 20px; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--navy); font-size: .94rem; }
.hero-proof span { color: var(--muted); font-size: .77rem; margin-top: 3px; }
.hero-visual { position: relative; min-height: 535px; border-radius: 240px 240px 30px 30px; overflow: hidden; box-shadow: var(--shadow); background: #dfe9e6; }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.24); object-position: center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,30,57,.58), transparent 45%); }
.hero-visual-card { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 56px; display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.95); padding: 17px 18px; border-radius: 14px; box-shadow: 0 12px 30px rgba(3,31,59,.16); }
.mini-icon { display: grid; place-items: center; width: 31px; height: 31px; flex: 0 0 31px; border-radius: 50%; background: var(--aqua); color: var(--teal-dark); font-weight: 900; }
.hero-visual-card strong, .hero-visual-card span { display: block; }
.hero-visual-card strong { color: var(--navy); font-size: .9rem; }
.hero-visual-card span { color: var(--muted); font-size: .76rem; margin-top: 2px; }
.hero-visual-label { position: absolute; z-index: 2; bottom: 18px; left: 30px; color: #fff; font-weight: 780; letter-spacing: .12em; font-size: .67rem; }

.industry-strip { background: var(--navy); color: #e8f4f3; }
.industry-grid { min-height: 98px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); align-items: center; }
.industry-title span, .industry-title strong { display: block; }
.industry-title span { color: #9fc6c3; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.industry-title strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; color: #fff; }
.industry-item { border-left: 1px solid rgba(255,255,255,.14); padding-left: 23px; font-size: .82rem; font-weight: 680; display: flex; align-items: center; gap: 10px; min-height: 42px; }
.dot { width: 7px; height: 7px; background: #5bd0c7; border-radius: 50%; flex: 0 0 7px; }

.section { padding-block: 105px; }
.services-section { background: #fff; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-heading h2 { max-width: 730px; margin-bottom: 0; }
.split-heading > p { color: var(--muted); max-width: 470px; margin: 0 0 8px; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 410px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: var(--mist); }
.featured-service { background: var(--navy); color: #dce9ee; }
.featured-service:hover { background: var(--navy-2); }
.featured-service h3 { color: #fff; }
.featured-service .service-tag { color: #83e1d9; }
.service-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--aqua); display: grid; place-items: center; margin-bottom: 35px; }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: var(--teal-dark); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.featured-service .service-icon { background: rgba(255,255,255,.12); }
.featured-service .service-icon svg { stroke: #7adbd3; }
.service-tag { color: var(--teal-dark); font-size: .67rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 9px; }
.service-card h3 { margin-bottom: 14px; font-size: 1.44rem; }
.service-card > p:not(.service-tag):not(.kicker) { color: var(--muted); font-size: .92rem; }
.featured-service > p:not(.service-tag) { color: #cbdde5; }
.service-card ul { list-style: none; padding: 0; margin: 22px 0 0; font-size: .84rem; }
.service-card li { padding: 5px 0; }
.service-card li::before { content: "✓"; color: var(--teal); font-weight: 800; margin-right: 9px; }
.featured-service li::before { color: #73d7cf; }
.quote-card { display: flex; flex-direction: column; justify-content: center; background: var(--aqua); }
.quote-card:hover { background: #d6f0ed; }
.quote-card .kicker { margin-bottom: 11px; }
.quote-card h3 { font-family: Georgia, serif; font-size: 2rem; line-height: 1.1; }
.card-link { margin-top: 24px; display: inline-flex; justify-content: space-between; align-items: center; border-top: 1px solid #b3d8d3; padding-top: 15px; color: var(--navy); font-weight: 780; font-size: .9rem; }

.operational-section { background: var(--cream); }
.operational-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px,8vw,115px); align-items: center; }
.photo-panel { position: relative; min-height: 700px; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.photo-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,43,79,.68), transparent 45%); }
.photo-caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: #fff; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.35; }
.operational-copy > h2 { max-width: 720px; }
.lead-copy { color: #4e6675; font-size: 1.04rem; line-height: 1.75; max-width: 650px; }
.principle-list { margin-top: 35px; border-top: 1px solid #d6ddd9; }
.principle-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #d6ddd9; }
.principle-list article > span { color: var(--teal-dark); font-weight: 800; font-size: .77rem; padding-top: 4px; }
.principle-list h3 { margin-bottom: 8px; font-size: 1.1rem; }
.principle-list p { color: var(--muted); margin-bottom: 0; font-size: .9rem; }
.operational-copy .btn { margin-top: 28px; }

.light-link { color: #fff; border-color: rgba(255,255,255,.35); margin-top: 18px; align-self: flex-start; }
.light-link:hover { color: #7fe0d8; border-color: #7fe0d8; }

.centered-heading { text-align: center; max-width: 820px; margin-inline: auto; }
.centered-heading > p:last-child { color: var(--muted); max-width: 600px; margin: 0 auto; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; counter-reset: steps; }
.process-grid article { padding: 32px 25px 10px 0; position: relative; border-top: 1px solid var(--line); }
.step-no { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--aqua); color: var(--teal-dark); font-weight: 850; margin-top: -24px; border: 7px solid #fff; box-sizing: content-box; }
.process-grid h3 { margin: 18px 0 10px; }
.process-grid p { color: var(--muted); font-size: .92rem; max-width: 310px; }

.quote-section { padding-block: 95px; background: linear-gradient(135deg, #062b4f, #0a395f 70%, #0d466e); color: #fff; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,8vw,105px); align-items: start; }
.quote-copy { position: sticky; top: 135px; }
.quote-copy .kicker { color: #75dbd2; }
.quote-copy h2 { color: #fff; font-size: clamp(2.6rem,4.8vw,4.8rem); }
.quote-copy > p:not(.kicker):not(.service-area) { color: #d2e0e8; max-width: 500px; }
.contact-stack { margin-top: 36px; display: grid; gap: 14px; }
.contact-stack a { display: flex; gap: 14px; align-items: center; padding: 13px 0; width: fit-content; }
.contact-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(109,221,212,.13); display: grid; place-items: center; color: #7ce1d9; }
.contact-stack small, .contact-stack strong { display: block; }
.contact-stack small { color: #8fb0c3; font-size: .62rem; letter-spacing: .12em; font-weight: 800; }
.contact-stack strong { color: #fff; font-size: .94rem; overflow-wrap: anywhere; }
.service-area { margin-top: 29px; color: #9eb8c7; font-size: .82rem; }

.quote-form { background: #fff; color: var(--ink); border-radius: 22px; padding: 34px; box-shadow: 0 22px 70px rgba(0,0,0,.18); }
.form-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.form-heading span { color: var(--teal-dark); font-weight: 850; letter-spacing: .12em; font-size: .72rem; }
.form-heading p { color: var(--muted); font-size: .8rem; margin: 7px 0 0; }
.quote-form label { display: block; color: var(--navy); font-size: .78rem; font-weight: 770; margin-bottom: 17px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cadad7; border-radius: 10px; background: #fbfdfc; padding: 12px 13px; color: var(--ink); font-size: .92rem; transition: border-color .2s, box-shadow .2s; }
.quote-form input, .quote-form select { min-height: 48px; }
.quote-form textarea { resize: vertical; min-height: 120px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0,154,147,.08); outline: 0; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-submit { width: 100%; margin-top: 2px; }
.form-note { color: var(--muted); font-size: .73rem; text-align: center; margin: 12px 0 0; }
.form-error { color: #a72b22; font-size: .8rem; font-weight: 700; min-height: 0; margin-bottom: 8px; }

.site-footer { background: #041f38; color: #b9cbd6; padding-top: 60px; }
.footer-main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 48px; }
.footer-brand-block img { width: 230px; background: #fff; border-radius: 7px; padding: 5px; margin-bottom: 17px; }
.footer-logo-card { display: inline-block; background: #fff; border-radius: 14px; padding: 12px 14px; margin-bottom: 18px; box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.footer-logo { display: block; width: min(100%, 360px) !important; max-width: 100%; height: auto; background: transparent !important; border-radius: 0 !important; padding: 0 !important; margin: 0 !important; }
.footer-brand-block p { max-width: 340px; font-size: .84rem; color: #9eb6c5; }
.footer-main h3 { color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 15px; }
.footer-main a, .footer-main span { display: block; font-size: .8rem; margin: 7px 0; color: #b9cbd6; overflow-wrap: anywhere; }
.footer-main a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: .7rem; color: #809dac; }
.footer-bottom a { color: #a9c5d2; }
.mobile-action-bar { display: none; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 38px, 1080px); }
  .utility-points span:nth-child(4) { display: none; }
  .site-nav { gap: 18px; font-size: .82rem; }
  .brand { width: 205px; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 45px; min-height: 630px; }
  .hero-visual { min-height: 480px; }
  .industry-grid { grid-template-columns: 1.3fr repeat(4, 1fr); }
  .industry-item { padding-left: 16px; font-size: .75rem; }
  .split-heading { gap: 55px; }
  .service-card { padding: 26px; }
  .operational-grid { gap: 60px; }
  .photo-panel { min-height: 620px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 82px; }
  .utility-points span:nth-child(3) { display: none; }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 75px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 75px; left: 19px; right: 19px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; padding: 12px; border-radius: 0 0 16px 16px; box-shadow: 0 18px 40px rgba(6,43,79,.16); border: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 62px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 450px; max-width: 700px; width: 100%; justify-self: center; border-radius: 180px 180px 28px 28px; }
  .industry-grid { grid-template-columns: 1fr 1fr; padding-block: 22px; row-gap: 8px; }
  .industry-title { grid-column: 1 / -1; margin-bottom: 8px; }
  .industry-item { border-left: 0; padding: 6px 0; min-height: auto; }
  .section { padding-block: 78px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .split-heading > p { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .operational-grid { grid-template-columns: 1fr; }
  .photo-panel { min-height: 520px; max-width: 650px; width: 100%; }
          .process-grid { gap: 22px; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .quote-copy h2 { max-width: 760px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .shell { width: min(100% - 32px, 590px); }
  .utility-inner { justify-content: center; min-height: 36px; }
  .utility-points { display: none; }
  .brand { width: 180px; }
  .hero-grid { padding-block: 48px 45px; gap: 38px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.35rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr; gap: 11px; }
  .hero-proof div { border-right: 0; border-bottom: 1px solid #c8dedb; padding: 0 0 10px; }
  .hero-proof div + div { padding-left: 0; }
  .hero-proof div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 385px; border-radius: 120px 120px 24px 24px; }
  .hero-visual-card { left: 15px; right: 15px; bottom: 52px; }
  .hero-visual-label { left: 19px; font-size: .58rem; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-title { grid-column: auto; }
  .section { padding-block: 66px; }
  .section-heading { margin-bottom: 36px; }
  .service-grid { grid-template-columns: 1fr; border-left: 0; border-top: 0; gap: 14px; }
  .service-card { min-height: auto; border: 1px solid var(--line); border-radius: 14px; padding: 27px; }
  .service-icon { margin-bottom: 25px; }
  .photo-panel { min-height: 470px; }
  .photo-caption { font-size: 1.1rem; left: 22px; right: 22px; }
  .principle-list article { grid-template-columns: 36px 1fr; gap: 12px; }
      .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-grid article { padding-top: 25px; }
  .process-grid p { max-width: none; }
  .quote-section { padding-block: 65px; }
  .quote-form { padding: 24px 19px; border-radius: 16px; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; }
  .mobile-action-bar { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1.35fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 25px rgba(6,43,79,.08); }
  .mobile-action-bar a { min-height: 64px; display: grid; place-items: center; font-size: .84rem; font-weight: 800; color: var(--navy); }
  .mobile-action-bar a:last-child { background: var(--teal); color: #fff; }
}

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

/* Refined homepage content sections */

.service-card { display: flex; flex-direction: column; min-height: 455px; }
.service-card .service-link { margin-top: auto; }
.featured-service .service-link { color: #fff; border-color: rgba(255,255,255,.24); }
.featured-service .service-link:hover { color: #82e1d9; border-color: #82e1d9; }

.industries-section { background: var(--mist); }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }
.industry-card { min-height: 255px; padding: 31px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.industry-card:hover { background: #fbfdfc; }
.industry-card > span { display: inline-block; color: var(--teal-dark); font-size: .71rem; font-weight: 850; letter-spacing: .12em; margin-bottom: 28px; }
.industry-card h3 { font-size: 1.28rem; margin-bottom: 12px; }
.industry-card p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }

.compact-principles { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.compact-principles article { grid-template-columns: 34px 1fr; gap: 12px; padding: 19px 0; }
.compact-principles article:nth-child(odd) { padding-right: 8px; }
.compact-principles h3 { font-size: 1rem; margin-bottom: 6px; }
.compact-principles p { font-size: .84rem; line-height: 1.6; }

.about-band { background: var(--navy); color: #fff; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 610px; align-items: stretch; }
.about-copy { padding: 82px 72px 82px 0; display: flex; flex-direction: column; justify-content: center; }
.about-copy .kicker { color: #79dcd4; }
.about-copy h2 { color: #fff; font-size: clamp(2.55rem, 4.5vw, 4.35rem); max-width: 670px; }
.about-copy p { color: #d4e2ea; max-width: 680px; margin-bottom: 15px; }
.about-copy .about-emphasis { color: #fff; font-weight: 720; }
.about-image-wrap { position: relative; min-height: 610px; }
.about-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); object-position: 66% center; }
.about-image-wrap::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--navy), transparent 18%); }

.process-grid { grid-template-columns: repeat(4, 1fr); gap: 28px; }
.process-grid p { max-width: none; }

.location-section { padding-block: 72px; background: var(--cream); border-top: 1px solid var(--line); }
.location-inner { max-width: 860px; margin-inline: auto; text-align: center; }
.location-inner h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); margin-bottom: 17px; }
.location-inner > p:not(.kicker) { color: var(--muted); max-width: 720px; margin: 0 auto 23px; }
.location-inner .text-link { justify-content: center; }
.footer-tagline { color: #d4e6ee !important; font-weight: 680; }

@media (max-width: 1080px) {
      .compact-principles { grid-template-columns: 1fr; }
  .about-copy { padding-right: 52px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 28px; }
}

@media (max-width: 860px) {

    .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { padding: 68px 0 48px; }
  .about-image-wrap { min-height: 410px; }
  .about-image-wrap::before { background: linear-gradient(180deg, var(--navy), transparent 17%); }
}

@media (max-width: 620px) {

    .service-card { min-height: auto; }
  .industries-grid { grid-template-columns: 1fr; border-left: 0; border-top: 0; gap: 12px; background: transparent; }
  .industry-card { min-height: auto; border: 1px solid var(--line); border-radius: 14px; padding: 26px; background: #fff; }
  .industry-card > span { margin-bottom: 18px; }
  .about-copy { padding-top: 58px; }
  .about-image-wrap { min-height: 330px; margin-inline: -16px; }
    .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .location-section { padding-block: 58px; }
}

#residential-cleaning { scroll-margin-top: 118px; }


/* Real client proof — Nonna's Cucina */
.client-story {
  padding-block: 105px;
  background: #edf6f4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.client-story-heading {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(48px, 7vw, 92px);
  align-items: end;
  margin-bottom: 48px;
}
.client-story-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}
.client-story-heading > p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 7px;
  max-width: 520px;
}
.client-story-heading > p strong {
  color: var(--navy);
}
.client-story-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: stretch;
}
.client-gallery {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) 180px;
  gap: 14px;
  min-width: 0;
}
.client-gallery-main {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  min-height: 420px;
  box-shadow: 0 18px 45px rgba(6,43,79,.10);
  background: #dfe8e5;
}
.client-gallery-main img,
.client-gallery-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client-gallery-main img {
  position: absolute;
  inset: 0;
}
.client-gallery-main::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(3,25,48,.64), transparent);
  pointer-events: none;
}
.client-gallery-main figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: #fff;
  font-size: .78rem;
  font-weight: 780;
  letter-spacing: .06em;
}
.client-gallery-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.client-gallery-pair img {
  min-height: 180px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(6,43,79,.08);
}
.client-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(34px, 4.2vw, 54px);
  border-radius: 22px;
  background: var(--navy);
  color: #d7e6eb;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.client-testimonial::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(116,218,210,.16);
  right: -95px;
  top: -92px;
}
.client-label {
  position: relative;
  z-index: 1;
  color: #7edbd4;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .15em;
  margin-bottom: 10px;
}
.client-brand-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.client-brand-logo {
  display: block;
  width: min(220px, 70%);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.28));
}
.client-brand-sub {
  color: #9ebfca;
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0;
}
.quote-mark {
  color: #69d2ca;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: .72;
  margin: 10px 0 18px;
}
.client-testimonial blockquote {
  margin: 0;
}
.client-testimonial blockquote p {
  color: #f5fbfc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.15vw, 1.82rem);
  line-height: 1.48;
  letter-spacing: -.018em;
  margin-bottom: 28px;
}
.client-person {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.15);
  margin-top: auto;
}
.client-person strong {
  color: #fff;
  font-size: .98rem;
}
.client-person span {
  color: #a9c1cc;
  font-size: .8rem;
}
.client-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}
.client-facts div {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.client-facts span,
.client-facts strong {
  display: block;
}
.client-facts span {
  color: #87a4b1;
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.client-facts strong {
  color: #eef7f8;
  font-size: .74rem;
  line-height: 1.35;
}

@media (max-width: 960px) {
  .client-story-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .client-story-grid {
    grid-template-columns: 1fr;
  }
  .client-gallery {
    grid-template-rows: minmax(390px, 1fr) 170px;
  }
  .client-testimonial {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .client-story {
    padding-block: 66px;
  }
  .client-story-heading {
    margin-bottom: 32px;
  }
  .client-story-heading > p {
    font-size: .94rem;
  }
  .client-gallery {
    grid-template-rows: 300px 125px;
    gap: 10px;
  }
  .client-gallery-main {
    min-height: 300px;
    border-radius: 16px;
  }
  .client-gallery-main figcaption {
    left: 18px;
    bottom: 15px;
    font-size: .68rem;
  }
  .client-gallery-pair {
    gap: 10px;
  }
  .client-gallery-pair img {
    min-height: 125px;
    border-radius: 12px;
  }
  .client-testimonial {
    padding: 30px 24px;
    border-radius: 16px;
  }
  .client-testimonial blockquote p {
    font-size: 1.32rem;
  }
  .client-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .client-facts div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 8px;
    align-items: baseline;
  }
  .client-facts span {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .footer-logo-card { padding: 10px 12px; border-radius: 12px; }
  .footer-logo { width: min(100%, 300px) !important; }
}
