:root {
  --blue: #063f8c;
  --blue-dark: #062a5d;
  --blue-deep: #071f3e;
  --orange: #eb5628;
  --whatsapp: #25D366;
  --ink: #17212b;
  --muted: #64707c;
  --line: #d9dee3;
  --paper: #f6f7f8;
  --white: #fff;
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blue-deep); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.button:focus-visible,.header-cta:focus-visible,.floating-whatsapp:focus-visible,.gallery-item:focus-visible,.contact-links a:focus-visible,.qr-block a:focus-visible,.footer-top a:focus-visible,.footer-bottom a:focus-visible,nav a:focus-visible,.menu-toggle:focus-visible { outline: 3px solid #ffb28f; outline-offset: 4px; }
.shell { width: min(1240px, 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: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 14px; background: var(--white); color: var(--blue); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.site-header.scrolled { position: fixed; background: rgba(7,31,62,.96); backdrop-filter: blur(14px); box-shadow: 0 8px 30px rgba(2,16,34,.15); }
.header-inner { width: min(1370px, calc(100% - 48px)); height: 98px; margin: auto; display: grid; grid-template-columns: 190px minmax(0,1fr) max-content; align-items: center; gap: clamp(16px,2vw,30px); }
.brand { align-self: stretch; width: 174px; background: var(--white); display: grid; place-items: center; padding: 9px 20px; clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.brand-mark { display: grid; justify-items: center; color: var(--blue-deep); font-family: var(--display); line-height: .8; text-transform: uppercase; }
.brand-mark strong { font-size: 42px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark small { margin-top: 7px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
nav { min-width: 0; justify-self: end; display: flex; gap: clamp(18px,2.4vw,34px); }
nav a { font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 50px; padding: 0 22px; display: flex; align-items: center; justify-content: center; background: var(--whatsapp); font-family: var(--display); font-weight: 800; font-size: 17px; letter-spacing: .04em; line-height: 1; text-transform: uppercase; white-space: nowrap; transition: transform .2s, background .2s; }
.header-cta:hover { background: #1fbd59; transform: translateY(-2px); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; background: var(--blue-deep); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 720px; height: 900px; right: -260px; top: -180px; border: 140px solid rgba(0,83,176,.22); transform: rotate(24deg); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 66%); }
.hero-layout { position: relative; min-height: 820px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(45px,7vw,110px); padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #bfd4ec; }
.eyebrow span { width: 36px; height: 3px; background: var(--orange); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--display); text-transform: uppercase; line-height: .86; letter-spacing: -.025em; }
h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(76px,8.3vw,132px); font-weight: 900; }
h1 em,h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 620px; margin-bottom: 34px; color: #cbd6e2; font-size: clamp(17px,1.4vw,20px); line-height: 1.7; }
.hero-actions { width: min(100%,540px); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.button { min-height: 58px; padding: 0 25px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border: 1px solid transparent; font-family: var(--display); font-size: 18px; font-weight: 800; letter-spacing: .04em; line-height: 1; text-align: center; text-transform: uppercase; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-3px); }
.button svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #d94b19; }
.button-ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-facebook { grid-column: 2; border-color: rgba(255,255,255,.35); background: #1877f2; color: var(--white); }
.button-facebook:hover { border-color: #3d8df5; background: #1268d3; }
.button-facebook svg { fill: currentColor; stroke: none; }
.hero-proof { margin-top: 48px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.hero-proof span { margin-top: 7px; color: #9eb0c3; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: end; width: min(100%,590px); }
.hero-photo-wrap { position: relative; height: 610px; box-shadow: 28px 28px 0 rgba(5,62,134,.55); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: -14px 40px 14px -14px; border: 1px solid rgba(255,255,255,.3); z-index: -1; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; filter: saturate(.84) contrast(1.03); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(4,22,44,.85)); }
.photo-label { position: absolute; z-index: 2; bottom: 26px; left: 26px; right: 26px; display: flex; align-items: center; gap: 14px; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.photo-label span { color: var(--orange); }
.steel-tag { position: absolute; right: -58px; top: 72px; font-family: var(--display); font-size: 13px; letter-spacing: .2em; color: #8fa7bf; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; left: 28px; bottom: 34px; display: flex; align-items: center; gap: 13px; transform: rotate(-90deg); transform-origin: left center; font-family: var(--display); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #9eb0c3; }
.scroll-cue i { display: block; width: 60px; height: 1px; background: currentColor; }
.trust-strip { background: var(--blue); color: var(--white); overflow: hidden; }
.trust-track { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 28px; font-family: var(--display); font-size: 18px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-track i { flex: 0 0 5px; width: 5px; height: 5px; background: var(--orange); transform: rotate(45deg); }

.section { padding: 125px 0; }
.section-number { display: block; margin-bottom: 34px; color: var(--blue); font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-number.light { color: #7eacd9; }
h2 { margin-bottom: 0; font-size: clamp(56px,6.6vw,94px); font-weight: 900; }
.about { background: var(--paper); overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px 85px; align-items: start; }
.about-copy { padding-top: 56px; }
.about-copy .lead { color: var(--blue-dark); font-size: clamp(21px,2vw,28px); font-weight: 600; line-height: 1.5; }
.about-copy > p:not(.lead) { max-width: 620px; color: var(--muted); }
.assurance-list { margin-top: 45px; border-top: 1px solid var(--line); }
.assurance-list div { display: grid; grid-template-columns: 42px 160px 1fr; align-items: center; gap: 18px; min-height: 91px; border-bottom: 1px solid var(--line); }
.assurance-list span { color: var(--orange); font-family: var(--display); font-weight: 800; }
.assurance-list strong { font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.assurance-list small { color: var(--muted); }
.flyer-card { grid-column: 1/-1; position: relative; margin: 20px 0 0; display: grid; grid-template-columns: 1fr 320px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 22px 70px rgba(17,33,49,.09); overflow: hidden; }
.flyer-card::before { content: "Company overview"; position: absolute; top: 0; left: 0; z-index: 2; padding: 11px 18px; background: var(--orange); color: white; font: 800 15px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.flyer-statement { min-height: 420px; padding: clamp(38px,6vw,76px); display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(135deg,rgba(6,63,140,.96),rgba(7,31,62,.98)), repeating-linear-gradient(90deg,transparent 0 74px,rgba(255,255,255,.08) 75px 76px); color: var(--white); }
.flyer-statement span { margin-bottom: 18px; color: #a9c6e2; font: 800 14px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.flyer-statement strong { font: 900 clamp(52px,7vw,92px)/.82 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
.flyer-card figcaption { display: flex; align-items: flex-end; padding: 45px; background: var(--blue); color: var(--white); font-family: var(--display); font-size: 29px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }

.services { position: relative; background: var(--blue-deep); color: var(--white); }
.services::before { content: "DPM"; position: absolute; top: 40px; right: 3vw; color: rgba(255,255,255,.025); font: 900 310px/.8 var(--display); }
.services-intro { position: relative; display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: end; margin-bottom: 75px; }
.services-intro p { color: #aebdcb; font-size: 18px; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-row { min-height: 174px; display: grid; grid-template-columns: 60px 78px minmax(250px,.9fr) 1.25fr; align-items: center; gap: 26px; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, padding .25s; }
.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.045); }
.service-index { color: var(--orange); font: 700 15px/1 var(--display); }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); }
.service-icon svg { width: 39px; fill: none; stroke: #8db7e0; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.service-row h3 { margin: 0; font-family: var(--display); font-size: clamp(26px,3vw,39px); text-transform: uppercase; }
.service-row p { margin: 0; color: #c1ceda; line-height: 1.75; }

.work { background: var(--white); }
.work-heading { display: grid; grid-template-columns: 1fr 410px; gap: 70px; align-items: end; margin-bottom: 70px; }
.work-heading p { color: var(--muted); font-size: 18px; }
.gallery-title { display: grid; grid-template-columns: 1fr minmax(280px,410px); gap: 50px; align-items: end; margin-bottom: 24px; }
.gallery-title h3 { margin: 0; color: var(--blue-dark); font: 900 clamp(30px,4vw,48px)/.95 var(--display); letter-spacing: .02em; text-transform: uppercase; }
.gallery-title p { margin: 0; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(6,1fr); gap: 28px 18px; }
.gallery-item { grid-column: span 2; position: relative; padding: 0; border: 0; background: transparent; cursor: zoom-in; color: var(--ink); text-align: left; }
.gallery-item:nth-child(4) { grid-column: 2 / span 2; }
.gallery-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--blue-deep); }
.gallery-media::after { content: "+"; position: absolute; right: 16px; bottom: 16px; z-index: 3; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); background: rgba(7,31,62,.2); color: var(--white); font: 400 27px/1 var(--display); transition: background .25s, border-color .25s, transform .25s; }
.gallery-media > img:not(.gallery-watermark) { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .4s; }
.gallery-watermark { position: absolute; top: 12px; right: 12px; z-index: 2; width: clamp(38px,4.5vw,55px); height: auto; padding: 5px; background: rgba(255,255,255,.72); opacity: .7; object-fit: contain; pointer-events: none; box-shadow: 0 4px 14px rgba(7,31,62,.16); }
.gallery-caption { min-height: 84px; padding: 18px 4px 0; display: flex; justify-content: space-between; align-items: start; gap: 15px; border-top: 3px solid var(--orange); }
.gallery-item b { color: var(--blue-dark); font: 800 23px/1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.gallery-item small { color: var(--muted); font-size: 12px; white-space: nowrap; }
.gallery-item:hover .gallery-media > img:not(.gallery-watermark) { transform: scale(1.045); filter: saturate(.85); }
.gallery-item:hover .gallery-media::after { background: var(--orange); border-color: var(--orange); transform: rotate(90deg); }
.gallery-item:focus-visible .gallery-media::after { background: var(--orange); border-color: var(--orange); }

.contact { position: relative; background: var(--blue); color: var(--white); overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 500px; height: 500px; left: -260px; bottom: -260px; border: 90px solid rgba(255,255,255,.05); transform: rotate(45deg); }
.contact-grid { opacity: .15; mask-image: linear-gradient(90deg,#000,transparent 48%); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.contact-copy p { max-width: 500px; margin: 30px 0; color: #c0d1e2; font-size: 18px; }
.button-white { background: var(--white); color: var(--blue-dark); }
.button-white:hover { background: #edf3f8; }
.button-white span { color: var(--orange); font-size: 23px; }
.contact-panel { padding: 35px; background: var(--white); color: var(--ink); box-shadow: 24px 24px 0 rgba(5,35,71,.35); border-top: 5px solid var(--orange); }
.qr-block { display: grid; grid-template-columns: 170px 1fr; gap: 30px; align-items: center; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.whatsapp-mark { width: 170px; aspect-ratio: 1; display: grid; place-items: center; align-self: start; background: var(--whatsapp); color: var(--white); }
.whatsapp-mark svg { width: 86px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.qr-block > div:last-child { display: flex; flex-direction: column; }
.qr-block span { color: var(--orange); font: 800 14px/1 var(--display); letter-spacing: .13em; text-transform: uppercase; }
.qr-block strong { max-width: 320px; margin: 7px 0; color: var(--blue); font: 900 34px/.95 var(--display); text-transform: uppercase; }
.qr-block a { font-weight: 700; }
.contact-links a { position: relative; min-height: 87px; display: grid; grid-template-columns: 110px 1fr 20px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s, padding .2s, background .2s; }
.contact-links a:last-child { border-bottom: 0; }
.contact-links a:hover { color: var(--blue); padding-left: 8px; background: #f6f8fa; }
.contact-links span { color: var(--muted); font: 800 13px/1 var(--display); letter-spacing: .11em; text-transform: uppercase; }
.contact-links strong { font-size: 15px; line-height: 1.55; }
.contact-links i { color: var(--orange); font-style: normal; font-size: 21px; }

footer { background: #06192e; color: var(--white); }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 45px; }
.footer-brand { width: 125px; height: 105px; padding: 8px; display: grid; place-items: center; background: var(--white); clip-path: polygon(0 0,100% 0,100% 82%,50% 100%,0 82%); }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand .brand-mark strong { font-size: 36px; }
.footer-brand .brand-mark small { font-size: 9px; }
.footer-top p { margin: 0; max-width: 680px; color: #c6d1dc; font: 700 clamp(23px,3vw,37px)/1.15 var(--display); text-transform: uppercase; }
.footer-top > a:last-child { font: 700 16px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #8193a5; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.agency-credit { min-height: 46px; display: flex; justify-content: flex-end; align-items: center; border-top: 1px solid rgba(255,255,255,.08); color: #6f8397; font-size: 11px; letter-spacing: .05em; }
.agency-credit a { color: #b9c8d6; font-weight: 700; transition: color .2s; }
.agency-credit a:hover { color: var(--white); }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 15; min-height: 55px; padding: 0 19px; display: flex; align-items: center; gap: 9px; background: #159b52; color: var(--white); box-shadow: 0 10px 30px rgba(4,29,16,.25); font: 800 15px/1 var(--display); letter-spacing: .05em; text-transform: uppercase; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.lightbox { width: min(1000px,calc(100% - 40px)); max-height: calc(100% - 40px); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,15,29,.92); backdrop-filter: blur(5px); }
.lightbox img { width: min(100%,calc((100vh - 70px) * 1.5)); aspect-ratio: 3 / 2; max-height: calc(100vh - 70px); margin: auto; object-fit: cover; object-position: 50% 50%; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.lightbox button { position: fixed; top: 18px; right: 22px; width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; font-size: 32px; line-height: 1; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 160px minmax(0,1fr) max-content; }
  nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hero-photo-wrap { height: 550px; }
  .about-layout { gap: 55px; }
  .contact-layout { gap: 55px; }
  .contact-panel { padding: 25px; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .gallery-item,.gallery-item:nth-child(4) { grid-column: span 1; }
  .gallery-item:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 36px,720px); }
  .site-header { position: absolute; }
  .header-inner { height: 82px; grid-template-columns: 130px 1fr 48px; }
  .brand { width: 120px; padding: 7px 12px; }
  .brand-mark strong { font-size: 34px; }
  .brand-mark small { font-size: 9px; }
  .header-cta { grid-column: 2; grid-row: 1; justify-self: end; min-height: 44px; padding: 0 15px; font-size: 15px; }
  .menu-toggle { grid-column: 3; grid-row: 1; justify-self: end; position: relative; z-index: 3; width: 44px; height: 44px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--white); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] { border-color: rgba(7,31,62,.3); background: var(--white); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only) { background: var(--blue-deep); }
  nav { grid-column: 1 / -1; position: fixed; inset: 0; z-index: 2; padding: 120px 35px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; background: var(--blue-deep); color: var(--orange); transform: translateX(100%); transition: transform .35s ease; }
  nav.open { transform: translateX(0); }
  nav a { color: var(--orange) !important; font-size: 40px; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 160px; padding-bottom: 95px; }
  .hero-copy { max-width: 680px; }
  h1 { font-size: clamp(74px,16vw,112px); }
  .hero-visual { width: 100%; }
  .hero-photo-wrap { height: 520px; }
  .steel-tag,.scroll-cue { display: none; }
  .trust-track { padding-block: 22px; justify-content: center; flex-wrap: wrap; }
  .section { padding: 90px 0; }
  .about-layout,.services-intro,.work-heading,.contact-layout { grid-template-columns: 1fr; }
  .about-copy { padding-top: 0; }
  .flyer-card { grid-template-columns: 1fr; }
  .flyer-statement { min-height: 360px; }
  .flyer-card figcaption { min-height: 170px; }
  .services-intro,.work-heading { gap: 30px; }
  .gallery-title { grid-template-columns: 1fr; gap: 12px; }
  .service-row { grid-template-columns: 45px 64px 1fr; padding-block: 25px; }
  .service-row p { grid-column: 3; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .gallery-item,.gallery-item:nth-child(4) { grid-column: span 1; }
  .contact-copy { max-width: 650px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 28px); }
  .header-inner { width: calc(100% - 22px); grid-template-columns: 102px 1fr 44px; gap: 8px; }
  .brand { width: 95px; }
  .brand-mark strong { font-size: 29px; }
  .brand-mark small { margin-top: 5px; font-size: 8px; }
  .header-cta { margin-left: auto; min-height: 41px; padding-inline: 13px; font-size: 13px; }
  .hero-layout { padding-top: 140px; padding-bottom: 75px; gap: 60px; }
  .eyebrow { font-size: 13px; }
  h1 { font-size: clamp(66px,21vw,92px); margin-bottom: 22px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .button-facebook { grid-column: 1; }
  .hero-proof { gap: 10px; }
  .hero-proof strong { font-size: 21px; }
  .hero-proof span { font-size: 9px; }
  .hero-photo-wrap { height: 410px; box-shadow: 13px 13px 0 rgba(5,62,134,.55); }
  .photo-label { left: 18px; right: 18px; bottom: 19px; font-size: 15px; }
  .trust-track { gap: 12px 18px; font-size: 14px; }
  .trust-track i:nth-of-type(2) { display: none; }
  .section { padding: 75px 0; }
  .section-number { margin-bottom: 23px; }
  h2 { font-size: clamp(50px,16vw,68px); }
  .about-layout { gap: 42px; }
  .about-copy .lead { font-size: 20px; }
  .assurance-list div { grid-template-columns: 32px 1fr; gap: 12px; padding-block: 18px; }
  .assurance-list small { grid-column: 2; }
  .flyer-statement { min-height: 300px; }
  .flyer-card figcaption { min-height: 140px; padding: 30px; font-size: 25px; }
  .services-intro { margin-bottom: 45px; }
  .service-row { grid-template-columns: 30px 54px 1fr; gap: 12px; padding-block: 25px; }
  .service-icon { width: 52px; height: 52px; }
  .service-icon svg { width: 31px; }
  .service-row h3 { font-size: 25px; }
  .service-row p { grid-column: 2 / -1; padding-left: 0; color: #c8d4df; font-size: 14px; line-height: 1.7; }
  .gallery { display: grid; grid-template-columns: 1fr; gap: 28px; margin: 0; padding: 0; overflow: visible; }
  .gallery-item,.gallery-item:nth-child(4),.gallery-item:last-child { grid-column: 1; width: 100%; }
  .gallery-caption { min-height: 72px; }
  .contact-layout { gap: 45px; }
  .contact-panel { padding: 17px; box-shadow: 12px 12px 0 rgba(5,35,71,.35); }
  .qr-block { grid-template-columns: 115px 1fr; gap: 17px; }
  .whatsapp-mark { width: 115px; height: 115px; }
  .whatsapp-mark svg { width: 58px; }
  .qr-block strong { font-size: 24px; }
  .qr-block a { font-size: 13px; }
  .contact-links a { min-height: 78px; grid-template-columns: 68px minmax(0,1fr) 15px; gap: 10px; }
  .contact-links strong { font-size: 13px; overflow-wrap: anywhere; }
  .footer-top { padding: 55px 0; grid-template-columns: 90px 1fr; gap: 25px; }
  .footer-brand { width: 85px; height: 75px; }
  .footer-brand .brand-mark strong { font-size: 29px; }
  .footer-top p { font-size: 24px; }
  .footer-top > a:last-child { grid-column: 2; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .agency-credit { min-height: 0; padding: 18px 0 90px; justify-content: flex-start; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-whatsapp span { display: none; }
}

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