*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--rose:oklch(67% .09 15);--rose-light:oklch(93% .04 15);--rose-mid:oklch(78% .07 15);--gold:oklch(72% .13 78);--gold-light:oklch(93% .05 78);--cream:oklch(98% .008 70);--cream-dark:oklch(94% .012 70);--ink:oklch(16% .015 50);--ink-mid:oklch(40% .01 50);--ink-light:oklch(65% .008 50);--wa-green:#25d366;--wa-green-dark:#1ebe5d;--font-display:"Cinzel", Georgia, serif;--font-body:"Montserrat", sans-serif}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-body);font-weight:300;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s,transform .8s;transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .8s,transform .8s;transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:oklch(98% .008 70/.92);border:1px solid oklch(91% .008 70);border-radius:16px;justify-content:space-between;align-items:center;width:calc(100% - 4rem);max-width:1200px;height:64px;padding:0 2rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:1rem;left:50%;right:auto;transform:translate(-50%);box-shadow:0 4px 24px oklch(50% .05 50/.1)}nav.scrolled{box-shadow:0 8px 32px oklch(50% .05 50/.18)}.nav-logo{height:48px}.nav-logo-mobile{display:none}.nav-logo-desktop{display:block}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mid);font-size:.82rem;transition:color .2s}.nav-links a:hover{color:var(--rose)}.nav-cta{background:var(--rose);letter-spacing:.08em;border-radius:50px;padding:.55rem 1.4rem;font-weight:500;color:#fff!important;transition:background .2s,transform .2s!important}.nav-cta:hover{transform:translateY(-1px);background:oklch(57% .09 15)!important;box-shadow:0 6px 18px oklch(67% .09 15/.35)!important}.nav-hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--ink);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:99;-webkit-backdrop-filter:blur(20px);background:#fcfaf7f7;border:1px solid oklch(90% .01 70);border-radius:12px;flex-direction:column;gap:1.2rem;padding:1.5rem 1.5rem 2rem;display:none;position:fixed;top:calc(64px + 1.8rem);left:2rem;right:2rem;box-shadow:0 8px 32px oklch(50% .05 50/.12)}.mobile-menu.open{display:flex}.mobile-menu a{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mid);border-bottom:1px solid oklch(92% .01 70);padding:.4rem 0;font-size:1rem;transition:color .2s}.mobile-menu a:hover{color:var(--rose)}.hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:calc(64px + 2rem);display:grid;overflow:hidden}.hero-content{flex-direction:column;justify-content:center;gap:1.5rem;padding:3rem 5vw 3rem 8vw;display:flex}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:oklch(52% .09 15);align-items:center;gap:.8rem;font-size:.92rem;display:flex}.hero-eyebrow:before{content:"";background:oklch(52% .09 15);width:2.5rem;height:1px;display:block}.hero-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:1.08}.hero-subtitle{color:var(--ink-mid);max-width:38ch;font-size:1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--rose);color:#fff;font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:.9rem 2.2rem;font-size:.85rem;font-weight:500;transition:background .2s,transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px oklch(67% .09 15/.3)}.btn-primary:hover{background:oklch(57% .09 15);transform:translateY(-2px);box-shadow:0 8px 28px oklch(67% .09 15/.4)}.btn-secondary{color:var(--ink);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1.5px solid oklch(80% .01 70);border-radius:50px;padding:.9rem 2.2rem;font-size:.85rem;font-weight:400;transition:border-color .2s,color .2s;display:inline-block}.btn-secondary:hover{border-color:var(--rose);color:var(--rose)}.hero-trust{color:var(--ink-light);align-items:center;gap:2rem;font-size:.82rem;display:flex}.hero-trust-item{align-items:center;gap:.5rem;display:flex}.hero-trust-stars{color:var(--gold);letter-spacing:-1px}.hero-visual{background:var(--cream);position:relative;overflow:hidden}.hero-visual img{object-fit:contain;object-position:center top;transform-origin:top;width:100%;height:100%;position:absolute;inset:0;transform:scale(.85)}.hero-visual-overlay{background:linear-gradient(to right, var(--cream) 0%, transparent 25%);pointer-events:none;position:absolute;inset:0}.hero-badge{text-align:right;width:200px;font-family:var(--font-body);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:26px;padding:20px;font-weight:100;animation:3s ease-in-out infinite floatBadge;display:flex;position:absolute;bottom:30%;left:1.5rem;box-shadow:0 8px 32px oklch(50% .05 50/.15)}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-badge-icon{font-size:1.8rem}.hero-badge-text{font-size:.75rem;line-height:1.4}.hero-badge-text strong{color:var(--rose);font-size:1.1rem;font-family:var(--font-display);display:block}.ticker{background:var(--rose);color:#fff;cursor:default;padding:.85rem 0;overflow:hidden}.ticker-inner{white-space:nowrap;letter-spacing:.18em;text-transform:uppercase;gap:4rem;font-size:.75rem;animation:22s linear infinite tickerScroll;display:flex}.ticker:hover .ticker-inner{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-dot{color:oklch(88% .06 15)}.stats-wrapper{background:var(--cream);z-index:10;padding:0 8vw 3rem;position:relative}.stats{background:var(--rose);color:#fff;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:0;padding:2.8rem 3.5rem;display:grid;box-shadow:0 20px 60px oklch(10% .01 50/.25)}.stat-item{text-align:center;position:relative}.stat-item:not(:last-child):after{content:"";background:oklch(75% .06 15/.5);width:1px;position:absolute;top:20%;bottom:20%;right:0}.stat-number{font-family:var(--font-display);color:#fff;letter-spacing:.04em;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;line-height:1}.stat-label{letter-spacing:.2em;text-transform:uppercase;color:oklch(90% .03 15);margin-top:.6rem;font-size:.65rem;font-weight:500}.section-header{text-align:center;margin-bottom:2.5rem}.section-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--rose);margin-bottom:.8rem;font-size:.72rem}.section-title{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:300;line-height:1.15}.section-title em{color:var(--rose);font-style:italic}.section-divider{background:linear-gradient(to right, var(--rose), var(--gold));border-radius:2px;width:2.5rem;height:2px;margin:1.2rem auto 0}.services{background:#fff;padding:5rem 8vw}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card{text-align:center;cursor:pointer;background:var(--cream);border:1.5px solid oklch(91% .01 70);border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.service-card:hover{border-color:var(--rose-mid);transform:translateY(-6px);box-shadow:0 16px 48px oklch(67% .09 15/.12)}.service-icon{width:72px;height:72px;color:var(--rose);background:var(--rose-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:background .3s;display:flex}.service-card:hover .service-icon{background:#fff}.service-icon svg{width:44px;height:44px}.service-divider{background:var(--rose-mid);border-radius:2px;width:2.5rem;height:1.5px;margin:1rem auto}.service-card-title{font-family:var(--font-display);color:var(--rose);letter-spacing:.03em;margin-bottom:.2rem;font-size:1.35rem;font-weight:400}.service-card-desc{color:var(--ink-mid);max-width:28ch;margin:0 auto;font-size:.85rem;line-height:1.8}.service-card-cta{letter-spacing:.1em;color:var(--rose);text-transform:uppercase;border:1.5px solid var(--rose);border-radius:100px;margin-top:1.5rem;padding:.55rem 1.4rem;font-size:.78rem;transition:background .2s,color .2s;display:inline-block}a.service-card{color:inherit;cursor:pointer;text-decoration:none}a.service-card:hover .service-card-cta{background:var(--rose);color:#fff}.about{background:oklch(96% .008 70);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;padding:5rem 8vw;display:grid}.about-visual{position:relative}.about-img-main{aspect-ratio:3/4;background:var(--rose-light);border-radius:24px;overflow:hidden}.about-img-main img{object-fit:cover;object-position:top center;width:100%;height:100%}.about-img-secondary{aspect-ratio:1;background:#fff;border:4px solid oklch(96% .008 70);border-radius:16px;width:45%;position:absolute;bottom:-2rem;right:-2rem;overflow:hidden;box-shadow:0 12px 40px oklch(50% .05 50/.15)}.about-img-secondary img{object-fit:cover;width:100%;height:100%}.about-decorative{background:var(--rose-light);z-index:-1;border-radius:50%;width:5rem;height:5rem;position:absolute;top:-1.5rem;left:-1.5rem}.about-content{flex-direction:column;gap:1.5rem;display:flex}.about-content .section-header{text-align:left}.about-content .section-divider{margin:0}.about-quote{font-family:var(--font-display);color:var(--rose);border-left:3px solid var(--rose-mid);padding-left:1.2rem;font-size:1.25rem;font-style:italic;line-height:1.5}.about-text{color:var(--ink-mid);font-size:.92rem;line-height:1.85}.about-pillars{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.about-pillar{color:var(--ink-mid);align-items:flex-start;gap:.7rem;font-size:.82rem;display:flex}.about-pillar-dot{background:var(--rose);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.4rem}.instagram{background:var(--cream-dark);padding:5rem 8vw}.instagram-profile{align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.ig-avatar{background:linear-gradient(135deg,oklch(72% .18 35),oklch(62% .22 350),oklch(58% .2 290));border-radius:50%;flex-shrink:0;width:80px;height:80px;padding:3px}.ig-avatar-inner{border:3px solid var(--cream-dark);background:var(--cream);border-radius:50%;width:100%;height:100%;overflow:hidden}.ig-avatar-inner img{object-fit:cover;width:100%;height:100%}.ig-profile-info{flex:1}.ig-handle{font-family:var(--font-display);letter-spacing:.05em;color:var(--ink);font-size:1.3rem;font-weight:400}.ig-bio{color:var(--ink-mid);margin-top:.3rem;font-size:.82rem}.ig-follow-btn{background:var(--rose);color:#fff;letter-spacing:.08em;border-radius:50px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.78rem;font-weight:500;transition:background .2s,transform .2s;display:inline-flex}.ig-follow-btn:hover{background:oklch(60% .09 15);transform:translateY(-1px)}.ig-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}.ig-post{aspect-ratio:1;cursor:pointer;background:var(--cream);border-radius:8px;position:relative;overflow:hidden}.ig-post img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ig-post:hover img{transform:scale(1.05)}.ig-post-overlay{opacity:0;color:#fff;background:oklch(20% .01 50/.5);justify-content:center;align-items:center;gap:1.2rem;font-size:.82rem;font-weight:500;transition:opacity .3s;display:flex;position:absolute;inset:0}.ig-post:hover .ig-post-overlay{opacity:1}.ig-post-stat{align-items:center;gap:.3rem;display:flex}.ig-footer{text-align:center;margin-top:2.5rem}.ig-cta{letter-spacing:.12em;text-transform:uppercase;color:var(--ink);border:1.5px solid oklch(80% .01 70);border-radius:50px;align-items:center;gap:.8rem;padding:.9rem 2.2rem;font-size:.82rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.ig-cta:hover{border-color:var(--rose);color:var(--rose)}.contact-agenda{background:#fff;grid-template-columns:1fr 1fr;align-items:start;gap:6rem;padding:5rem 8vw;display:grid}.contact-agenda-info{flex-direction:column;gap:2rem;display:flex}.contact-link-item{color:inherit;align-items:flex-start;gap:1.2rem;text-decoration:none;transition:transform .2s;display:flex}.contact-link-item:hover{transform:translate(4px)}.contact-link-item:hover .contact-icon{background:var(--rose);color:#fff}.contact-icon{width:48px;height:48px;color:var(--rose);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s,color .2s;display:flex;box-shadow:0 4px 16px oklch(50% .05 50/.08)}.contact-label{letter-spacing:.15em;text-transform:uppercase;color:var(--ink-light);margin-bottom:.2rem;font-size:.72rem}.contact-value{color:var(--ink);font-size:.95rem;font-weight:400}.contact-value small{color:var(--ink-light);margin-top:.1rem;font-size:.78rem;display:block}.hours-row{border-bottom:1px solid oklch(88% .01 70);justify-content:space-between;padding:.3rem 0;font-size:.85rem;display:flex}.hours-row:last-child{border-bottom:none}.hours-row span:last-child{color:var(--rose);font-weight:500}.agenda-form{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 8px 48px oklch(50% .05 50/.08)}.form-title{font-family:var(--font-display);color:var(--ink);margin-bottom:1.8rem;font-size:1.8rem;font-weight:400}.form-group{margin-bottom:1.2rem}.form-group label{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-light);margin-bottom:.4rem;font-size:.75rem;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-body);color:var(--ink);background:var(--cream);border:1.5px solid oklch(88% .01 70);border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px oklch(67% .09 15/.15)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}footer{color:oklch(97% .01 15);background:oklch(67% .09 15);padding:2.5rem 8vw 1.2rem}.footer-top{border-bottom:1px solid oklch(62% .07 18);grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:1.5rem;display:grid}.footer-brand .footer-logo{filter:brightness(0)invert();opacity:.9;height:48px;margin-bottom:.8rem}.footer-tagline{font-family:var(--font-display);color:#fff;font-size:.82rem;font-style:italic;line-height:1.5}.footer-col-title{letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:.8rem;font-size:.75rem}.footer-links{flex-direction:column;gap:.5rem;display:flex}.footer-links a{color:#fff;font-size:.92rem;transition:opacity .2s}.footer-links a:hover{opacity:.75}.footer-bottom{color:#fff;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.72rem;display:flex}.footer-social{gap:.6rem;display:flex}.social-icon{color:#fff;cursor:pointer;background:oklch(62% .07 18);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;transition:background .2s,color .2s;display:flex}.social-icon:hover{color:#fff;background:oklch(55% .08 18)}.testimonios{background:#fff;grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;padding:5rem 8vw;display:grid}.testimonios-title{font-family:var(--font-display);color:var(--ink);margin:.5rem 0;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.1}.testimonios-title em{color:var(--rose);font-style:italic}.testimonios-desc{color:var(--ink-mid);font-size:.88rem;line-height:1.8}.testimonios-right{flex-direction:column;gap:0;display:flex}.testimonio-card{border-bottom:1px solid var(--cream-dark);grid-template-columns:1fr 200px;padding:2.5rem 0;display:grid}.testimonio-card:first-child{padding-top:0}.testimonio-body{flex-direction:column;gap:1rem;padding-right:2rem;display:flex}.testimonio-quote-icon{color:var(--gold);font-family:Georgia,serif;font-size:4rem;font-weight:700;line-height:.6}.testimonio-text{color:var(--ink-mid);font-size:.9rem;line-height:1.75}.testimonio-name{font-family:var(--font-display);color:var(--rose);letter-spacing:.05em;font-size:1rem}.testimonio-role{color:var(--ink-light);font-size:.82rem}.testimonio-img{background:var(--cream-dark);border-radius:12px;width:200px;height:240px;overflow:hidden}.testimonio-img img{object-fit:cover;object-position:top center;width:100%;height:100%}.video-carousel{background:var(--cream-dark);padding:3rem 8vw}.video-carousel-title{font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--rose);margin-bottom:1.5rem;font-size:1rem}.video-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.video-item{aspect-ratio:9/16;object-fit:cover;background:#000;border-radius:16px;width:100%;max-height:640px}@media (width<=768px){.testimonios{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}.testimonio-card{grid-template-columns:1fr;gap:1rem;padding:2rem 0}.testimonio-img{width:80%;max-width:240px;height:260px;margin:0 auto}.video-grid{grid-template-columns:1fr}.video-carousel{padding:2.5rem 1.5rem}.video-item{border-radius:12px;max-height:420px}}.service-page{padding-top:calc(64px + 2rem)}.service-page-hero{background:var(--cream-dark);text-align:center;padding:4rem 8vw 3rem}.service-page-title{font-family:var(--font-display);color:var(--ink);margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:400}.service-page-title em{color:var(--rose);font-style:italic}.service-page-intro{max-width:600px;color:var(--ink-mid);margin:1.5rem auto;font-size:1rem;line-height:1.7}.service-page-back{color:var(--rose);letter-spacing:.05em;margin-top:1rem;font-size:.82rem;transition:opacity .2s;display:inline-block}.service-page-back:hover{opacity:.7}.service-page-grid{background:var(--cream);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;padding:4rem 8vw;display:grid}.service-detail-card{background:#fff;border:1px solid oklch(91% .008 70);border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.service-detail-number{font-family:var(--font-display);color:var(--rose-light);font-size:2.5rem;font-weight:400;line-height:1}.service-detail-title{font-family:var(--font-display);color:var(--ink);letter-spacing:.05em;font-size:1.2rem;font-weight:400}.service-detail-desc{color:var(--ink-mid);font-size:.88rem;line-height:1.7}.service-detail-points{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.service-detail-points-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.7rem}.service-detail-point{align-items:flex-start;gap:.75rem;display:flex}.service-detail-dot{background:var(--rose);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.45rem}.service-detail-point span{color:var(--ink-mid);font-size:.85rem}.service-page-cta{background:var(--rose);color:#fff;text-align:center;padding:4rem 8vw}.service-page-cta h3{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.8rem;font-weight:400}.service-page-cta p{opacity:.9;margin-bottom:2rem;font-size:.95rem}.service-page-cta .btn-primary{color:var(--rose);box-shadow:none;background:#fff}.service-page-cta .btn-primary:hover{background:var(--cream)}.wa-float{z-index:999;flex-direction:column;align-items:flex-end;gap:.7rem;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-bubble{background:var(--wa-green);cursor:pointer;border:2px solid var(--wa-green-dark);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 24px #25d36666}.wa-bubble:hover{transform:scale(1.1)translateY(-2px);box-shadow:0 10px 32px #25d3668c}.wa-tooltip{color:var(--ink);font-size:.78rem;font-family:var(--font-body);white-space:nowrap;background:#fff;border:1px solid oklch(90% .01 70);border-radius:50px;padding:.6rem 1rem;font-weight:500;animation:.3s tooltipPop;box-shadow:0 4px 16px oklch(50% .05 50/.12)}@keyframes tooltipPop{0%{opacity:0;transform:scale(.9)translate(8px)}to{opacity:1;transform:scale(1)translate(0)}}.wa-pulse{pointer-events:none;background:#25d36659;border-radius:50%;width:58px;height:58px;animation:2s ease-out infinite waPulse;position:absolute}@keyframes waPulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}.img-placeholder{letter-spacing:.1em;color:oklch(55% .01 70);text-align:center;background:oklch(92% .01 70) repeating-linear-gradient(45deg,#0000,#0000 6px,oklch(88% .01 70) 6px 12px);justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-family:monospace;font-size:.7rem;display:flex}@media (width<=1024px){.hero{grid-template-columns:1fr}.hero-visual{display:none}.hero-content{text-align:center;align-items:center;padding:5rem 6vw}.hero-eyebrow:before{display:none}.hero-subtitle{max-width:52ch}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:none;margin:0}.about,.contact-agenda{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr 1fr}.stats,.ig-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links{display:none}.nav-hamburger{display:flex}.nav-logo-desktop{display:none}.nav-logo-mobile{display:block}.hero{min-height:auto}.hero-visual{height:360px;display:block}.hero-visual img{object-fit:cover;object-position:top center;transform:none}.hero-visual-overlay{background:linear-gradient(to top, var(--cream) 0%, transparent 45%)}.hero-badge{display:none}.hero-content{padding:3rem 1.5rem 1.5rem}.hero-subtitle{max-width:100%;font-size:.9rem}.hero-trust{flex-wrap:wrap;justify-content:center;gap:.75rem;font-size:.78rem}.stats-wrapper{padding:0 1.5rem 2.5rem}.stats{border-radius:14px;grid-template-columns:repeat(2,1fr);padding:1.8rem 1rem}.stat-item:nth-child(2):after{display:none}.stat-item:nth-child(n+3){border-top:1px solid oklch(75% .06 15/.3);margin-top:.3rem;padding-top:1.2rem}.stat-number{font-size:clamp(1.7rem,7vw,2.5rem)}.stat-label{letter-spacing:.14em;font-size:.58rem}.services{padding:3rem 1.5rem}.services-grid{grid-template-columns:1fr;max-width:none;margin:0}.service-card{padding:1.8rem 1.5rem}.about{padding:3rem 1.5rem}.about-img-main{max-height:460px}.about-img-secondary{display:none}.instagram{padding:3rem 1.5rem}.ig-grid{grid-template-columns:repeat(2,1fr)}.contact-agenda{padding:3rem 1.5rem}.contact-value{word-break:break-word;font-size:.88rem}.agenda-form{border-radius:16px;padding:1.5rem 1.2rem}.form-row{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-wrap:wrap;justify-content:center;gap:.8rem}footer{padding:2.5rem 1.5rem 1.2rem}}@media (width<=480px){.instagram-profile{flex-wrap:wrap;gap:1rem}.ig-follow-btn{justify-content:center;width:100%}.ig-grid .ig-post:nth-child(n+7){display:none}.hero-actions{flex-direction:column;align-items:center;gap:.6rem}.btn-primary,.btn-secondary{text-align:center;width:100%;max-width:280px}.hero-visual{height:300px}.hero-content{padding:2.5rem 1.2rem 1.2rem}}@media (height<=500px) and (orientation:landscape){nav{width:calc(100% - 2rem);height:52px;padding:0 1.2rem;top:.5rem}.nav-links{display:none}.nav-hamburger{display:flex}.nav-logo-desktop{display:none}.nav-logo-mobile{height:38px;display:block}.mobile-menu{display:none;top:calc(52px + 1rem);left:1rem;right:1rem}.mobile-menu.open{display:flex}}
