:root{--ink: #17313b;--muted: #5b6c72;--teal: #08796f;--teal-dark: #045a54;--mint: #d7f1ea;--coral: #f06f55;--amber: #f4b860;--cream: #fbf8f1;--paper: #ffffff;--line: #dce8e6;--shadow: 0 22px 55px rgba(23, 49, 59, .13);color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-size:16px;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit}.skip-link{position:absolute;top:.75rem;left:.75rem;z-index:20;transform:translateY(-180%);background:var(--ink);color:#fff;padding:.65rem .9rem}.skip-link:focus{transform:translateY(0)}.site-header{position:relative;top:0;left:0;right:0;z-index:10;background:#243b35}.home-page .site-header{position:absolute;background:transparent}.header-inner{width:min(1160px,calc(100% - 32px));margin:0 auto;min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;min-width:170px;color:#fff}.brand-logo{width:164px;height:164px;clip-path:inset(20%);transform:scale(1.6);border-radius:0;object-fit:contain;flex:0 0 auto;background:transparent}.brand span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.main-nav{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;font-size:1rem}.main-nav a{text-decoration:none;color:#b7eea9;font-weight:900}.main-nav a:hover{color:#fff}.main-nav>a,.location-menu>summary{min-height:44px;display:flex;align-items:center}.location-menu{position:relative}.location-menu>summary{cursor:pointer;gap:10px;color:#b7eea9;font-weight:900;list-style:none}.location-menu>summary::-webkit-details-marker{display:none}.location-menu>summary:after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.location-menu[open]>summary:after{transform:rotate(225deg)}.location-dropdown{position:absolute;top:100%;left:0;min-width:200px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.location-dropdown a{display:block;padding:10px 16px;color:var(--ink);font-weight:600}.location-dropdown a:hover,.location-dropdown a[aria-current=page]{background:#edf8f5;color:var(--teal-dark)}a:focus-visible,summary:focus-visible{outline:3px solid #39bfa5;outline-offset:4px}.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;padding:0 1.35rem;background:#4cc537;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 28px #4cc5373d}.button.secondary{background:var(--paper);color:var(--ink);border:1px solid var(--line);box-shadow:none}.section{padding:84px 0}.section-inner{width:min(1160px,calc(100% - 32px));margin:0 auto}.section-heading{max-width:760px;margin-bottom:2rem}.eyebrow{color:var(--teal-dark);font-weight:900;letter-spacing:0;text-transform:uppercase;font-size:.78rem}h1,h2,h3,p{margin-top:0}h1{font-size:2.75rem;line-height:1.12;max-width:860px;margin-bottom:1.3rem}h2{font-size:2rem;line-height:1.2;margin-bottom:1rem}h3{font-size:1.25rem;line-height:1.3}h1,h2,h3,a{overflow-wrap:break-word}article h2{font-size:1.5rem}main [class$=-grid]>*{min-width:0}.lead{color:var(--muted);font-size:1.125rem;max-width:720px}.site-footer{background:#17313b;color:#effaf8;padding:64px 0 92px}.footer-grid,.footer-bottom{width:min(1160px,calc(100% - 32px));margin:0 auto}.footer-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) minmax(0,.75fr) minmax(0,1.2fr);gap:2rem}.social-links{display:flex;flex-wrap:wrap;gap:4px 16px}.social-links a{display:inline-flex;align-items:center;min-height:44px;font-size:.875rem;text-underline-offset:4px}.footer-locations{display:grid}.footer-locations a{padding:8px 0;text-decoration:none}.footer-locations a:hover,.social-links a:hover{color:#fff;text-decoration:underline}.footer-brand,.footer-grid h3{margin-bottom:.65rem}.footer-brand{font-size:1.55rem;line-height:1.15;font-weight:900}.footer-grid p,.footer-grid a{color:#cfe5e0;overflow-wrap:anywhere}.footer-map iframe{display:block;width:100%;height:260px;border:0;border-radius:8px;background:#e8efec}.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#cfe5e0}.legal-links{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:.8125rem}.legal-links a{display:inline-flex;align-items:center;min-height:44px}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:11;display:flex;align-items:center;gap:.75rem;min-width:190px;min-height:62px;border-radius:8px;padding:.7rem 1rem .7rem .78rem;background:#14a86f;color:#fff;text-decoration:none;box-shadow:0 0 #25d36673,var(--shadow);animation:whatsapp-pulse 1.8s ease-out infinite}.floating-whatsapp:hover{transform:translateY(-2px)}.whatsapp-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#fff;flex:0 0 auto}.whatsapp-icon img{width:38px;height:38px;object-fit:contain}.whatsapp-copy{display:flex;flex-direction:column;line-height:1.1}.whatsapp-copy span{font-size:.78rem;opacity:.9}.whatsapp-copy strong{font-size:1rem}@keyframes whatsapp-pulse{0%{box-shadow:0 0 #25d36673,var(--shadow)}70%{box-shadow:0 0 0 15px #25d36600,var(--shadow)}to{box-shadow:0 0 #25d36600,var(--shadow)}}@media (prefers-reduced-motion: reduce){.floating-whatsapp{animation:none}}@media (max-width: 920px){.home-page .site-header{position:relative;background:#243b35}.header-inner{display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 0 16px;min-height:auto}.brand-logo{width:144px;height:144px}.main-nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.footer-grid{grid-template-columns:1fr}.header-inner{gap:12px}.brand{min-width:0}h1{font-size:2rem}h2{font-size:1.65rem}.location-dropdown{left:auto;right:0}.header-cta{padding:0 1rem}.main-nav{gap:.65rem .9rem}.section{padding:60px 0}.floating-whatsapp{left:16px;right:16px;bottom:14px;min-height:56px;justify-content:center}}
