.catalog-page #preloader{display:none!important}.catalog-page #header{background:0 0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .45s ease,box-shadow .45s ease}.catalog-page #header.scrolled{background:var(--color-dark,#1a1a2e);box-shadow:0 2px 18px rgba(0,0,0,.35);backdrop-filter:none;-webkit-backdrop-filter:none}.catalog-page #header .nav-logo img{height:50px}.catalog-page #header.scrolled .nav-logo img{height:45px}.catalog-page #header.scrolled .nav-link,.catalog-page .nav-link{color:rgba(255,255,255,.88)}.catalog-page #header.scrolled .nav-link.active,.catalog-page #header.scrolled .nav-link:hover,.catalog-page .nav-link.active,.catalog-page .nav-link:hover{color:#fff;background:rgba(255,255,255,.12)}.catalog-page #header.scrolled .hamburger span,.catalog-page .hamburger span{background:#fff}.catalog-hero{position:relative;min-height:460px;display:flex;align-items:flex-end;padding:calc(var(--header-height,70px) + 80px) 0 70px;overflow:hidden}.catalog-hero-bg{position:absolute;inset:0;background:url('../images/hortensias/hero-1.jpg') center/cover no-repeat;background-image:image-set(
        url('../images/hortensias/hero-1.webp') type('image/webp'),
        url('../images/hortensias/hero-1.jpg') type('image/jpeg')
    );background-position:center;background-size:cover;background-repeat:no-repeat}.catalog-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,14,30,.18) 0,rgba(10,14,30,.35) 35%,rgba(10,14,30,.7) 70%,rgba(10,14,30,.88) 100%)}.catalog-hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5));z-index:1;pointer-events:none}.catalog-hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;gap:24px}.catalog-back-link{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.65);font-size:.875rem;font-family:var(--font-body);font-weight:500;text-decoration:none;letter-spacing:.02em;transition:color .2s}.catalog-back-link:hover{color:#fff}.catalog-hero-text{display:flex;flex-direction:column;gap:12px}.catalog-label{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(90deg,#ffd93d 0,#ff8c42 50%,#ffd93d 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:catalog-label-shimmer 4s ease-in-out infinite;text-shadow:0 0 24px rgba(255,217,61,.18)}@keyframes catalog-label-shimmer{0%,100%{background-position:0 center}50%{background-position:100% center}}.catalog-hero-text h1{font-family:var(--font-heading);font-size:clamp(2.2rem, 5.5vw, 3.8rem);font-weight:700;color:#fff;line-height:1.15;margin:0;text-shadow:0 2px 28px rgba(0,0,0,.45)}.catalog-hero-text h1 em{font-style:italic;background:linear-gradient(110deg,#ffd93d 0,#ff8c42 22%,#ff6b6b 44%,#4d96ff 66%,#6bcb77 84%,#ffd93d 100%);background-size:220% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:catalog-em-gradient 7s ease-in-out infinite;filter:drop-shadow(0 2px 18px rgba(255, 140, 66, .25))}@keyframes catalog-em-gradient{0%,100%{background-position:0 center}50%{background-position:100% center}}.catalog-hero-text p{font-family:var(--font-body);font-size:1.05rem;color:rgba(255,255,255,.88);max-width:540px;line-height:1.65;margin:0;text-shadow:0 1px 14px rgba(0,0,0,.4)}@media (prefers-reduced-motion:reduce){.catalog-hero-text h1 em,.catalog-label{animation:none;background-position:50% center}}.catalog-main{background:#f8f6f2;padding:72px 0 96px}.catalog-container{max-width:1200px;margin:0 auto;padding:0 40px}.catalog-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:64px}.catalog-filter-btn{padding:10px 26px;border-radius:100px;border:1.5px solid #d0c8be;background:0 0;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:#6b6059;cursor:pointer;transition:all .22s ease}.catalog-filter-btn:hover{border-color:var(--color-primary,#1b4f8a);color:var(--color-primary,#1b4f8a)}.catalog-filter-btn.active{background:var(--color-primary,#1b4f8a);border-color:var(--color-primary,#1b4f8a);color:#fff}.catalog-section{margin-bottom:80px}.catalog-section-header{display:flex;flex-direction:column;gap:6px;margin-bottom:36px}.catalog-section-line{width:40px;height:2px;background:var(--color-accent,#d4af37);margin-bottom:4px}.catalog-section-header h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-dark,#1a1a2e);margin:0}.catalog-section-header p{font-family:var(--font-body);font-size:.9rem;color:#8a7f75;margin:0}.catalog-our-colors-header{align-items:center;text-align:center;margin-bottom:56px}.catalog-our-colors-header .catalog-section-line{width:60px;height:3px;background:linear-gradient(90deg,#ff0080,#ff8c00,gold,#00d26a,#00bfff,#8a2be2);background-size:200% auto;animation:rainbow-line 6s linear infinite;margin-bottom:8px}.catalog-our-colors-header h2.catalog-rainbow-text{font-size:clamp(2rem, 4.5vw, 3rem);letter-spacing:.01em;background:linear-gradient(90deg,var(--color-dark,#1a1a2e) 0,var(--color-dark,#1a1a2e) 28%,#ff0080 38%,#ff8c00 43%,gold 48%,#00d26a 53%,#00bfff 58%,#8a2be2 63%,var(--color-dark,#1a1a2e) 73%,var(--color-dark,#1a1a2e) 100%);background-size:250% 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:rainbow-sweep 5s ease-in-out infinite}.catalog-our-colors-header p{font-size:1rem;color:#6b6059;max-width:540px}@keyframes rainbow-sweep{0%{background-position:130% 0}50%{background-position:-30% 0}100%{background-position:130% 0}}@keyframes rainbow-line{0%{background-position:0 center}100%{background-position:200% center}}@media (prefers-reduced-motion:reduce){.catalog-our-colors-header .catalog-section-line,.catalog-our-colors-header h2.catalog-rainbow-text{animation:none}.catalog-our-colors-header h2.catalog-rainbow-text{background-position:50% 0}}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.catalog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.07);transition:transform .4s cubic-bezier(.34, 1.56, .64, 1),box-shadow .4s ease,opacity .8s cubic-bezier(.4, 0, .2, 1)}.catalog-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 18px 42px rgba(27,79,138,.18)}.catalog-grid>.catalog-card.reveal-up:nth-child(3n+1){--delay:0s}.catalog-grid>.catalog-card.reveal-up:nth-child(3n+2){--delay:0.08s}.catalog-grid>.catalog-card.reveal-up:nth-child(3n+3){--delay:0.16s}.catalog-img-slot img{transition:transform .6s ease}.catalog-card:hover .catalog-img-slot img{transform:scale(1.06)}.catalog-img-slot{width:100%;aspect-ratio:4/3;background:#ede8e1;position:relative;overflow:hidden}.catalog-img-slot img{width:100%;height:100%;object-fit:cover;display:block}.img-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#b0a598}.img-placeholder svg{opacity:.6}.img-placeholder span{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.04em;color:#b0a598}.catalog-card-info{padding:20px 22px 22px;display:flex;flex-direction:column;gap:6px}.catalog-card-info h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--color-dark,#1a1a2e);margin:0}.catalog-card-info p{font-family:var(--font-body);font-size:.82rem;color:#7a7068;line-height:1.5;margin:0 0 10px}.catalog-quote-btn{align-self:flex-start;padding:7px 18px;border-radius:100px;background:var(--color-primary,#1b4f8a);color:#fff;font-family:var(--font-body);font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.catalog-quote-btn:hover{background:#153d6b;transform:translateY(-1px)}.catalog-cta-strip{background:var(--color-dark,#1a1a2e);padding:56px 0;text-align:center}.catalog-cta-strip .catalog-container{display:flex;flex-direction:column;align-items:center;gap:28px}.catalog-cta-strip p{font-family:var(--font-body);font-size:1.05rem;color:rgba(255,255,255,.75);max-width:500px;line-height:1.6;margin:0}@media (max-width:900px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:20px}.catalog-grid>.catalog-card.reveal-up:nth-child(3n+1),.catalog-grid>.catalog-card.reveal-up:nth-child(3n+2),.catalog-grid>.catalog-card.reveal-up:nth-child(3n+3){--delay:0s}.catalog-grid>.catalog-card.reveal-up:nth-child(odd){--delay:0s}.catalog-grid>.catalog-card.reveal-up:nth-child(2n+2){--delay:0.1s}}@media (max-width:768px){.catalog-hero{min-height:380px;padding:calc(var(--header-height,64px) + 50px) 0 50px}.catalog-hero-content{padding:0 20px;gap:16px}.catalog-our-colors-header{margin-bottom:40px}.catalog-our-colors-header h2.catalog-rainbow-text{font-size:clamp(1.8rem, 7vw, 2.4rem)}}@media (max-width:600px){.catalog-container{padding:0 18px}.catalog-grid{grid-template-columns:1fr;gap:18px}.catalog-main{padding:48px 0 64px}.catalog-hero{min-height:340px;padding:calc(var(--header-height,64px) + 40px) 0 40px}.catalog-hero-text h1{font-size:clamp(1.9rem, 8vw, 2.6rem)}.catalog-hero-text p{font-size:.95rem}.catalog-cta-strip{padding:44px 0}.catalog-cta-strip p{font-size:.95rem;padding:0 16px}.catalog-grid>.catalog-card.reveal-up{--delay:0s}}