:root {
  --brand-navy: #062c52;
  --brand-navy-deep: #031d38;
  --brand-blue: #0878cc;
  --brand-blue-bright: #1494e5;
  --brand-ice: #eef6fb;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-top: 4px solid var(--brand-navy);
  border-bottom-color: #dbe6ee;
}

.navbar { min-height: 88px; }

.brand-logo {
  width: 82px;
  height: 72px;
  object-fit: cover;
  object-position: center;
}

.brand-name { display: flex; flex-direction: column; color: var(--brand-navy); line-height: 1.1; }
.brand-name strong { font-family: Manrope, Inter, sans-serif; font-size: 1rem; font-weight: 850; letter-spacing: -.02em; }
.brand-name small { margin-top: .2rem; color: #667d90; font-size: .62rem; font-weight: 650; letter-spacing: .035em; text-transform: uppercase; }

.nav-links a { color: var(--brand-navy); }

.btn-primary {
  background: linear-gradient(135deg, var(--brand-blue-bright), var(--brand-blue));
  box-shadow: 0 13px 30px rgba(8, 120, 204, .25);
}

.hero--brand {
  min-height: 720px;
  background: #fff;
}

.hero--brand::before,
.hero--brand::after,
.hero--brand .hero-overlay { display: none; }

.hero--brand .hero-content {
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.hero-copy { position: relative; z-index: 2; }

.hero-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: var(--brand-blue);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hero--brand .hero-title {
  color: var(--brand-navy);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.hero--brand .hero-title span { color: var(--brand-blue); }

.hero--brand .hero-sub {
  max-width: 590px;
  color: #425b70;
  font-size: 1.1rem;
  line-height: 1.65;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.3rem;
  color: var(--brand-navy);
  font-size: .82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.hero-trust span::first-letter { color: var(--brand-blue); }

.hero-visual {
  position: relative;
  height: 570px;
  overflow: hidden;
  border-radius: 4px 4px 48px 4px;
  box-shadow: 0 28px 70px rgba(3, 29, 56, .22);
}

.hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 29, 56, .74));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual-badge {
  position: absolute;
  z-index: 2;
  left: 1.7rem;
  right: 1.7rem;
  bottom: 1.5rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}

.hero-visual-badge strong {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.hero-visual-badge span { font-size: .85rem; }

@media (max-width: 900px) {
  .hero--brand { min-height: auto; }
  .hero--brand .hero-content { grid-template-columns: 1fr; }
  .hero-visual { height: 460px; }
}

@media (max-width: 640px) {
  .navbar { min-height: 76px; }
  .brand-logo { width: 65px; height: 62px; }
  .hero--brand .hero-content { gap: 2.25rem; padding-top: 4rem; }
  .hero--brand .hero-title { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-visual { height: 390px; border-radius: 3px 3px 30px 3px; }
  .hero-visual-badge { align-items: flex-start; flex-direction: column; }
}

/* Brand system */
body {
  color: #243b4f;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
}

h1, h2, h3, h4 { font-family: Manrope, Inter, sans-serif; }
.preview-banner { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.25rem; color: #fff; background: #9a5a00; font-size: .82rem; }
.preview-banner strong { text-transform: uppercase; letter-spacing: .06em; }
.preview-banner a { color: #fff; border-bottom: 1px solid currentColor; font-weight: 800; }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.alt-bg { background: var(--brand-ice); }

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.15rem;
  color: var(--brand-blue);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.section-kicker--light { color: #65bdff; }

.section-heading { margin-bottom: 3.5rem; }
.section-heading h2, .intro-grid h2, .contact-band h2, .footer-lead h2 {
  color: var(--brand-navy);
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.section-heading p { max-width: 520px; color: #62798c; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.centered-heading { text-align: center; }

.btn { border-radius: 3px; text-transform: uppercase; letter-spacing: .04em; font-size: .8rem; font-weight: 800; }
.btn-outline { color: var(--brand-navy); border-color: #9cb0c0; background: transparent; }
.btn-outline:hover { color: #fff; background: var(--brand-navy); border-color: var(--brand-navy); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.btn-outline-light:hover { color: var(--brand-navy); background: #fff; }
.text-link { display: inline-flex; gap: .75rem; margin-top: 1.5rem; color: var(--brand-navy); font-weight: 800; }
.text-link span { color: var(--brand-blue); }

/* Quality strip */
.proof-strip { background: var(--brand-navy); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .1rem .9rem; padding: 1.5rem; border-left: 1px solid rgba(255,255,255,.16); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.proof-grid strong { grid-row: span 2; color: #42aef5; font-size: .75rem; }
.proof-grid span { font-family: Manrope, sans-serif; font-weight: 800; text-transform: uppercase; }
.proof-grid small { color: rgba(255,255,255,.68); }

/* Intro */
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.intro-grid h2 span { color: var(--brand-blue); }
.intro-copy { padding-top: 2.3rem; }
.intro-copy .lead { color: var(--brand-navy); font-size: 1.25rem; font-weight: 600; }
.intro-copy p + p { margin-top: 1rem; }

/* Services */
.services-section { background: #f3f7fa; }
.service-pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cbd8e2; border-bottom: 1px solid #cbd8e2; }
.service-pillar { min-height: 390px; padding: 2rem 1.7rem; border-left: 1px solid #cbd8e2; transition: background .25s ease, transform .25s ease; }
.service-pillar:last-child { border-right: 1px solid #cbd8e2; }
.service-pillar:hover { background: #fff; transform: translateY(-6px); box-shadow: 0 24px 45px rgba(6,44,82,.1); }
.service-number { color: var(--brand-blue); font-size: .75rem; font-weight: 800; }
.service-pillar h3 { min-height: 86px; margin: 3.5rem 0 1rem; color: var(--brand-navy); font-size: 1.35rem; line-height: 1.2; }
.service-pillar p { color: #607589; font-size: .92rem; }
.service-pillar a { display: flex; justify-content: space-between; margin-top: 2rem; padding-top: 1rem; color: var(--brand-navy); border-top: 1px solid #d7e1e8; font-size: .8rem; font-weight: 800; }
.service-pillar a span { color: var(--brand-blue); }

/* Work */
.work-section { background: var(--brand-navy-deep); color: #fff; }
.work-section .section-heading h2 { color: #fff; }
.work-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: .75rem; }
.work-tile { position: relative; overflow: hidden; margin: 0; background: #0b3c66; }
.work-tile--1 { grid-column: span 7; grid-row: span 2; }
.work-tile--2 { grid-column: span 5; }
.work-tile--3 { grid-column: span 5; }
.work-tile--4, .work-tile--5, .work-tile--6 { grid-column: span 4; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-tile:hover img { transform: scale(1.04); }
.work-tile figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.25rem 1.1rem; color: #fff; background: linear-gradient(transparent, rgba(3,29,56,.88)); }
.work-tile figcaption span { display: block; color: #77c7ff; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-tile figcaption strong { display: block; margin-top: .25rem; }

/* Project cards */
.projects-section { background: #fff; }
.project-card { border: 0; border-radius: 0; box-shadow: none; background: #f4f7f9; }
.project-card:hover, .project-card:focus { border-color: transparent; box-shadow: 0 22px 40px rgba(6,44,82,.13); }
.project-img { height: 300px; }
.project-info { padding: 1.6rem; }
.project-info h3 { color: var(--brand-navy); font-size: 1.25rem; }

/* Process */
.process-section { background: #f3f7fa; }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; counter-reset: steps; }
.process-line li { position: relative; display: block; padding: 0 1.4rem; text-align: left; }
.process-line li::before { content: ''; position: absolute; top: 26px; left: 0; right: 0; height: 1px; background: #bfd0dd; }
.process-line li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1.6rem; color: #fff; background: var(--brand-navy); border: 6px solid #f3f7fa; border-radius: 50%; font-size: .7rem; font-weight: 800; }
.process-line h3 { color: var(--brand-navy); font-size: 1.05rem; }
.process-line p { margin-top: .35rem; color: #687d8e; font-size: .9rem; }

/* Contact band */
.contact-band { padding: clamp(4rem, 8vw, 7rem) 0; background: linear-gradient(120deg, var(--brand-navy), #07588f); color: #fff; }
.contact-band-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 5rem; }
.contact-band h2 { color: #fff; }
.contact-band p { max-width: 520px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.contact-band-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 1.75rem; flex-wrap: wrap; }
.phone-link { color: #fff; font-weight: 800; }
.phone-link:hover { color: #72c8ff; }

/* Public inner pages */
.page-hero { padding: clamp(5rem, 9vw, 8rem) 0; color: #fff; background: linear-gradient(120deg, var(--brand-navy-deep), var(--brand-navy)); }
.page-hero h1 { color: #fff; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.045em; }
.page-hero p { color: rgba(255,255,255,.72); max-width: 720px; }
.page-hero .section-kicker { color: #61bcfa; }
.services-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.service-detail { position: relative; display: block; min-height: 340px; padding: 2.3rem; border: 1px solid #d3dfe8; border-radius: 0; background: #fff; box-shadow: none; }
.service-detail:hover { border-color: var(--brand-blue); box-shadow: 0 22px 42px rgba(6,44,82,.1); }
.service-detail-icon { width: auto; height: auto; display: block; color: var(--brand-blue); background: none; font-family: Manrope, sans-serif; font-size: .78rem; font-weight: 800; }
.service-detail-body h2 { margin: 3.5rem 0 1rem; color: var(--brand-navy); font-size: 1.5rem; }
.service-detail-body p { color: #617789; }
.service-detail .text-link { position: absolute; bottom: 2rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 5rem; }
.detail-copy { color: #526a7e; font-size: 1.06rem; white-space: pre-line; }
.detail-aside { padding: 2rem; background: var(--brand-ice); }
.detail-aside h2 { color: var(--brand-navy); font-size: 1.3rem; }
.detail-aside p { margin: .75rem 0 1.5rem; }
.project-detail-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3rem; }
.project-detail-gallery img { width: 100%; min-height: 320px; object-fit: cover; }

/* Gallery */
.gallery-filter { justify-content: center; }
.filter-btn { color: var(--brand-navy); border-color: #b8c9d6; border-radius: 2px; box-shadow: none; }
.filter-btn:hover, .filter-btn.active { background: var(--brand-navy); }
.gallery-grid { grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.gallery-item { border: 0; border-radius: 0; box-shadow: none; }
.gallery-item:nth-child(5n + 1) { grid-column: span 2; grid-row: span 2; }
.gallery-item figcaption { opacity: 1; }

/* Contact */
.kontakt-grid { gap: clamp(2rem, 7vw, 6rem); }
.kontakt-info h2, .kontakt-form-wrap h2 { color: var(--brand-navy); font-family: Manrope, sans-serif; }
.contact-list li { border: 0; border-bottom: 1px solid #d5e0e8; border-radius: 0; background: transparent; box-shadow: none; }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--brand-navy); border-radius: 50%; font-size: .7rem; font-weight: 800; }
.contact-form { border: 1px solid #d6e1e9; border-radius: 0; background: #f7fafc; box-shadow: none; }
.form-group input, .form-group select, .form-group textarea { border-radius: 2px; }
.honeypot { position: absolute !important; left: -9999px !important; }

/* QR mobile landing */
.qr-page { min-height: 80vh; padding: 3.5rem 0; background: #f2f6f9; }
.qr-card { max-width: 640px; margin: 0 auto; padding: clamp(1.5rem, 5vw, 3rem); text-align: center; background: #fff; box-shadow: 0 24px 60px rgba(6,44,82,.14); }
.qr-card .brand-logo { width: 110px; height: 105px; }
.qr-card h1 { margin: 1.2rem 0 .75rem; color: var(--brand-navy); font-size: clamp(2rem, 7vw, 3.1rem); }
.qr-card > p { color: #617789; }
.qr-actions { display: grid; gap: .7rem; margin: 2rem 0; }
.qr-services { display: flex; justify-content: center; gap: .5rem; flex-wrap: wrap; }
.qr-services span { padding: .45rem .7rem; color: var(--brand-navy); background: var(--brand-ice); font-size: .75rem; font-weight: 700; }

/* Footer */
.site-footer { margin: 0; padding-top: 0; background: var(--brand-navy-deep); }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4.5rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-lead h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); }
.footer-grid { grid-template-columns: 1.5fr 1fr 1fr .7fr; padding-top: 4rem; }
.footer-brand img { width: 92px; height: 88px; object-fit: cover; margin-bottom: 1rem; }
.footer-col h3 { margin-bottom: 1rem; color: #73c7ff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col p, .footer-col li, .footer-col address { color: rgba(255,255,255,.67); }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 450; display: grid; place-items: center; width: 58px; height: 58px; color: #fff; background: #25d366; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 26px rgba(3,29,56,.26); }
.whatsapp-float svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-float svg path:last-child { fill: currentColor; stroke: none; }
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); }

@media (max-width: 1020px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .service-pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .service-pillar:nth-child(2) { border-right: 1px solid #cbd8e2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { top: 82px; border-radius: 2px; }
  .split-heading, .footer-lead { align-items: flex-start; flex-direction: column; }
  .intro-grid, .contact-band-grid, .detail-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-copy { padding-top: 0; }
  .proof-grid, .services-list { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 1px solid rgba(255,255,255,.16); }
  .process-line { grid-template-columns: 1fr; gap: 1.5rem; }
  .process-line li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; }
  .process-line li::before { top: 0; bottom: -1.5rem; left: 40px; right: auto; width: 1px; height: auto; }
  .process-line li > span { margin: 0; }
  .work-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .work-tile--1, .work-tile--2, .work-tile--3, .work-tile--4, .work-tile--5, .work-tile--6 { grid-column: span 1; grid-row: span 1; }
  .work-tile--1 { grid-column: span 2; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .section { padding: 4.5rem 0; }
  .service-pillar-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-pillar, .service-pillar:nth-child(2) { min-height: 320px; border-right: 1px solid #cbd8e2; }
  .service-pillar h3 { min-height: auto; margin-top: 2rem; }
  .work-mosaic, .gallery-grid { grid-template-columns: 1fr; }
  .work-tile--1, .gallery-item:nth-child(5n + 1) { grid-column: span 1; grid-row: span 1; }
  .project-detail-gallery { grid-template-columns: 1fr; }
}

/* Full services overview inspired by the four-pillar brand sheet */
.services-reference main { background: #fff; }
.services-overview-hero,
.services-overview-matrix,
.services-image-band,
.services-values,
.services-cta { width: min(100%, 1440px); margin-inline: auto; }

.services-overview-hero { border: 2px solid var(--brand-navy); border-bottom: 0; }
.services-overview-hero-inner { display: grid; grid-template-columns: 245px minmax(0, 1fr) 220px; align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: 330px; padding: 2rem clamp(2rem, 5vw, 5rem); }
.services-overview-brand { display: grid; place-items: center; height: 230px; padding-right: 2rem; border-right: 1px solid #91a6b7; }
.services-overview-brand img { width: 185px; height: 185px; object-fit: cover; }
.services-overview-intro h1 { color: var(--brand-navy); font-family: "Arial Narrow", Manrope, sans-serif; font-size: clamp(2.3rem, 4.1vw, 4rem); font-weight: 900; line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.services-overview-intro h1 span { color: var(--brand-blue); }
.services-overview-lead { margin-top: .65rem; color: var(--brand-navy); font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.25; }
.services-overview-lead strong { color: var(--brand-blue); }
.services-overview-intro > p:last-child { max-width: 760px; margin-top: .9rem; color: #324a5e; font-size: .95rem; line-height: 1.5; }
.services-overview-seal { justify-self: end; padding: 1.45rem 1.2rem; color: #fff; background: var(--brand-navy); font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.02; text-align: center; transform: rotate(-3deg); clip-path: polygon(3% 8%, 93% 0, 100% 88%, 9% 100%, 0 47%); }

.services-overview-matrix { display: grid; grid-template-columns: repeat(4, 1fr); border-inline: 2px solid var(--brand-navy); border-top: 1px solid #b9c8d3; }
.services-pillar { display: flex; flex-direction: column; min-width: 0; padding: 2.1rem clamp(1.25rem, 2.1vw, 2rem) 1.7rem; border-left: 1px solid #9eb0be; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.services-pillar:first-child { border-left: 0; }
.services-pillar:hover { position: relative; z-index: 2; background: #f8fbfd; box-shadow: 0 20px 42px rgba(6,44,82,.11); transform: translateY(-4px); }
.services-pillar-icon { display: grid; place-items: center; width: 92px; height: 92px; margin-inline: auto; color: var(--brand-navy); border: 2px solid var(--brand-navy); border-radius: 50%; }
.services-pillar-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.services-pillar h2 { min-height: 86px; margin: 1rem 0 1.2rem; color: var(--brand-navy); font-family: "Arial Narrow", Manrope, sans-serif; font-size: clamp(1.15rem, 1.75vw, 1.5rem); font-weight: 900; line-height: 1.08; text-align: center; text-transform: uppercase; }
.services-pillar h2::after { content: ''; display: block; width: 42px; height: 3px; margin: .75rem auto 0; background: var(--brand-blue); }
.services-pillar ul { display: grid; gap: .95rem; margin: 0; padding: 0; list-style: none; }
.services-pillar li { position: relative; padding-left: 1.25rem; color: #263d51; font-size: .82rem; line-height: 1.32; }
.services-pillar li[id] { scroll-margin-top: 7rem; }
.services-pillar li::before { content: ''; position: absolute; top: .08rem; left: 0; width: 14px; height: 14px; background: var(--brand-navy); border-radius: 50%; }
.services-pillar li::after { content: ''; position: absolute; top: .28rem; left: .24rem; width: 6px; height: 3px; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(-45deg); }
.services-pillar li strong, .services-pillar li span { display: block; }
.services-pillar li strong { color: var(--brand-navy); font-size: .85rem; }
.services-pillar li span { margin-top: .12rem; }
.services-pillar-link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1.35rem; color: var(--brand-navy); border-top: 1px solid #c9d5dd; font-size: .72rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.services-pillar-link span { color: var(--brand-blue); }

.services-image-band { display: grid; grid-template-columns: repeat(4, 1fr); height: 320px; border: 2px solid var(--brand-navy); border-top: 0; }
.services-image-item { overflow: hidden; border-left: 4px solid #fff; }
.services-image-item:first-child { border-left: 0; }
.services-image-band img { width: 100%; height: 100%; object-fit: cover; }

.services-values { display: grid; grid-template-columns: repeat(4, 1fr); border-inline: 2px solid var(--brand-navy); background: #fff; }
.services-values > div { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: .9rem; min-height: 118px; padding: 1rem 1.4rem; border-left: 1px solid #aabac6; }
.services-values > div:first-child { border-left: 0; }
.services-value-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--brand-navy); border: 2px solid var(--brand-navy); border-radius: 50%; }
.services-value-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.services-values p, .services-values p strong, .services-values p span { display: block; margin: 0; }
.services-values p strong { color: var(--brand-navy); font-size: .82rem; text-transform: uppercase; }
.services-values p span { margin-top: .18rem; color: #536a7c; font-size: .72rem; line-height: 1.3; }

.services-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; min-height: 235px; padding: 2rem clamp(2rem, 6vw, 6rem); color: #fff; border: 2px solid var(--brand-navy); border-top: 0; background: linear-gradient(110deg, var(--brand-navy-deep), #075389); }
.services-cta > div:first-child { max-width: 760px; }
.services-cta span { color: #fff; font-size: .88rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.services-cta h2 { margin-top: .45rem; color: #fff; font-size: clamp(2rem, 3.7vw, 3.4rem); line-height: 1.04; }
.services-cta-summary { margin-top: .85rem; color: #fff; font-size: clamp(1rem, 1.55vw, 1.28rem); font-weight: 700; line-height: 1.35; }
.services-cta-script { margin-top: .7rem; color: #4db9ff; font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.25; }
.services-cta-actions { display: flex; align-items: center; flex-direction: column; gap: .8rem; min-width: 250px; }
.services-cta-phone { color: #fff; font-family: Manrope, sans-serif; font-size: 1.35rem; font-weight: 850; white-space: nowrap; }
.services-cta-phone:hover { color: #72c8ff; }

@media (max-width: 1050px) {
  .services-overview-hero-inner { grid-template-columns: 180px 1fr; }
  .services-overview-brand { height: 190px; }
  .services-overview-brand img { width: 145px; height: 145px; }
  .services-overview-seal { display: none; }
  .services-overview-matrix { grid-template-columns: repeat(2, 1fr); }
  .services-pillar:nth-child(3) { border-left: 0; border-top: 1px solid #9eb0be; }
  .services-pillar:nth-child(4) { border-top: 1px solid #9eb0be; }
  .services-values { grid-template-columns: repeat(2, 1fr); }
  .services-values > div:nth-child(3) { border-left: 0; border-top: 1px solid #aabac6; }
  .services-values > div:nth-child(4) { border-top: 1px solid #aabac6; }
}

@media (max-width: 700px) {
  .preview-banner { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .services-overview-hero-inner { grid-template-columns: 1fr; gap: 1.25rem; padding: 1.8rem 1.4rem 2.3rem; }
  .services-overview-brand { justify-content: start; width: 100%; height: auto; padding: 0 0 1rem; border: 0; border-bottom: 1px solid #b9c8d3; }
  .services-overview-brand img { width: 100px; height: 100px; }
  .services-overview-intro h1 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .services-overview-matrix { grid-template-columns: 1fr; }
  .services-pillar, .services-pillar:nth-child(3) { border-left: 0; border-top: 1px solid #9eb0be; }
  .services-pillar:first-child { border-top: 0; }
  .services-pillar h2 { min-height: 0; }
  .services-image-band { grid-template-columns: repeat(2, 1fr); height: 440px; }
  .services-image-item:nth-child(3) { border-left: 0; border-top: 4px solid #fff; }
  .services-image-item:nth-child(4) { border-top: 4px solid #fff; }
  .services-values { grid-template-columns: 1fr; }
  .services-values > div, .services-values > div:nth-child(3) { border-left: 0; border-top: 1px solid #aabac6; }
  .services-values > div:first-child { border-top: 0; }
  .services-cta { align-items: flex-start; flex-direction: column; gap: 1.5rem; padding: 2.2rem 1.4rem; }
  .services-cta-actions { align-items: stretch; width: 100%; min-width: 0; }
  .services-cta-actions .btn { text-align: center; }
}

/* Reference-faithful homepage */
.home-reference .site-header {
  display: block !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  border-top: 3px solid var(--brand-navy);
  border-bottom: 1px solid rgba(6,44,82,.13);
  box-shadow: 0 10px 30px rgba(3,29,56,.09);
  backdrop-filter: blur(18px) saturate(145%);
}

.home-reference .navbar { width: min(100%, 1440px); min-height: 76px; padding: 0 clamp(1.1rem, 3vw, 2.6rem); }
.home-reference .brand-logo { width: 61px; height: 61px; border-radius: 3px; }
.home-reference .nav-links { gap: .2rem; }
.home-reference .nav-links a:not(.btn) { padding: .62rem .9rem; color: var(--brand-navy); font-size: .87rem; font-weight: 700; }
.home-reference .nav-links a:not(.btn):hover,
.home-reference .nav-links a[aria-current="page"]:not(.btn) { color: #fff; background: var(--brand-navy); }
.home-reference .btn-nav { margin-left: .45rem; padding: .7rem 1.15rem; border-radius: 10px; font-size: .73rem; letter-spacing: .045em; text-transform: uppercase; }

.home-reference .site-footer { display: none; }

.home-reference main { padding-top: 0; }

.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;
}

.poster-hero,
.poster-services,
.poster-projects,
.poster-more,
.poster-contact {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.poster-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-inline: 2px solid var(--brand-navy);
  background: #fff;
}

.poster-hero-image {
  position: absolute;
  inset: 0 0 0 31%;
  background: #dbe7ee;
}

.poster-hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,44,82,0) 55%, rgba(3,29,56,.17));
}

.poster-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }

.poster-hero-copy {
  position: relative;
  z-index: 2;
  width: 53%;
  min-height: 760px;
  padding: 2.1rem 8.5% 2.5rem 4.3%;
  color: #0b263f;
  background: #fff;
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
}

.poster-logo { width: 205px; height: 205px; object-fit: cover; display: block; margin: 0 0 1.5rem 10%; }
.poster-script { margin: .15rem 0 .35rem 5%; color: var(--brand-navy); font-family: 'Brush Script MT', 'Segoe Script', cursive; font-size: clamp(1.8rem, 2.4vw, 2.6rem); line-height: 1; transform: rotate(-4deg); }
.poster-hero h1 { width: min(100%, 530px); margin-top: .9rem; color: var(--brand-navy); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; font-size: clamp(2.25rem, 3.1vw, 2.9rem); font-stretch: condensed; font-weight: 900; line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.poster-title-line { display: block; white-space: nowrap; }
.poster-title-line--navy { color: var(--brand-navy); }
.poster-title-line--blue { color: #087dd4; }
.poster-rule { width: 72px; height: 5px; margin: 1.4rem 0 1.35rem; background: var(--brand-blue); }
.poster-intro { font-size: clamp(.95rem, 1.3vw, 1.18rem); line-height: 1.45; }
.poster-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.75rem; flex-wrap: wrap; }
.poster-phone { color: var(--brand-navy); font-weight: 800; white-space: nowrap; }

.poster-promises {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 2rem;
  display: grid;
  gap: .45rem;
  width: min(310px, 30%);
}

.poster-promises span {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 52px;
  padding: .65rem 1.3rem;
  color: #fff;
  background: linear-gradient(90deg, #073c6a, var(--brand-navy-deep));
  border: 1px solid rgba(255,255,255,.28);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.poster-promises b { display: grid; place-items: center; width: 27px; height: 27px; border: 2px solid #fff; border-radius: 50%; }

.poster-scroll-cue {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--brand-navy);
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(6,44,82,.18);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(3,29,56,.22);
  transform: translateX(-50%);
}
.poster-scroll-cue span { height: 23px; font-size: 1.65rem; font-weight: 800; line-height: .7; animation: poster-scroll-bounce 1.7s ease-in-out infinite; }
.poster-scroll-cue small { font-size: .58rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.poster-scroll-cue:hover { color: #fff; background: var(--brand-blue); transform: translateX(-50%) translateY(2px); }
@keyframes poster-scroll-bounce { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }
@media (prefers-reduced-motion: reduce) { .poster-scroll-cue span { animation: none; } }

.poster-services { padding: 1.4rem 1.25rem 1.5rem; border: 2px solid var(--brand-navy); border-top: 0; background: #fff; }
.poster-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.poster-service { min-height: 190px; padding: .6rem 1rem; color: #132c45; text-align: center; border-left: 1px solid #7891a7; }
.poster-service:first-child { border-left: 0; }
.poster-service:hover { color: var(--brand-blue); background: #f3f8fc; }
.poster-service-icon { display: grid; place-items: center; height: 68px; color: var(--brand-navy); font-family: Georgia, serif; font-size: 3.4rem; font-weight: 400; line-height: 1; }
.poster-service h3 { margin: .45rem 0 .3rem; color: var(--brand-navy); font-size: clamp(.77rem, 1.25vw, 1rem); font-weight: 800; text-transform: uppercase; }
.poster-service p { color: #24394b; font-size: clamp(.72rem, 1.05vw, .9rem); line-height: 1.45; }

.poster-projects { position: relative; border-inline: 2px solid var(--brand-navy); background: #e8eef2; }
.poster-section-label { position: absolute; z-index: 4; top: 0; left: 0; width: 285px; padding: .65rem 2rem; color: #fff; background: linear-gradient(100deg, var(--brand-navy), #0a558d); clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%); }
.poster-section-label h2 { color: #fff; font-size: 1.05rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.poster-project-grid { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 300px 300px; gap: 4px; }
.poster-project { overflow: hidden; background: #c8d4dc; }
.poster-project--1, .poster-project--2, .poster-project--3 { grid-column: span 2; }
.poster-project--4, .poster-project--5 { grid-column: span 3; }
.poster-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.poster-project:hover img { transform: scale(1.035); }
.poster-quality-seal {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  padding: 1rem;
  color: #fff;
  background: radial-gradient(circle, #0c4d83, var(--brand-navy));
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--brand-navy), 0 12px 30px rgba(3,29,56,.26);
  text-align: center;
  transform: translate(-50%, -50%);
}
.poster-quality-seal span { color: #fff; letter-spacing: .2em; }
.poster-quality-seal strong { margin: .3rem 0; font-size: .95rem; line-height: 1.45; text-transform: uppercase; }
.poster-quality-seal i { width: 48px; height: 1px; margin: .2rem 0 .4rem; background: rgba(255,255,255,.7); }
.poster-quality-seal b { font-size: .85rem; text-transform: uppercase; }

.poster-more { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 3.2vw, 3.4rem); min-height: 72px; padding: .8rem 1.5rem; color: var(--brand-navy); border: 2px solid var(--brand-navy); border-top: 0; background: #fff; flex-wrap: wrap; }
.poster-more strong { color: #137fc8; font-size: clamp(.9rem, 1.4vw, 1.15rem); font-weight: 900; letter-spacing: .015em; text-transform: uppercase; }
.poster-more a { display: inline-flex; align-items: center; gap: .45rem; color: var(--brand-navy); font-size: clamp(.82rem, 1.15vw, 1rem); white-space: nowrap; }
.poster-more a:hover { color: var(--brand-blue); }
.poster-more svg { width: 21px; height: 21px; flex: 0 0 21px; fill: none; stroke: #0b69aa; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }

.poster-contact { display: grid; grid-template-columns: 1.25fr .52fr 1.05fr; min-height: 205px; color: #fff; border: 2px solid var(--brand-navy); border-top: 0; background: linear-gradient(110deg, #07345d, var(--brand-navy-deep)); }
.poster-contact > div { display: flex; align-items: center; justify-content: center; gap: 1.35rem; padding: 1.35rem 2rem; }
.poster-contact-brand { border-inline: 1px solid rgba(255,255,255,.55); }
.poster-contact-brand img { width: 118px; height: 118px; padding: 3px; object-fit: cover; background: #fff; border-radius: 3px; }
.poster-contact p { margin: 0 0 .18rem; color: #1598eb; font-size: clamp(.9rem, 1.35vw, 1.15rem); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.poster-contact a { display: block; color: #fff; font-family: Manrope, sans-serif; font-size: clamp(1.25rem, 2.35vw, 2.15rem); font-weight: 800; line-height: 1.08; white-space: nowrap; }
.poster-contact small { display: block; margin-top: .55rem; color: rgba(255,255,255,.92); font-size: clamp(.78rem, 1.08vw, .96rem); line-height: 1.35; }
.poster-contact-icon { display: grid; place-items: center; width: 70px; height: 70px; flex: 0 0 70px; color: #fff; border: 2px solid #fff; border-radius: 50%; }
.poster-contact-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; }
.poster-contact-info { align-items: flex-start !important; flex-direction: column; gap: .75rem !important; }
.poster-contact-info-row { display: flex; align-items: center; gap: 1rem; }
.poster-contact-info-row .poster-contact-icon { width: 60px; height: 60px; flex-basis: 60px; }
.poster-contact-info-row .poster-contact-icon svg { width: 42px; height: 42px; }
.poster-contact-info a { font-size: clamp(1.1rem, 1.85vw, 1.65rem); }
.poster-contact-location { padding-left: 11px; }
.poster-contact-location small { margin: 0; }
.poster-location-icon { display: grid; place-items: center; width: 48px; height: 52px; flex: 0 0 48px; color: #fff; }
.poster-location-icon svg { width: 45px; height: 45px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }

@media (max-width: 1050px) {
  .poster-hero { min-height: 620px; }
  .poster-hero-copy { width: 58%; min-height: 620px; padding-left: 4%; }
  .poster-logo { width: 140px; height: 140px; }
  .poster-hero h1 { width: min(100%, 440px); font-size: clamp(2.2rem, 4vw, 2.7rem); }
  .poster-project-grid { grid-template-rows: 250px 250px; }
  .poster-contact { grid-template-columns: 1fr .34fr 1fr; }
  .poster-contact > div { padding: 1.1rem; }
  .poster-contact-icon { width: 58px; height: 58px; flex-basis: 58px; font-size: 1.7rem; }
  .poster-contact-brand img { width: 96px; height: 96px; }
}

@media (max-width: 820px) {
  .home-reference .navbar { min-height: 70px; }
  .home-reference .brand-logo { width: 54px; height: 54px; }
  .home-reference .brand-name small { display: none; }
  .home-reference .nav-links { top: 70px; background: rgba(255,255,255,.98); border-color: rgba(6,44,82,.14); box-shadow: 0 18px 45px rgba(3,29,56,.18); }
  .home-reference .nav-links a:not(.btn) { width: 100%; }
  .home-reference .btn-nav { width: 100%; margin-left: 0; text-align: center; }
  .poster-hero { display: flex; flex-direction: column; min-height: 0; }
  .poster-hero-image { position: relative; inset: auto; order: 1; height: 420px; }
  .poster-hero-copy { order: 2; width: 100%; min-height: 0; padding: 2.5rem 1.5rem 3.2rem; clip-path: none; }
  .poster-hero-copy::before { content: ''; position: absolute; top: -55px; left: 0; width: 100%; height: 58px; background: #fff; clip-path: polygon(0 85%, 100% 0, 100% 100%, 0 100%); }
  .poster-logo { position: absolute; top: -385px; left: 1.25rem; width: 108px; height: 104px; margin: 0; border: 5px solid #fff; }
  .poster-promises { top: 220px; bottom: auto; width: 250px; }
  .poster-scroll-cue { bottom: auto; top: 346px; }
  .poster-services { padding-inline: .5rem; }
  .poster-service-grid { grid-template-columns: repeat(2, 1fr); }
  .poster-service { border-bottom: 1px solid #7891a7; }
  .poster-service:nth-child(odd) { border-left: 0; }
  .poster-service:last-child { grid-column: span 2; }
  .poster-project-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 230px); }
  .poster-project--1, .poster-project--2, .poster-project--3, .poster-project--4, .poster-project--5 { grid-column: span 1; }
  .poster-project--5 { grid-column: span 2; }
  .poster-quality-seal { width: 185px; height: 185px; }
  .poster-contact { grid-template-columns: 1fr 140px; }
  .poster-contact-info { grid-column: span 2; border-top: 1px solid rgba(255,255,255,.4); }
}

@media (max-width: 520px) {
  .brand-name strong { font-size: .88rem; }
  .poster-hero-image { height: 340px; }
  .poster-logo { top: -310px; width: 90px; height: 87px; }
  .poster-promises { top: 150px; width: 205px; }
  .poster-scroll-cue { top: 276px; width: 52px; height: 52px; }
  .poster-promises span { min-height: 43px; padding-left: 1.4rem; font-size: .72rem; }
  .poster-promises b { width: 22px; height: 22px; }
  .poster-script { font-size: 2rem; }
  .poster-hero h1 { width: 100%; font-size: clamp(2rem, 10.8vw, 2.5rem); }
  .poster-service-grid { grid-template-columns: 1fr; }
  .poster-service, .poster-service:nth-child(odd), .poster-service:last-child { grid-column: span 1; border-left: 0; }
  .poster-project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 230px); }
  .poster-project--1, .poster-project--2, .poster-project--3, .poster-project--4, .poster-project--5 { grid-column: span 1; }
  .poster-quality-seal { top: 50%; width: 150px; height: 150px; border-width: 4px; }
  .poster-quality-seal strong { font-size: .72rem; }
  .poster-quality-seal b { font-size: .67rem; }
  .poster-more { align-items: flex-start; flex-direction: column; gap: .72rem; padding: 1.15rem 1.4rem; }
  .poster-more a { width: 100%; }
  .poster-contact { grid-template-columns: 1fr; }
  .poster-contact-brand, .poster-contact-info { grid-column: span 1; border: 0; border-top: 1px solid rgba(255,255,255,.4); }
  .poster-contact > div { justify-content: flex-start; }
  .poster-contact-brand { justify-content: center !important; }
  .poster-contact-call { padding-block: 1.5rem !important; }
  .poster-contact-call a { font-size: clamp(1.55rem, 8vw, 2.05rem); }
  .poster-contact-info { align-items: stretch !important; }
}

@media (min-width: 821px) and (max-height: 800px) {
  .poster-hero,
  .poster-hero-copy { min-height: 640px; }
  .poster-hero-copy { padding-top: 1.25rem; padding-bottom: 1.5rem; }
  .poster-logo { width: 145px; height: 145px; margin-bottom: .75rem; }
  .poster-script { font-size: 1.85rem; }
  .poster-hero h1 { margin-top: .55rem; font-size: clamp(2.15rem, 2.8vw, 2.65rem); }
  .poster-rule { margin-block: 1rem; }
  .poster-promises { bottom: 1rem; }
}
