:root{--ink: #222838;--ink-2: #303747;--gold: #dfb83e;--green: #27b321;--cream: #f7f0e8;--paper: #fffaf4;--white: #ffffff;--muted: #5f6470;--line: rgba(34, 40, 56, .1);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-pill: 999px;--space-section: 5rem;--shadow: 0 14px 32px rgba(34, 40, 56, .09);--shadow-hover: 0 20px 40px rgba(34, 40, 56, .13);--shadow-button: 0 10px 22px rgba(39, 179, 33, .2);--radius: var(--radius-md);--font-body: "Inter", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.55;font-weight:400;overflow-x:hidden}body,button,a,p,h1,h2,h3,strong,span{overflow-wrap:anywhere}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0;line-height:1.1}h1{max-width:520px;margin-bottom:1rem;font-size:2.45rem;font-weight:800}h2{margin-bottom:.85rem;font-size:1.85rem;font-weight:700}h3{font-size:1.08rem;font-weight:700}.container{width:min(100% - 2rem,1180px);margin-inline:auto}.section{padding:var(--space-section) 0}.section-soft{background:var(--cream)}.section-heading{max-width:860px;margin:0 auto 2.5rem;text-align:center}.section-heading-center{text-align:center}.section-heading p:last-child{max-width:960px;margin-inline:auto;color:#111}.eyebrow{margin-bottom:.6rem;color:var(--gold);font-size:.92rem;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase}.eyebrow-dark{color:var(--gold)}.btn{display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:var(--radius-pill);background:var(--green);color:var(--white);font-weight:700;min-width:260px;padding:.96rem 2.45rem;text-align:center;box-shadow:var(--shadow-button);font-size:.98rem;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.btn:hover{transform:translateY(-3px);box-shadow:0 15px 28px #27b32145}.btn:active{transform:translateY(-1px) scale(.99)}.btn-gold{background:var(--gold);color:var(--white);box-shadow:0 10px 22px #dfb83e33}.btn-gold:hover{box-shadow:0 15px 28px #dfb83e45}.btn-quiet{background:var(--white);color:var(--ink);box-shadow:none}.btn-quiet:hover{background:var(--ink);color:var(--white);box-shadow:0 16px 30px #2228382e}.top-bar{background:var(--ink);color:var(--white);font-size:.84rem;font-weight:600}.top-bar-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.top-bar p{margin:0}.top-bar a{display:inline-flex;align-items:center;justify-content:center}.top-social svg{width:20px;height:20px}.site-header{position:sticky;top:0;z-index:50;background:#fffaf4f5;border-bottom:1px solid rgba(34,40,56,.08)}.header-inner{min-height:86px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem}.logo,.footer-logo{display:inline-flex;align-items:center;gap:.7rem;font-weight:800}.logo span:last-child{display:grid;line-height:1.05}.logo small{color:var(--gold);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.logo-mark{width:46px;height:46px;border:4px solid var(--gold);border-radius:45% 55% 48% 52%;transform:rotate(-13deg)}.menu-toggle{width:40px;height:40px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid var(--line);border-radius:12px;background:var(--white)}.menu-toggle span:not(.sr-only){width:16px;height:1.8px;background:var(--ink);border-radius:999px}.main-nav{position:absolute;inset:86px 1rem auto;display:none;flex-direction:column;gap:.25rem;border-radius:var(--radius-md);background:var(--white);padding:.8rem;box-shadow:var(--shadow)}.main-nav[data-open]{display:flex}.main-nav a{position:relative;padding:.85rem;border-radius:var(--radius-sm);font-weight:600}.main-nav a:after{content:"";position:absolute;left:50%;bottom:.25rem;width:0;height:.36rem;border-radius:999px 999px 0 0;background:var(--ink);transform:translate(-50%);opacity:0;transition:width .18s ease,opacity .18s ease}.main-nav a[aria-current=page]:after{width:min(100%,4.6rem);opacity:1}.main-nav a:hover{background:var(--cream)}.header-cta{display:none}.header-whatsapp{display:none;min-height:48px;align-items:center;justify-content:center;gap:.58rem;border-radius:var(--radius-pill);background:var(--green);color:var(--white);padding:.52rem 1.12rem .54rem .82rem;box-shadow:var(--shadow-button);transition:transform .18s ease,box-shadow .18s ease}.header-whatsapp:hover{transform:translateY(-2px);box-shadow:0 14px 26px #27b32145}.header-whatsapp svg{width:28px;height:28px;flex:0 0 auto}.header-whatsapp span{display:grid;gap:.08rem;line-height:1}.header-whatsapp small{font-size:.63rem;font-weight:600;letter-spacing:0}.header-whatsapp strong{font-size:.98rem;font-weight:700;letter-spacing:.01em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{position:relative;display:grid;align-items:center;overflow:hidden;background:var(--paper);scroll-margin-top:86px}.hero-grid{position:relative;z-index:1;display:grid;gap:2rem;padding:5.6rem 0 8rem;align-items:center}.hero-copy{max-width:540px}.hero-text{max-width:440px;margin-bottom:1.35rem;color:#111;font-weight:500}.hero .btn{min-height:58px;min-width:300px;padding:1rem 2.75rem;font-size:1rem}.hero-image{margin:0}.hero-image img{width:min(100%,520px);margin-inline:auto;aspect-ratio:1 / 1;object-fit:cover;object-position:center bottom}.authority-strip{position:relative;z-index:2;margin-top:-4.5rem;padding-bottom:3.2rem}.authority-card{display:grid;gap:1rem;align-items:center;border:2px solid var(--gold);border-radius:var(--radius-md);background:var(--white);padding:1.5rem;box-shadow:var(--shadow)}.authority-card>div{display:grid;gap:1rem}.authority-card strong{color:var(--gold);font-size:4rem;font-weight:800;line-height:1}.authority-card p{margin:0;max-width:580px;color:var(--ink);font-size:1.12rem;font-weight:700;line-height:1.22}.service-grid,.blog-grid,.reviews-grid{display:grid;gap:1.25rem}.service-card{overflow:hidden;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.service-card:hover{transform:translateY(-4px);border-color:#dfb83e52;box-shadow:var(--shadow-hover)}.service-body{padding:1.3rem 1.15rem 1rem}.service-title-row{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid rgba(34,40,56,.08)}.icon-pill{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:var(--radius-sm);background:var(--gold);color:var(--white);font-size:1.35rem;font-weight:700}.card-arrow{color:var(--gold);font-size:1.4rem;font-weight:700}.service-card p{min-height:104px;margin:1rem 0 0;color:#111;font-size:.92rem}.service-card img{width:calc(100% - 2.3rem);aspect-ratio:1 / 1;object-fit:cover;object-position:center center;margin:0 1.15rem 1.15rem;border-radius:var(--radius-sm)}.center-action{display:flex;justify-content:center;margin-top:2rem}.split-grid,.dark-grid,.location-grid{display:grid;gap:2rem;align-items:center}.about{background:var(--paper)}.about p{color:#222;font-size:.96rem}.about-copy,.about-copy .eyebrow,.about-copy h2,.about-copy p{text-align:left}.about-copy h2,.about-copy p{max-width:620px;margin-inline:0}.about-copy .btn{margin-top:.35rem}.framed-media{position:relative;margin:0}.framed-media img{width:100%;aspect-ratio:.92 / 1;object-fit:cover;border-radius:var(--radius-md)}.framed-media figcaption{position:absolute;right:-.3rem;bottom:1rem;width:138px;height:138px;display:grid;place-items:center;justify-items:center;align-content:center;border:12px solid var(--white);border-radius:var(--radius-md);background:#222838d1;color:var(--white);font-size:2.6rem;font-weight:800;line-height:1;text-align:center}.framed-media figcaption span{display:block;margin-top:.25rem;font-size:.72rem;text-transform:uppercase}.gallery-section{padding:0 0 4rem;background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.dark-section{position:relative;overflow:hidden;scroll-margin-top:86px;background:var(--ink);color:var(--white)}.dark-section:before{content:"";position:absolute;width:420px;height:420px;top:-260px;left:-160px;border:1px solid rgba(223,184,62,.16);border-radius:50%;box-shadow:0 0 0 76px #dfb83e06,0 0 0 150px #dfb83e05;pointer-events:none}.dark-section h2{color:var(--white)}.differentials-layout{position:relative;display:grid;gap:2.5rem;align-items:center}.differentials-copy{min-width:0}.differentials-copy .eyebrow{text-align:left}.differentials-copy h2{max-width:650px;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.035em}.differentials-intro{max-width:620px;margin-bottom:0;color:#ffffffb3;font-size:1rem}.differential-list{display:grid;gap:0;margin-top:2rem}.differential-list article{display:grid;grid-template-columns:50px 1fr;gap:1rem;align-items:start;border-top:1px solid rgba(255,255,255,.12);padding:1.15rem 0;transition:border-color .18s ease,transform .18s ease}.differential-list article:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.differential-list article:hover{border-color:#dfb83e8c;transform:translate(4px)}.differential-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(223,184,62,.32);border-radius:14px;background:#dfb83e17;color:var(--gold)}.differential-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.differential-list h3{margin-bottom:.35rem;color:var(--white);font-size:1.05rem}.differential-list p{margin:0;color:#ffffff9e;font-size:.9rem}.professional-card{position:relative;isolation:isolate;margin:0;border-radius:var(--radius-lg);background:#f3e9dd;padding:1rem;box-shadow:0 30px 70px #04081247}.professional-card:before{content:"";position:absolute;inset:-1px;z-index:-1;border-radius:inherit;background:linear-gradient(145deg,#ffffff80,#dfb83e29)}.professional-card img{position:relative;z-index:1;width:100%;aspect-ratio:.92 / 1;object-fit:cover;border-radius:var(--radius-md)}.professional-orbit{display:none}.professional-card figcaption{position:absolute;z-index:3;right:2.1rem;bottom:2rem;left:2.1rem;display:grid;gap:.3rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);background:#222838e6;color:var(--white);padding:1.2rem 1.35rem;box-shadow:0 18px 34px #04081233}.professional-kicker{color:var(--gold);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.professional-card figcaption strong{max-width:360px;font-size:1.08rem;line-height:1.25}.experience-seal{position:absolute;z-index:4;top:2.1rem;left:-1.2rem;display:flex;align-items:center;gap:.65rem;border-radius:var(--radius-sm);background:var(--gold);color:var(--ink);padding:.75rem 1rem;box-shadow:0 14px 30px #0408123d}.experience-seal strong{font-size:1.8rem;line-height:1}.experience-seal span{font-size:.62rem;font-weight:800;line-height:1.1;letter-spacing:.04em;text-transform:uppercase}.google-summary{max-width:920px;display:flex;align-items:center;justify-content:center;gap:1.6rem;margin:0 auto 2rem;border-radius:var(--radius-md);background:#ffffff73;padding:1.35rem 2rem}.google-brand-mark{width:82px;height:82px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--ink)}.google-brand-mark .logo-mark{width:48px;height:48px;border-width:4px}.google-card{display:grid;gap:.25rem;min-width:0}.google-card span{font-weight:700}.google-rating-line{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.google-rating-line strong{color:var(--green);font-size:1.65rem;line-height:1}.google-stars{color:var(--gold);font-size:1rem;letter-spacing:.02em}.google-rating-line em{color:var(--gold);font-size:.86rem;font-style:normal;font-weight:700}.google-card p{margin:0;color:#222;font-size:.72rem;font-weight:600}.google-card b{color:#4285f4}.google-logo{width:72px;height:72px;flex:0 0 auto}.review-card{min-height:250px;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);background:var(--white);padding:1.55rem;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.review-card:hover{transform:translateY(-4px);border-color:#dfb83e52;box-shadow:var(--shadow-hover)}.review-author{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.review-author span{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--ink);font-weight:700}.review-card p{color:#8b8f96}.review-stars{margin:-.1rem 0 .85rem;color:var(--gold);font-size:.95rem;letter-spacing:.08em}.blog-section{background:var(--cream);padding-top:4rem}.blog-grid{max-width:1200px;margin:0 auto;gap:2.1rem}.blog-card{overflow:hidden;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.blog-card:hover{transform:translateY(-4px);border-color:#dfb83e52;box-shadow:var(--shadow-hover)}.blog-card img{width:calc(100% - 2rem);aspect-ratio:1.55 / 1;object-fit:cover;margin:1rem 1rem 0;border-radius:var(--radius-sm)}.blog-card div{padding:1rem 1.05rem 1.15rem}.blog-meta{display:block;margin:0 0 .8rem;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.blog-card p{color:#3a3d45}.blog-card h2,.blog-card h3{font-size:1.28rem;line-height:1.12}.blog-card a{color:var(--gold);font-size:.86rem;font-weight:700}.location-section{background:var(--paper);padding:var(--space-section) 0 0;scroll-margin-top:86px}.contact-list{padding:0;margin:1.3rem 0;list-style:none}.contact-list li{padding:.62rem 0;border-bottom:1px solid var(--line)}.button-row{display:grid;gap:.7rem}.location-panel{overflow:hidden;display:grid;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow)}.map-embed{display:block;width:100%;height:360px;border:0}.location-card{padding:1.4rem}.location-card h3{margin-bottom:.55rem}.location-card p{color:var(--muted)}.popular-section{padding:5.5rem 0 3.5rem;background:var(--paper)}.popular-inner{display:grid;gap:1.4rem}.popular-section h2{margin:0;font-size:1.55rem}.popular-links{display:grid;gap:.45rem 1.2rem}.popular-links a{display:inline-flex;align-items:flex-start;gap:.55rem;color:#30333b;font-size:.9rem}.popular-links span{color:var(--gold);font-weight:700}.site-footer{background:var(--ink);color:#ffffffe0;padding-top:3.5rem}.footer-grid{display:grid;gap:2rem}.footer-logo{color:var(--white);flex-direction:column;align-items:flex-start;font-size:1.1rem}.footer-logo .logo-mark{width:92px;height:92px}.site-footer h2{color:var(--gold);font-size:.92rem;font-weight:700;text-transform:uppercase}.site-footer p,.site-footer a{font-size:.9rem}.site-footer nav a,.social-links a{display:block;padding:.25rem 0}.social-links{margin-top:1.2rem}.footer-bottom{margin-top:2.4rem;border-top:1px solid rgba(255,255,255,.16);padding:1rem;text-align:center}.footer-bottom p{margin:0 0 .35rem}.footer-bottom a{color:var(--gold);font-size:.9rem;font-weight:700}.footer-bottom a:hover{color:var(--white)}.floating-whatsapp{position:fixed;right:1rem;bottom:1rem;z-index:80;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--white);box-shadow:0 18px 38px #27b32157;animation:floating-bounce 2.8s ease-in-out infinite;transition:transform .18s ease,box-shadow .18s ease}.floating-whatsapp svg{width:34px;height:34px}.floating-whatsapp:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 24px 44px #27b3216b;animation-play-state:paused}.internal-page,.blog-page,.article-page{background:var(--paper)}.internal-hero,.article-hero{background:var(--paper);padding:var(--space-section) 0}.internal-hero-grid,.article-hero-grid{display:grid;gap:2rem;align-items:center}.internal-hero h1,.article-hero h1{max-width:760px}.internal-hero p,.article-hero p{max-width:680px;color:var(--muted);font-size:1.1rem}.internal-hero img,.article-hero img{width:100%;aspect-ratio:1.35 / 1;object-fit:cover;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);box-shadow:var(--shadow)}.content-grid{display:grid;gap:1.4rem}.content-card{border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);background:var(--white);padding:1.5rem;box-shadow:var(--shadow)}.content-card .eyebrow{text-align:left}.content-card p{color:var(--muted)}.highlight-card{align-self:start;background:linear-gradient(180deg,var(--white),#fff7e6)}.check-list{display:grid;gap:.8rem;padding:0;margin:1rem 0 1.4rem;list-style:none}.check-list li{position:relative;padding-left:1.5rem;color:var(--ink)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.article-shell{padding-bottom:0}.article-body-grid{padding-bottom:4rem}.article-content{max-width:none}.article-content h2{margin-top:1.5rem}.article-content h2:first-child{margin-top:0}.mini-card-grid{display:grid;gap:1.2rem}.mini-card{display:grid;gap:.8rem;border:1px solid rgba(34,40,56,.08);border-radius:var(--radius-md);background:var(--white);padding:1rem;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mini-card:hover{transform:translateY(-4px);border-color:#dfb83e52;box-shadow:var(--shadow-hover)}.mini-card img{width:100%;aspect-ratio:1.7 / 1;object-fit:cover;border-radius:var(--radius-sm)}.mini-card strong{color:var(--ink)}.mini-card span{color:var(--gold);font-size:.9rem;font-weight:700}@media(max-width:719px){:root{--space-section: 3.5rem}h1{font-size:2.15rem}h2{font-size:1.62rem}.section{padding:var(--space-section) 0}.section-heading{margin-bottom:1.45rem}.section-heading p:last-child{font-size:.92rem;line-height:1.45}.btn{width:100%;min-width:0;max-width:310px;min-height:52px;padding:.85rem 1.15rem;font-size:.9rem}.top-bar-inner{justify-content:center;text-align:center}.menu-toggle{width:36px;height:36px;gap:3px;border-radius:11px}.menu-toggle span:not(.sr-only){width:14px;height:1.6px}.main-nav a:after{display:none}.main-nav a[aria-current=page]{background:var(--cream)}.hero{min-height:0}.hero-grid{gap:2.2rem;padding:4.4rem 0 5.2rem}.hero .btn{width:100%;min-width:0;max-width:300px;min-height:50px;padding:.8rem 1rem;font-size:.85rem}.hero h1{font-size:2rem}.hero-copy{text-align:center;margin-inline:auto}.hero-text{margin-inline:auto}.hero-image{margin-bottom:-2.4rem}.hero-image img{width:min(calc(100vw - .75rem),420px)}.authority-strip{padding-bottom:2.6rem}.authority-card{padding:1.15rem;text-align:center}.authority-card strong{font-size:3.2rem;text-align:center}.authority-card p{font-size:1rem;text-align:center;margin-inline:auto}.authority-card .btn{margin-inline:auto}.service-grid{gap:1rem}.service-card p{min-height:0;margin-top:.8rem;font-size:.88rem}.service-card img{aspect-ratio:1 / 1;object-position:center center}.service-title-row{padding-bottom:.8rem}.icon-pill{width:38px;height:38px}.framed-media figcaption{width:112px;height:112px;border-width:8px;font-size:2rem}.framed-media img{aspect-ratio:.82 / 1;object-position:center top}.about-copy,.about-copy .eyebrow,.about-copy h2,.about-copy p{text-align:center;margin-inline:auto}.about-copy .btn{margin-inline:auto}.differentials-layout{gap:2rem}.differentials-copy h2{font-size:2rem}.differentials-intro{font-size:.94rem}.differential-list{margin-top:1.5rem}.differential-list article{grid-template-columns:44px 1fr;gap:.85rem;padding:1rem 0}.differential-icon{width:42px;height:42px;border-radius:12px}.professional-card{margin-left:.7rem;border-radius:var(--radius-md);padding:.7rem}.professional-card img{aspect-ratio:1 / 1.05;border-radius:16px}.professional-orbit{width:100px;height:100px;top:-22px;right:-14px}.professional-card figcaption{right:1.4rem;bottom:1.4rem;left:1.4rem;padding:1rem}.experience-seal{top:1.5rem;left:-.7rem;padding:.65rem .8rem}.experience-seal strong{font-size:1.5rem}.google-summary{gap:.75rem;justify-content:center;text-align:center;padding:1rem .9rem;border-radius:var(--radius-md)}.google-brand-mark{width:58px;height:58px}.google-brand-mark .logo-mark{width:34px;height:34px;border-width:3px}.google-logo{width:44px;height:44px;margin-left:auto}.google-rating-line{width:100%;justify-content:center;gap:.25rem;text-align:center}.google-rating-line strong{font-size:1.35rem}.google-stars{font-size:.78rem}.google-rating-line em{width:100%;font-size:.72rem}.google-card{justify-items:center;text-align:center}.review-card{min-height:0;padding:1.2rem}.blog-preview-section .blog-card:nth-child(n+2){display:none}.blog-section{padding-top:var(--space-section)}.blog-grid{gap:1.2rem}.blog-preview-section .center-action{margin-top:1.25rem}.blog-card img{aspect-ratio:2.05 / 1}.blog-card h2,.blog-card h3{font-size:1.08rem}.blog-card p:not(.blog-meta){display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem}.location-section{padding-top:var(--space-section)}.location-panel{border-radius:var(--radius-md)}.map-embed{height:285px}.location-card{padding:1.15rem}.contact-list{margin:.9rem 0}.contact-list li{padding:.48rem 0;font-size:.9rem}.location-card .button-row{gap:.6rem;justify-items:center}.location-card .button-row .btn{margin-inline:auto}.popular-section{padding:4.2rem 0 3rem}.popular-section h2{font-size:1.2rem;text-align:center}.popular-links{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.55rem .65rem}.popular-links a{font-size:.8rem;line-height:1.25}.site-footer{text-align:center}.footer-grid{justify-items:center;text-align:center}.footer-logo{align-items:center}.social-links{display:flex;justify-content:center;gap:1rem}.instagram-link{width:28px;height:28px;display:inline-grid;place-items:center;color:var(--white)}.instagram-link svg{width:24px;height:24px}.site-footer nav{display:grid;justify-items:center;gap:.15rem}.site-footer nav a,.social-links a{display:block}.floating-whatsapp{width:54px;height:54px;right:.85rem;bottom:.85rem}.floating-whatsapp svg{width:31px;height:31px}.internal-hero,.article-hero{padding:3rem 0}.internal-hero-blog .internal-hero-grid{grid-template-columns:1fr;justify-items:center;text-align:center}.internal-hero-blog .internal-hero-grid>:only-child,.internal-hero-blog .internal-hero-grid>div{max-width:760px}.internal-hero-blog .eyebrow,.internal-hero-blog h1,.internal-hero-blog p{text-align:center;margin-inline:auto}.internal-hero-grid,.article-hero-grid{gap:1.4rem}.content-card{padding:1.15rem}.article-body-grid{padding-bottom:3rem}}@keyframes floating-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(min-width:720px){h1{font-size:3rem}h2{font-size:2.15rem}.header-inner{grid-template-columns:auto 1fr auto}.menu-toggle{display:none}.main-nav{position:static;display:flex;flex-direction:row;justify-content:center;gap:.15rem;border:0;background:transparent;box-shadow:none;padding:0}.main-nav a{padding:.75rem .58rem .92rem;font-size:.82rem;border-radius:0}.header-whatsapp{display:inline-flex}.hero{min-height:560px}.hero-grid{grid-template-columns:.92fr 1.08fr;align-items:center}.authority-card,.authority-card>div{display:flex;justify-content:space-between}.authority-card{padding:1.8rem 2rem}.service-grid{grid-template-columns:repeat(2,1fr)}.split-grid,.dark-grid,.location-grid{grid-template-columns:.95fr 1.05fr}.differentials-layout{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:clamp(3rem,6vw,6rem)}.gallery-grid{grid-template-columns:repeat(4,1fr)}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center}.location-panel{grid-template-columns:minmax(0,1fr) 360px}.map-embed{height:430px}.location-card{align-self:stretch;display:grid;align-content:center;padding:2rem}.popular-inner{grid-template-columns:.75fr 1.5fr;align-items:center}.popular-links{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:.7fr 1fr .7fr 1fr}.internal-hero-grid,.article-hero-grid{grid-template-columns:1fr .85fr}.internal-hero-blog .internal-hero-grid{grid-template-columns:1fr}.content-grid{grid-template-columns:minmax(0,1fr) 360px}.mini-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.container{width:min(100% - 3rem,1180px)}.hero{min-height:620px}h1{font-size:3.35rem}h2{font-size:2.2rem}.main-nav{gap:.3rem}.main-nav a{padding-inline:.68rem;font-size:.86rem}.service-grid{grid-template-columns:repeat(4,1fr)}.popular-links{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
