:root {
  --navy: #003f7d;
  --navy-dark: #001d3d;
  --blue: #0878c9;
  --cyan: #20bfe6;
  --lime: #b9d831;
  --ink: #102438;
  --muted: #617487;
  --off-white: #f4f8fb;
  --line: #dce7ef;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(0, 35, 76, .14);
  --shadow-soft: 0 12px 35px rgba(0, 35, 76, .09);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 3000; padding: 12px 18px; border-radius: 8px; background: var(--navy-dark); color: #fff; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h2 { margin-bottom: 24px; color: var(--navy-dark); font-size: clamp(2.2rem, 4.4vw, 4rem); }
h3 { line-height: 1.25; }
p { margin-bottom: 18px; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.98); border-color: var(--line); box-shadow: 0 8px 30px rgba(0, 32, 72, .08); }
.nav-wrap { position: relative; display: flex; align-items: center; height: 88px; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 215px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.nav-link { position: relative; padding: 31px 0 27px; color: #354f66; font-size: .85rem; font-weight: 700; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--cyan); transition: right .22s ease; }
.nav-link:hover, .nav-link.active { color: var(--navy); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-cta { margin-left: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: .86rem; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 44px; padding: 11px 19px; font-size: .78rem; }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff; box-shadow: 0 12px 28px rgba(8,120,201,.25); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(8,120,201,.32); }
.btn-outline { border-color: #b7c8d7; background: transparent; color: var(--navy); }
.btn-outline:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--cyan); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.center-action { display: flex; justify-content: center; margin-top: 38px; }

.eyebrow { margin-bottom: 15px; color: var(--cyan); text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; font-weight: 800; }
.eyebrow.dark { color: var(--blue); }
.section { padding: 112px 0; }
.split-grid, .experience-grid, .history-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.section-heading { display: grid; grid-template-columns: 1.35fr .75fr; gap: 72px; align-items: end; margin-bottom: 52px; }
.section-heading.compact { align-items: center; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }

.hero { position: relative; display: flex; min-height: 860px; align-items: center; overflow: hidden; padding-top: 88px; background: var(--navy-dark); }
.hero-image { position: absolute; inset: 88px 0 0; width: 100%; height: calc(100% - 88px); object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 88px 0 0; background: linear-gradient(90deg, rgba(0,20,50,.92) 0%, rgba(0,35,76,.7) 43%, rgba(0,33,72,.2) 76%), linear-gradient(0deg, rgba(0,18,43,.58), transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 142px; color: #fff; }
.hero h1 { max-width: 830px; margin: 0 0 24px; color: #fff; font-size: clamp(3.7rem, 6.7vw, 6.6rem); }
.hero h1 span { color: #d6f3fa; }
.hero-text { max-width: 660px; margin-bottom: 32px; color: rgba(255,255,255,.83); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(0,30,66,.72); backdrop-filter: blur(12px); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { font-size: 2rem; line-height: 1; color: var(--cyan); }
.stats-grid span { color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.35; }

.intro-copy p:not(.eyebrow), .experience-copy > p:not(.eyebrow), .history-copy p:not(.eyebrow) { color: var(--muted); }
.image-composition { position: relative; padding: 28px 0 28px 28px; }
.image-composition::before { content: ""; position: absolute; inset: 0 20% 0 0; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--cyan), var(--blue)); opacity: .13; }
.image-main { position: relative; z-index: 1; width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.floating-card { position: absolute; z-index: 2; right: -22px; bottom: 0; width: 270px; padding: 25px; border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow); }
.mini-label { display: block; margin-bottom: 7px; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.floating-card strong { display: block; color: var(--navy); line-height: 1.4; }

.services-preview, .values-section, .gallery-page-section { background: var(--off-white); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy); box-shadow: var(--shadow-soft); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(0,21,52,.96) 100%); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card-content { position: absolute; z-index: 2; inset: auto 0 0; padding: 30px; color: #fff; }
.service-card-content > span { color: var(--cyan); font-weight: 800; font-size: .75rem; letter-spacing: .14em; }
.service-card h3 { margin: 10px 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.65rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; }

.experience-grid { grid-template-columns: 1.08fr .92fr; }
.experience-gallery { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; align-items: end; }
.experience-gallery img { width: 100%; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.gallery-tall { height: 610px; }
.gallery-small { height: 380px; }
.feature-points { display: grid; gap: 18px; margin: 32px 0; }
.feature-points div { padding-left: 20px; border-left: 3px solid var(--cyan); }
.feature-points strong { display: block; color: var(--navy); }
.feature-points span { display: block; color: var(--muted); font-size: .9rem; }

.gallery-preview { padding-top: 40px; }
.preview-gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: 250px 250px; gap: 16px; }
.preview-gallery a { overflow: hidden; border-radius: var(--radius-md); }
.preview-gallery a:first-child { grid-row: 1 / 3; }
.preview-gallery a:nth-child(4) { grid-column: 2 / 4; }
.preview-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.preview-gallery a:hover img { transform: scale(1.035); }

.cta-section { position: relative; overflow: hidden; padding: 126px 0; background: var(--navy-dark); }
.cta-section.compact-cta { padding: 105px 0; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,24,57,.94), rgba(0,60,123,.79)), url("../images/aerea.jpg") center/cover no-repeat; }
.cta-bg::after { content: ""; position: absolute; right: -130px; top: -180px; width: 530px; height: 530px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.cta-content { position: relative; z-index: 2; max-width: 790px; margin-inline: auto; text-align: center; color: #fff; }
.cta-content h2 { color: #fff; }
.cta-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: rgba(255,255,255,.8); }
.cta-content .hero-actions { justify-content: center; }

.page-hero { position: relative; display: flex; min-height: 620px; align-items: end; overflow: hidden; padding-top: 88px; background: var(--navy-dark); }
.page-hero-short { min-height: 530px; }
.page-hero > img { position: absolute; inset: 88px 0 0; width: 100%; height: calc(100% - 88px); object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 88px 0 0; background: linear-gradient(90deg, rgba(0,22,53,.92), rgba(0,45,91,.48)), linear-gradient(0deg, rgba(0,20,48,.75), transparent 65%); }
.page-hero-content { position: relative; z-index: 2; max-width: 840px; padding-bottom: 78px; color: #fff; }
.page-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(3.8rem, 7vw, 6.7rem); }
.page-hero-content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.82); font-size: 1.07rem; }

.about-intro { align-items: start; }
.stacked-images { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; align-items: end; }
.stacked-images img { width: 100%; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.stacked-images img:first-child { height: 560px; }
.stacked-images img:last-child { height: 390px; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-card { padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.value-card > span { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 34px; border-radius: 50%; background: rgba(32,191,230,.13); color: var(--blue); font-size: .75rem; font-weight: 800; }
.value-card h3 { margin-bottom: 10px; color: var(--navy); }
.value-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.history-section { background: #fff; }
.history-image img { width: 100%; height: 590px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.numbers-section { padding: 50px 0; background: var(--navy-dark); color: #fff; }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.numbers-grid div { padding: 18px 26px; text-align: center; border-right: 1px solid rgba(255,255,255,.15); }
.numbers-grid div:last-child { border-right: 0; }
.numbers-grid strong { display: block; color: var(--cyan); font-size: 2rem; }
.numbers-grid span { color: rgba(255,255,255,.72); font-size: .8rem; }

.service-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-detail-card { display: grid; grid-template-columns: 43% 57%; min-height: 355px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 8px 28px rgba(0,35,76,.06); }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-copy { padding: 30px; }
.service-detail-copy > span { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.service-detail-copy h2 { margin: 13px 0 15px; font-size: 2rem; }
.service-detail-copy p { color: var(--muted); font-size: .9rem; }
.service-note-section { padding-top: 0; }
.service-note { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 42px 46px; border-radius: var(--radius-lg); background: var(--off-white); }
.service-note h2 { margin-bottom: 12px; font-size: 2.6rem; }
.service-note p:last-child { margin-bottom: 0; color: var(--muted); }
.service-note .btn { flex: 0 0 auto; }

.gallery-masonry { columns: 3 320px; column-gap: 18px; }
.gallery-item { display: block; width: 100%; margin: 0 0 18px; padding: 0; overflow: hidden; border: 0; border-radius: 15px; background: #dfe9f0; cursor: zoom-in; break-inside: avoid; box-shadow: 0 7px 20px rgba(0,35,76,.08); }
.gallery-item img { width: 100%; height: auto; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: brightness(.96); }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 5000; inset: 0; display: grid; place-items: center; padding: 70px 90px; background: rgba(0,15,34,.94); }
.lightbox figure { display: grid; max-width: min(1180px, 90vw); max-height: 84vh; place-items: center; margin: 0; }
.lightbox img { max-width: 100%; max-height: 77vh; object-fit: contain; border-radius: 10px; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top: 13px; color: rgba(255,255,255,.8); font-size: .86rem; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; }
.lightbox-close { top: 20px; right: 24px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-prev, .lightbox-next { top: 50%; width: 54px; height: 54px; transform: translateY(-50%); font-size: 2.4rem; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.2); }

.contact-grid { align-items: start; }
.contact-info h2, .contact-form-card h2 { font-size: clamp(2.35rem, 4vw, 3.55rem); }
.contact-cards { display: grid; gap: 14px; margin-top: 34px; }
.contact-card { display: grid; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--off-white); transition: transform .2s ease, border-color .2s ease; }
.contact-card:hover { transform: translateY(-2px); border-color: #a9c3d7; }
.contact-card span { color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; }
.contact-card strong { margin: 6px 0 1px; color: var(--navy); word-break: break-word; }
.contact-card small { color: var(--muted); }
.contact-form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.contact-form-card form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .79rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid #cddce7; border-radius: 11px; background: #fff; color: var(--ink); outline: none; }
input, select { height: 51px; padding: 0 14px; }
textarea { resize: vertical; padding: 13px 14px; }
input:focus, textarea:focus, select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(32,191,230,.13); }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: .72rem; }
.form-status { min-height: 24px; margin: 0; color: #b12a2a; font-size: .8rem; font-weight: 700; }
.location-section { padding-top: 0; }
.location-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--off-white); }
.location-card > img { width: 100%; height: 470px; object-fit: cover; }
.location-card > div { align-self: center; padding: 48px; }
.location-card h2 { font-size: 3rem; }
.location-card p:not(.eyebrow) { color: var(--muted); }

.error-page { display: grid; min-height: 80vh; place-items: center; padding: 160px 0 90px; text-align: center; }
.error-page h1 { margin-bottom: 20px; color: var(--navy-dark); font-size: clamp(3rem, 7vw, 6rem); }
.error-page p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }

.site-footer { padding: 72px 0 22px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .9fr .6fr; gap: 48px; }
.footer-brand img { width: 220px; margin-bottom: 18px; }
.footer-grid h2 { margin: 0 0 15px; font-family: "Manrope", sans-serif; color: var(--navy); text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; }
.footer-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.footer-grid a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: #8394a5; font-size: .75rem; }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 14px 28px rgba(0,0,0,.2); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 21px; }
  .nav-cta { display: none; }
  .hero { min-height: 820px; }
  .floating-card { right: -6px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-image { height: 250px; }
}

@media (max-width: 840px) {
  :root { --container: min(100% - 30px, 700px); }
  .site-header { background: rgba(255,255,255,.98); }
  .nav-wrap { height: 74px; }
  .brand img { width: 177px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; left: 0; right: 0; display: grid; gap: 0; margin: 0; padding: 9px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-link { padding: 13px 16px; border-bottom: 1px solid var(--line); }
  .nav-link:last-child { border-bottom: 0; }
  .nav-link::after { display: none; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section { padding: 82px 0; }
  .split-grid, .experience-grid, .history-grid, .contact-grid, .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .hero { min-height: 850px; padding-top: 74px; align-items: flex-start; }
  .hero-image { inset: 74px 0 0; height: calc(100% - 74px); object-position: 58% center; }
  .hero-overlay { inset: 74px 0 0; background: linear-gradient(90deg, rgba(0,22,53,.91), rgba(0,37,83,.63)), linear-gradient(0deg, rgba(0,20,48,.66), transparent); }
  .hero-content { padding-top: 104px; padding-bottom: 190px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .hero-stats { overflow-x: auto; }
  .stats-grid { width: 680px; }
  .stats-grid div { padding: 22px 18px; }
  .page-hero { min-height: 540px; padding-top: 74px; }
  .page-hero-short { min-height: 490px; }
  .page-hero > img, .page-hero-overlay { inset: 74px 0 0; height: calc(100% - 74px); }
  .page-hero-content { padding-bottom: 62px; }
  .image-composition { padding-left: 18px; }
  .image-main { min-height: 420px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .experience-gallery { order: 2; }
  .experience-copy { order: 1; }
  .gallery-tall { height: 480px; }
  .gallery-small { height: 310px; }
  .preview-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 220px 220px; }
  .preview-gallery a:first-child { grid-column: 1 / 3; grid-row: auto; }
  .preview-gallery a:nth-child(4) { grid-column: 1 / 3; }
  .stacked-images { order: 2; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid div:nth-child(2) { border-right: 0; }
  .numbers-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .service-details-grid { grid-template-columns: 1fr; }
  .service-detail-card { grid-template-columns: 40% 60%; }
  .service-detail-image { height: auto; }
  .service-note { align-items: flex-start; flex-direction: column; }
  .location-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 570px) {
  :root { --container: calc(100% - 24px); }
  .hero { min-height: 920px; }
  .hero-content { padding-top: 86px; }
  .hero h1 { font-size: 2.9rem; }
  .hero-actions .btn { width: 100%; }
  .stats-grid { width: 620px; }
  .stats-grid strong { font-size: 1.45rem; }
  h2 { font-size: 2.45rem; }
  .page-hero h1 { font-size: 3.6rem; }
  .image-main { min-height: 340px; }
  .floating-card { position: relative; right: auto; bottom: auto; width: calc(100% - 20px); margin: -44px auto 0; }
  .experience-gallery, .stacked-images { grid-template-columns: 1fr; }
  .gallery-tall, .gallery-small, .stacked-images img:first-child, .stacked-images img:last-child { height: 350px; }
  .preview-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .preview-gallery a:first-child, .preview-gallery a:nth-child(4) { grid-column: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: 1fr; }
  .numbers-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .numbers-grid div:last-child { border-bottom: 0; }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-image { height: 260px; }
  .service-note { padding: 32px 25px; }
  .service-note h2 { font-size: 2.2rem; }
  .gallery-masonry { columns: 1; }
  .lightbox { padding: 70px 14px; }
  .lightbox-prev, .lightbox-next { width: 44px; height: 44px; background: rgba(0,0,0,.45); }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .contact-form-card { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .location-card > img { height: 320px; }
  .location-card > div { padding: 32px 24px; }
  .location-card h2 { font-size: 2.35rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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