/*
Theme Name: AD Abogados Laboralistas
Theme URI: https://adabogadoslaboralistas.com/
Author: AD Abogados Laboralistas
Description: Tema propio y ligero para un despacho laboralista orientado a trabajadores despedidos.
Version: 1.0.4
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: ad-laboralistas
*/

:root {
  --navy: #11213a;
  --navy-deep: #09162a;
  --navy-soft: #1b3152;
  --ink: #1a2638;
  --copper: #c6925b;
  --copper-dark: #9e6d3d;
  --ivory: #f7f3ec;
  --paper: #fffdf9;
  --white: #fff;
  --slate: #526071;
  --green: #6e7f74;
  --line: #e3ddd2;
  --success: #176b48;
  --danger: #9a2f2f;
  --shadow: 0 22px 60px rgba(9, 22, 42, .14);
  --shadow-soft: 0 12px 34px rgba(9, 22, 42, .08);
  --radius: 22px;
  --wrap: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, .button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 3px; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; padding: 12px 18px; background: var(--white); }
.skip-link:focus { left: 12px; top: 12px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: 900px; }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5.3vw, 5.15rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); }
h3 { font-size: clamp(1.28rem, 2.1vw, 1.65rem); }
p { margin: 0 0 1.2em; }
.lead { color: #3f4d61; font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.55; }
.muted { color: var(--slate); }
.small-note { color: var(--slate); font-size: .9rem; }
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.section-paper { background: var(--paper); }
.section-ivory { background: var(--ivory); }
.section-navy { color: rgba(255,255,255,.8); background: var(--navy); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy .lead { color: rgba(255,255,255,.77); }
.section-navy .eyebrow { color: #e5bd91; }
.section-copper { color: var(--navy); background: var(--copper); }
.section-copper .eyebrow { color: var(--navy); }
.section-head { max-width: 790px; margin-bottom: 50px; }
.section-head-split { display: grid; max-width: none; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: currentColor; }
.button-copper { color: var(--navy); background: #dfb07f; box-shadow: 0 12px 30px rgba(198,146,91,.24); }
.button-copper:hover { background: #edc496; }
.button-navy { color: var(--white); background: var(--navy); }
.button-navy:hover { background: var(--navy-soft); }
.button-white { color: var(--navy); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.12); }
.text-link { color: var(--navy); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--copper-dark); }

.site-header { position: sticky; top: 0; z-index: 90; color: var(--white); background: rgba(9,22,42,.97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 292px; max-height: 72px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav > a, .nav-locations > button { padding: 8px 0; color: rgba(255,255,255,.86); border: 0; background: transparent; font-size: .92rem; font-weight: 750; text-decoration: none; }
.main-nav > a:hover, .nav-locations > button:hover { color: #edc496; }
.nav-locations { position: relative; }
.nav-locations > button::after { margin-left: 7px; content: "⌄"; }
.nav-submenu { position: absolute; left: 50%; top: calc(100% + 14px); display: none; width: 205px; padding: 10px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: var(--navy-soft); box-shadow: var(--shadow); }
.nav-locations.is-open .nav-submenu { display: grid; }
.nav-submenu a { padding: 10px 12px; border-radius: 9px; color: var(--white); font-size: .9rem; text-decoration: none; }
.nav-submenu a:hover { background: rgba(255,255,255,.09); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 850; text-decoration: none; }
.header-whatsapp { min-height: 46px; padding: 10px 17px; }
.menu-toggle { display: none; color: var(--white); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: transparent; padding: 9px 14px; font-weight: 800; }

.home-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.home-hero-media { position: absolute; inset: 0; }
.home-hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(9,22,42,.98) 0%, rgba(9,22,42,.9) 40%, rgba(9,22,42,.43) 74%, rgba(9,22,42,.38) 100%); }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-grid { position: relative; z-index: 2; display: grid; min-height: 760px; grid-template-columns: minmax(0, 1fr) minmax(390px, 500px); gap: 72px; align-items: center; padding-top: 66px; padding-bottom: 66px; }
.home-hero-copy { max-width: 690px; }
.home-hero h1, .home-hero .lead { color: var(--white); }
.home-hero .lead { max-width: 630px; color: rgba(255,255,255,.82); }
.hero-alert { display: flex; max-width: 650px; gap: 15px; margin: 24px 0 30px; padding: 16px 18px; align-items: center; color: rgba(255,255,255,.82); border: 1px solid rgba(223,176,127,.45); border-radius: 15px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); font-size: .95rem; line-height: 1.45; }
.hero-alert strong { color: var(--white); }
.alert-number { display: grid; min-width: 48px; height: 48px; place-items: center; color: var(--navy); border-radius: 50%; background: #dfb07f; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 800; }
.home-form-layer { align-self: center; }

.contact-card { padding: clamp(28px, 4vw, 44px); color: var(--ink); border-top: 4px solid var(--copper); border-radius: var(--radius); background: rgba(255,253,249,.98); box-shadow: var(--shadow); }
.contact-card h2, .contact-card h3 { color: var(--navy); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .88rem; font-weight: 800; }
.field input { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); border: 1px solid #cbd1d8; border-radius: 10px; background: var(--white); }
.field input:focus { border-color: var(--copper); outline: 2px solid rgba(198,146,91,.2); }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; color: var(--slate); font-size: .86rem; }
.privacy-check input { margin-top: 5px; }
.privacy-check a { color: var(--navy); font-weight: 800; }
.fast-response { grid-column: 1 / -1; margin: 2px 0 0; padding: 11px 13px; color: var(--navy); border-radius: 10px; background: var(--ivory); font-size: .87rem; font-weight: 800; text-align: center; }
.form-note { margin: 14px 0 0; color: var(--slate); font-size: .8rem; }
.form-status { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-weight: 750; }
.form-status-ok { color: var(--success); background: #e9f7f0; }
.form-status-error { color: var(--danger); background: #fbeded; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 23px 20px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item span { display: block; color: var(--copper-dark); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.trust-item strong { display: block; margin-top: 3px; color: var(--navy); }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.location-image { display: block; height: 235px; overflow: hidden; }
.location-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.location-card:hover .location-image img { transform: scale(1.025); }
.location-card-copy { padding: 28px; }
.location-card-copy h3 a { text-decoration: none; }
.location-card-copy p:not(.eyebrow) { min-height: 54px; color: var(--slate); font-size: .93rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.step-card > span { display: inline-block; margin-bottom: 28px; color: var(--copper-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; }
.step-card p { margin-bottom: 0; color: var(--slate); }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { position: absolute; left: 0; top: .05em; content: "✓"; color: var(--copper); font-weight: 900; }
.check-list-light li { color: rgba(255,255,255,.82); }
.deadline-panel { padding: clamp(34px, 5vw, 56px); color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: var(--navy-deep); box-shadow: var(--shadow); }
.deadline-panel .big { display: block; color: #e5bd91; font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 9vw, 8rem); line-height: .85; }
.deadline-panel strong { display: block; margin-top: 17px; color: var(--white); font-size: 1.16rem; }
.deadline-panel p { margin-top: 15px; }
.section-paper .deadline-panel { background: var(--navy); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.service-card > span { display: inline-block; margin-bottom: 22px; color: var(--copper-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.service-card p { margin-bottom: 0; color: var(--slate); }
.service-grid-dark .service-card { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.service-grid-dark .service-card > span { color: #e5bd91; }
.service-grid-dark .service-card p { color: rgba(255,255,255,.72); }
.center-action { margin: 34px 0 0; text-align: center; }

.faq-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-shell .section-head { position: sticky; top: 128px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-list summary { position: relative; padding: 20px 58px 20px 22px; color: var(--navy); font-weight: 830; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 22px; content: "+"; color: var(--copper-dark); font-size: 1.45rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 21px; color: var(--slate); }
.faq-answer p:last-child { margin-bottom: 0; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-row h2 { margin-bottom: .2em; }
.cta-row p { margin-bottom: 0; }

.location-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.location-hero-photo { position: absolute; inset: 0 0 0 42%; }
.location-hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(9,22,42,.82) 18%, rgba(9,22,42,.22) 65%); }
.location-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-hero-left .location-hero-photo img { object-position: 36% center; }
.location-hero-grid { position: relative; z-index: 2; display: grid; min-height: 760px; grid-template-columns: minmax(0, 1fr) minmax(390px, 500px); gap: 70px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.location-hero-copy { max-width: 680px; }
.location-hero h1, .location-hero .lead { color: var(--white); }
.location-hero .lead { color: rgba(255,255,255,.8); }
.location-form-layer { align-self: center; }
.process-panel { padding: clamp(30px, 4vw, 46px); border-radius: 25px; background: var(--ivory); box-shadow: var(--shadow-soft); }
.process-panel ol { display: grid; gap: 22px; margin: 22px 0 30px; padding: 0; list-style: none; }
.process-panel li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.process-panel li > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--navy); border-radius: 50%; background: #e5bd91; font-weight: 900; }
.process-panel li strong { color: var(--navy); }
.process-panel li p { margin: 3px 0 0; color: var(--slate); }
.office-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: start; }
.address-card { display: grid; grid-template-columns: 70px 1fr; gap: 20px; margin-top: 30px; padding: 24px; align-items: start; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.address-mark { display: grid; width: 66px; height: 66px; margin: 0; place-items: center; overflow: hidden; border-radius: 15px; background: var(--navy); }
.address-mark img { width: 100%; height: 100%; object-fit: cover; }
.address-card strong, .address-card span, .address-card a { display: block; }
.address-card span { margin: 5px 0 8px; color: var(--slate); font-size: .9rem; }
.address-card .address-mark { margin: 0; }
.local-info-card { padding: clamp(30px, 5vw, 48px); border-radius: 26px; background: var(--white); box-shadow: var(--shadow-soft); }

.page-hero { padding: 105px 0 88px; color: var(--white); background: var(--navy); }
.page-hero h1 { color: var(--white); }
.page-hero .lead { color: rgba(255,255,255,.8); }
.page-hero-split { padding: 75px 0; }
.page-hero-grid { display: grid; grid-template-columns: 1fr minmax(390px, 500px); gap: 70px; align-items: center; }
.comparison-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: var(--navy-deep); }
.comparison-card > div { padding: 28px; }
.comparison-card > div + div { border-top: 1px solid rgba(255,255,255,.12); }
.comparison-card span { color: #e5bd91; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; }
.comparison-card p { margin: 7px 0 0; color: rgba(255,255,255,.72); }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0 42px; }
.contact-options a { display: grid; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-decoration: none; }
.contact-options span { color: var(--slate); font-size: .82rem; font-weight: 750; text-transform: uppercase; }
.contact-options strong { color: var(--navy); font-size: 1.15rem; }
.compact-locations { display: grid; gap: 12px; }
.compact-locations a { display: grid; padding: 16px 18px; border-left: 3px solid var(--copper); background: var(--ivory); text-decoration: none; }
.compact-locations a span { color: var(--slate); font-size: .88rem; }
.legal { max-width: 850px; }
.legal h2 { margin-top: 1.4em; font-size: 1.8rem; }
.legal h3 { margin-top: 1.2em; font-size: 1.35rem; }
.legal a { color: #264d7e; }
.legal ul { margin: 0 0 1.4em; padding-left: 1.3em; }
.legal li + li { margin-top: .35em; }
.legal ul ul { margin: .5em 0 0; }
.legal-notice { padding: 18px 20px; border-left: 4px solid var(--copper); border-radius: 0 12px 12px 0; background: var(--ivory); }
.legal-updated { margin-top: 3em; color: var(--slate); font-size: .92rem; }

.site-footer { padding: 78px 0 34px; color: rgba(255,255,255,.72); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1.1fr .7fr; gap: 70px; }
.site-footer .brand img { width: 310px; }
.footer-brand p { max-width: 520px; margin-top: 24px; }
.footer-note { font-size: .9rem; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { display: grid; color: rgba(255,255,255,.82); text-decoration: none; }
.footer-links a span { color: rgba(255,255,255,.56); font-size: .82rem; }
.footer-contact a, .footer-contact span { color: rgba(255,255,255,.8); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.site-footer a:hover { color: #edc496; }

.mobile-actions { position: fixed; right: 18px; bottom: 18px; z-index: 110; display: flex; flex-direction: column; gap: 9px; }
.mobile-actions a { display: flex; width: 58px; min-height: 58px; align-items: center; justify-content: center; gap: 8px; padding: 0; color: var(--white); border: 2px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 12px 30px rgba(9,22,42,.3); font-size: 0; font-weight: 850; text-decoration: none; }
.mobile-actions .button-icon { width: 25px; height: 25px; }
.mobile-actions .call { background: var(--navy); }
.mobile-actions .whatsapp { background: #1f7a52; }

@media (max-width: 1120px) {
  .brand img { width: 245px; }
  .main-nav { gap: 16px; }
  .header-phone { display: none; }
}

@media (max-width: 960px) {
  .main-nav { position: absolute; left: 24px; right: 24px; top: 78px; display: none; padding: 20px; flex-direction: column; align-items: stretch; border-radius: 16px; background: var(--navy-soft); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .nav-locations > button { width: 100%; padding: 10px; text-align: left; }
  .nav-submenu { position: static; width: 100%; margin-top: 6px; transform: none; box-shadow: none; background: rgba(255,255,255,.06); }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-whatsapp { display: none; }
  .home-hero-grid, .location-hero-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-hero-media::after { background: rgba(9,22,42,.78); }
  .home-form-layer, .location-form-layer, .page-form { width: min(100%, 620px); }
  .section-head-split, .feature-grid, .office-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 44px; }
  .location-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .faq-shell { grid-template-columns: 1fr; gap: 20px; }
  .faq-shell .section-head { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --wrap: min(100% - 28px, 1200px); }
  body { padding-bottom: 64px; font-size: 16px; }
  html { scroll-padding-top: 80px; }
  .section { padding: 72px 0; }
  .section-sm { padding: 52px 0; }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand img { width: 205px; max-height: 58px; }
  .menu-toggle { padding: 8px 11px; }
  .main-nav { left: 14px; right: 14px; top: 68px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
  .home-hero { min-height: auto; }
  .home-hero-media { position: relative; height: 250px; }
  .home-hero-media::after { background: linear-gradient(0deg, var(--navy-deep), transparent 60%); }
  .home-hero-grid { min-height: 0; padding-top: 34px; padding-bottom: 32px; }
  .home-hero-copy { order: 1; }
  .home-form-layer { order: 2; }
  .home-hero .hero-alert { margin: 20px 0; }
  .home-hero-copy .button-row { display: none; }
  .contact-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full, .fast-response { grid-column: 1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 17px 12px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item strong { font-size: .88rem; }
  .location-grid, .service-grid { grid-template-columns: 1fr; }
  .location-image { height: 220px; }
  .section-head-split { gap: 12px; }
  .deadline-panel { padding: 30px 24px; }
  .cta-row { align-items: stretch; flex-direction: column; gap: 26px; }
  .cta-row .button { width: 100%; }
  .location-hero { min-height: auto; }
  .location-hero-photo { position: relative; inset: auto; height: 250px; }
  .location-hero-photo::after { background: linear-gradient(0deg, var(--navy-deep), transparent 62%); }
  .location-hero-grid { min-height: 0; padding-top: 32px; padding-bottom: 32px; }
  .location-hero-copy .button-row { display: none; }
  .address-card { grid-template-columns: 54px 1fr; padding: 18px; }
  .address-mark { width: 52px; height: 52px; border-radius: 12px; }
  .page-hero { padding: 74px 0 62px; }
  .page-hero-split { padding: 58px 0 34px; }
  .page-hero-grid .button-row { display: none; }
  .contact-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .site-footer .brand img { width: 270px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--white); box-shadow: 0 -10px 30px rgba(9,22,42,.16); }
  .mobile-actions a { width: auto; min-height: 62px; padding: 8px 12px; border: 0; border-radius: 0; box-shadow: none; font-size: .84rem; }
  .mobile-actions .button-icon { width: 22px; height: 22px; }
}

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