.carpinteria-landing{--primary-orange:#ea580c;--primary-orange-dark:#c2410c;--primary-orange-light:#fb923c;--deep-black:#0a0a0a;--warm-white:#fafafa;--warm-gray:#f5f5f5}.carpinteria-hero{min-height:100vh;position:relative;display:flex;align-items:center}.carpinteria-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.3));z-index:1}.carpinteria-hero__content{position:relative;z-index:10}.category-nav{position:sticky;top:0;z-index:40;background:white;border-bottom:1px solid #e5e5e5;transition:box-shadow .3s ease}.category-nav--scrolled{box-shadow:0 4px 20px rgba(0,0,0,.1)}.category-nav__scroll{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:.5rem 0}.category-nav__scroll::-webkit-scrollbar{display:none}.category-nav__item{flex-shrink:0;padding:.75rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap;transition:all .2s ease;border:1px solid #e5e5e5;background:white;color:#374151;cursor:pointer}.category-nav__item:hover{background:#f9fafb;border-color:#d1d5db}.category-nav__item--active{background:linear-gradient(to right,var(--primary-orange),var(--primary-orange-dark));color:white;border-color:var(--primary-orange)}.showroom-section{padding:5rem 0;border-bottom:1px solid #e5e5e5}.showroom-section:nth-child(2n){background:var(--warm-gray)}.showroom-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:640px){.showroom-section__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:768px){.showroom-section__grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (min-width:1024px){.showroom-section__grid{grid-template-columns:repeat(5,1fr);gap:1.25rem}}@media (min-width:1280px){.showroom-section__grid{grid-template-columns:repeat(6,1fr)}}.showroom-card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:.75rem;background:#f3f4f6;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.showroom-section__grid .showroom-card:first-child{grid-column:span 1;grid-row:span 1}@media (min-width:1024px){.showroom-section__grid--featured .showroom-card:first-child{grid-column:span 2;grid-row:span 2}}.showroom-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.showroom-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.showroom-card:hover .showroom-card__image{transform:scale(1.05)}.showroom-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:center;padding:1rem}.showroom-card:hover .showroom-card__overlay{opacity:1}.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(to right,var(--primary-orange),var(--primary-orange-dark));color:white;font-weight:600;border-radius:9999px;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 14px rgba(234,88,12,.3)}.whatsapp-btn:hover{background:linear-gradient(to right,var(--primary-orange-dark),#9a3412);transform:scale(1.02);box-shadow:0 6px 20px rgba(234,88,12,.4)}.whatsapp-btn--large{padding:1rem 2rem;font-size:1.125rem}.whatsapp-btn--outline{background:transparent;border:2px solid var(--primary-orange);color:var(--primary-orange);box-shadow:none}.whatsapp-btn--outline:hover{background:var(--primary-orange);color:white}.trust-section{background:var(--deep-black);color:white;padding:5rem 0}.trust-section__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.trust-section__stats{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-item__number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-item__label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.process-section{padding:5rem 0;background:white}.process-steps{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:center;padding:1.5rem}.process-step__number{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background:linear-gradient(135deg,var(--primary-orange),var(--primary-orange-dark));color:white;font-size:1.5rem;font-weight:700;margin-bottom:1rem;box-shadow:0 4px 14px rgba(234,88,12,.3)}.process-step__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.process-step__description{color:#6b7280;font-size:.875rem}.contact-section{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:white;padding:5rem 0;text-align:center}.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;background:linear-gradient(to right,var(--primary-orange),var(--primary-orange-dark));padding:1rem;display:flex;align-items:center;justify-content:center;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px rgba(234,88,12,.3)}.mobile-cta--visible{transform:translateY(0)}@media (min-width:768px){.mobile-cta{display:none}}.mobile-cta__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:transparent;color:white;font-weight:700;font-size:1.125rem;border:none;cursor:pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.showroom-section--active{animation:highlight 1s ease}@keyframes highlight{0%,to{background-color:inherit}50%{background-color:rgba(234,88,12,.1)}}.category-grid-section{padding:5rem 0;background:var(--warm-white)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:640px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(6,1fr)}}.category-grid__card{position:relative;aspect-ratio:1/1;border-radius:1rem;overflow:hidden;display:block;text-decoration:none;background:#0a0a0a;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.category-grid__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.25)}.category-grid__image,.category-grid__overlay{position:absolute;inset:0}.category-grid__overlay{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.2) 40%,transparent);transition:background .3s ease}.category-grid__card:hover .category-grid__overlay{background:linear-gradient(0deg,rgba(234,88,12,.95) 0,rgba(234,88,12,.3) 30%,transparent)}.category-grid__content{position:absolute;bottom:0;left:0;right:0;padding:1rem;z-index:10}.category-grid__title{font-size:.875rem;font-weight:600;color:white;margin-bottom:.25rem;line-height:1.2}@media (min-width:768px){.category-grid__title{font-size:1rem}}.category-grid__count{font-size:.75rem;color:rgba(255,255,255,.7)}.category-grid__hover-indicator{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:white;opacity:0;transform:translateX(-10px);transition:all .3s ease}.category-grid__card:hover .category-grid__hover-indicator{opacity:1;transform:translateX(0)}.immersive-showroom{height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.category-hero{height:100vh;min-height:100vh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.category-hero__background{position:absolute;inset:0;z-index:0}.category-hero__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.02);transition:transform .8s ease-out}.category-hero:hover .category-hero__background img{transform:scale(1)}.category-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 30%,rgba(0,0,0,.2) 60%,transparent);z-index:1}.category-hero__content{position:relative;z-index:10;width:100%;padding:2rem 1.5rem 6rem;display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.category-hero__content{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:3rem 2rem 4rem}}@media (min-width:1024px){.category-hero__content{padding:4rem 4rem 5rem}}.category-hero__info{max-width:600px}.category-hero__counter{font-size:.875rem;font-family:monospace;margin-bottom:1rem}.category-hero__title{font-size:2.5rem;font-weight:700;color:white;line-height:1.1;margin-bottom:1rem}@media (min-width:768px){.category-hero__title{font-size:3.5rem}}@media (min-width:1024px){.category-hero__title{font-size:4.5rem}}.category-hero__description{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:1.5rem;max-width:450px}@media (min-width:768px){.category-hero__description{font-size:1.125rem}}.category-hero__cta{display:none;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(to right,var(--primary-orange),var(--primary-orange-dark));color:white;font-weight:600;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px rgba(234,88,12,.3)}@media (min-width:768px){.category-hero__cta{display:inline-flex}}.category-hero__cta:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(234,88,12,.4)}.category-hero__preview{flex-shrink:0}.category-hero__scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);z-index:10}@media (min-width:768px){.category-hero__scroll-indicator{bottom:2rem}}.thumbnail-preview{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}@media (min-width:768px){.thumbnail-preview{flex-direction:row;gap:1rem;align-items:flex-end}}.thumbnail-preview__images{display:flex;gap:.5rem}@media (min-width:768px){.thumbnail-preview__images{gap:.75rem}}.thumbnail-preview__item{position:relative;width:60px;height:75px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;background:rgba(0,0,0,.3)}@media (min-width:768px){.thumbnail-preview__item{width:80px;height:100px}}.thumbnail-preview__item:hover{transform:translateY(-4px) scale(1.05);border-color:var(--primary-orange);box-shadow:0 8px 24px rgba(0,0,0,.4)}.thumbnail-preview__item-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:white}.thumbnail-preview__item:hover .thumbnail-preview__item-overlay{opacity:1}.thumbnail-preview__cta{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:white;cursor:pointer;transition:all .3s ease;font-size:.875rem}.thumbnail-preview__cta:hover{background:rgba(255,255,255,.2);border-color:var(--primary-orange);transform:scale(1.02)}.thumbnail-preview__cta-text{font-weight:600}.thumbnail-preview__cta-count{opacity:.6;font-size:.75rem}.category-indicator{position:fixed;right:1rem;top:50%;transform:translateY(-50%);z-index:100;display:none}@media (min-width:1024px){.category-indicator{display:block;right:1.5rem}}.category-indicator__container{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .5rem;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:9999px}.category-indicator__dot{position:relative;width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:all .3s ease;padding:0}.category-indicator__dot:hover{background:rgba(255,255,255,.6);transform:scale(1.2)}.category-indicator__dot--active{background:var(--primary-orange);transform:scale(1.3);box-shadow:0 0 10px rgba(234,88,12,.5)}.category-indicator__number{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:.75rem;font-size:.75rem;font-weight:600;color:white;opacity:0;transition:opacity .3s ease;white-space:nowrap;pointer-events:none}.category-indicator__dot--active .category-indicator__number,.category-indicator__dot:hover .category-indicator__number{opacity:1}.category-indicator__label{position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:3rem;font-size:.75rem;color:white;background:rgba(0,0,0,.6);padding:.25rem .75rem;border-radius:4px;white-space:nowrap;opacity:0;transition:opacity .3s ease}.category-indicator:hover .category-indicator__label{opacity:1}.lightbox__counter{position:absolute;top:1rem;left:50%;transform:translateX(-50%);color:white;font-size:.875rem;background:rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:9999px;z-index:10}.section-separator{height:20vh;min-height:120px;max-height:200px;background:#0a0a0a}.section-nav{position:fixed;top:1rem;right:1rem;z-index:50;display:flex;flex-direction:row;gap:.5rem}@media (min-width:768px){.section-nav{top:50%;left:1.5rem;right:auto;transform:translateY(-50%);flex-direction:column}}.section-nav__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#0a0a0a;border:none;color:white;cursor:pointer;transition:all .3s ease}@media (min-width:768px){.section-nav__btn{width:48px;height:48px;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}}.section-nav__btn--next svg,.section-nav__btn--prev svg{transform:rotate(-90deg)}@media (min-width:768px){.section-nav__btn--next svg,.section-nav__btn--prev svg{transform:rotate(0deg)}}.section-nav__btn:hover:not(:disabled){background:rgba(234,88,12,.8);transform:scale(1.1)}@media (min-width:768px){.section-nav__btn:hover:not(:disabled){border-color:rgba(234,88,12,.5)}}.section-nav__btn:disabled{opacity:.3;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.immersive-showroom{scroll-behavior:auto}.category-hero__background img{transform:none;transition:none}.category-hero__scroll-indicator{display:none}.category-hero__cta,.category-indicator__dot,.section-nav__btn,.thumbnail-preview__item{transition:none}}