/* GCPS — plain CSS, no framework or external font dependency.
   Change brand colours and typography in the tokens below. */
:root {
  --ink: #182b30;
  --muted: #526168;
  --accent: #ed4917;
  --accent-dark: #b8310a;
  --paper: #ffffff;
  --soft: #f2f5f4;
  --line: #dce3e1;
  --green: #11623a;
  --font: "Segoe UI", Arial, Helvetica, sans-serif;
  --page-width: 1200px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.7 var(--font); }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent-dark); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
input, select, textarea { max-width: 100%; }
button, input, select, textarea { border-radius: var(--radius); }
button svg, a svg { flex-shrink: 0; }
svg { width: 22px; height: 22px; vertical-align: middle; }
:focus-visible { outline: 3px solid #146c9c; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.035em; font-weight: 700; }
h1 { font-size: clamp(2.65rem, 5.5vw, 4.65rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); margin-bottom: 1.2rem; }
h3 { font-size: 1.4rem; letter-spacing: -.02em; }
p { margin-bottom: 1.2rem; }
ul, ol { padding-left: 1.3rem; }
address { font-style: normal; }
.container { width: min(var(--page-width), calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 88px; }
.section-soft { background: var(--soft); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--accent-dark); font-size: .875rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1.3rem; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; flex: 0 0 auto; }
.lead { color: var(--muted); font-size: 1.15rem; line-height: 1.8; max-width: 62ch; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 650; text-decoration-thickness: 1px; }
.text-link svg { width: 18px; height: 18px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 12px 23px; border: 1px solid transparent; border-radius: var(--radius); background: var(--accent-dark); color: white; font-weight: 650; line-height: 1.4; text-decoration: none; transition: background .18s, border-color .18s; }
.button:hover { background: #972708; color: white; }
.button-secondary { color: var(--ink); background: white; border-color: #bdc9c5; }
.button-secondary:hover { background: var(--soft); color: var(--ink); border-color: var(--ink); }
.button-whatsapp { background: var(--green); color: white; }
.button-whatsapp:hover { background: #084b29; color: white; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 30px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }
.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; }

/* Shared header and navigation remain usable without JavaScript. */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 94px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; text-decoration: none; }
.brand:hover { color: inherit; }
.brand-logo { width: 42px; height: 43px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-name { font-size: 1.7rem; line-height: 1.1; letter-spacing: .08em; font-weight: 750; }
.brand-description { font-size: .75rem; line-height: 1.35; font-weight: 500; }
.nav-list { display: flex; align-items: center; list-style: none; gap: 27px; padding: 0; margin: 0; }
.nav-list a { display: flex; align-items: center; min-height: 44px; text-decoration: none; font-size: .9375rem; font-weight: 600; white-space: nowrap; }
.nav-list a[aria-current="page"] { color: var(--accent-dark); }
.nav-list .nav-contact { padding: 10px 18px; border: 1px solid var(--ink); border-radius: var(--radius); }
.nav-list .nav-contact:hover { color: white; background: var(--ink); }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 9px; padding: 8px 12px; min-height: 44px; background: white; color: var(--ink); border: 1px solid var(--line); font-size: .9rem; }

/* Home: a typographic introduction and photography from the supplied deck. */
.hero { padding-block: 45px 55px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.hero-copy { padding-block: 34px; }
.hero h1 { font-size: clamp(3.5rem, 6.4vw, 5.7rem); line-height: 1.05; letter-spacing: -.05em; }
.hero h1 span { color: var(--accent-dark); }
.hero .lead { max-width: 41ch; font-size: 1.125rem; }
.hero-note { display: flex; gap: 8px; align-items: center; margin: 28px 0 0; color: var(--muted); font-size: .875rem; }
.hero-note svg { width: 17px; height: 17px; }
.hero-visual { position: relative; margin: 0; align-self: stretch; min-height: 530px; border-radius: var(--radius); overflow: hidden; background: #253a41; }
.hero-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 58% center; }
.hero-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,20,25,.82)); }
.hero-caption { position: absolute; z-index: 1; inset: auto 30px 30px; color: white; border-left: 3px solid var(--accent); padding-left: 17px; }
.hero-caption span { display: block; font-size: .8125rem; letter-spacing: .08em; text-transform: uppercase; color: #e6e9e8; }
.hero-caption strong { display: block; max-width: 24ch; font-size: 1.55rem; line-height: 1.3; margin-top: 6px; }
.product-strip { border-block: 1px solid var(--line); padding-block: 25px; }
.product-strip-inner { display: flex; align-items: center; gap: 32px; }
.strip-label { font-size: .875rem; color: var(--muted); min-width: 110px; }
.product-list { display: flex; flex-wrap: wrap; gap: 12px 28px; list-style: none; padding: 0; margin: 0; font-size: .9375rem; font-weight: 600; }
.product-list li { padding-left: 15px; border-left: 2px solid #cfd9d5; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; max-width: 22ch; }
.section-heading p { max-width: 40ch; color: var(--muted); margin-bottom: 0; }
.section-heading > a { flex-shrink: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; color: var(--accent-dark); }
.service-top svg { width: 33px; height: 33px; stroke-width: 1.4; }
.service-top span { font-size: .875rem; color: var(--muted); }
.service-card h3 { max-width: 18ch; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: auto; padding-top: 10px; font-size: .9375rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.split-visual { margin: 0; }
.split-visual img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: var(--radius); }
.split-visual figcaption { color: var(--muted); font-size: .8125rem; margin-top: 12px; }
.detail-list { list-style: none; padding: 0; margin: 27px 0; }
.detail-list li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.detail-list li:first-child { border-top: 1px solid var(--line); }
.detail-list .number { color: var(--accent-dark); font-size: .875rem; padding-top: 2px; }
.detail-list strong { display: block; font-size: 1.05rem; }
.detail-list p { color: var(--muted); font-size: .9375rem; margin: 4px 0 0; }
.cta-band { background: var(--ink); color: white; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding-block: 55px; }
.cta-inner h2 { max-width: 21ch; margin-bottom: 10px; }
.cta-inner p { color: #cbd7d4; max-width: 58ch; margin-bottom: 0; }
.cta-inner .button { flex-shrink: 0; background: white; color: var(--ink); }
.cta-inner .button:hover { background: #e7eeeb; }

/* Interior pages. */
.page-intro { background: var(--soft); padding-block: 27px 65px; border-bottom: 1px solid var(--line); }
.breadcrumbs { font-size: .875rem; color: var(--muted); margin-bottom: 40px; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.breadcrumbs li + li::before { content: "/"; margin-right: 10px; color: #738079; }
.breadcrumbs a { text-decoration: none; }
.page-intro h1 { max-width: 21ch; }
.page-intro .lead { max-width: 63ch; margin-bottom: 0; }
.about-photo img { aspect-ratio: 1.12; object-position: 60% center; }
.mission { padding: 42px; background: var(--ink); color: white; border-radius: var(--radius); }
.mission .eyebrow { color: #ffb799; }
.mission p { color: #d0dcd9; }
.mission p:last-child { margin-bottom: 0; }
.commitments { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px 40px; margin-top: 30px; }
.commitment { border-top: 1px solid var(--line); padding-top: 20px; }
.commitment h3 { font-size: 1.18rem; }
.commitment p { color: var(--muted); margin-bottom: 0; font-size: .9375rem; }
.market-list { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0 0; padding: 0; }
.market-list li { padding: 7px 15px; border: 1px solid #c3cfcb; font-size: .9375rem; border-radius: 3px; }
.service-directory { display: grid; grid-template-columns: 235px 1fr; gap: 65px; align-items: start; }
.service-index { position: sticky; top: 124px; }
.service-index h2 { font-size: .875rem; text-transform: uppercase; letter-spacing: .1em; }
.service-index ul { padding: 0; margin: 22px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-index a { display: block; text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .9375rem; }
.service-detail { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.service-detail:last-child { margin-bottom: 0; }
.service-detail h2 { font-size: clamp(1.85rem,3vw,2.45rem); }
.service-detail .service-number { color: var(--accent-dark); letter-spacing: .12em; font-size: .875rem; display: block; margin-bottom: 12px; }
.service-detail > p { color: var(--muted); }
.service-scope-note { margin-top: 22px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding: 9px 0 9px 23px; border-bottom: 1px solid #e7ecea; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 2px; background: var(--accent-dark); }
.inspection-stages { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 25px; }
.stage { background: var(--soft); padding: 22px; border-radius: var(--radius); }
.stage span { color: var(--accent-dark); font-weight: 650; font-size: .875rem; }
.stage h3 { font-size: 1.12rem; margin: 12px 0 10px; }
.stage p { font-size: .9375rem; line-height: 1.7; margin-bottom: 0; color: var(--muted); }
.service-image { width: 100%; aspect-ratio: 2.45; object-fit: cover; border-radius: var(--radius); margin-top: 28px; }

/* Gallery: normal image links progressively enhanced into a native dialog. */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px 26px; }
.gallery-item { margin: 0; min-width: 0; }
.gallery-link { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: var(--soft); }
.gallery-link img { width: 100%; aspect-ratio: 1.2; object-fit: cover; transition: transform .25s ease; }
.gallery-link:hover img { transform: scale(1.025); }
.gallery-item.contain img { object-fit: contain; padding: 12px; background: #f0f1ef; }
.gallery-item.low-resolution img { object-fit: contain; padding: 22px; background: #e9eeec; }
.gallery-zoom { position: absolute; right: 14px; bottom: 14px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: white; color: var(--ink); }
.gallery-item figcaption { padding-top: 18px; }
.gallery-category { display: block; color: var(--accent-dark); font-size: .8125rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 5px; }
.gallery-item h2 { font-size: 1.23rem; margin: 0 0 6px; }
.gallery-item p { color: var(--muted); font-size: .9375rem; margin: 0; }
.gallery-note { border-top: 1px solid var(--line); margin: 40px 0 0; padding-top: 22px; color: var(--muted); font-size: .875rem; }
.lightbox { width: min(960px,calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 20px; border: 0; border-radius: 8px; background: white; color: var(--ink); }
.lightbox::backdrop { background: rgba(6,17,22,.88); }
.lightbox-bar { display: flex; gap: 20px; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.lightbox-bar h2 { font-size: 1.25rem; margin: 0; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; background: var(--soft); color: var(--ink); border: 1px solid var(--line); }
.lightbox > img { width: 100%; height: min(64dvh,650px); object-fit: contain; background: var(--soft); }
.lightbox-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 16px; }
.lightbox-footer p { margin: 0; font-size: .9375rem; }
.lightbox-controls { display: flex; gap: 8px; flex-shrink: 0; }

/* Contact form opens WhatsApp; no simulated email delivery. */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: start; }
.contact-details { margin: 26px 0 0; }
.contact-row { display: flex; gap: 17px; border-top: 1px solid var(--line); padding: 24px 0; }
.contact-row > svg { color: var(--accent-dark); margin-top: 4px; }
.contact-row dt { color: var(--muted); font-size: .875rem; margin-bottom: 6px; }
.contact-row dd { margin: 0; }
.contact-row a { font-weight: 600; }
.form-panel { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.form-panel h2 { font-size: 1.8rem; }
.form-panel > p { color: var(--muted); font-size: .9375rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .9375rem; font-weight: 600; }
.field label span { color: var(--muted); font-weight: 400; font-size: .875rem; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid #afbfba; background: white; color: var(--ink); line-height: 1.5; min-height: 49px; }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .875rem; color: var(--muted); margin: 0 0 22px; }
.form-panel .button { width: 100%; }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.map-heading h2 { margin-bottom: 10px; }
.map-heading p { margin: 0; color: var(--muted); }
.map-frame { width: 100%; height: 420px; border: 1px solid var(--line); border-radius: var(--radius); background: #e8eeeb; display: block; }
.map-note { font-size: .875rem; color: var(--muted); margin: 15px 0 0; }

/* Readable legal pages with a linked contents list. */
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,730px); gap: 70px; align-items: start; }
.legal-index { position: sticky; top: 122px; }
.legal-index h2 { font-size: .875rem; text-transform: uppercase; letter-spacing: .09em; }
.legal-index ol { margin: 20px 0 0; padding-left: 20px; }
.legal-index li { padding-block: 5px; color: var(--muted); font-size: .9375rem; }
.legal-index a { text-decoration: none; }
.legal-content section { margin-bottom: 38px; scroll-margin-top: 120px; }
.legal-content h2 { font-size: 1.55rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--ink); }
.legal-content .updated { font-size: .875rem; padding-bottom: 25px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }

.site-footer { padding-block: 58px 28px; background: #f7f9f8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr 1fr; gap: 60px; }
.footer-brand p { color: var(--muted); font-size: .9375rem; max-width: 32ch; margin: 20px 0 0; }
.site-footer h2 { font-size: .875rem; letter-spacing: .07em; text-transform: uppercase; margin: 6px 0 20px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links a { display: inline-block; text-decoration: none; padding: 4px 0; font-size: .9375rem; color: var(--muted); }
.footer-links a:hover { color: var(--accent-dark); }
.footer-contact { color: var(--muted); font-size: .9375rem; }
.footer-contact p { margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; border-top: 1px solid var(--line); margin-top: 42px; padding-top: 25px; color: var(--muted); font-size: .8125rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-legal a { text-decoration: none; }
.whatsapp-float { position: fixed; right: 24px; bottom: max(22px,env(safe-area-inset-bottom)); z-index: 25; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 54px; min-height: 54px; padding: 13px 19px; color: white; background: var(--green); border-radius: 50px; box-shadow: 0 4px 18px #142c3026; text-decoration: none; font-weight: 650; font-size: .9375rem; }
.whatsapp-float:hover { color: white; background: #084b29; }

@media (min-width: 1550px) {
  :root { --page-width: 1320px; }
  .hero-visual { min-height: 580px; }
}
@media (max-width: 1050px) {
  .header-inner { gap: 20px; }
  .brand-description { max-width: 125px; }
  .nav-list { gap: 17px; }
  .hero-grid { gap: 32px; }
  .hero-visual { min-height: 515px; }
  .hero h1 { font-size: clamp(3.5rem,6vw,5rem); }
  .split { gap: 40px; }
  .service-card { padding: 24px; }
  .contact-grid { gap: 38px; }
  .service-directory { grid-template-columns: 200px 1fr; gap: 35px; }
  .inspection-stages { grid-template-columns: 1fr; }
  .stage { display: grid; grid-template-columns: 40px 1fr; column-gap: 10px; }
  .stage h3 { margin: 0 0 8px; }
  .stage p { grid-column: 2; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 60px; }
  .header-inner { min-height: 80px; flex-wrap: wrap; gap: 0; padding-block: 15px; }
  .brand-description { max-width: none; }
  .brand-logo { width: 35px; height: 36px; }
  .brand-name { font-size: 1.45rem; }
  .site-nav { width: 100%; }
  .nav-list { flex-wrap: wrap; gap: 3px 20px; margin-top: 15px; }
  .nav-list .nav-contact { padding: 6px 12px; }
  .nav-ready .menu-toggle { display: flex; }
  .nav-ready .site-nav:not(.is-open) { display: none; }
  .nav-ready .nav-list { display: block; padding-top: 12px; border-top: 1px solid var(--line); }
  .nav-ready .nav-list a { padding: 10px 4px; min-height: 48px; }
  .nav-ready .nav-list .nav-contact { margin-top: 8px; padding-inline: 14px; }
  .hero { padding-block: 25px 36px; }
  .hero-grid { gap: 20px; }
  .hero h1 { font-size: 3.5rem; }
  .hero .lead { font-size: 1rem; }
  .hero .eyebrow { font-size: .8rem; letter-spacing: .07em; }
  .hero-visual { min-height: 500px; }
  .hero-caption { inset: auto 20px 24px; }
  .hero-caption strong { font-size: 1.2rem; }
  .product-strip-inner { align-items: flex-start; gap: 22px; }
  .product-list { gap: 9px 18px; }
  .service-grid { gap: 16px; }
  .service-card { padding: 24px 20px; }
  .service-card h3 { font-size: 1.2rem; }
  .service-card p { font-size: .9375rem; }
  .section-heading { gap: 25px; }
  .split { grid-template-columns: 1fr; gap: 35px; }
  .split-visual img { aspect-ratio: 1.7; }
  .cta-inner { padding-block: 45px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .service-directory { grid-template-columns: 1fr; gap: 40px; }
  .service-index { position: static; }
  .service-index ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .legal-layout { grid-template-columns: 1fr; gap: 32px; }
  .legal-index { position: static; }
  .legal-index ol { columns: 2; column-gap: 40px; }
  .legal-index li { break-inside: avoid; }
  .footer-grid { gap: 30px; grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-brand .brand-description { max-width: 125px; }
  .site-footer { padding-bottom: 95px; }
}
@media (max-width: 600px) {
  .hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { padding-block: 19px 10px; }
  .hero h1 { font-size: clamp(3.35rem,13.5vw,4.5rem); }
  .hero .lead { font-size: 1.0625rem; max-width: none; }
  .hero-note { margin-top: 22px; }
  .hero-visual { min-height: 320px; }
  .hero-caption strong { font-size: 1.35rem; }
  .hero-visual > img { object-position: center; }
  .actions { gap: 12px; margin-top: 25px; }
  .actions .button { flex: 1 1 auto; padding-inline: 15px; }
  .product-strip-inner { flex-direction: column; gap: 12px; }
  .product-list { font-size: .875rem; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 27px; }
  .service-top { margin-bottom: 25px; }
  .service-card h3 { max-width: none; font-size: 1.5rem; }
  .service-card p { font-size: 1rem; }
  .split-visual img { aspect-ratio: 1.15; }
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 26px; }
  .page-intro { padding-bottom: 45px; }
  .breadcrumbs { margin-bottom: 30px; }
  .page-intro .lead { font-size: 1.0625rem; }
  .commitments { grid-template-columns: 1fr; gap: 25px; }
  .mission { padding: 28px; }
  .service-index ul { grid-template-columns: 1fr; }
  .service-detail { padding-bottom: 35px; margin-bottom: 35px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 35px; }
  .gallery-link img { aspect-ratio: 1.3; }
  .lightbox { padding: 14px; }
  .lightbox-footer { align-items: start; }
  .contact-details { grid-template-columns: 1fr; }
  .form-panel { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .map-heading { flex-direction: column; align-items: flex-start; }
  .map-frame { height: 340px; }
  .legal-index ol { columns: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: none; }
  .footer-brand .brand-description { max-width: none; }
  .footer-bottom { margin-top: 30px; }
  .whatsapp-float { right: 16px; bottom: max(16px,env(safe-area-inset-bottom)); padding: 13px; }
  .whatsapp-float span { display: none; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand-description { max-width: 125px; }
  .hero h1 { font-size: 3.05rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .site-nav, .menu-toggle, .whatsapp-float, .cta-band, .form-panel, .map-frame, .service-index, .legal-index { display: none !important; }
  .section { padding-block: 25px; }
  .container { width: 100%; }
  .service-directory, .legal-layout { display: block; }
  .service-card, .gallery-item, .contact-row { break-inside: avoid; }
  .site-footer { padding-bottom: 20px; }
}
