:root {
  --navy-950: #071b2a;
  --navy-900: #0d263a;
  --navy-850: #102d45;
  --navy-800: #173b57;
  --navy-700: #245575;
  --navy-100: #eaf1f5;
  --navy-050: #f5f8fa;
  --brick: #9f493f;
  --brick-dark: #823a33;
  --brick-soft: #f1e3e0;
  --ink: #102535;
  --muted: #637684;
  --line: #d7e1e7;
  --paper: #ffffff;
  --warm: #fbfaf8;
  --shadow: 0 24px 70px rgba(8, 34, 52, .12);
  --shadow-soft: 0 14px 34px rgba(8, 34, 52, .08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--brick-soft); color: var(--navy-950); }

.skip-link {
  position: fixed; left: 14px; top: -60px; z-index: 9999;
  background: var(--navy-950); color: #fff; padding: 12px 16px; border-radius: 8px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }

.site-header {
  height: var(--header-h);
  position: fixed; inset: 0 0 auto; z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16,45,69,.08);
  transition: height .3s ease, box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { height: 74px; box-shadow: 0 10px 35px rgba(7,27,42,.08); background: rgba(255,255,255,.96); }
.header-shell { width: min(calc(100% - 40px), 1280px); height: 100%; margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { width: 270px; min-width: 220px; display: block; }
.brand img { width: 100%; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: .91rem; font-weight: 700; color: #385064; position: relative; padding: 8px 0; }
.site-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:2px; height:2px; background:var(--brick); transition:right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right:0; }
.site-nav a.active { color: var(--navy-900); }
.header-cta { display:flex; align-items:center; gap:9px; background:var(--navy-850); color:#fff; padding:12px 17px; border-radius:13px; font-weight:800; font-size:.9rem; box-shadow:0 10px 26px rgba(16,45,69,.18); transition:transform .2s ease, background .2s ease; }
.header-cta:hover { transform:translateY(-2px); background:var(--navy-950); }
.wa-mark { width:25px; height:25px; border-radius:50%; display:inline-grid; place-items:center; border:1px solid currentColor; font-size:.55rem; font-weight:900; letter-spacing:-.04em; flex:none; }
.menu-toggle { display:none; width:46px; height:46px; border:0; border-radius:12px; background:var(--navy-050); cursor:pointer; align-items:center; justify-content:center; flex-direction:column; gap:5px; }
.menu-toggle span { width:21px; height:2px; background:var(--navy-900); border-radius:10px; transition:transform .25s ease, opacity .25s ease; }
.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); }

.hero { min-height: 790px; padding: calc(var(--header-h) + 70px) 0 88px; position:relative; overflow:hidden; background: linear-gradient(125deg,#fbfcfd 0%,#f3f7f9 54%,#eef4f7 100%); }
.hero::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(16,45,69,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,45,69,.035) 1px,transparent 1px); background-size:56px 56px; mask-image:linear-gradient(to right,black,transparent 70%); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(2px); pointer-events:none; }
.hero-orb-one { width:420px; height:420px; right:-190px; top:160px; background:rgba(159,73,63,.08); }
.hero-orb-two { width:300px; height:300px; left:-130px; bottom:-80px; background:rgba(36,85,117,.09); }
.hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap:70px; align-items:center; position:relative; z-index:2; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 18px; color:var(--brick); text-transform:uppercase; font-weight:900; font-size:.72rem; letter-spacing:.17em; }
.eyebrow span { width:32px; height:2px; background:currentColor; display:block; }
.hero h1 { margin:0; color:var(--navy-900); font-family: Georgia,"Times New Roman",serif; font-size:clamp(3rem,5.1vw,5.2rem); line-height:.98; letter-spacing:-.04em; font-weight:500; }
.hero h1 strong { font-weight:800; color:var(--navy-950); }
.hero-lead { max-width:610px; margin:25px 0 28px; color:#536a79; font-size:1.13rem; }
.hero-location { display:flex; align-items:center; gap:13px; margin-bottom:28px; }
.hero-location small, .hero-location strong { display:block; }
.hero-location small { color:#7a8a96; font-size:.72rem; text-transform:uppercase; letter-spacing:.09em; font-weight:800; }
.hero-location strong { color:var(--navy-900); font-size:1rem; }
.pin-icon { width:38px; height:38px; border-radius:50%; background:var(--brick-soft); position:relative; flex:none; }
.pin-icon::before { content:""; width:10px; height:10px; border:3px solid var(--brick); border-radius:50% 50% 50% 0; transform:rotate(-45deg); position:absolute; left:12px; top:9px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.btn { min-height:54px; border-radius:14px; display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:0 22px; font-weight:850; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:var(--navy-850); color:#fff; box-shadow:0 14px 30px rgba(16,45,69,.2); }
.btn-primary:hover { background:var(--navy-950); box-shadow:0 18px 34px rgba(16,45,69,.26); }
.btn-secondary { border:1px solid #ccd9e0; background:#fff; color:var(--navy-900); }
.btn-secondary:hover { box-shadow:var(--shadow-soft); }
.hero-strip { margin-top:38px; border-top:1px solid #d7e1e6; padding-top:24px; display:flex; gap:36px; }
.hero-strip > div { display:flex; gap:10px; align-items:center; }
.strip-dot { width:8px; height:8px; border-radius:50%; background:var(--brick); box-shadow:0 0 0 5px var(--brick-soft); }
.hero-strip p, .hero-strip small, .hero-strip strong { margin:0; display:block; }
.hero-strip small { color:#7b8b97; font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; }
.hero-strip strong { font-size:.91rem; color:var(--navy-900); }
.hero-image-frame { position:relative; padding:16px; border:1px solid rgba(16,45,69,.14); border-radius:38px; background:rgba(255,255,255,.7); box-shadow:var(--shadow); }
.hero-image-frame::before { content:""; position:absolute; width:120px; height:5px; right:38px; top:-3px; background:var(--brick); border-radius:999px; }
.hero-image-frame > img { width:100%; aspect-ratio: 1/1.08; object-fit:cover; object-position:center; border-radius:26px; filter:saturate(.9) contrast(.98); }
.floating-card { position:absolute; display:flex; align-items:center; gap:12px; background:rgba(255,255,255,.94); backdrop-filter:blur(12px); border:1px solid rgba(16,45,69,.1); border-radius:16px; padding:12px 15px; box-shadow:0 16px 35px rgba(7,27,42,.16); }
.floating-card p, .floating-card small, .floating-card strong { margin:0; display:block; }
.floating-card small { color:#7c8b95; font-size:.67rem; text-transform:uppercase; letter-spacing:.08em; }
.floating-card strong { color:var(--navy-900); font-size:.84rem; }
.floating-card-top { left:-32px; top:62px; }
.floating-card-bottom { right:-28px; bottom:64px; }
.lab-symbol { width:34px; height:34px; display:grid; place-items:center; border-radius:11px; background:var(--brick-soft); color:var(--brick); font-size:1.2rem; }
.clock-symbol { width:34px; height:34px; border:2px solid var(--navy-700); border-radius:50%; position:relative; }
.clock-symbol::before { content:""; position:absolute; width:2px; height:9px; background:var(--navy-700); left:14px; top:6px; border-radius:2px; }
.clock-symbol::after { content:""; position:absolute; width:8px; height:2px; background:var(--navy-700); left:14px; top:15px; transform:rotate(25deg); transform-origin:left center; border-radius:2px; }

.section-heading { max-width:730px; margin-bottom:48px; }
.section-heading.centered { text-align:center; margin-inline:auto; }
.section-heading.centered .eyebrow { justify-content:center; }
.section-heading h2, .profile h2, .gallery-heading h2, .contact h2, .final-cta h2 { margin:0; color:var(--navy-900); font-family:Georgia,"Times New Roman",serif; font-weight:500; font-size:clamp(2.45rem,4.2vw,4.2rem); line-height:1.03; letter-spacing:-.035em; }
.section-heading h2 em, .profile h2 em, .gallery-heading h2 em, .contact h2 em, .final-cta h2 em { color:var(--brick); font-style:normal; }
.section-heading > p:last-child { color:var(--muted); margin:18px 0 0; }

.intro { background:#fff; }
.service-layout { display:grid; grid-template-columns:1.08fr .92fr; gap:24px; }
.service-panel { border:1px solid var(--line); border-radius:var(--radius-xl); padding:34px; position:relative; overflow:hidden; background:#fff; box-shadow:0 14px 40px rgba(7,27,42,.045); transition:transform .3s ease, box-shadow .3s ease; }
.service-panel:hover { transform:translateY(-5px); box-shadow:var(--shadow-soft); }
.service-panel::after { content:""; position:absolute; width:220px; height:220px; border-radius:50%; right:-110px; top:-115px; background:var(--navy-050); pointer-events:none; }
.panel-heading { display:flex; gap:15px; align-items:center; padding-bottom:25px; border-bottom:1px solid var(--line); position:relative; z-index:1; }
.panel-icon { width:48px; height:48px; border-radius:14px; display:grid; place-items:center; background:var(--navy-850); color:#fff; font-size:1.6rem; font-weight:300; }
.lab-panel .panel-icon { background:var(--brick); }
.panel-kicker { margin:0 0 2px; color:var(--brick); text-transform:uppercase; letter-spacing:.13em; font-size:.67rem; font-weight:900; }
.panel-heading h3 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:1.65rem; color:var(--navy-900); }
.service-list { list-style:none; margin:10px 0 0; padding:0; }
.service-list li { display:grid; grid-template-columns:42px 1fr; gap:15px; align-items:start; padding:19px 0; border-bottom:1px solid #e6edf1; }
.service-list li span { color:var(--brick); font-size:.72rem; font-weight:900; padding-top:3px; }
.service-list li strong { font-size:.98rem; color:#294256; font-weight:750; }
.panel-footer { margin-top:24px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.panel-footer p, .panel-footer small, .panel-footer strong { margin:0; display:block; }
.panel-footer small { color:#7f8e99; text-transform:uppercase; letter-spacing:.08em; font-size:.65rem; }
.panel-footer strong { font-size:.9rem; color:var(--navy-900); }
.panel-footer a { color:var(--brick); font-size:.88rem; font-weight:900; }
.compact-list li { padding:22px 0; }
.panel-photo { margin:24px 0 0; border-radius:20px; overflow:hidden; border:1px solid #d9e2e7; position:relative; }
.panel-photo img { width:100%; height:auto; }

.identity-band { padding:45px 0; background:var(--navy-950); color:#fff; position:relative; overflow:hidden; }
.identity-band::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 85% 20%,rgba(159,73,63,.2),transparent 32%); }
.identity-inner { display:grid; grid-template-columns:minmax(260px,430px) 1fr auto; gap:30px; align-items:center; position:relative; }
.identity-logo-wrap { background:#fff; border-radius:14px; padding:12px 16px; }
.identity-logo-wrap img { width:100%; height:auto; }
.identity-rule { height:1px; background:linear-gradient(to right,var(--brick),rgba(255,255,255,.15)); }
.identity-inner p { margin:0; color:#cbd8e0; text-align:right; font-size:.95rem; }
.identity-inner strong { color:#fff; display:block; }

.profile { background:var(--warm); }
.profile-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:center; }
.profile-copy .eyebrow { margin-bottom:20px; }
.license-badge { display:inline-flex; align-items:baseline; gap:13px; margin:28px 0 24px; padding:13px 17px; border-radius:12px; background:#fff; border:1px solid #dfe6e9; box-shadow:var(--shadow-soft); }
.license-badge small { text-transform:uppercase; color:#7a8994; font-size:.67rem; font-weight:900; letter-spacing:.08em; }
.license-badge strong { color:var(--navy-900); letter-spacing:.05em; }
.unam-line { display:flex; align-items:center; gap:12px; color:#42596a; }
.unam-line p { margin:0; }
.seal-mark { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; border:1px solid var(--brick); color:var(--brick); font-family:Georgia,serif; font-weight:800; }
.credentials { display:grid; gap:14px; }
.credential-card { background:#fff; border:1px solid #dde5e9; border-radius:18px; padding:24px; display:grid; grid-template-columns:58px 1fr; gap:18px; align-items:center; transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.credential-card:hover { transform:translateX(6px); border-color:#c8d7df; box-shadow:var(--shadow-soft); }
.credential-number { width:52px; height:52px; border-radius:16px; background:var(--navy-050); display:grid; place-items:center; color:var(--brick); font-size:.75rem; font-weight:900; }
.credential-card small { color:#7a8993; text-transform:uppercase; letter-spacing:.09em; font-size:.65rem; font-weight:800; }
.credential-card h3 { margin:3px 0 0; color:var(--navy-900); font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; font-weight:600; }

.gallery-section { background:var(--navy-950); color:#fff; position:relative; overflow:hidden; }
.gallery-section::before { content:""; position:absolute; width:500px; height:500px; border:1px solid rgba(255,255,255,.06); border-radius:50%; left:-200px; top:-200px; }
.gallery-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:45px; position:relative; }
.gallery-heading h2 { color:#fff; }
.gallery-heading > p { max-width:300px; margin:0; color:#9db0bd; text-align:right; }
.eyebrow.light { color:#d98c82; }
.gallery-grid { columns:3; column-gap:18px; position:relative; }
.gallery-item { width:100%; display:block; margin:0 0 18px; padding:0; border:1px solid rgba(255,255,255,.18); border-radius:20px; overflow:hidden; background:#112e43; cursor:zoom-in; break-inside:avoid; box-shadow:0 16px 34px rgba(0,0,0,.18); position:relative; }
.gallery-item::after { content:"+"; position:absolute; right:12px; top:12px; width:34px; height:34px; border-radius:50%; display:grid; place-items:center; background:rgba(7,27,42,.78); color:#fff; font-size:1.1rem; opacity:0; transform:scale(.8); transition:opacity .25s ease, transform .25s ease; }
.gallery-item:hover::after { opacity:1; transform:scale(1); }
.gallery-item img { width:100%; height:auto; transition:transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform:scale(1.015); filter:brightness(1.04); }

.hours-zone { background:#f8fafb; }
.hours-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.hours-card, .zone-card { border-radius:var(--radius-lg); border:1px solid var(--line); background:#fff; padding:30px; min-height:230px; box-shadow:0 12px 32px rgba(7,27,42,.05); }
.hours-card { display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.hours-card small, .zone-card small { color:#7c8c97; text-transform:uppercase; letter-spacing:.12em; font-size:.67rem; font-weight:900; }
.hours-card h3 { margin:8px 0 4px; font-family:Georgia,"Times New Roman",serif; color:var(--navy-900); font-size:1.8rem; }
.hours-card p { margin:0; color:#5f7382; }
.hours-card a { margin-top:5px; color:var(--brick); font-size:1.03rem; font-weight:900; }
.hours-icon { position:absolute; top:26px; right:28px; width:58px; height:58px; border-radius:18px; display:grid; place-items:center; background:var(--navy-050); color:var(--navy-800); font-weight:900; }
.home-roof { width:22px; height:18px; border:2px solid currentColor; border-top:0; position:relative; margin-top:8px; }
.home-roof::before { content:""; position:absolute; width:18px; height:18px; border-left:2px solid currentColor; border-top:2px solid currentColor; transform:rotate(45deg); left:0; top:-9px; }
.accent-card { background:var(--navy-850); color:#fff; border-color:var(--navy-850); }
.accent-card small { color:#a9bdca; }
.accent-card h3 { color:#fff; }
.accent-card .hours-icon { background:rgba(255,255,255,.1); color:#fff; }
.accent-card a { color:#f0b0a8; }
.zone-card { grid-column:1 / -1; min-height:210px; display:flex; justify-content:space-between; align-items:center; gap:30px; background:linear-gradient(125deg,#fff,#f5f8fa); overflow:hidden; position:relative; }
.zone-card h3 { margin:7px 0 4px; font-family:Georgia,"Times New Roman",serif; font-size:2.2rem; color:var(--navy-900); }
.zone-card p { margin:0; color:var(--brick); font-weight:800; }
.zone-pin { width:125px; height:125px; border-radius:50%; background:var(--brick-soft); display:grid; place-items:center; position:relative; flex:none; }
.zone-pin::before, .zone-pin::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(159,73,63,.25); }
.zone-pin::before { width:155px; height:155px; }
.zone-pin::after { width:195px; height:195px; }
.zone-pin span { width:36px; height:36px; border:7px solid var(--brick); border-radius:50% 50% 50% 0; transform:rotate(-45deg); position:relative; z-index:2; }

.contact { background:#fff; }
.contact-shell { background:var(--navy-950); border-radius:34px; padding:55px; display:grid; grid-template-columns:.94fr 1.06fr; gap:60px; box-shadow:0 25px 60px rgba(7,27,42,.18); position:relative; overflow:hidden; }
.contact-shell::after { content:""; position:absolute; width:340px; height:340px; border-radius:50%; background:rgba(159,73,63,.09); left:-130px; bottom:-200px; }
.contact h2 { color:#fff; font-size:clamp(2.4rem,3.8vw,3.8rem); }
.contact-intro { color:#9fb1bd; margin:18px 0 28px; }
.contact-primary { position:relative; z-index:1; display:grid; grid-template-columns:44px 1fr auto; gap:13px; align-items:center; background:var(--brick); color:#fff; border-radius:17px; padding:16px 18px; transition:transform .25s ease, background .25s ease; }
.contact-primary:hover { transform:translateY(-3px); background:var(--brick-dark); }
.contact-primary small, .contact-primary strong { display:block; }
.contact-primary small { font-size:.66rem; text-transform:uppercase; letter-spacing:.1em; opacity:.75; }
.contact-primary strong { font-size:1.15rem; }
.contact-primary b { font-size:1.2rem; }
.contact-list { display:flex; flex-direction:column; justify-content:center; }
.contact-row { min-height:86px; display:grid; grid-template-columns:44px 1fr auto; gap:14px; align-items:center; border-bottom:1px solid rgba(255,255,255,.1); color:#fff; }
.contact-row:last-child { border-bottom:0; }
.contact-row-icon { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:rgba(255,255,255,.07); font-weight:900; color:#dca39c; }
.contact-row small, .contact-row strong { display:block; }
.contact-row small { color:#8fa6b5; font-size:.66rem; text-transform:uppercase; letter-spacing:.1em; }
.contact-row strong { color:#edf4f7; font-size:.92rem; overflow-wrap:anywhere; }
.contact-row b { color:#dca39c; }
.pin-mini { position:relative; font-size:0; }
.pin-mini::before { content:""; width:10px; height:10px; border:3px solid #dca39c; border-radius:50% 50% 50% 0; transform:rotate(-45deg); }

.final-cta { padding:75px 0; background:linear-gradient(135deg,#f2f6f8,#fff); border-top:1px solid #e6ecef; }
.final-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.final-cta h2 { font-size:clamp(2.35rem,3.7vw,3.7rem); }
.final-cta p { color:var(--muted); margin-bottom:0; }
.btn.large { min-width:265px; min-height:70px; justify-content:flex-start; padding:12px 20px; }
.btn.large small { display:block; color:#b9c8d1; text-transform:uppercase; letter-spacing:.07em; font-size:.58rem; }
.btn.large span:last-child { font-size:1rem; }

.site-footer { background:#061824; color:#a7bac7; padding:50px 0 22px; }
.footer-top { display:grid; grid-template-columns:1.1fr .9fr 1fr; gap:45px; padding-bottom:35px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand { align-self:start; background:#fff; border-radius:12px; padding:10px 13px; }
.footer-brand img { width:100%; height:auto; }
.footer-profile, .footer-contact { display:flex; flex-direction:column; gap:7px; }
.footer-profile small, .footer-contact small { text-transform:uppercase; letter-spacing:.11em; color:#7890a0; font-size:.62rem; font-weight:900; margin-bottom:4px; }
.footer-profile strong { color:#fff; font-size:.92rem; }
.footer-profile span, .footer-contact a, .footer-contact span { font-size:.82rem; }
.footer-contact a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top:20px; font-size:.76rem; }
.footer-bottom a { color:#fff; font-weight:800; }

.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:900; display:flex; align-items:center; gap:10px; padding:9px 14px 9px 9px; border-radius:999px; background:#123a2d; color:#fff; box-shadow:0 16px 38px rgba(0,0,0,.24); transition:transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform:translateY(-3px); box-shadow:0 20px 44px rgba(0,0,0,.3); }
.wa-bubble { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; border:1px solid rgba(255,255,255,.55); font-size:.65rem; font-weight:900; }
.float-label small, .float-label strong { display:block; }
.float-label small { font-size:.58rem; text-transform:uppercase; letter-spacing:.08em; color:#b9d3c8; }
.float-label strong { font-size:.82rem; }

.lightbox { position:fixed; inset:0; z-index:2000; background:rgba(2,12,19,.94); display:grid; place-items:center; padding:64px 24px 24px; opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity:1; visibility:visible; }
.lightbox-stage { max-width:min(1100px,92vw); max-height:84vh; display:grid; place-items:center; }
.lightbox-stage img { max-width:100%; max-height:84vh; width:auto; height:auto; object-fit:contain; border-radius:14px; border:1px solid rgba(255,255,255,.18); box-shadow:0 25px 70px rgba(0,0,0,.4); }
.lightbox-close { position:absolute; right:22px; top:18px; width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.08); color:#fff; font-size:2rem; line-height:1; cursor:pointer; }

.reveal { opacity:1; transform:none; }
.reveal.revealed { animation: revealIn .68s cubic-bezier(.2,.65,.3,1) both; }
.reveal-delay.revealed { animation-delay:.10s; }
@keyframes revealIn {
  from { opacity:.18; transform:translateY(18px); }
  to { opacity:1; transform: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; }
}

@media (max-width: 1080px) {
  .site-nav { gap:18px; }
  .site-nav a { font-size:.84rem; }
  .brand { width:235px; min-width:205px; }
  .hero-grid { gap:40px; }
  .profile-grid { gap:55px; }
  .contact-shell { gap:35px; padding:44px; }
}

@media (max-width: 900px) {
  :root { --header-h:76px; }
  .container { width:min(calc(100% - 30px), var(--container)); }
  .section { padding:82px 0; }
  .header-shell { width:calc(100% - 28px); gap:12px; }
  .brand { width:220px; min-width:180px; }
  .menu-toggle { display:flex; margin-left:auto; }
  .header-cta { display:none; }
  .site-nav { position:fixed; top:var(--header-h); left:0; right:0; margin:0; padding:20px 20px 28px; background:rgba(255,255,255,.98); border-bottom:1px solid var(--line); box-shadow:0 20px 40px rgba(7,27,42,.12); display:flex; flex-direction:column; align-items:stretch; gap:0; opacity:0; visibility:hidden; transform:translateY(-12px); transition:opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .site-header.scrolled .site-nav { top:74px; }
  .site-nav.open { opacity:1; visibility:visible; transform:none; }
  .site-nav a { padding:14px 4px; font-size:1rem; border-bottom:1px solid #edf1f3; }
  .site-nav a:last-child { border-bottom:0; }
  .site-nav a::after { display:none; }

  .hero { padding-top:calc(var(--header-h) + 50px); min-height:auto; }
  .hero-grid { grid-template-columns:1fr; gap:52px; }
  .hero-copy { max-width:680px; }
  .hero-visual { width:min(620px,100%); margin:auto; }
  .hero-image-frame > img { height:auto; }
  .floating-card-top { left:14px; }
  .floating-card-bottom { right:14px; }
  .service-layout { grid-template-columns:1fr; }
  .identity-inner { grid-template-columns:1fr; text-align:center; }
  .identity-logo-wrap { width:min(440px,100%); margin:auto; }
  .identity-rule { width:160px; margin:auto; }
  .identity-inner p { text-align:center; }
  .profile-grid { grid-template-columns:1fr; gap:45px; }
  .gallery-grid { columns:2; }
  .gallery-heading { align-items:flex-start; flex-direction:column; gap:18px; }
  .gallery-heading > p { text-align:left; }
  .contact-shell { grid-template-columns:1fr; }
  .final-cta-inner { align-items:flex-start; flex-direction:column; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; width:min(440px,100%); }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 24px), var(--container)); }
  .section { padding:68px 0; }
  .brand { width:190px; min-width:160px; }
  .hero { padding-bottom:70px; }
  .hero h1 { font-size:clamp(2.5rem,13vw,3.6rem); }
  .hero-lead { font-size:1rem; }
  .hero-actions { flex-direction:column; }
  .btn { width:100%; }
  .hero-strip { gap:18px; flex-direction:column; }
  .hero-image-frame { padding:10px; border-radius:26px; }
  .hero-image-frame > img { border-radius:19px; }
  .floating-card { position:static; margin-top:10px; width:100%; }
  .section-heading h2, .profile h2, .gallery-heading h2, .contact h2, .final-cta h2 { font-size:clamp(2.05rem,10.4vw,3rem); }
  .service-panel { padding:24px 20px; border-radius:24px; }
  .service-list li { grid-template-columns:34px 1fr; gap:8px; }
  .panel-footer { align-items:flex-start; flex-direction:column; }
  .profile-grid { gap:35px; }
  .credential-card { grid-template-columns:48px 1fr; padding:19px 16px; gap:12px; }
  .credential-number { width:44px; height:44px; border-radius:13px; }
  .credential-card h3 { font-size:1.13rem; }
  .gallery-grid { columns:1; }
  .gallery-item { border-radius:16px; }
  .hours-grid { grid-template-columns:1fr; }
  .zone-card { grid-column:auto; padding:26px 22px; min-height:260px; }
  .zone-card h3 { font-size:1.8rem; }
  .zone-pin { position:absolute; right:-40px; bottom:-40px; opacity:.72; }
  .contact-shell { padding:30px 20px; border-radius:26px; }
  .contact-primary { grid-template-columns:38px 1fr auto; padding:14px; }
  .contact-row { grid-template-columns:40px 1fr auto; gap:10px; }
  .contact-row strong { font-size:.82rem; }
  .final-cta { padding:58px 0; }
  .btn.large { min-width:0; width:100%; }
  .footer-top { grid-template-columns:1fr; gap:28px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { align-items:flex-start; flex-direction:column; }
  .whatsapp-float { right:12px; bottom:12px; padding:7px; }
  .float-label { display:none; }
  .wa-bubble { width:47px; height:47px; }
}
