*{margin:0;padding:0;box-sizing:border-box}:root{--orange: #E8650A;--orange-light: #F57C00;--orange-dark: #C45400;--orange-glow: #FF8C38;--black: #0A0A0A;--dark: #1A1A1A;--gray-dark: #2D2D2D;--gray: #6B6B6B;--gray-light: #9A9A9A;--white: #FFFFFF;--cream: #FFF8F0;--bg-warm: #FEF5EB}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);overflow-x:hidden;line-height:1.6}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.2rem 0;transition:all .5s cubic-bezier(.4,0,.2,1)}.navbar.scrolled{background:#0a0a0af2;backdrop-filter:blur(20px);padding:.8rem 0;box-shadow:0 4px 30px #e8650a26}.nav-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:800;color:var(--white);text-decoration:none;letter-spacing:-.5px}.nav-logo span{color:var(--orange)}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{color:#fffc;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transition:color .3s;cursor:pointer;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--orange);transition:width .3s}.nav-links a:hover{color:var(--orange)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--orange)}.nav-cta{background:var(--orange)!important;color:var(--white)!important;padding:.75rem 1.8rem!important;border-radius:50px;font-weight:600!important;text-transform:uppercase!important;letter-spacing:1px!important;font-size:.8rem!important;transition:all .3s!important;border:2px solid var(--orange)}.nav-cta:hover{background:transparent!important;color:var(--orange)!important;transform:scale(1.05)}.nav-cta:after{display:none!important}.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px;background:transparent;border:none}.mobile-toggle span{width:28px;height:2px;background:var(--white);transition:all .3s}.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ad9,#0a0a0a99 70%,#e8650a4d)}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem;width:100%}.hero-badge{display:inline-block;background:#e8650a26;border:1px solid rgba(232,101,10,.4);color:var(--orange-glow);padding:.5rem 1.5rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6.5rem);font-weight:900;color:var(--white);line-height:1.05;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .2s both}.hero-title .highlight{color:var(--orange);position:relative}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.3rem);color:#ffffffb3;max-width:580px;line-height:1.8;margin-bottom:2.5rem;font-weight:300;animation:fadeInUp .8s ease-out .4s both}.hero-actions{display:flex;gap:1.2rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}.btn-primary{background:var(--orange);color:var(--white);padding:1.1rem 2.8rem;border:none;border-radius:50px;font-size:.95rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--orange-light);transform:translateY(-3px);box-shadow:0 15px 40px #e8650a66}.btn-secondary{background:transparent;color:var(--white);padding:1.1rem 2.8rem;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;transition:all .4s;text-decoration:none;display:inline-block}.btn-secondary:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-3px)}.hero-stats{position:absolute;bottom:4rem;left:3rem;right:3rem;max-width:1400px;margin:0 auto;display:flex;gap:4rem;z-index:2;animation:fadeInUp .8s ease-out .8s both}.stat-item{text-align:left}.stat-number{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:800;color:var(--orange)}.stat-label{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:2px;margin-top:.3rem}.hero-scroll{position:absolute;bottom:4rem;right:3rem;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.8rem;animation:fadeInUp .8s ease-out 1s both}.hero-scroll span{font-size:.7rem;color:#fff6;text-transform:uppercase;letter-spacing:3px;writing-mode:vertical-rl}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--orange),transparent);animation:scrollPulse 2s infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}section{padding:7rem 0}.container{max-width:1400px;margin:0 auto;padding:0 3rem}.section-label{font-size:.75rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--orange);margin-bottom:1rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:800;color:var(--black);line-height:1.15;margin-bottom:1.2rem}.section-desc{font-size:1.05rem;color:var(--gray);max-width:550px;line-height:1.8}.section-header{margin-bottom:3rem}.section-header--compact{margin-bottom:1.75rem}.section-header--center{text-align:center}.section-header--center .section-desc{margin-inline:auto}.section-header--light .section-label{color:var(--orange-glow)}.section-header--light .section-title{color:var(--white)}.section-header--light .section-desc{color:#fff9}.features-strip{background:var(--black);padding:3.5rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.feature-item{text-align:center;padding:2rem;border-right:1px solid rgba(255,255,255,.08);transition:background .3s}.feature-item:last-child{border-right:none}.feature-item:hover{background:#e8650a14}.feature-item h4{color:var(--orange);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.feature-item p{color:#ffffff80;font-size:.85rem}.about-preview{background:var(--white);overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image-wrap{position:relative}.about-image-wrap img{width:100%;height:550px;object-fit:cover;border-radius:8px}.about-image-accent{position:absolute;top:-20px;left:-20px;width:120px;height:120px;border:3px solid var(--orange);border-radius:8px;z-index:-1}.about-text .section-title{margin-bottom:1.5rem}.about-text p{color:var(--gray);line-height:1.9;margin-bottom:1.2rem;font-size:1rem}.about-highlights{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2rem}.about-highlight-item{padding:1.2rem;background:var(--bg-warm);border-radius:8px;border-left:3px solid var(--orange)}.about-highlight-item h5{font-size:.85rem;font-weight:700;color:var(--black);margin-bottom:.3rem}.about-highlight-item p{font-size:.8rem;color:var(--gray);margin-bottom:0}.products-section{background:var(--bg-warm)}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem}.products-header .section-header{margin-bottom:0}.products-header-cta{flex-shrink:0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--white);border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0000001a}.product-img{width:100%;height:260px;object-fit:cover;transition:transform .6s}.product-card:hover .product-img{transform:scale(1.05)}.product-img-wrap{overflow:hidden;position:relative}.product-tag{position:absolute;top:1rem;left:1rem;background:var(--orange);color:var(--white);padding:.3rem .9rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.product-info{padding:1.5rem}.product-category{font-size:.7rem;color:var(--orange);text-transform:uppercase;letter-spacing:2px;font-weight:600}.product-name{font-size:1.1rem;font-weight:700;color:var(--black);margin:.5rem 0}.product-desc{font-size:.85rem;color:var(--gray);line-height:1.6}.vet-promo{background:var(--black);position:relative;overflow:hidden}.vet-promo:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(232,101,10,.15),transparent 70%);border-radius:50%}.vet-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:2}.vet-text .section-label{color:var(--orange-glow)}.vet-text .section-title{color:var(--white)}.vet-text .section-desc{color:#fff9}.vet-services{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.5rem}.vet-promo-cta{margin-top:2rem}.vet-service{padding:1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:all .3s}.vet-service:hover{background:#e8650a1a;border-color:#e8650a4d}.vet-service h5{color:var(--orange);font-size:.95rem;font-weight:700;margin-bottom:.4rem}.vet-service p{color:#fff6;font-size:.8rem;line-height:1.5}.vet-image img{width:100%;height:500px;object-fit:cover;border-radius:12px}.gallery-section{background:var(--white);padding:7rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:300px 300px;gap:1rem}.gallery-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer}.gallery-item:first-child{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.7),transparent);opacity:0;transition:opacity .4s;display:flex;align-items:flex-end;padding:2rem}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:var(--white);font-weight:600;font-size:1.1rem}.cta-banner{background:linear-gradient(135deg,var(--orange-dark),var(--orange),var(--orange-light));padding:6rem 0;text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-banner h2{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:var(--white);margin-bottom:1rem;position:relative}.cta-banner p{color:#ffffffd9;font-size:1.15rem;margin-bottom:2.5rem;position:relative}.btn-white{background:var(--white);color:var(--orange);padding:1.2rem 3rem;border:none;border-radius:50px;font-size:.95rem;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:2px;transition:all .4s;position:relative;text-decoration:none;display:inline-block}.btn-white:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.testimonials-section{background:var(--bg-warm)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:12px;transition:all .3s;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #00000014}.testimonial-card:before{content:'"';font-family:Playfair Display,serif;font-size:5rem;color:var(--orange);opacity:.2;position:absolute;top:10px;left:20px;line-height:1}.testimonial-text{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:1.5rem;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:1.1rem}.testimonial-name{font-weight:700;color:var(--black);font-size:.95rem}.testimonial-role{font-size:.8rem;color:var(--gray-light)}.footer{background:var(--black);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-brand h3{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--white);margin-bottom:1rem}.footer-brand h3 span{color:var(--orange)}.footer-brand p{color:#fff6;font-size:.9rem;line-height:1.8;max-width:320px}.footer-col h4{color:var(--white);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:#fff6;text-decoration:none;font-size:.9rem;transition:color .3s;cursor:pointer}.footer-col ul li a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff4d;font-size:.8rem}.page-hero{height:60vh;min-height:450px;display:flex;align-items:center;position:relative;overflow:hidden}.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ae0,#0a0a0a80)}.page-hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem}.page-hero-content .section-label{color:var(--orange-glow)}.page-hero-content h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;color:var(--white);line-height:1.1}.page-hero-content p{color:#fff9;font-size:1.1rem;margin-top:1rem;max-width:500px}.vet-section-content{padding:7rem 0}.vet-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:5rem}.vet-detail-grid.reverse{direction:rtl}.vet-detail-grid.reverse>*{direction:ltr}.vet-detail-img{width:100%;height:450px;object-fit:cover;border-radius:12px}.vet-detail-text h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;margin-bottom:1rem;color:var(--black)}.vet-detail-text p{color:var(--gray);line-height:1.9;margin-bottom:1rem}.vet-list{list-style:none;margin-top:1.5rem}.vet-list li{padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.06);color:var(--gray);font-size:.95rem;display:flex;align-items:center;gap:.8rem}.vet-list li:before{content:"";width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0}.sobre-content{padding:7rem 0}.about-timeline-section{padding-top:0}.sobre-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-bottom:6rem}.sobre-main-img{width:100%;height:500px;object-fit:cover;border-radius:12px}.sobre-values{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.value-card{padding:2.5rem;background:var(--bg-warm);border-radius:12px;text-align:center;transition:all .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.value-card .value-num{font-family:Playfair Display,serif;font-size:3rem;font-weight:800;color:var(--orange);margin-bottom:.5rem}.value-card h4{font-size:1rem;font-weight:700;margin-bottom:.5rem}.value-card p{font-size:.85rem;color:var(--gray)}.timeline{margin-top:5rem;position:relative;padding-left:3rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--orange),transparent)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-3.35rem;top:.5rem;width:14px;height:14px;background:var(--orange);border-radius:50%;border:3px solid var(--white)}.timeline-item h4{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.timeline-item .year{font-size:.8rem;color:var(--orange);font-weight:700;letter-spacing:1px;margin-bottom:.5rem}.timeline-item p{color:var(--gray);line-height:1.8;font-size:.95rem}.contato-content{padding:7rem 0}.contato-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contato-info h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;margin-bottom:1rem}.contato-info p{color:var(--gray);line-height:1.8;margin-bottom:2rem}.contato-details{display:flex;flex-direction:column;gap:1.5rem}.contato-detail-item h5{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--orange);margin-bottom:.3rem;font-weight:700}.contato-detail-item p{font-size:1.05rem;color:var(--black);font-weight:500;margin-bottom:0}.contato-detail-link{font-size:1.05rem;color:var(--black);font-weight:500;margin-bottom:0;text-decoration:none;transition:color .3s}.contato-detail-link:hover{color:var(--orange)}.map-container{width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}.map-container iframe{width:100%;height:100%;border:none}.horarios{margin-top:4rem;background:var(--bg-warm);padding:3rem;border-radius:12px}.horarios h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem}.horarios-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.horario-item{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.horario-item .dia{font-weight:600;color:var(--black)}.horario-item .hora{color:var(--gray)}.contact-cta{text-align:center;margin-top:3rem}.contact-cta p{color:var(--gray);font-size:1.1rem;margin-bottom:1.5rem}.vet-page-cta{text-align:center;margin-top:3rem}.reveal{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.feature-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.products-grid,.testimonials-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-container{padding:0 1.5rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#0a0a0afa;flex-direction:column;padding:2rem;gap:1.5rem}.nav-links.open,.mobile-toggle{display:flex}.hero-stats{flex-direction:column;gap:1.5rem;bottom:2rem;left:1.5rem}.hero-scroll{display:none}.hero-content,.container{padding:0 1.5rem}.about-grid,.vet-grid,.vet-detail-grid,.vet-detail-grid.reverse,.sobre-main-grid,.contato-grid{grid-template-columns:1fr;gap:2.5rem}.features-grid,.products-grid,.testimonials-grid,.footer-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}.gallery-item:first-child{grid-row:span 1}.sobre-values,.horarios-grid{grid-template-columns:1fr}.products-header{flex-direction:column;align-items:flex-start;gap:1rem}.vet-services{grid-template-columns:1fr}section{padding:4rem 0}}
