/*
Theme Name: RDG Consultoría
Theme URI: https://rdgcje.com
Author: RDG Consultoría Jurídica y Empresarial
Description: Tema corporativo exclusivo para RDG Consultoría Jurídica y Empresarial.
Version: 2.2.0
Text Domain: rdg-consultoria
*/

:root {
  --rdg-purple: #25113f;
  --rdg-deep: #180b2b;
  --rdg-gold: #c99a45;
  --rdg-ivory: #f7f2e9;
  --rdg-white: #fcfaf6;
  --rdg-ink: #201b27;
  --rdg-muted: #6e6675;
  --rdg-line: rgba(37, 17, 63, .14);
  --rdg-shadow: 0 22px 60px rgba(24, 11, 43, .12);
  --rdg-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rdg-ink);
  background: var(--rdg-white);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 9999; background: #fff; color: #111; padding: 10px 16px; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(252, 250, 246, .95);
  border-bottom: 1px solid var(--rdg-line);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand picture { display: block; }
.brand img { width: 300px; max-height: 72px; object-fit: contain; object-position: left center; }
.brand-text { color: var(--rdg-purple); font-weight: 800; letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 26px; font-size: .95rem; font-weight: 650; }
.nav a { position: relative; }
.nav a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--rdg-gold); transition: width .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; border: 1px solid var(--rdg-line); background: transparent; color: var(--rdg-purple); border-radius: 10px; padding: 9px 12px; font: inherit; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; background: var(--rdg-gold); color: var(--rdg-deep); font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,154,69,.25); background: #d6ab5f; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.42); color: #fff; }
.button-outline:hover { background: rgba(255,255,255,.1); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--rdg-deep); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,11,43,.98) 0%, rgba(24,11,43,.88) 43%, rgba(24,11,43,.34) 72%, rgba(24,11,43,.12) 100%), var(--hero-image) center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto -5vw -190px auto; width: 430px; height: 430px; border: 1px solid rgba(201,154,69,.35); border-radius: 50%; }
.hero-content { position: relative; z-index: 1; width: min(690px, 100%); padding: 110px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--rdg-gold); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; color: var(--rdg-purple); }
h1 { margin-bottom: 24px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 500; letter-spacing: -.04em; }
.hero-lead { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-note { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 54px; color: rgba(255,255,255,.72); font-size: .92rem; }
.hero-note span { display: flex; align-items: center; gap: 9px; }
.hero-note span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rdg-gold); }

.section { padding: 105px 0; }
.section-soft { background: var(--rdg-ivory); }
.section-dark { background: var(--rdg-purple); color: rgba(255,255,255,.82); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--rdg-muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: rgba(255,255,255,.7); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 32px; background: var(--rdg-white); border: 1px solid var(--rdg-line); border-radius: var(--rdg-radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--rdg-shadow); border-color: rgba(201,154,69,.6); }
.service-number { display: block; margin-bottom: 38px; color: var(--rdg-gold); font-family: Georgia, serif; font-size: .96rem; }
.service-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.service-card p { margin: 0 0 18px; color: var(--rdg-muted); font-size: .95rem; }
.text-link { color: var(--rdg-purple); font-weight: 800; }
.text-link:hover, .text-link:focus-visible { color: var(--rdg-gold); }

.about-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.about-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.5vw, 4.4rem); font-weight: 500; letter-spacing: -.04em; }
.about-copy p { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.values { display: grid; gap: 16px; }
.values-heading { margin: 0 0 7px; color: var(--rdg-gold) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3vw, 2.5rem); font-weight: 500; letter-spacing: -.02em; }
.value { padding: 25px 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.value strong { display: block; margin-bottom: 5px; color: var(--rdg-gold); font-size: 1.04rem; }
.value span { color: rgba(255,255,255,.67); }

.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 54px; }
.purpose-card { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--rdg-radius); background: rgba(255,255,255,.055); }
.purpose-card h3 { margin-bottom: 14px; color: var(--rdg-gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.purpose-card p { margin: 0; color: rgba(255,255,255,.72); }

.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-item { padding-top: 26px; border-top: 2px solid var(--rdg-gold); }
.process-item h3 { font-size: 1.2rem; }
.process-item p { color: var(--rdg-muted); }

.location-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px; align-items: center; }
.location-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4.2rem); font-weight: 500; letter-spacing: -.04em; }
.location-copy > p { color: var(--rdg-muted); font-size: 1.06rem; }
.direction-list { margin: 28px 0 32px; padding: 0; list-style: none; counter-reset: directions; }
.direction-list li { position: relative; margin: 0 0 17px; padding-left: 45px; color: var(--rdg-ink); counter-increment: directions; }
.direction-list li::before { content: counter(directions); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--rdg-purple); color: #fff; font-size: .82rem; font-weight: 800; }
.location-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-bottom: 28px; color: var(--rdg-purple); font-weight: 700; }
.location-meta span { display: flex; align-items: center; gap: 8px; }
.location-meta span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--rdg-gold); }
.location-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 230px 230px; gap: 14px; }
.location-gallery figure { margin: 0; overflow: hidden; border-radius: 20px; background: #ddd; box-shadow: var(--rdg-shadow); }
.location-gallery figure:first-child { grid-row: 1 / 3; }
.location-gallery img { width: 100%; height: 100%; object-fit: cover; }
.location-gallery figure:first-child img { object-position: 50% 45%; }
.location-caption { margin-top: 14px; color: var(--rdg-muted); font-size: .88rem; text-align: center; }

.repository-promo { background: var(--rdg-deep); color: rgba(255,255,255,.76); }
.repository-promo-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.repository-promo h2, .reviews-panel h2, .consultation-grid h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.5vw, 4.2rem); font-weight: 500; letter-spacing: -.035em; }
.repository-promo h2 { color: #fff; }
.repository-actions { display: grid; justify-items: start; gap: 18px; }
.repository-actions span { font-size: .88rem; color: rgba(255,255,255,.58); }

.faq-wrap { max-width: 1000px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--rdg-line); border-radius: 17px; background: var(--rdg-white); }
.faq-list summary { position: relative; padding: 22px 58px 22px 24px; color: var(--rdg-purple); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; top: 16px; color: var(--rdg-gold); font-size: 1.65rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 24px; color: var(--rdg-muted); }

.reviews-section { background: var(--rdg-purple); color: rgba(255,255,255,.72); }
.reviews-panel { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.reviews-panel h2 { color: #fff; }

.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { min-height: 260px; padding: 30px; border: 1px solid var(--rdg-line); border-radius: var(--rdg-radius); background: var(--rdg-white); }
.insight-card time { color: var(--rdg-gold); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.insight-card h3 { margin: 30px 0 14px; font-size: 1.35rem; }
.insight-card p { color: var(--rdg-muted); }

.consultation-section { background: var(--rdg-white); }
.consultation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.consultation-grid > div > p { color: var(--rdg-muted); }
.consultation-form { display: grid; gap: 18px; padding: clamp(26px, 4vw, 44px); border-radius: 26px; background: var(--rdg-ivory); box-shadow: var(--rdg-shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consultation-form label { display: grid; gap: 7px; color: var(--rdg-purple); font-size: .88rem; font-weight: 800; }
.consultation-form input:not([type="checkbox"]), .consultation-form select, .consultation-form textarea, .repository-filter input, .repository-filter select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(37,17,63,.22); border-radius: 10px; background: #fff; color: var(--rdg-ink); font: inherit; }
.consultation-form textarea { resize: vertical; }
.form-consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; color: var(--rdg-muted) !important; }
.form-consent input { margin-top: 5px; }
.form-honeypot { position: absolute; left: -9999px; }
.form-status { padding: 12px 15px; border-radius: 9px; }
.form-status.success { background: #e5f6e9; color: #17652b; }
.form-status.error { background: #fde8e7; color: #8c231e; }

.archive-hero { padding: 100px 0 84px; background: var(--rdg-deep); color: rgba(255,255,255,.76); }
.archive-hero h1 { margin-bottom: 20px; }
.archive-hero p:last-child { max-width: 720px; font-size: 1.12rem; }
.repository-filter { display: grid; grid-template-columns: 1.5fr .8fr .8fr auto; gap: 14px; align-items: end; margin-bottom: 46px; padding: 22px; border-radius: 18px; background: var(--rdg-ivory); }
.repository-filter label { color: var(--rdg-purple); font-size: .82rem; font-weight: 800; }
.repository-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.norm-card { padding: 28px; border: 1px solid var(--rdg-line); border-radius: var(--rdg-radius); background: #fff; }
.norm-card h2 { margin: 20px 0 12px; font-size: 1.35rem; }
.norm-card p { color: var(--rdg-muted); }
.norm-tags { display: flex; gap: 7px; flex-wrap: wrap; }
.norm-tags span { padding: 4px 9px; border-radius: 999px; background: var(--rdg-ivory); color: var(--rdg-purple); font-size: .75rem; font-weight: 800; }
.norm-meta { display: flex; gap: 12px; margin: 16px 0; color: var(--rdg-gold); font-size: .84rem; font-weight: 800; }
.repository-empty { grid-column: 1 / -1; padding: 50px; border: 1px dashed rgba(37,17,63,.28); border-radius: var(--rdg-radius); text-align: center; }
.official-sources { margin-top: 70px; padding: 34px; border-radius: var(--rdg-radius); background: var(--rdg-ivory); }
.official-sources div { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.official-sources a { color: var(--rdg-purple); font-weight: 800; text-decoration: underline; text-decoration-color: var(--rdg-gold); text-underline-offset: 4px; }
.page-numbers { display: flex; gap: 8px; margin: 34px 0; padding: 0; list-style: none; }
.page-numbers a, .page-numbers span { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--rdg-line); border-radius: 8px; }
.norm-single article, .service-single article { max-width: 900px; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--rdg-gold); font-weight: 800; }
.page-lead { color: var(--rdg-muted); font-size: 1.25rem; }
.entry-content { font-size: 1.05rem; }
.entry-content h2 { margin-top: 42px; font-family: Georgia, serif; font-size: 2rem; }
.norm-data { display: flex; flex-wrap: wrap; gap: 14px; margin: 25px 0 34px; }
.norm-data div { min-width: 150px; padding: 13px 16px; border-radius: 10px; background: var(--rdg-ivory); }
.norm-data dt { color: var(--rdg-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.norm-data dd { margin: 2px 0 0; color: var(--rdg-purple); font-weight: 800; }
.legal-disclaimer { margin-top: 36px; padding: 18px; border-left: 3px solid var(--rdg-gold); background: var(--rdg-ivory); color: var(--rdg-muted); font-size: .88rem; }
.page-cta { margin-top: 48px; padding: 34px; border-radius: var(--rdg-radius); background: var(--rdg-purple); color: rgba(255,255,255,.74); }
.page-cta h2 { color: #fff; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { display: flex; min-height: 330px; padding: 30px; border: 1px solid var(--rdg-line); border-radius: var(--rdg-radius); background: var(--rdg-white); flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--rdg-shadow); }
.blog-card-meta, .article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--rdg-gold); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.blog-card h2 { margin: 30px 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.blog-card p { color: var(--rdg-muted); }
.blog-card .text-link { margin-top: auto; }
.article-page article { max-width: 850px; }
.article-page h1 { margin: 22px 0; }
.article-page .entry-content { margin-top: 45px; }
.article-page .entry-content p, .article-page .entry-content li { color: #4f4855; }
.article-page .entry-content ul { margin: 18px 0 28px; padding-left: 22px; }
.article-page .entry-content li { margin-bottom: 9px; }
.article-cta { margin: 50px 0 28px; padding: 34px; border-radius: var(--rdg-radius); background: var(--rdg-purple); color: rgba(255,255,255,.72); }
.article-cta h2 { margin-top: 0 !important; color: #fff; }

.contact-panel { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 30px; background: var(--rdg-deep); color: #fff; box-shadow: var(--rdg-shadow); }
.contact-copy { padding: clamp(38px, 6vw, 72px); }
.contact-copy h2 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.5vw, 4.4rem); font-weight: 500; letter-spacing: -.04em; }
.contact-copy p { color: rgba(255,255,255,.72); }
.contact-details { display: grid; align-content: center; gap: 1px; padding: 28px; background: rgba(255,255,255,.06); }
.contact-item { padding: 24px; background: rgba(255,255,255,.055); }
.contact-item small { display: block; margin-bottom: 4px; color: var(--rdg-gold); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-item a, .contact-item address { color: #fff; font-size: 1.04rem; font-style: normal; }

.site-footer { padding: 52px 0 24px; background: #10071d; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .72fr .72fr .95fr; gap: 38px; }
.footer-logo-panel { display: inline-flex; padding: 13px 16px; border-radius: 12px; background: var(--rdg-ivory); }
.footer-brand img { width: 250px; max-height: 70px; object-fit: contain; }
.footer-brand p { max-width: 400px; }
.footer-title { color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--rdg-gold); }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-link { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; font-size: .82rem; font-weight: 700; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.social-link svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-link .social-icon-fill { fill: currentColor; stroke: none; }
.social-link:hover, .social-link:focus-visible { transform: translateY(-2px); border-color: var(--rdg-gold); background: rgba(201,154,69,.12); color: var(--rdg-gold); }
.copyright { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 12px; font-size: .8rem; }
.legal-links a:hover { color: var(--rdg-gold); }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 900; font-size: 1.4rem; }
.mobile-contact-bar { display: none; }

.reveal-item { opacity: 0; will-change: opacity, transform, filter; transition: opacity .72s ease var(--reveal-delay, 0ms), transform .82s cubic-bezier(.16,.85,.25,1) var(--reveal-delay, 0ms), filter .82s ease var(--reveal-delay, 0ms); }
.reveal-left { transform: translate3d(-64px, 0, 0); }
.reveal-right { transform: translate3d(64px, 0, 0); }
.reveal-rise { transform: translate3d(0, 58px, 0); }
.reveal-card { transform: translate3d(0, 58px, 0) scale(.9) rotate(2deg); }
.reveal-card:nth-child(even) { transform: translate3d(0, 58px, 0) scale(.9) rotate(-2deg); }
.reveal-flip { transform: perspective(900px) rotateX(12deg) translateY(42px); transform-origin: center bottom; }
.reveal-zoom { transform: scale(.86); filter: blur(5px); }
.reveal-hero { transform: translate3d(-72px, 0, 0) scale(.94); filter: blur(3px); transition-duration: .9s, 1s, .8s; }
.reveal-item.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); filter: blur(0); }

.content-page { min-height: 62vh; padding: 100px 0; }
.content-page h1 { color: var(--rdg-purple); font-size: clamp(2.7rem, 6vw, 5rem); }
.content-page article { max-width: 800px; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 24px 20px 30px; background: var(--rdg-white); border-bottom: 1px solid var(--rdg-line); flex-direction: column; align-items: flex-start; }
  .nav.is-open { display: flex; }
  .section-heading, .about-grid, .contact-panel, .location-grid, .repository-promo-grid, .consultation-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .repository-grid, .insights-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .repository-filter { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 78px; }
  .brand img { width: 112px; max-height: 66px; }
  .nav { top: 78px; }
  .hero { min-height: 680px; }
  .hero::before { background: linear-gradient(90deg, rgba(24,11,43,.97), rgba(24,11,43,.77)), var(--hero-image) 64% center/cover no-repeat; }
  .hero-content { padding: 80px 0; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .section { padding: 75px 0; }
  body { padding-bottom: 58px; }
  .services-grid, .process, .footer-grid, .purpose-grid, .repository-grid, .insights-grid, .blog-grid, .form-row { grid-template-columns: 1fr; }
  .repository-filter { grid-template-columns: 1fr; }
  .reviews-panel { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .service-card { min-height: auto; }
  .hero-actions .button { width: 100%; }
  .location-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 175px; }
  .location-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .reveal-left, .reveal-right, .reveal-hero { transform: translate3d(0, 46px, 0); }
  .reveal-card { transform: translate3d(0, 48px, 0) scale(.92) rotate(1.5deg); }
  .reveal-card:nth-child(even) { transform: translate3d(0, 48px, 0) scale(.92) rotate(-1.5deg); }
  .whatsapp-float { display: none; }
  .mobile-contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 58px; background: var(--rdg-deep); box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
  .mobile-contact-bar a { display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.14); color: #fff; font-size: .79rem; font-weight: 800; }
  .mobile-contact-bar a:nth-child(2) { background: #187c42; }
}

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