
/*
Theme Name: ALUMIA Inicio Fiel V25
Description: Inicio ALUMIA recreado en código para WordPress, basado en la referencia entregada.
Version: 31.0.0
Requires at least: 6.4
Requires PHP: 7.4
*/
:root{--cream:#f5eee7;--paper:#fcfaf7;--gold:#b58a4a;--gold2:#8d693b;--ink:#26221e;--muted:#716960;--line:#e5dbd1;--dark:#191817}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55;overflow-x:hidden}
img{display:block;width:100%;height:auto}
a{color:inherit;text-decoration:none}

.alumia-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.alumia-header-inner{width:min(1240px,94%);margin:auto;min-height:80px;display:flex;align-items:center;gap:30px}
.alumia-logo{font:35px/1 Georgia,"Times New Roman",serif;letter-spacing:.06em;color:var(--gold);white-space:nowrap}
.alumia-logo small{display:block;text-align:center;font:8px Arial,sans-serif;letter-spacing:.28em;color:#6e655d;margin-top:8px}
.alumia-nav{margin-left:auto;display:flex;align-items:center;gap:27px;white-space:nowrap}
.alumia-nav a{font-size:11px;color:#37312d;padding:29px 0;position:relative}
.alumia-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:1px;background:var(--gold);transition:right .25s}
.alumia-nav a:hover{color:var(--gold)}
.alumia-nav a:hover:after{right:0}
.alumia-reserve{background:var(--gold);color:#fff!important;padding:15px 23px!important;font-size:9px!important;font-weight:700;letter-spacing:.08em}
.alumia-menu{display:none;border:0;background:none;font-size:24px;margin-left:auto}

.hero{display:grid;grid-template-columns:1fr 1.02fr;min-height:490px;background:var(--cream)}
.hero-copy{padding:66px 7vw;display:flex;flex-direction:column;justify-content:center}
.kicker{font-size:9px;letter-spacing:.25em;color:var(--gold2);text-transform:uppercase}
.hero-title{font:400 clamp(48px,5vw,72px)/.98 Georgia,"Times New Roman",serif;letter-spacing:-.03em;margin:17px 0 17px;text-transform:uppercase}
.hero-copy p{max-width:460px;font-size:12px;color:#615a53}
.btn{display:inline-block;background:var(--gold);color:#fff!important;padding:12px 18px;font-size:9px;font-weight:700;letter-spacing:.08em}
.hero-image{position:relative;overflow:hidden;min-height:490px;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url("assets/images/hero.jpg")}
.hero-image:after{content:"BELLEZA · SALUD · CONFIANZA · EN EQUILIBRIO";position:absolute;right:2.7%;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-size:9px;letter-spacing:.19em;color:#856746}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line)}
.benefit{padding:22px 15px;text-align:center;border-right:1px solid #efe7df}
.benefit:last-child{border-right:0}
.benefit svg{width:27px;height:27px;display:block;margin:0 auto 8px;fill:none;stroke:var(--gold);stroke-width:1.5}
.benefit h4{font:700 9px/1.35 Arial,sans-serif;text-transform:uppercase;margin:5px 0 5px}
.benefit p{font-size:8px;color:#7a726a;margin:0}

.section{padding:45px 5vw}
.section-head{text-align:center;margin-bottom:24px}.section-title{font:400 29px/1.08 Georgia,serif;margin:6px 0}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.card{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-4px);box-shadow:0 15px 34px rgba(40,32,24,.09)}
.card-media{height:155px;overflow:hidden}.card-media img{height:100%;object-fit:cover;transition:transform .5s}.card:hover img{transform:scale(1.04)}
.card-body{text-align:center;padding:14px 13px 16px}.card-body h3{font:700 9px/1.35 Arial,sans-serif;text-transform:uppercase;margin:0 0 7px}.card-body p{font-size:8px;color:#756d65;margin:0 0 10px}.btn-text{font-size:8px;font-weight:700;letter-spacing:.09em;color:var(--gold2)}

.split{display:grid;grid-template-columns:1fr 1fr;min-height:365px}
.split-image{background-size:cover;background-position:center;background-repeat:no-repeat}
.about-image{background-image:url("assets/images/clinic.jpg")}
.tech-image{background-image:url("assets/images/technology.jpg")}
.split-copy{padding:56px 8vw;display:flex;flex-direction:column;justify-content:center;background:var(--cream)}
.split-copy.white{background:#fff}.split-copy h2{font:400 30px/1.06 Georgia,serif;margin:11px 0 14px}.split-copy p{max-width:470px;font-size:10px;color:var(--muted)}
.outline{display:inline-block;border:1px solid #bca78d;color:var(--gold2);padding:10px 15px;font-size:8px;font-weight:700;letter-spacing:.06em}

.cta{display:grid;grid-template-columns:1.08fr .92fr;min-height:185px;background:#eee3da}
.cta-image{background:url("assets/images/cta.jpg") center/cover}
.cta-copy{padding:35px 7vw;display:flex;flex-direction:column;justify-content:center}.cta-copy h2{font:400 29px/1.05 Georgia,serif;margin:4px 0 10px}.cta-copy p{font-size:9px;color:#6d655e;max-width:400px}

.footer{background:var(--dark);color:#fff;padding:38px 5vw 15px}
.footer-grid{width:min(1240px,94%);margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}
.footer-logo{font:30px Georgia,serif;color:#d0aa6b;letter-spacing:.05em}
.footer h4{font:9px Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em}.footer p,.footer a{font-size:9px;color:#aaa39d;line-height:1.8}.footer a{display:block}
.footer-bottom{width:min(1240px,94%);margin:24px auto 0;padding-top:12px;border-top:1px solid #3b3935;display:flex;justify-content:space-between;font-size:8px;color:#7d7871}

.wa{position:fixed;right:19px;bottom:18px;width:54px;height:54px;border-radius:50%;background:#25D366;z-index:2000;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 21px #0003;animation:float 3s ease-in-out infinite}
.wa svg{width:29px;height:29px;fill:#fff}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.on{opacity:1;transform:none}
.delay1{transition-delay:.08s}.delay2{transition-delay:.16s}.delay3{transition-delay:.24s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}

@media(max-width:900px){
 .alumia-nav{gap:15px}.alumia-nav a{font-size:9px}.cards{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
 .alumia-header-inner{min-height:70px}.alumia-logo{font-size:29px}.alumia-menu{display:block}.alumia-reserve{display:none}
 .alumia-nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;box-shadow:0 10px 25px #0001;padding:14px 5%;flex-direction:column;align-items:flex-start;gap:0}
 .alumia-nav.open{display:flex}.alumia-nav a{width:100%;padding:10px 0}.alumia-nav a:after{bottom:3px}
 .hero{grid-template-columns:1fr}.hero-copy{padding:48px 8vw}.hero-image{min-height:390px}
 .benefits{grid-template-columns:1fr 1fr}.benefit{padding:15px 9px}.benefit:nth-child(odd){border-right:1px solid #efe7df}
 .cards{grid-template-columns:1fr}.split{grid-template-columns:1fr}.split-image{min-height:300px}.cta{grid-template-columns:1fr}.cta-image{min-height:190px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}
}
@media(max-width:420px){.benefits{grid-template-columns:1fr}.benefit{border-right:0!important;border-bottom:1px solid #eee7df}}

/* ALUMIA Tratamientos V26 */
.alumia-treatments-page{background:#fbf8f4;color:#27221e}
.at-hero{display:grid;grid-template-columns:1fr 1fr;min-height:405px;background:#f5eee7}
.at-hero-copy{padding:62px 7vw;display:flex;flex-direction:column;justify-content:center}
.at-hero-copy h1{font:400 clamp(46px,5vw,66px)/1 Georgia,serif;margin:12px 0 16px}
.at-hero-copy p{max-width:510px;color:#716960;font-size:12px}
.at-hero-image{background:url('assets/images/treatments-hero.jpg') center/cover no-repeat}
.at-filters{background:#fff;border-bottom:1px solid var(--line);padding:13px 5vw;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory}
.at-filter{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:25px;padding:11px 16px;font:700 9px Arial,sans-serif;cursor:pointer;letter-spacing:.02em;white-space:nowrap;transition:.2s}
.at-filter:hover,.at-filter.active{background:var(--gold);border-color:var(--gold);color:#fff}
.at-tools{padding:22px 5vw 0;display:flex;gap:12px;align-items:center}
.at-search{flex:1;border:1px solid var(--line);background:#fff;padding:14px 16px;font-size:11px;outline:none}
.at-sort{border:1px solid var(--line);background:#fff;padding:14px 16px;font-size:11px;min-width:160px}
.at-layout{display:grid;grid-template-columns:290px 1fr;gap:20px;padding:25px 5vw 60px}
.at-sidebar{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;height:max-content;position:sticky;top:95px}
.at-side-btn{width:100%;border:0;background:#fff;text-align:left;padding:16px 18px;border-bottom:1px solid #eee6df;cursor:pointer;display:flex;justify-content:space-between;gap:10px}
.at-side-btn strong{font-size:10px;text-transform:uppercase}.at-side-btn span{font-size:8px;color:#8b8177}
.at-side-btn small{display:block;color:#8b8177;font-size:8px;margin-top:4px}
.at-side-btn.active{background:#f7f0e9}.at-side-btn.active strong{color:var(--gold2)}
.at-content{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}
.at-content-head{padding:22px 24px;border-bottom:1px solid #eee6df;display:flex;justify-content:space-between;align-items:end;gap:15px}
.at-content-head .kicker{margin-bottom:5px}
.at-content-head h2{font:400 24px Georgia,serif;margin:0}
.at-content-head p{margin:0;font-size:10px;color:#82786f}
.at-accordion-item{border-bottom:1px solid #eee6df}
.at-accordion-btn{width:100%;background:#fff;border:0;padding:20px 24px;display:grid;grid-template-columns:1fr auto;gap:15px;text-align:left;cursor:pointer}
.at-accordion-title{font:700 11px Arial,sans-serif;text-transform:uppercase}.at-accordion-meta{color:#857a70;font-size:9px;margin-top:4px}
.at-chevron{width:26px;height:26px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold2);transition:.25s}
.at-accordion-body{display:none;padding:0 24px 20px;background:#fff}
.at-accordion-item.open .at-accordion-body{display:block;animation:atOpen .25s ease}.at-accordion-item.open .at-chevron{transform:rotate(45deg);background:#f7f0e9}
.at-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.at-card{display:grid;grid-template-columns:120px 1fr;gap:14px;border:1px solid #eee6df;border-radius:6px;overflow:hidden;background:#fff;transition:.25s}
.at-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(45,32,22,.07)}
.at-card img{width:120px;height:100%;min-height:145px;object-fit:cover}
.at-card-body{padding:15px 14px}.at-card-num{font:700 8px Arial,sans-serif;color:var(--gold2);letter-spacing:.1em}.at-card h3{font:700 11px/1.3 Arial,sans-serif;margin:4px 0 7px}.at-card p{font-size:9px;color:#756d65;margin:0 0 10px}.at-card-link{font-size:8px;color:var(--gold2);font-weight:700;letter-spacing:.06em}
.at-cta{margin:0 5vw 55px;padding:22px 25px;background:#eee3da;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.at-cta h3{font:400 22px Georgia,serif;margin:0 0 5px}.at-cta p{margin:0;color:#756d65;font-size:10px}
.at-empty{padding:50px 25px;text-align:center;color:#857a70;font-size:11px}
@keyframes atOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.at-layout{grid-template-columns:240px 1fr}.at-grid{grid-template-columns:1fr}.at-card{grid-template-columns:110px 1fr}.at-card img{width:110px}}
@media(max-width:760px){.at-hero{grid-template-columns:1fr}.at-hero-image{min-height:300px}.at-tools{flex-direction:column;align-items:stretch}.at-sort{min-width:0}.at-layout{grid-template-columns:1fr;padding-left:5vw;padding-right:5vw}.at-sidebar{position:relative;top:auto;display:flex;overflow-x:auto}.at-side-btn{min-width:190px;border-right:1px solid #eee6df;border-bottom:0}.at-content-head{display:block}.at-content-head p{margin-top:7px}.at-grid{grid-template-columns:1fr}.at-card{grid-template-columns:100px 1fr}.at-card img{width:100px}.at-cta{margin-left:5vw;margin-right:5vw;display:block}.at-cta .btn{margin-top:12px}}
@media(max-width:520px){.at-hero-copy{padding:45px 8vw}.at-hero-copy h1{font-size:46px}.at-grid{gap:10px}.at-card{grid-template-columns:88px 1fr}.at-card img{width:88px;min-height:165px}.at-card-body{padding:13px 11px}.at-accordion-btn{padding:16px}.at-accordion-body{padding:0 16px 16px}.at-filters{padding-left:5vw;padding-right:5vw}}

/* V27 — selector de categorías más limpio + navegación automática */
.at-filters{position:relative;display:flex;align-items:center;gap:8px;background:#fff;border-bottom:1px solid var(--line);padding:14px 56px 18px;overflow-x:auto;scroll-behavior:smooth}
.at-filters::-webkit-scrollbar{height:5px}.at-filters::-webkit-scrollbar-thumb{background:#d2c1ae;border-radius:20px}
.at-filter{border:1px solid #ded3c8;background:#fff;color:#6d6258;border-radius:28px;padding:11px 16px;font:700 9px Arial,sans-serif;letter-spacing:.01em;white-space:nowrap;cursor:pointer;transition:all .22s ease;box-shadow:0 2px 0 rgba(0,0,0,.01)}
.at-filter:before{content:"";display:inline-block;width:6px;height:6px;border:1px solid currentColor;border-radius:50%;margin-right:7px;vertical-align:1px;opacity:.7}
.at-filter:hover{transform:translateY(-2px);border-color:#caa879;color:var(--gold2);box-shadow:0 6px 14px rgba(76,52,28,.07)}
.at-filter.active{background:linear-gradient(135deg,#b58a4a,#c59b62);color:#fff;border-color:#b58a4a;box-shadow:0 7px 16px rgba(181,138,74,.22)}
.at-filter.active:before{background:#fff;border-color:#fff}
.at-filter-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid #dfd4ca;background:rgba(255,255,255,.96);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8a6a40;cursor:pointer;z-index:2;box-shadow:0 5px 14px rgba(49,34,24,.07)}
.at-filter-nav.left{left:12px}.at-filter-nav.right{right:12px}
.at-filter-nav:hover{background:#f7efe7}
.at-content-head{position:sticky;top:80px;z-index:4;background:#fff}
.at-accordion-item.active-category{border-left:3px solid var(--gold);background:#fffaf5}
.at-accordion-item.active-category .at-accordion-btn{background:#fffaf5}
.at-auto-note{font-size:9px;color:#8a7c70;margin-top:5px}
@media(max-width:760px){
 .at-filters{padding-left:48px;padding-right:48px}
 .at-filter-nav{display:flex}
 .at-content-head{top:70px}
}

/* ALUMIA Tecnología V28 */
.alumia-technology-page{background:#fbf8f4;color:#28231e}
.tech-hero{display:grid;grid-template-columns:1fr 1.12fr;min-height:500px;background:#f5eee7}
.tech-hero-copy{padding:75px 7vw;display:flex;flex-direction:column;justify-content:center}
.tech-hero-copy h1{font:400 clamp(48px,5vw,69px)/.98 Georgia,serif;letter-spacing:-.035em;margin:13px 0 18px}
.tech-hero-copy p{max-width:500px;font-size:12px;color:#70675f}
.tech-hero-image{background:url('assets/images/technology-hero.jpg') center/cover no-repeat;min-height:500px}
.tech-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line)}
.tech-benefits article{padding:27px 17px;text-align:center;border-right:1px solid #efe6de}.tech-benefits article:last-child{border-right:0}
.tech-icon{font:28px Georgia,serif;color:var(--gold);height:35px}.tech-benefits h3{font-size:10px;margin:8px 0 7px}.tech-benefits p{font-size:9px;color:#776f67;margin:0}
.tech-equip-section{padding:60px 5vw;background:#fbf8f4}
.tech-section-head{text-align:center;margin-bottom:28px}.tech-section-head h2{font:400 35px Georgia,serif;margin:7px 0}.tech-section-head p{font-size:11px;color:#786f67}
.tech-carousel-wrap{position:relative}
.tech-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tech-card{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;transition:transform .28s,box-shadow .28s}.tech-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(45,32,22,.08)}
.tech-card img{width:100%;height:210px;object-fit:cover}.tech-card-body{padding:18px}.tech-card-body h3{font-size:11px;line-height:1.25;margin:0 0 9px}.tech-card-body p{font-size:9px;color:#756d65;min-height:70px}.tech-card-body a{font-size:8px;font-weight:700;letter-spacing:.08em;color:var(--gold2)}
.tech-arrow{display:none;position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--gold2);z-index:3;cursor:pointer;box-shadow:0 7px 18px #0001}.tech-prev{left:-8px}.tech-next{right:-8px}
.tech-dots{display:none;text-align:center;padding-top:15px}.tech-dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#cfc3b6;margin:0 4px}.tech-dots .active{background:var(--gold)}
.tech-innovation{display:grid;grid-template-columns:1fr 1.2fr;background:#f1e5dc;min-height:390px}
.tech-innovation-copy{padding:64px 10%;display:flex;flex-direction:column;justify-content:center}.tech-innovation-copy h2{font:400 42px/1.05 Georgia,serif;margin:9px 0 15px}.tech-innovation-copy p{max-width:470px;font-size:11px;color:#70685f}
.tech-innovation-image{background:url('assets/images/technology-clinic.jpg') center/cover no-repeat}
.tech-final-cta{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:38px 7vw;background:#fff;border-top:1px solid var(--line)}.tech-final-cta h2{font:400 29px Georgia,serif;margin:5px 0 8px}.tech-final-cta p{font-size:10px;color:#746d65;margin:0}
@media(max-width:900px){.tech-carousel{grid-template-columns:1fr 1fr}.tech-benefits{grid-template-columns:1fr 1fr}.tech-benefits article:nth-child(2){border-right:0}.tech-benefits article{border-bottom:1px solid #efe6de}.tech-innovation{grid-template-columns:1fr}.tech-innovation-image{min-height:300px}.tech-final-cta{display:block}.tech-final-cta .btn{margin-top:15px}}
@media(max-width:700px){.tech-hero{grid-template-columns:1fr}.tech-hero-copy{padding:50px 8vw}.tech-hero-image{min-height:330px}.tech-carousel{display:flex;overflow:hidden;scroll-behavior:smooth}.tech-card{min-width:82%}.tech-arrow{display:flex;align-items:center;justify-content:center}.tech-dots{display:block}.tech-benefits{grid-template-columns:1fr 1fr}.tech-benefits article{padding:17px 9px}.tech-innovation-copy{padding:50px 8vw}.tech-final-cta{padding:32px 8vw}}
@media(max-width:430px){.tech-benefits{grid-template-columns:1fr}.tech-benefits article{border-right:0}.tech-card{min-width:91%}}

/* ALUMIA Nosotros V29 */
.alumia-about-page{background:#fbf8f4;color:#28231e}
.about-hero{display:grid;grid-template-columns:1fr 1.12fr;min-height:490px;background:#f5eee7}
.about-hero-copy{padding:78px 7vw;display:flex;flex-direction:column;justify-content:center}
.about-hero-copy h1{font:400 clamp(46px,5vw,68px)/1 Georgia,serif;letter-spacing:-.035em;margin:12px 0 17px}
.about-hero-copy p{max-width:500px;color:#70685f;font-size:12px}
.about-hero-image{background:url('assets/images/nosotros-hero.jpg') center/cover no-repeat;min-height:490px}
.about-values{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #e4d9cf}
.about-value{padding:27px 17px;text-align:center;border-right:1px solid #eee6df}.about-value:last-child{border-right:0}
.about-value-icon{width:43px;height:43px;margin:0 auto 10px;border:1px solid #d9c5aa;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ad8650;font:21px Georgia,serif}
.about-value h3{font-size:10px;margin:8px 0 6px;text-transform:uppercase}.about-value p{font-size:9px;color:#766e66;margin:0}
.about-team{padding:62px 5vw;background:#fbf8f4}
.about-team-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.about-team-head h2{font:400 35px Georgia,serif;margin:7px 0 0}
.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.about-team-card{background:#fff;border:1px solid #e2d8cf;border-radius:7px;overflow:hidden;transition:.3s}.about-team-card:hover{transform:translateY(-5px);box-shadow:0 17px 35px rgba(45,32,22,.08)}
.about-team-card img{width:100%;height:245px;object-fit:cover}.about-team-body{padding:18px}.about-team-body h3{font-size:11px;margin:0 0 4px}.about-team-body .role{font-size:9px;color:#a17a45;margin:0 0 10px}.about-team-body p{font-size:9px;color:#756d65;margin:0}
.about-philosophy{display:grid;grid-template-columns:1fr 1.2fr;background:#f4e9e0;min-height:410px}
.about-philosophy-copy{padding:68px 10%;display:flex;flex-direction:column;justify-content:center}.about-philosophy-copy h2{font:400 40px/1.05 Georgia,serif;margin:9px 0 15px}.about-philosophy-copy p{max-width:500px;font-size:11px;color:#716960}
.about-philosophy-image{background:url('assets/images/nosotros-tech.jpg') center/cover no-repeat}
.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e8ddd3;border:1px solid #e3d9cf;margin:0 5vw;background-color:#e8ddd3}
.about-stat{background:#fff;text-align:center;padding:24px 14px}.about-stat strong{display:block;font:400 29px Georgia,serif;color:#ad8249}.about-stat span{font-size:8px;color:#756d65;text-transform:uppercase;letter-spacing:.04em}
.about-cta{padding:38px 7vw;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.about-cta h2{font:400 29px Georgia,serif;margin:0 0 5px}.about-cta p{font-size:10px;color:#756d65;margin:0}
@media(max-width:900px){.about-values{grid-template-columns:1fr 1fr}.about-team-grid{grid-template-columns:1fr 1fr}.about-philosophy{grid-template-columns:1fr}.about-philosophy-image{min-height:300px}.about-stats{grid-template-columns:1fr 1fr}.about-cta{display:block}}
@media(max-width:680px){.about-hero{grid-template-columns:1fr}.about-hero-image{min-height:330px}.about-team-head{display:block}.about-team-grid{grid-template-columns:1fr}.about-values{grid-template-columns:1fr 1fr}.about-value:nth-child(2){border-right:0}.about-stats{grid-template-columns:1fr 1fr}.about-cta{padding:34px 8vw}}
@media(max-width:430px){.about-values{grid-template-columns:1fr}.about-value{border-right:0;border-bottom:1px solid #eee6df}.about-stats{grid-template-columns:1fr}}

/* ALUMIA Contacto V30 */
.alumia-contact-page{background:#fbf8f4;color:#28231e}
.contact-hero{display:grid;grid-template-columns:1fr 1.05fr;min-height:485px;background:#f5eee7}
.contact-hero-copy{padding:75px 7vw;display:flex;flex-direction:column;justify-content:center}
.contact-hero-copy h1{font:400 clamp(47px,5vw,68px)/1 Georgia,serif;letter-spacing:-.035em;margin:12px 0 16px}
.contact-hero-copy p{font-size:12px;color:#70675f;max-width:500px}
.contact-hero-image{background:url('assets/images/contact-hero.jpg') center/cover no-repeat;min-height:485px}
.contact-info{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #e5dbd1}
.contact-info-card{padding:25px 18px;text-align:center;border-right:1px solid #eee6df}.contact-info-card:last-child{border-right:0}
.contact-info-icon{width:40px;height:40px;border:1px solid #d9c7ad;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:#ae844b;font:20px Georgia,serif}
.contact-info-card h3{font-size:10px;text-transform:uppercase;margin:7px 0}.contact-info-card p{font-size:9px;color:#766e67;margin:0}
.contact-main{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;padding:60px 5vw;background:#f5eee7}
.contact-box{background:#fff;border:1px solid #e2d8cf;border-radius:8px;padding:29px;box-shadow:0 10px 24px rgba(48,35,25,.04)}
.contact-box h2{font:400 35px Georgia,serif;margin:5px 0 9px}.contact-box>p{font-size:10px;color:#756d64}
.contact-form{display:grid;gap:11px;margin-top:20px}.contact-form label{font-size:10px;color:#554c45}.contact-form input,.contact-form select,.contact-form textarea{width:100%;display:block;padding:13px;margin-top:5px;border:1px solid #ded4ca;background:#fff;font:11px Arial,sans-serif;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#b58a4a;box-shadow:0 0 0 2px rgba(181,138,74,.10)}.contact-form button{background:#b58a4a;color:#fff;border:0;padding:14px;cursor:pointer;font:700 9px Arial,sans-serif;letter-spacing:.08em;transition:.25s}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(181,138,74,.2)}
.map-box iframe{width:100%;height:390px;border:0;display:block}.map-label{margin:10px 0 0;font-size:10px;color:#756d64}
.contact-bottom{display:grid;grid-template-columns:1fr 1fr;background:#fff}.contact-bottom-image{min-height:280px;background:url('assets/images/contact-interior.jpg') center/cover no-repeat}.contact-bottom-copy{padding:55px 9%;display:flex;flex-direction:column;justify-content:center}.contact-bottom-copy h2{font:400 33px Georgia,serif;margin:6px 0 10px}.contact-bottom-copy p{font-size:10px;color:#756d64;max-width:470px}
@media(max-width:900px){.contact-info{grid-template-columns:1fr 1fr}.contact-main{grid-template-columns:1fr}.contact-bottom{grid-template-columns:1fr}.contact-bottom-image{min-height:260px}}
@media(max-width:680px){.contact-hero{grid-template-columns:1fr}.contact-hero-copy{padding:52px 8vw}.contact-hero-image{min-height:340px}.contact-info{grid-template-columns:1fr 1fr}.contact-info-card:nth-child(2){border-right:0}.contact-main{padding:45px 7vw}.map-box iframe{height:320px}}
@media(max-width:430px){.contact-info{grid-template-columns:1fr}.contact-info-card{border-right:0;border-bottom:1px solid #eee6df}.contact-box{padding:22px}.contact-bottom-copy{padding:45px 8vw}}


/* ALUMIA ESTÉTICA FINAL V31 — motion system */
body{background:#fbf8f4;animation:alumiaPageFade .55s cubic-bezier(.22,1,.36,1) both}
.alumia-header{transition:background .35s ease,box-shadow .35s ease,transform .35s ease}
.alumia-scrolled .alumia-header{background:rgba(255,255,255,.91);box-shadow:0 8px 25px rgba(55,40,28,.07)}
.alumia-scrolled .alumia-header-inner{min-height:70px}
.alumia-scrolled .alumia-logo{font-size:31px}
.hero-image,.at-hero-image,.tech-hero-image,.about-hero-image,.contact-hero-image,.split-image,.tech-innovation-image,.about-philosophy-image,.contact-bottom-image{transform:translateY(var(--parallax-y,0));will-change:transform}
.reveal{opacity:0;transform:translate3d(0,28px,0) scale(.985);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.reveal.on{opacity:1;transform:none}
.delay1{transition-delay:.08s}.delay2{transition-delay:.16s}.delay3{transition-delay:.24s}
.card,.at-card,.tech-card,.about-team-card,.contact-box,.contact-info-card{transform:perspective(900px) rotateX(var(--rx,0)) rotateY(var(--ry,0)) translateZ(0);transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease,border-color .3s ease}
.card:hover,.at-card:hover,.tech-card:hover,.about-team-card:hover,.contact-box:hover,.contact-info-card:hover,.card.is-hover,.at-card.is-hover,.tech-card.is-hover,.about-team-card.is-hover,.contact-box.is-hover,.contact-info-card.is-hover{box-shadow:0 18px 46px rgba(47,34,23,.13);border-color:rgba(181,138,74,.44)}
.card-media,.at-card-media,.tech-card-media,.about-team-card>img,.contact-bottom-image{position:relative;overflow:hidden}
.card-media img,.at-card-media img,.tech-card-media img,.about-team-card img{transition:transform .65s cubic-bezier(.22,1,.36,1),filter .5s ease}
.card:hover .card-media img,.at-card:hover img,.tech-card:hover img,.about-team-card:hover img{transform:scale(1.065);filter:saturate(1.05)}
.card:after,.at-card:after,.tech-card:after,.about-team-card:after{content:"";position:absolute;inset:-30% -60%;background:linear-gradient(105deg,transparent 44%,rgba(255,255,255,.32) 50%,transparent 56%);transform:translateX(-65%) rotate(4deg);transition:transform .9s ease;pointer-events:none}
.card:hover:after,.at-card:hover:after,.tech-card:hover:after,.about-team-card:hover:after{transform:translateX(65%) rotate(4deg)}
.btn,.alumia-reserve,.outline,.contact-form button{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,background .28s ease}
.btn:hover,.alumia-reserve:hover,.outline:hover,.contact-form button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(181,138,74,.22)}
.wa{transition:transform .28s ease,box-shadow .28s ease}.wa:hover{transform:scale(1.08);box-shadow:0 14px 30px rgba(37,211,102,.28)}
.benefit,.about-value,.tech-benefit{transition:background .35s ease,transform .35s ease}.benefit:hover,.about-value:hover,.tech-benefit:hover{background:#fdfaf7;transform:translateY(-2px)}
@keyframes alumiaPageFade{from{opacity:0}to{opacity:1}}
@keyframes alumiaPulse{0%,100%{opacity:.45;letter-spacing:.16em}50%{opacity:1;letter-spacing:.20em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}hero-image,.at-hero-image,.tech-hero-image,.about-hero-image,.contact-hero-image,.split-image,.tech-innovation-image,.about-philosophy-image,.contact-bottom-image{transform:none}.card,.at-card,.tech-card,.about-team-card,.contact-box,.contact-info-card{transform:none!important}}


@media(prefers-reduced-motion:reduce){body{animation:none}.reveal{opacity:1;transform:none;transition:none}.hero-image,.at-hero-image,.tech-hero-image,.about-hero-image,.contact-hero-image,.split-image,.tech-innovation-image,.about-philosophy-image,.contact-bottom-image{transform:none}.card,.at-card,.tech-card,.about-team-card,.contact-box,.contact-info-card{transform:none!important}}

/* ALUMIA V35: navigation is instant; no fade, curtain, overlay or delay. */
html, body {
  transition: none !important;
  animation: none !important;
}
body,
body * {
  scroll-behavior: auto;
}
body::before,
body::after {
  animation: none !important;
  transition: none !important;
}


/* ALUMIA V36 — responsive real para móviles y tablets.
   Evita desbordamientos horizontales y adapta bloques, tipografías,
   navegación, formularios, mapas y carruseles al ancho disponible. */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
main, header, footer, section, article, div, nav {
  min-width: 0;
}
.alumia-header,
.alumia-header-inner,
.alumia-nav,
.alumia-reserve {
  max-width: 100%;
}
.alumia-header-inner {
  min-width: 0;
}
.alumia-nav a,
.btn,
.outline,
.alumia-reserve,
.at-filter,
.at-side-btn {
  white-space: normal;
}
img, svg, iframe, video {
  max-width: 100%;
}
iframe {
  display: block;
}

/* Tablet landscape / tablet portrait */
@media (max-width: 1024px) {
  .alumia-header-inner {
    width: min(94%, 100%);
    gap: 18px;
  }
  .alumia-logo {
    font-size: 32px;
  }
  .alumia-nav {
    gap: 16px;
  }
  .alumia-nav a {
    font-size: 10px;
  }
  .alumia-reserve {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 8px !important;
  }

  .hero,
  .at-hero,
  .tech-hero,
  .about-hero,
  .contact-hero,
  .split,
  .tech-innovation,
  .about-philosophy,
  .contact-main,
  .contact-bottom,
  .cta {
    width: 100%;
    max-width: 100%;
  }

  .section,
  .tech-equip-section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cards,
  .tech-carousel,
  .about-team-grid {
    min-width: 0;
  }

  .footer-grid,
  .footer-bottom {
    min-width: 0;
  }
}

/* Tablet / small tablet: use hamburger before the header can overflow */
@media (max-width: 900px) {
  .alumia-header-inner {
    width: 94%;
  }
  .alumia-menu {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .alumia-reserve {
    display: none;
  }
  .alumia-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    background: #fff;
    padding: 14px 6vw;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    white-space: normal;
  }
  .alumia-nav.open {
    display: flex;
  }
  .alumia-nav a {
    width: 100%;
    padding: 12px 0;
  }

  .hero-title,
  .at-hero-copy h1,
  .tech-hero-copy h1,
  .about-hero-copy h1,
  .contact-hero-copy h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .at-layout,
  .contact-main,
  .tech-innovation,
  .about-philosophy {
    min-width: 0;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    max-width: 100%;
    box-sizing: border-box;
  }

  .map-box,
  .map-box iframe {
    width: 100%;
    max-width: 100%;
  }
}

/* Phones */
@media (max-width: 680px) {
  .alumia-header-inner {
    min-height: 68px;
    width: 92%;
  }
  .alumia-logo {
    font-size: 27px;
    letter-spacing: .04em;
  }
  .alumia-logo small {
    font-size: 6.5px;
    margin-top: 5px;
  }
  .alumia-menu {
    font-size: 22px;
    padding: 5px;
  }
  .alumia-nav {
    top: 68px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero-copy,
  .at-hero-copy,
  .tech-hero-copy,
  .about-hero-copy,
  .contact-hero-copy,
  .split-copy,
  .tech-innovation-copy,
  .about-philosophy-copy,
  .contact-bottom-copy,
  .cta-copy {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-title,
  .at-hero-copy h1,
  .tech-hero-copy h1,
  .about-hero-copy h1,
  .contact-hero-copy h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1;
  }

  .cards,
  .benefits,
  .tech-benefits,
  .about-values,
  .about-stats {
    width: 100%;
    max-width: 100%;
  }

  .card-body,
  .at-card-body,
  .tech-card-body,
  .about-team-body,
  .contact-box {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .at-card {
    min-width: 0;
  }
  .at-card-body {
    overflow-wrap: anywhere;
  }
  .at-card-body h3,
  .at-card-body p {
    overflow-wrap: anywhere;
  }

  .tech-card {
    min-width: min(91%, 91vw);
    max-width: 91vw;
  }

  .at-filters {
    max-width: 100vw;
    box-sizing: border-box;
    overscroll-behavior-inline: contain;
  }

  .at-layout {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .at-sidebar {
    width: 100%;
    max-width: 100%;
  }

  .at-side-btn {
    min-width: 170px;
    max-width: 85vw;
  }

  .contact-info-card,
  .contact-box,
  .contact-main,
  .contact-bottom {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .map-box iframe {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .wa {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }
}

/* Very small phones */
@media (max-width: 430px) {
  .alumia-header-inner {
    width: 90%;
  }
  .alumia-logo {
    font-size: 24px;
  }
  .alumia-logo small {
    letter-spacing: .22em;
    font-size: 6px;
  }
  .hero-copy,
  .at-hero-copy,
  .tech-hero-copy,
  .about-hero-copy,
  .contact-hero-copy {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .section,
  .tech-equip-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .at-card {
    grid-template-columns: 82px 1fr;
  }
  .at-card img {
    width: 82px;
    min-height: 150px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 12px;
  }
}

/* Landscape phones: keep content within viewport */
@media (max-width: 900px) and (orientation: landscape) {
  .hero-copy,
  .at-hero-copy,
  .tech-hero-copy,
  .about-hero-copy,
  .contact-hero-copy {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .hero-image,
  .at-hero-image,
  .tech-hero-image,
  .about-hero-image,
  .contact-hero-image {
    min-height: 300px;
  }
}

/* ALUMIA V37 · tratamientos administrables desde WordPress */

/* ALUMIA V38 · migration media fixed */


/* ALUMIA V40 — cards de tratamientos: imagen completa a la izquierda + contenido a la derecha */
.at-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}

.at-card {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 132px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: #fff;
}

.at-card > img {
  display: block !important;
  width: 190px !important;
  height: 100% !important;
  min-height: 132px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.at-card-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  padding: 16px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.at-card-num {
  margin-bottom: 5px !important;
}

.at-card-body h3 {
  margin: 0 0 7px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.at-card-body p {
  margin: 0 0 12px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

.at-card-link {
  margin-top: auto !important;
  align-self: flex-start !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .at-grid {
    grid-template-columns: 1fr !important;
  }
  .at-card {
    grid-template-columns: 175px minmax(0, 1fr) !important;
  }
  .at-card > img {
    width: 175px !important;
  }
}

/* Phone */
@media (max-width: 680px) {
  .at-grid {
    grid-template-columns: 1fr !important;
  }
  .at-card {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    min-height: 118px !important;
  }
  .at-card > img {
    width: 120px !important;
    min-height: 118px !important;
  }
  .at-card-body {
    padding: 12px 13px !important;
  }
  .at-card-body h3 {
    font-size: 13px !important;
  }
  .at-card-body p {
    font-size: 10px !important;
    margin-bottom: 8px !important;
  }
  .at-card-link {
    font-size: 9px !important;
  }
}

@media (max-width: 430px) {
  .at-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 108px !important;
  }
  .at-card > img {
    width: 96px !important;
    min-height: 108px !important;
  }
  .at-card-body {
    padding: 10px 11px !important;
  }
}


/* ALUMIA V41 — mostrar la imagen completa en las cards sin recorte */
.at-card > img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #f7f3ec !important;
}

/* Mantiene una zona de imagen estable y proporcional a los banners 16:9,
   evitando que object-fit: cover corte el contenido. */
@media (min-width: 1025px) {
  .at-card {
    grid-template-columns: 190px minmax(0, 1fr) !important;
    min-height: 118px !important;
  }
  .at-card > img {
    width: 190px !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
  }
}

@media (max-width: 1024px) {
  .at-card {
    grid-template-columns: 175px minmax(0, 1fr) !important;
    min-height: 112px !important;
  }
  .at-card > img {
    width: 175px !important;
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }
}

@media (max-width: 680px) {
  .at-card {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    min-height: 100px !important;
  }
  .at-card > img {
    width: 120px !important;
    height: 100px !important;
    min-height: 100px !important;
    max-height: 100px !important;
  }
}

@media (max-width: 430px) {
  .at-card {
    grid-template-columns: 96px minmax(0, 1fr) !important;
    min-height: 92px !important;
  }
  .at-card > img {
    width: 96px !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
  }
}


/* ALUMIA V42 — cards más grandes para que las imágenes se aprecien */
@media (min-width: 1025px) {
  .at-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .at-card {
    grid-template-columns: 285px minmax(0, 1fr) !important;
    min-height: 175px !important;
    height: 175px !important;
  }

  .at-card > img {
    width: 285px !important;
    height: 175px !important;
    min-height: 175px !important;
    max-height: 175px !important;
    object-fit: contain !important;
    background: #f7f3ec !important;
  }

  .at-card-body {
    padding: 20px 24px !important;
  }

  .at-card-body h3 {
    font-size: 15px !important;
  }

  .at-card-body p {
    font-size: 11px !important;
    max-width: 95% !important;
  }

  .at-card-link {
    font-size: 10px !important;
    letter-spacing: .09em !important;
  }
}

/* Tablet: card amplia y legible */
@media (min-width: 681px) and (max-width: 1024px) {
  .at-card {
    grid-template-columns: 250px minmax(0, 1fr) !important;
    min-height: 165px !important;
    height: 165px !important;
  }

  .at-card > img {
    width: 250px !important;
    height: 165px !important;
    min-height: 165px !important;
    max-height: 165px !important;
    object-fit: contain !important;
    background: #f7f3ec !important;
  }
}

/* Móvil: aumentar un poco sin romper la proporción */
@media (max-width: 680px) {
  .at-card {
    grid-template-columns: 150px minmax(0, 1fr) !important;
    min-height: 118px !important;
    height: 118px !important;
  }

  .at-card > img {
    width: 150px !important;
    height: 118px !important;
    min-height: 118px !important;
    max-height: 118px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 430px) {
  .at-card {
    grid-template-columns: 120px minmax(0, 1fr) !important;
    min-height: 105px !important;
    height: 105px !important;
  }

  .at-card > img {
    width: 120px !important;
    height: 105px !important;
    min-height: 105px !important;
    max-height: 105px !important;
  }
}

/* ALUMIA V48 · segunda tanda de imágenes HD importada */


/* ALUMIA V50 — jerarquía visual: categoría verde / subcategoría amarilla / tratamiento rojo */
.at-subcategory-block {
  margin: 18px 0 24px;
  padding: 0;
}
.at-subcategory-head {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 13px 16px;
  border: 1px solid #eadbc4;
  background: #fbf3e6;
}
.at-subcategory-label {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid #c99c57;
  border-radius: 999px;
  color: #9d6c2f;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.at-subcategory-head h3 {
  margin: 0;
  color: #1e1b18;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}
.at-subcategory-count {
  font-size: 10px;
  color: #8c7f70;
}
.at-grid-direct {
  margin-bottom: 8px;
}
@media (max-width:680px) {
  .at-subcategory-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .at-subcategory-head h3 { font-size: 17px; }
}

/* ALUMIA V52 — se elimina la barra horizontal de categorías superior */
.at-filters,
.at-filter-nav,
.at-filter {
  display: none !important;
}

/* ALUMIA V56 — hero responsive: fondo fotográfico + texto HTML real */
.alumia-treatments-page .at-hero{
  position:relative!important;
  display:flex!important;
  align-items:stretch!important;
  min-height:clamp(390px,31vw,525px)!important;
  height:clamp(390px,31vw,525px)!important;
  width:100%!important;
  overflow:hidden!important;
  padding:0!important;
  background:#f4ede5 url('./assets/images/tratamientos-hero-background.jpg') center center/cover no-repeat!important;
}
.alumia-treatments-page .at-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(90deg,
    rgba(247,240,232,1) 0%,
    rgba(247,240,232,.98) 34%,
    rgba(247,240,232,.78) 47%,
    rgba(247,240,232,0) 64%);
  pointer-events:none;
}
.alumia-treatments-page .at-hero-copy{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  width:54%!important;
  max-width:760px!important;
  padding:76px 5vw 54px!important;
  box-sizing:border-box!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.alumia-treatments-page .at-hero-copy h1{
  margin:8px 0 18px!important;
  font-size:clamp(52px,5vw,82px)!important;
  line-height:.95!important;
  letter-spacing:-.03em!important;
}
.alumia-treatments-page .at-hero-copy p{
  max-width:520px!important;
  margin:0!important;
  font-size:15px!important;
  line-height:1.7!important;
  color:#6d655d!important;
}
.alumia-treatments-page .at-hero-rule{
  width:125px;
  height:3px;
  margin-top:28px;
  background:#b98138;
  display:block;
}
.alumia-treatments-page .at-hero-image{
  display:none!important;
}

@media (max-width:900px){
  .alumia-treatments-page .at-hero{
    min-height:390px!important;
    height:58vw!important;
    max-height:500px!important;
    background-position:69% center!important;
  }
  .alumia-treatments-page .at-hero::before{
    background:linear-gradient(90deg,
      rgba(247,240,232,1) 0%,
      rgba(247,240,232,.97) 36%,
      rgba(247,240,232,.58) 54%,
      rgba(247,240,232,.05) 78%);
  }
  .alumia-treatments-page .at-hero-copy{
    width:70%!important;
    padding:54px 6vw!important;
  }
  .alumia-treatments-page .at-hero-copy h1{
    font-size:clamp(42px,8vw,64px)!important;
  }
  .alumia-treatments-page .at-hero-copy p{
    font-size:13px!important;
    max-width:430px!important;
  }
}

@media (max-width:600px){
  .alumia-treatments-page .at-hero{
    min-height:360px!important;
    height:84vw!important;
    max-height:460px!important;
    background-position:72% center!important;
  }
  .alumia-treatments-page .at-hero::before{
    background:linear-gradient(90deg,
      rgba(247,240,232,1) 0%,
      rgba(247,240,232,.98) 48%,
      rgba(247,240,232,.62) 67%,
      rgba(247,240,232,.02) 91%);
  }
  .alumia-treatments-page .at-hero-copy{
    width:72%!important;
    padding:44px 7vw!important;
  }
  .alumia-treatments-page .at-hero-copy h1{
    font-size:clamp(39px,11vw,54px)!important;
    margin-bottom:14px!important;
  }
  .alumia-treatments-page .at-hero-copy p{
    font-size:11px!important;
    line-height:1.5!important;
  }
  .alumia-treatments-page .at-hero-rule{
    margin-top:18px;
    width:90px;
    height:2px;
  }
}

/* ALUMIA V57 — Inicio: hero responsive con fondo y texto HTML */
.alumia-home-hero,
.home-hero,
.inicio-hero {
  position:relative!important;
  overflow:hidden!important;
  min-height:clamp(500px,42vw,760px)!important;
  height:clamp(500px,42vw,760px)!important;
  width:100%!important;
  background:#f5eee6 url('./assets/images/inicio-hero-background.jpg') center center/cover no-repeat!important;
}
.alumia-home-hero::before,
.home-hero::before,
.inicio-hero::before {
  content:"";
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,.98) 0%,
    rgba(247,240,232,.96) 34%,
    rgba(247,240,232,.72) 48%,
    rgba(247,240,232,.08) 76%)!important;
  z-index:0!important;
  pointer-events:none!important;
}
.alumia-home-hero .hero-copy,
.home-hero .hero-copy,
.inicio-hero .hero-copy,
.alumia-home-hero .hero-content,
.home-hero .hero-content,
.inicio-hero .hero-content {
  position:relative!important;
  z-index:2!important;
  width:52%!important;
  max-width:760px!important;
  min-height:100%!important;
  padding:90px 6vw 70px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
@media (max-width:900px){
  .alumia-home-hero,
  .home-hero,
  .inicio-hero {
    min-height:520px!important;
    height:70vw!important;
    max-height:650px!important;
    background-position:68% center!important;
  }
  .alumia-home-hero::before,
  .home-hero::before,
  .inicio-hero::before {
    background:linear-gradient(90deg,
      rgba(247,240,232,.99) 0%,
      rgba(247,240,232,.95) 42%,
      rgba(247,240,232,.55) 63%,
      rgba(247,240,232,.03) 90%)!important;
  }
  .alumia-home-hero .hero-copy,
  .home-hero .hero-copy,
  .inicio-hero .hero-copy,
  .alumia-home-hero .hero-content,
  .home-hero .hero-content,
  .inicio-hero .hero-content {
    width:72%!important;
    padding:64px 7vw!important;
  }
}
@media (max-width:600px){
  .alumia-home-hero,
  .home-hero,
  .inicio-hero {
    min-height:500px!important;
    height:118vw!important;
    max-height:620px!important;
    background-position:70% center!important;
  }
  .alumia-home-hero::before,
  .home-hero::before,
  .inicio-hero::before {
    background:linear-gradient(180deg,
      rgba(247,240,232,.95) 0%,
      rgba(247,240,232,.88) 38%,
      rgba(247,240,232,.35) 61%,
      rgba(247,240,232,.04) 84%)!important;
  }
  .alumia-home-hero .hero-copy,
  .home-hero .hero-copy,
  .inicio-hero .hero-copy,
  .alumia-home-hero .hero-content,
  .home-hero .hero-content,
  .inicio-hero .hero-content {
    width:100%!important;
    max-width:none!important;
    min-height:auto!important;
    padding:52px 7vw 28px!important;
    justify-content:flex-start!important;
  }
}

/* ALUMIA V58 — Inicio: imagen continua, sin división vertical */
.alumia-home-hero,
.home-hero,
.inicio-hero {
  background-image: url('./assets/images/inicio-hero-background.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block !important;
}
.alumia-home-hero::before,
.home-hero::before,
.inicio-hero::before {
  background: linear-gradient(90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.88) 30%,
    rgba(247,240,232,.50) 48%,
    rgba(247,240,232,.08) 72%,
    rgba(247,240,232,0) 100%) !important;
}
@media (max-width:900px){
  .alumia-home-hero,
  .home-hero,
  .inicio-hero {
    background-position: 63% center !important;
    min-height: 520px !important;
    height: 70vw !important;
    max-height: 650px !important;
  }
  .alumia-home-hero::before,
  .home-hero::before,
  .inicio-hero::before {
    background: linear-gradient(180deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 38%,
      rgba(247,240,232,.45) 65%,
      rgba(247,240,232,.04) 100%) !important;
  }
}
@media (max-width:600px){
  .alumia-home-hero,
  .home-hero,
  .inicio-hero {
    background-position: 67% center !important;
    min-height: 500px !important;
    height: 118vw !important;
    max-height: 620px !important;
  }
}

/* ALUMIA V59 — Tratamientos: mismo lenguaje visual que Inicio, con CTA */
.alumia-treatments-page .at-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:clamp(500px,42vw,760px)!important;
  height:clamp(500px,42vw,760px)!important;
  overflow:hidden!important;
  padding:0!important;
  background:#f5eee6 url('./assets/images/tratamientos-hero-clean.jpg') center center/cover no-repeat!important;
}
.alumia-treatments-page .at-hero::before{
  content:"";
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.88) 30%,
    rgba(247,240,232,.48) 49%,
    rgba(247,240,232,.07) 73%,
    rgba(247,240,232,0) 100%)!important;
  z-index:0!important;
  pointer-events:none!important;
}
.alumia-treatments-page .at-hero-copy{
  position:relative!important;
  z-index:2!important;
  width:52%!important;
  max-width:760px!important;
  min-height:100%!important;
  padding:90px 6vw 70px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.alumia-treatments-page .at-hero-copy h1{
  margin:8px 0 10px!important;
  font-size:clamp(54px,5.5vw,88px)!important;
  line-height:.95!important;
  letter-spacing:-.03em!important;
  font-family:Georgia,serif!important;
  color:#25221f!important;
}
.alumia-treatments-page .at-hero-subline{
  font-size:12px!important;
  letter-spacing:.28em!important;
  color:#6f6256!important;
  margin:0 0 18px!important;
}
.alumia-treatments-page .at-hero-copy p{
  margin:0 0 26px!important;
  max-width:560px!important;
  font-size:15px!important;
  line-height:1.7!important;
  color:#6a625a!important;
}
.alumia-treatments-page .at-hero-cta{
  align-self:flex-start!important;
  text-decoration:none!important;
}
@media (max-width:900px){
  .alumia-treatments-page .at-hero{
    min-height:520px!important;
    height:70vw!important;
    max-height:650px!important;
    background-position:67% center!important;
  }
  .alumia-treatments-page .at-hero::before{
    background:linear-gradient(180deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 38%,
      rgba(247,240,232,.48) 66%,
      rgba(247,240,232,.04) 100%)!important;
  }
  .alumia-treatments-page .at-hero-copy{
    width:100%!important;
    max-width:none!important;
    padding:58px 7vw 34px!important;
    justify-content:flex-start!important;
  }
  .alumia-treatments-page .at-hero-copy h1{
    font-size:clamp(44px,8vw,66px)!important;
  }
}
@media (max-width:600px){
  .alumia-treatments-page .at-hero{
    min-height:500px!important;
    height:118vw!important;
    max-height:620px!important;
    background-position:69% center!important;
  }
  .alumia-treatments-page .at-hero-copy{
    padding:52px 7vw 28px!important;
  }
  .alumia-treatments-page .at-hero-copy h1{
    font-size:clamp(40px,11vw,56px)!important;
  }
  .alumia-treatments-page .at-hero-subline{
    font-size:9px!important;
    letter-spacing:.18em!important;
  }
  .alumia-treatments-page .at-hero-copy p{
    font-size:12px!important;
    max-width:310px!important;
  }
}

/* ALUMIA V60 — Inicio usa exactamente la misma estructura visual del hero de Tratamientos */
.alumia-home-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:clamp(500px,42vw,760px)!important;
  height:clamp(500px,42vw,760px)!important;
  overflow:hidden!important;
  padding:0!important;
  background:#f5eee6 url('./assets/images/inicio-hero-background.jpg') center center/cover no-repeat!important;
}
.alumia-home-hero::before{
  content:"";
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.88) 30%,
    rgba(247,240,232,.48) 49%,
    rgba(247,240,232,.07) 73%,
    rgba(247,240,232,0) 100%)!important;
  z-index:0!important;
  pointer-events:none!important;
}
.alumia-home-hero-copy{
  position:relative!important;
  z-index:2!important;
  width:52%!important;
  max-width:760px!important;
  min-height:100%!important;
  padding:90px 6vw 70px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.alumia-home-hero-copy h1{
  margin:8px 0 18px!important;
  font-family:Georgia,serif!important;
  font-size:clamp(54px,5.5vw,88px)!important;
  line-height:.95!important;
  letter-spacing:-.03em!important;
  color:#25221f!important;
}
.alumia-home-hero-copy p{
  margin:0 0 26px!important;
  max-width:560px!important;
  font-size:15px!important;
  line-height:1.7!important;
  color:#6a625a!important;
}
.alumia-home-hero-cta{
  align-self:flex-start!important;
  text-decoration:none!important;
}
@media (max-width:900px){
  .alumia-home-hero{
    min-height:520px!important;
    height:70vw!important;
    max-height:650px!important;
    background-position:67% center!important;
  }
  .alumia-home-hero::before{
    background:linear-gradient(180deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 38%,
      rgba(247,240,232,.48) 66%,
      rgba(247,240,232,.04) 100%)!important;
  }
  .alumia-home-hero-copy{
    width:100%!important;
    max-width:none!important;
    min-height:100%!important;
    padding:58px 7vw 34px!important;
    justify-content:flex-start!important;
  }
  .alumia-home-hero-copy h1{
    font-size:clamp(44px,8vw,66px)!important;
  }
}
@media (max-width:600px){
  .alumia-home-hero{
    min-height:500px!important;
    height:118vw!important;
    max-height:620px!important;
    background-position:69% center!important;
  }
  .alumia-home-hero-copy{
    padding:52px 7vw 28px!important;
  }
  .alumia-home-hero-copy h1{
    font-size:clamp(40px,11vw,56px)!important;
  }
  .alumia-home-hero-copy p{
    font-size:12px!important;
    max-width:310px!important;
  }
}


/* ============================================================
 * ALUMIA V61 · HERO SYSTEM UNIFICADO
 * Todos los héroes usan la misma estructura visual:
 * fotografía continua a pantalla completa + contenido HTML real.
 * Tratamientos conserva su tamaño actual.
 * ============================================================ */
.alumia-unified-hero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:clamp(500px,42vw,760px)!important;
  height:clamp(500px,42vw,760px)!important;
  overflow:hidden!important;
  padding:0!important;
  background-color:#f5eee6!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.alumia-unified-hero::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.88) 30%,
    rgba(247,240,232,.48) 49%,
    rgba(247,240,232,.07) 73%,
    rgba(247,240,232,0) 100%)!important;
}
.alumia-unified-hero-copy{
  position:relative!important;
  z-index:2!important;
  width:52%!important;
  max-width:760px!important;
  min-height:100%!important;
  padding:90px 6vw 70px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}
.alumia-unified-hero-copy .kicker{
  margin-bottom:4px!important;
}
.alumia-unified-hero-copy h1{
  margin:8px 0 18px!important;
  font-family:Georgia,serif!important;
  font-size:clamp(54px,5.5vw,88px)!important;
  line-height:.95!important;
  letter-spacing:-.03em!important;
  color:#25221f!important;
}
.alumia-unified-hero-copy .unified-subline{
  font-size:12px!important;
  line-height:1.4!important;
  letter-spacing:.24em!important;
  color:#6f6256!important;
  margin:0 0 16px!important;
}
.alumia-unified-hero-copy p{
  margin:0 0 26px!important;
  max-width:560px!important;
  font-size:15px!important;
  line-height:1.7!important;
  color:#6a625a!important;
}
.alumia-unified-hero-copy .btn{
  align-self:flex-start!important;
}
@media (max-width:900px){
  .alumia-unified-hero{
    min-height:520px!important;
    height:70vw!important;
    max-height:650px!important;
    background-position:67% center!important;
  }
  .alumia-unified-hero::before{
    background:linear-gradient(180deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 38%,
      rgba(247,240,232,.48) 66%,
      rgba(247,240,232,.04) 100%)!important;
  }
  .alumia-unified-hero-copy{
    width:100%!important;
    max-width:none!important;
    min-height:100%!important;
    padding:58px 7vw 34px!important;
    justify-content:flex-start!important;
  }
  .alumia-unified-hero-copy h1{
    font-size:clamp(44px,8vw,66px)!important;
  }
}
@media (max-width:600px){
  .alumia-unified-hero{
    min-height:500px!important;
    height:118vw!important;
    max-height:620px!important;
    background-position:69% center!important;
  }
  .alumia-unified-hero-copy{
    padding:52px 7vw 28px!important;
  }
  .alumia-unified-hero-copy h1{
    font-size:clamp(40px,11vw,56px)!important;
  }
  .alumia-unified-hero-copy p{
    font-size:12px!important;
    max-width:310px!important;
  }
}

/* Tratamientos: preserve the current hero dimensions exactly. */
.alumia-treatments-page .alumia-unified-hero{
  min-height:clamp(500px,42vw,760px)!important;
  height:clamp(500px,42vw,760px)!important;
}


/* V61 page-specific hero images — interchangeable later without changing layout */
.alumia-home-unified-hero{background-image:url('./assets/images/inicio-hero-background.jpg')!important;}
.alumia-treatments-page .at-hero{background-image:url('./assets/images/tratamientos-hero-clean.jpg')!important;}
.alumia-tech-unified-hero{background-image:url('./assets/images/technology-hero.jpg')!important;}
.alumia-nosotros-unified-hero{background-image:url('./assets/images/nosotros-hero.jpg')!important;}
.alumia-contacto-unified-hero{background-image:url('./assets/images/contact-hero.jpg')!important;}

/* ALUMIA V62 — hero general un poco más compacto */
.alumia-unified-hero{
  min-height:clamp(410px,30vw,570px)!important;
  height:clamp(410px,30vw,570px)!important;
}
.alumia-treatments-page .alumia-unified-hero{
  min-height:clamp(410px,30vw,570px)!important;
  height:clamp(410px,30vw,570px)!important;
}
.alumia-unified-hero-copy{
  padding:68px 6vw 56px!important;
}
@media (max-width:900px){
  .alumia-unified-hero{
    min-height:430px!important;
    height:58vw!important;
    max-height:540px!important;
  }
  .alumia-unified-hero-copy{
    padding:48px 7vw 30px!important;
  }
}
@media (max-width:600px){
  .alumia-unified-hero{
    min-height:380px!important;
    height:92vw!important;
    max-height:500px!important;
  }
  .alumia-unified-hero-copy{
    padding:42px 7vw 24px!important;
  }
}

/* ALUMIA V64 — Hero final de Tecnología */
.alumia-tech-unified-hero{
  background-image:url('./assets/images/tecnologia-hero-final.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V66 — logo exacto proporcionado por el cliente */
.site-logo{
  display:flex!important;
  align-items:center!important;
  flex:none!important;
  text-decoration:none!important;
}
.site-logo img{
  display:block!important;
  width:auto!important;
  height:58px!important;
  max-width:220px!important;
  object-fit:contain!important;
}
@media (max-width:900px){
  .site-logo img{
    height:46px!important;
    max-width:175px!important;
  }
}

/* Tipografía elegante para el titular principal de Inicio */
.alumia-home-hero-copy h1{
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

/* ALUMIA V67 — logo recortado para mostrar exactamente el símbolo y lettering */
.site-logo img{
  height:50px!important;
  width:auto!important;
  max-width:210px!important;
}
@media (max-width:900px){
  .site-logo img{
    height:42px!important;
    max-width:170px!important;
  }
}

/* ALUMIA V68 — logo idéntico al archivo entregado, sin alterar diseño ni color */
.site-logo img{
  width:auto!important;
  height:56px!important;
  max-width:125px!important;
  object-fit:contain!important;
  object-position:center!important;
}
@media (max-width:900px){
  .site-logo img{
    height:44px!important;
    max-width:98px!important;
  }
}

/* ALUMIA V69 — Hero final Nosotros */
.alumia-nosotros-unified-hero{
  background-image:url('./assets/images/nosotros-hero-final.png')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V70 — fondos de hero sin textos editoriales incrustados */
.alumia-home-unified-hero{
  background-image:url('./assets/images/inicio-hero-background.jpg')!important;
}
.alumia-treatments-page .at-hero{
  background-image:url('./assets/images/tratamientos-hero-clean.jpg')!important;
}
.alumia-tech-unified-hero{
  background-image:url('./assets/images/tecnologia-hero-clean.jpg')!important;
  background-position:center center!important;
}
.alumia-nosotros-unified-hero{
  background-image:url('./assets/images/nosotros-hero-clean.jpg')!important;
  background-position:center center!important;
}
.alumia-contacto-unified-hero{
  background-image:url('./assets/images/contacto-hero-clean.jpg')!important;
  background-position:center center!important;
}

/* ALUMIA V71 — tipografía elegante unificada en todos los heroes */
.alumia-unified-hero-copy h1,
.alumia-treatments-page .at-hero-copy h1{
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight:400 !important;
  letter-spacing:-0.035em !important;
}

/* Tecnología: foto limpia sin texto incrustado */
.alumia-tech-unified-hero{
  background-image:url('./assets/images/tecnologia-hero-clean.jpg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V72 — Tecnología con pantalla apagada y espacio limpio para HTML */
.alumia-tech-unified-hero{
  background-image:url('./assets/images/tecnologia-hero-clean.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V73 — Nosotros con fotografía real de la clínica */
.alumia-nosotros-unified-hero{
  background-image:url('./assets/images/nosotros-hero-final.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V74 — Nosotros: fotografía concentrada en el lado derecho,
   con espacio limpio a la izquierda para el contenido HTML */
.alumia-nosotros-unified-hero{
  position:relative!important;
  background-image:url('./assets/images/nosotros-hero-final.jpg')!important;
  background-repeat:no-repeat!important;
  background-size:52% 100%!important;
  background-position:right center!important;
  background-color:#f5eee6!important;
}
.alumia-nosotros-unified-hero::before{
  background:linear-gradient(90deg,
    rgba(247,240,232,1) 0%,
    rgba(247,240,232,.99) 32%,
    rgba(247,240,232,.93) 46%,
    rgba(247,240,232,.35) 61%,
    rgba(247,240,232,0) 73%)!important;
}
.alumia-nosotros-unified-hero .alumia-unified-hero-copy{
  width:56%!important;
  max-width:780px!important;
}
@media (max-width:900px){
  .alumia-nosotros-unified-hero{
    background-size:100% 58%!important;
    background-position:center bottom!important;
    min-height:540px!important;
  }
  .alumia-nosotros-unified-hero::before{
    background:linear-gradient(180deg,
      rgba(247,240,232,1) 0%,
      rgba(247,240,232,.98) 42%,
      rgba(247,240,232,.55) 63%,
      rgba(247,240,232,0) 100%)!important;
  }
  .alumia-nosotros-unified-hero .alumia-unified-hero-copy{
    width:100%!important;
  }
}
@media (max-width:600px){
  .alumia-nosotros-unified-hero{
    background-size:100% 52%!important;
    background-position:center bottom!important;
    min-height:500px!important;
  }
}

/* ALUMIA V75 — Contacto: fotografía real al lado derecho,
   espacio limpio a la izquierda para el contenido HTML */
.alumia-contacto-unified-hero{
  position:relative!important;
  background-image:url('./assets/images/contacto-hero-real.jpg')!important;
  background-repeat:no-repeat!important;
  background-size:52% 100%!important;
  background-position:right center!important;
  background-color:#f5eee6!important;
}
.alumia-contacto-unified-hero::before{
  background:linear-gradient(90deg,
    rgba(247,240,232,1) 0%,
    rgba(247,240,232,.99) 32%,
    rgba(247,240,232,.93) 46%,
    rgba(247,240,232,.35) 61%,
    rgba(247,240,232,0) 73%)!important;
}
.alumia-contacto-unified-hero .alumia-unified-hero-copy{
  width:56%!important;
  max-width:780px!important;
}
@media (max-width:900px){
  .alumia-contacto-unified-hero{
    background-size:100% 58%!important;
    background-position:center bottom!important;
    min-height:540px!important;
  }
  .alumia-contacto-unified-hero::before{
    background:linear-gradient(180deg,
      rgba(247,240,232,1) 0%,
      rgba(247,240,232,.98) 42%,
      rgba(247,240,232,.55) 63%,
      rgba(247,240,232,0) 100%)!important;
  }
  .alumia-contacto-unified-hero .alumia-unified-hero-copy{
    width:100%!important;
  }
}
@media (max-width:600px){
  .alumia-contacto-unified-hero{
    background-size:100% 52%!important;
    background-position:center bottom!important;
    min-height:500px!important;
  }
}

/* ==========================================================
   ALUMIA V76 — SECCIONES INTEGRADAS
   Las fotografías reales y el texto se funden visualmente
   para que cada bloque parezca una sola composición.
   ========================================================== */

/* Base: mismo fondo crema en ambos lados */
.home .split{
  position:relative!important;
  overflow:hidden!important;
  background:#f7f0e8!important;
}

/* SOBRE ALUMIA: imagen izquierda que se desvanece hacia el texto */
.home .split:nth-of-type(1){
  background:#f7f0e8!important;
}
.home .split:nth-of-type(1) .split-image.about-image{
  width:54%!important;
  position:relative!important;
  z-index:1!important;
  background-position:center center!important;
  background-size:cover!important;
}
.home .split:nth-of-type(1) .split-image.about-image::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  right:-1px!important;
  bottom:0!important;
  width:38%!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,0) 0%,
    rgba(247,240,232,.38) 32%,
    rgba(247,240,232,.82) 70%,
    rgba(247,240,232,1) 100%)!important;
  pointer-events:none!important;
}
.home .split:nth-of-type(1) .split-copy{
  width:46%!important;
  position:relative!important;
  z-index:2!important;
  background:transparent!important;
}

/* TECNOLOGÍA: texto izquierda + foto derecha que se funde hacia el texto */
.home .split:nth-of-type(2){
  background:#f7f0e8!important;
}
.home .split:nth-of-type(2) .split-copy{
  width:46%!important;
  position:relative!important;
  z-index:2!important;
  background:transparent!important;
}
.home .split:nth-of-type(2) .split-image.tech-image{
  width:54%!important;
  position:relative!important;
  z-index:1!important;
  background-position:center center!important;
  background-size:cover!important;
}
.home .split:nth-of-type(2) .split-image.tech-image::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:-1px!important;
  bottom:0!important;
  width:42%!important;
  background:linear-gradient(90deg,
    rgba(247,240,232,1) 0%,
    rgba(247,240,232,.82) 28%,
    rgba(247,240,232,.40) 68%,
    rgba(247,240,232,0) 100%)!important;
  pointer-events:none!important;
}

/* Mejor continuidad visual: quitar líneas que delatan el corte */
.home .split .split-copy,
.home .split .split-image{
  min-height:430px!important;
  border:0!important;
}
.home .split + .split{
  margin-top:0!important;
}

@media (max-width:900px){
  .home .split{
    display:block!important;
    min-height:0!important;
  }
  .home .split:nth-of-type(1) .split-image.about-image,
  .home .split:nth-of-type(1) .split-copy,
  .home .split:nth-of-type(2) .split-copy,
  .home .split:nth-of-type(2) .split-image.tech-image{
    width:100%!important;
  }
  .home .split .split-image{
    min-height:330px!important;
  }
  .home .split .split-copy{
    min-height:auto!important;
    padding-top:56px!important;
    padding-bottom:56px!important;
  }

  .home .split:nth-of-type(1) .split-image.about-image::after{
    top:auto!important;
    right:0!important;
    bottom:-1px!important;
    left:0!important;
    width:100%!important;
    height:42%!important;
    background:linear-gradient(180deg,
      rgba(247,240,232,0) 0%,
      rgba(247,240,232,.55) 48%,
      rgba(247,240,232,1) 100%)!important;
  }

  .home .split:nth-of-type(2){
    display:flex!important;
    flex-direction:column!important;
  }
  .home .split:nth-of-type(2) .split-image.tech-image{
    order:2!important;
  }
  .home .split:nth-of-type(2) .split-copy{
    order:1!important;
  }
  .home .split:nth-of-type(2) .split-image.tech-image::before{
    top:auto!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    height:42%!important;
    background:linear-gradient(180deg,
      rgba(247,240,232,0) 0%,
      rgba(247,240,232,.55) 48%,
      rgba(247,240,232,1) 100%)!important;
  }
}

@media (max-width:600px){
  .home .split .split-image{
    min-height:285px!important;
  }
  .home .split .split-copy{
    padding:42px 7vw!important;
  }
}

/* Fotografías reales de clínica para los bloques integrados de Inicio */
.home .about-image{
  background-image:url('./assets/images/nosotros-hero-final.jpg')!important;
}
.home .tech-image{
  background-image:url('./assets/images/technology-clinic.jpg')!important;
}

/* ALUMIA V77 — Inicio: foto real de recepción en bloque Tecnología */
.home .tech-image{
  background-image:url('./assets/images/home-reception-real.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V78 — foto exacta subida para Inicio > Tecnología */
.home .tech-image{
  background-image:url('./assets/images/home-reception-real.jpg')!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}

/* ALUMIA V79 — bloques Inicio: Sobre ALUMIA y Tecnología idénticos */
.home .split:nth-of-type(1),
.home .split:nth-of-type(2){
  background:#f7f0e8!important;
}

.home .split:nth-of-type(1) .split-copy,
.home .split:nth-of-type(2) .split-copy,
.home .split:nth-of-type(2) .split-copy.white{
  background:#f7f0e8!important;
  color:#2b2723!important;
}

/* Misma tipografía y jerarquía */
.home .split:nth-of-type(1) .split-copy h2,
.home .split:nth-of-type(2) .split-copy h2{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:400!important;
  letter-spacing:-0.02em!important;
  color:#2b2723!important;
}

.home .split:nth-of-type(1) .split-copy p,
.home .split:nth-of-type(2) .split-copy p{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#6d645c!important;
  line-height:1.7!important;
}

.home .split:nth-of-type(1) .split-copy .kicker,
.home .split:nth-of-type(2) .split-copy .kicker{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#9a6f31!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
}

/* Mismos tamaños de contenido para que visualmente sean equivalentes */
.home .split:nth-of-type(1) .split-copy,
.home .split:nth-of-type(2) .split-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  padding:72px 7vw!important;
  min-height:430px!important;
}

@media (max-width:900px){
  .home .split:nth-of-type(1) .split-copy,
  .home .split:nth-of-type(2) .split-copy{
    min-height:auto!important;
    padding:56px 7vw!important;
  }
}
@media (max-width:600px){
  .home .split:nth-of-type(1) .split-copy,
  .home .split:nth-of-type(2) .split-copy{
    padding:42px 7vw!important;
  }
}

/* ALUMIA V80 — corrección definitiva de los dos bloques de Inicio */
.home section.split{
  background:#f7f0e8!important;
}
.home section.split > .split-copy{
  background:#f7f0e8!important;
  color:#2b2723!important;
}
.home section.split > .split-copy h2{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:400!important;
  letter-spacing:-0.02em!important;
  color:#2b2723!important;
}
.home section.split > .split-copy p{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#6d645c!important;
  line-height:1.7!important;
}
.home section.split > .split-copy .kicker{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#9a6f31!important;
  letter-spacing:.22em!important;
}
.home section.split > .split-copy .outline{
  background:transparent!important;
  color:#9a6f31!important;
  border-color:#bca78d!important;
}

/* Misma sensación de bloque continuo */
.home section.split > .split-image{
  min-height:430px!important;
}
.home section.split > .split-copy{
  min-height:430px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

/* Degradado suave desde las fotos hacia el mismo crema */
.home section.split .about-image::after{
  content:""!important;
  position:absolute!important;
  inset:0 -1px 0 auto!important;
  width:42%!important;
  background:linear-gradient(90deg,rgba(247,240,232,0) 0%,rgba(247,240,232,.55) 48%,rgba(247,240,232,1) 100%)!important;
  pointer-events:none!important;
}
.home section.split .tech-image::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 -1px!important;
  width:42%!important;
  background:linear-gradient(90deg,rgba(247,240,232,1) 0%,rgba(247,240,232,.55) 52%,rgba(247,240,232,0) 100%)!important;
  pointer-events:none!important;
}
@media (max-width:900px){
  .home section.split > .split-copy{
    min-height:auto!important;
  }
  .home section.split > .split-image{
    min-height:330px!important;
  }
}
@media (max-width:600px){
  .home section.split > .split-image{
    min-height:285px!important;
  }
}

/* ALUMIA V81 · Garantiza tu experiencia */
.alumia-guarantee-page{background:#fbf8f4;color:#2b2723}
.alumia-guarantee-hero{min-height:420px;background-image:url('./assets/images/contacto-hero-real.jpg')!important;background-size:cover!important;background-position:center!important;position:relative}
.alumia-guarantee-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,240,232,.98),rgba(247,240,232,.90) 42%,rgba(247,240,232,.35) 67%,rgba(247,240,232,0));pointer-events:none}
.alumia-guarantee-hero .alumia-unified-hero-copy{position:relative;z-index:2}
.alumia-guarantee-hero h1{font-family:Georgia,"Times New Roman",serif!important;font-weight:400!important;letter-spacing:-.035em!important}
.guarantee-note{width:min(1180px,90%);margin:34px auto 10px;padding:24px 28px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;border:1px solid #e0d2c4;background:#f4ebdf}
.guarantee-note-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #b58a4a;color:#a67530;font:700 18px Georgia,serif}
.guarantee-note h2{font:400 24px/1.1 Georgia,serif;margin:5px 0}
.guarantee-note p{margin:0;max-width:750px;font-size:11px;color:#6d645c}
.guarantee-section{width:min(1180px,90%);margin:auto;padding:48px 0 54px}
.guarantee-intro{max-width:620px;margin:12px auto 0;font-size:11px;color:#766d65;text-align:center}
.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.guarantee-card{background:#fffdf9;border:1px solid #e2d8ce;padding:30px 28px;min-height:330px;transition:.3s}
.guarantee-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px rgba(44,33,23,.08)}
.guarantee-card-icon{width:42px;height:42px;border:1px solid #c8b092;color:#9d7138;display:flex;align-items:center;justify-content:center;font:13px Georgia,serif;margin-bottom:20px}
.guarantee-card h3{font:400 29px/1.05 Georgia,serif;margin:7px 0 12px}
.guarantee-card p{font-size:11px;line-height:1.75;color:#6d645c}
.guarantee-mini-note{margin-top:13px;font-size:8px;color:#9a9188;letter-spacing:.06em;text-transform:uppercase}
.qr-placeholder{width:155px;height:155px;margin:18px auto 0;border:1px dashed #bea688;background:linear-gradient(90deg,#eadfce 1px,transparent 1px) 0 0/16px 16px,linear-gradient(#eadfce 1px,transparent 1px) 0 0/16px 16px,#faf6f0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9a713a}
.qr-placeholder span{font:400 36px Georgia,serif}.qr-placeholder small{font:8px Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.guarantee-steps{margin-top:18px;display:grid;gap:9px}
.guarantee-steps div{display:grid;grid-template-columns:28px 1fr;gap:8px;font-size:9px;color:#6d645c;line-height:1.5}
.guarantee-steps strong{color:#a67530;font:400 12px Georgia,serif}
.guarantee-bottom{width:min(1180px,90%);margin:0 auto 70px;display:grid;grid-template-columns:1fr 1fr;background:#efe4d7;min-height:245px}
.guarantee-bottom-copy{padding:46px 7vw;display:flex;flex-direction:column;justify-content:center}
.guarantee-bottom-copy h2{font:400 31px/1.05 Georgia,serif;margin:9px 0 12px}
.guarantee-bottom-copy p{max-width:450px;margin:0 0 16px;font-size:10px;line-height:1.7;color:#6d645c}
.guarantee-bottom-image{background:url('./assets/images/contact-interior.jpg') center/cover no-repeat}
@media(max-width:900px){.guarantee-note{grid-template-columns:48px 1fr}.guarantee-note .outline{grid-column:2}.guarantee-grid{grid-template-columns:1fr}.guarantee-bottom{grid-template-columns:1fr}.guarantee-bottom-image{min-height:260px}}
@media(max-width:600px){.alumia-guarantee-hero{min-height:500px;background-position:65% center!important}.alumia-guarantee-hero:after{background:linear-gradient(180deg,rgba(247,240,232,.94),rgba(247,240,232,.72) 48%,rgba(247,240,232,.16))}.guarantee-note{padding:20px}.guarantee-card{padding:25px 21px}}

/* ALUMIA V82 · Garantiza tu experiencia — referencia de portal de pagos */
.alumia-guarantee-page{background:#fbf8f4;color:#2b2723}
.guarantee-intro-hero{
  background:#f2e8dc;
  border-bottom:1px solid #e3d7ca;
  padding:74px 6vw 68px;
}
.guarantee-intro-inner{width:min(1120px,92%);margin:0 auto}
.guarantee-intro-hero h1{
  font:400 clamp(44px,5vw,72px)/.98 Georgia,"Times New Roman",serif;
  letter-spacing:-.035em;margin:12px 0 16px
}
.guarantee-intro-hero p{max-width:650px;font-size:12px;line-height:1.75;color:#6d645c;margin:0}

.guarantee-important{
  width:min(1120px,92%);margin:28px auto 0;
  padding:20px 24px;display:grid;grid-template-columns:44px 1fr auto;
  gap:16px;align-items:center;border:1px solid #ddcdbd;background:#f8f0e7
}
.important-mark{width:38px;height:38px;border:1px solid #b58a4a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9a713a;font:700 17px Georgia,serif}
.important-content h2{font:400 21px/1.15 Georgia,serif;margin:4px 0 5px}
.important-content p{margin:0;font-size:10px;color:#6d645c;line-height:1.6}

.guarantee-payments{width:min(1120px,92%);margin:0 auto;padding:66px 0 72px}
.guarantee-heading{text-align:left;margin-bottom:26px}
.guarantee-heading h2{font:400 34px/1.05 Georgia,serif;margin:7px 0 0}

.online-payment,.qr-payment,.transfer-payment{
  display:grid;grid-template-columns:1.05fr .95fr;border:1px solid #e3d8cd;background:#fff;
  margin-bottom:16px;min-height:280px
}
.online-payment-copy,.qr-copy,.transfer-copy{padding:36px 40px}
.payment-number{font:400 13px Georgia,serif;color:#a67530;margin-bottom:17px}
.online-payment h3,.qr-payment h3,.transfer-payment h3{font:400 31px/1.05 Georgia,serif;margin:8px 0 12px}
.online-payment p,.qr-payment p,.transfer-payment p{max-width:520px;font-size:11px;line-height:1.75;color:#6d645c}
.online-payment small{display:block;margin-top:11px;font-size:8px;color:#9a9188}
.payment-visual{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#efe4d7,#faf6f0)}
.payment-card-visual{width:275px;height:165px;border:1px solid #c3a879;border-radius:14px;padding:22px;background:linear-gradient(145deg,#f7ecdc,#e4cda8);box-shadow:0 15px 30px rgba(57,40,22,.12)}
.payment-card-top{font:700 12px Arial,sans-serif;letter-spacing:.16em;color:#805c2b}
.payment-card-title{font:400 27px/1 Georgia,serif;margin-top:34px;color:#302821;letter-spacing:.04em}
.payment-card-line{height:1px;background:#b58a4a;margin:10px 0 8px}
.payment-card-bottom{font:700 8px Arial,sans-serif;letter-spacing:.18em;color:#80623d}

.qr-payment{grid-template-columns:1.25fr .75fr;background:#fbf7f2}
.qr-visual{display:flex;align-items:center;justify-content:center}
.qr-box{width:190px;height:190px;border:1px dashed #bba383;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(90deg,#e9dece 1px,transparent 1px) 0 0/18px 18px,linear-gradient(#e9dece 1px,transparent 1px) 0 0/18px 18px,#fffaf3;color:#9a713a}
.qr-box span{font:400 54px Georgia,serif}
.qr-box small{font:8px Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;margin-top:8px}

.transfer-payment{grid-template-columns:1fr 1fr;background:#fff}
.transfer-steps{padding:40px;display:grid;align-content:center;gap:11px;background:#f6eee5}
.transfer-steps div{display:grid;grid-template-columns:30px 1fr;gap:10px;font-size:10px;color:#6d645c;line-height:1.55}
.transfer-steps b{font:400 13px Georgia,serif;color:#a67530}

.guarantee-help{width:min(1120px,92%);margin:0 auto 70px;background:#eee1d3;display:grid;grid-template-columns:1fr .95fr;min-height:270px}
.guarantee-help-copy{padding:45px 55px;display:flex;flex-direction:column;justify-content:center}
.guarantee-help-copy h2{font:400 31px/1.07 Georgia,serif;margin:8px 0 12px;max-width:500px}
.guarantee-help-copy p{font-size:10px;line-height:1.7;color:#6d645c;max-width:480px;margin:0 0 16px}
.guarantee-help-image{background:url('./assets/images/contact-interior.jpg') center/cover no-repeat}

@media(max-width:900px){
 .guarantee-important{grid-template-columns:42px 1fr}.guarantee-important .outline{grid-column:2}
 .online-payment,.qr-payment,.transfer-payment,.guarantee-help{grid-template-columns:1fr}
 .payment-visual{min-height:230px}.qr-visual{padding-bottom:30px}.transfer-steps{padding:28px}
 .guarantee-help-image{min-height:240px}
}
@media(max-width:600px){
 .guarantee-intro-hero{padding:55px 6vw}.guarantee-payments{padding:45px 0}
 .guarantee-important{padding:18px}.online-payment-copy,.qr-copy,.transfer-copy{padding:28px 24px}
 .guarantee-heading h2{font-size:29px}.online-payment h3,.qr-payment h3,.transfer-payment h3{font-size:27px}
 .payment-card-visual{width:230px}.qr-box{width:160px;height:160px}
 .guarantee-help-copy{padding:34px 25px}
}

/* ALUMIA V83 · Footer en Garantiza tu experiencia */
.alumia-guarantee-page + .footer{
  margin-top:0!important;
}

/* ALUMIA V84 - Nuestro equipo */
.alumia-doctors-section{
  background:#f7f0e8;
  padding:78px 6vw 84px;
  border-top:1px solid #e5d9cc;
  border-bottom:1px solid #e5d9cc;
}
.alumia-doctors-head{
  max-width:860px;
  margin:0 auto 38px;
  text-align:center;
}
.alumia-doctors-head h2{
  margin:9px 0 12px;
  font:400 clamp(33px,4vw,48px)/1.03 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
  color:#2b2723;
}
.alumia-doctors-head p{
  max-width:680px;
  margin:0 auto;
  color:#6d645c;
  font-size:12px;
  line-height:1.75;
}
.alumia-doctors-grid{
  width:min(1040px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.alumia-doctor-card{
  display:grid;
  grid-template-columns:minmax(210px,42%) 1fr;
  min-height:315px;
  background:#fffdf9;
  border:1px solid #e0d4c7;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(44,33,23,.06);
}
.alumia-doctor-photo{
  min-height:315px;
  background:#eadfce;
  overflow:hidden;
}
.alumia-doctor-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}
.alumia-doctor-info{
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.alumia-doctor-info h3{
  margin:9px 0 9px;
  font:400 30px/1.05 Georgia,"Times New Roman",serif;
  letter-spacing:-.02em;
  color:#2b2723;
}
.alumia-doctor-info p{
  margin:0;
  color:#6d645c;
  font-size:11px;
  letter-spacing:.03em;
}
@media (max-width:900px){
  .alumia-doctors-section{padding:64px 5vw 68px}
  .alumia-doctors-grid{
    grid-template-columns:1fr;
    width:min(720px,94%);
    gap:20px;
  }
}
@media (max-width:620px){
  .alumia-doctors-section{padding:52px 18px 56px}
  .alumia-doctors-head h2{font-size:31px}
  .alumia-doctors-head p{font-size:11px}
  .alumia-doctor-card{
    grid-template-columns:1fr;
    min-height:0;
  }
  .alumia-doctor-photo{min-height:360px;max-height:440px}
  .alumia-doctor-info{padding:24px 22px 28px}
  .alumia-doctor-info h3{font-size:28px}
}

/* ==========================================================
   ALUMIA V85 — Tratamientos sin imágenes
   Inspiración estructural: página de servicio Vive INSPIRA.
   Mantiene categorías y subcategorías propias de ALUMIA,
   pero convierte cada tratamiento en una ficha textual limpia.
   ========================================================== */
.alumia-treatments-page .at-reference-intro{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
}
.alumia-treatments-page .at-reference-intro p{
  margin:0;
  color:#6d645c;
  font-size:12px;
  line-height:1.8;
}
.alumia-treatments-page .at-grid{
  display:block!important;
}
.alumia-treatments-page .at-service-item{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) auto!important;
  gap:22px!important;
  align-items:start!important;
  background:#fffdf9!important;
  border:0!important;
  border-top:1px solid #e1d6ca!important;
  border-radius:0!important;
  padding:26px 4px!important;
  min-height:0!important;
  box-shadow:none!important;
}
.alumia-treatments-page .at-service-item:last-child{
  border-bottom:1px solid #e1d6ca!important;
}
.alumia-treatments-page .at-service-number{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #c8ad89;
  color:#9d7138;
  font:400 12px/1 Georgia,"Times New Roman",serif;
}
.alumia-treatments-page .at-service-main h3{
  margin:0 0 7px!important;
  font:400 25px/1.12 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.015em;
  color:#2b2723!important;
}
.alumia-treatments-page .at-service-main p{
  margin:0!important;
  max-width:720px;
  color:#6d645c!important;
  font-size:11px!important;
  line-height:1.7!important;
}
.alumia-treatments-page .at-service-link{
  align-self:center!important;
  color:#9d7138!important;
  text-decoration:none!important;
  font-size:9px!important;
  letter-spacing:.14em;
  font-weight:600;
  white-space:nowrap;
}
.alumia-treatments-page .at-service-link:hover{
  color:#2b2723!important;
}
.alumia-treatments-page .at-subcategory-head{
  margin-top:26px!important;
  margin-bottom:0!important;
  border:1px solid #decdb9!important;
  background:#f5ecdf!important;
}
.alumia-treatments-page .at-subcategory-head h3{
  font:400 27px/1.1 Georgia,"Times New Roman",serif!important;
  color:#2b2723!important;
}
.alumia-treatments-page .at-subcategory-label{
  border-color:#c8ad89!important;
  color:#9d7138!important;
  background:transparent!important;
}
.alumia-treatments-page .at-subcategory-count{
  color:#756b62!important;
  font-size:9px!important;
}
.alumia-treatments-page .at-accordion-body{
  padding-bottom:18px!important;
}
.alumia-treatments-page .at-content{
  background:#fffdf9;
}
.alumia-treatments-page .at-content-head{
  padding-bottom:24px!important;
  border-bottom:1px solid #e1d6ca;
}
.alumia-treatments-page .at-content-head h2{
  font:400 42px/1.02 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em;
}
@media(max-width:900px){
  .alumia-treatments-page .at-service-item{
    grid-template-columns:42px minmax(0,1fr)!important;
  }
  .alumia-treatments-page .at-service-link{
    grid-column:2;
    justify-self:start;
  }
}
@media(max-width:600px){
  .alumia-treatments-page .at-reference-intro{
    text-align:left;
    margin-bottom:24px;
  }
  .alumia-treatments-page .at-content-head h2{
    font-size:35px!important;
  }
  .alumia-treatments-page .at-service-item{
    gap:15px!important;
    padding:22px 0!important;
  }
  .alumia-treatments-page .at-service-main h3{
    font-size:22px!important;
  }
  .alumia-treatments-page .at-service-number{
    width:36px;height:36px;
  }
  .alumia-treatments-page .at-service-main p{
    font-size:10px!important;
  }
}

.alumia-treatments-page #atCount:empty{display:none!important}
.alumia-treatments-page .at-accordion-btn .at-accordion-meta{display:none!important}

/* ALUMIA V88 — Misión, Visión y Valores */
.about-mvv{
  background:#f7f0e8;
  padding:88px 7vw 92px;
  border-top:1px solid #e6dacd;
  border-bottom:1px solid #e6dacd;
}
.about-mvv-intro{
  max-width:760px;
  margin:0 auto 46px;
  text-align:center;
}
.about-mvv-intro h2{
  margin:10px 0 14px;
  font:400 clamp(34px,4.4vw,52px)/1.03 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
  color:#2c2925;
}
.about-mvv-intro p{
  max-width:690px;
  margin:0 auto;
  font-size:12px;
  line-height:1.85;
  color:#70675f;
}
.about-mvv-grid{
  width:min(1120px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}
.about-mvv-card{
  background:#fffdf9;
  border:1px solid #dfd2c3;
  padding:38px 36px 40px;
  box-shadow:0 14px 32px rgba(52,39,27,.045);
}
.about-mvv-label{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 11px;
  border:1px solid #c9ae89;
  color:#a1743d;
  letter-spacing:.16em;
  font-size:9px;
}
.about-mvv-card h3{
  margin:18px 0 15px;
  font:400 31px/1.1 Georgia,"Times New Roman",serif;
  color:#2c2925;
}
.about-mvv-card p{
  margin:0 0 14px;
  font-size:12px;
  line-height:1.8;
  color:#6d645c;
}
.about-mvv-card p:last-child{margin-bottom:0}
.about-values-new{
  width:min(1120px,94%);
  margin:46px auto 0;
  border-top:1px solid #ded1c1;
  padding-top:34px;
}
.about-values-new-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
}
.about-values-new-head h3{
  margin:6px 0 0;
  font:400 30px/1.08 Georgia,"Times New Roman",serif;
  color:#2c2925;
}
.about-values-new-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #e2d6ca;
  border-left:1px solid #e2d6ca;
}
.about-values-new-item{
  min-height:92px;
  padding:20px 18px;
  background:#fbf6ef;
  border-right:1px solid #e2d6ca;
  border-bottom:1px solid #e2d6ca;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
}
.about-values-new-item span{
  color:#a1743d;
  font-size:9px;
  letter-spacing:.14em;
}
.about-values-new-item strong{
  font-size:12px;
  font-weight:500;
  color:#2c2925;
}
@media(max-width:900px){
  .about-mvv{padding:68px 5vw 72px}
  .about-mvv-grid{grid-template-columns:1fr;width:min(760px,96%)}
  .about-values-new{width:min(760px,96%)}
  .about-values-new-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-values-new-head{display:block}
}
@media(max-width:620px){
  .about-mvv{padding:54px 18px 60px}
  .about-mvv-intro{text-align:left;margin-bottom:32px}
  .about-mvv-intro h2{font-size:34px}
  .about-mvv-intro p{font-size:11px}
  .about-mvv-card{padding:28px 24px 30px}
  .about-mvv-card h3{font-size:28px}
  .about-mvv-card p{font-size:11px;line-height:1.75}
  .about-values-new{width:100%;margin-top:34px}
  .about-values-new-head h3{font-size:27px}
  .about-values-new-grid{grid-template-columns:1fr 1fr}
  .about-values-new-item{min-height:82px;padding:16px 14px}
}

/* ALUMIA V89 — adornos SVG y encabezado centrado en Nuestros valores */
.about-values-new{
  width:min(1120px,94%);
  margin:46px auto 0;
  border-top:1px solid #ded1c1;
  padding-top:34px;
}
.about-values-new-head{
  position:relative;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  margin:0 auto 28px;
  text-align:center;
}
.about-values-new-head-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  max-width:760px;
}
.about-values-new-head-copy .kicker{
  margin-bottom:8px;
}
.about-values-new-head h3{
  margin:0;
  font:400 clamp(30px,3.7vw,44px)/1.08 Georgia,"Times New Roman",serif;
  color:#2c2925;
  letter-spacing:-.02em;
}
.about-values-ornament{
  width:110px;
  flex:0 0 110px;
  color:#b2874b;
  opacity:.9;
}
.about-values-ornament svg{
  display:block;
  width:100%;
  height:32px;
}
.about-values-ornament-left{
  transform:translateY(2px);
}
.about-values-ornament-right{
  transform:translateY(2px);
}
.about-values-new-grid{
  margin-top:8px;
}
@media(max-width:900px){
  .about-values-new-head{
    gap:18px;
  }
  .about-values-ornament{
    width:78px;
    flex-basis:78px;
  }
}
@media(max-width:620px){
  .about-values-new-head{
    gap:10px;
    min-height:0;
    margin-bottom:22px;
  }
  .about-values-ornament{
    width:42px;
    flex-basis:42px;
  }
  .about-values-ornament svg{
    height:20px;
  }
  .about-values-new-head-copy{
    max-width:calc(100% - 84px);
  }
  .about-values-new-head h3{
    font-size:27px;
  }
}

/* ALUMIA V90 — CTA final estilo hero compacto, invertido */
.about-cta-compact{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);
  min-height:360px;
  background:#f6eee5;
  overflow:hidden;
  border-top:1px solid #e2d5c7;
  border-bottom:1px solid #e2d5c7;
}
.about-cta-compact .about-cta-image{
  grid-column:2;
  grid-row:1;
  min-height:360px;
  overflow:hidden;
  background:#eadcca;
}
.about-cta-compact .about-cta-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 46%;
  filter:saturate(.92);
}
.about-cta-compact .about-cta-copy{
  grid-column:1;
  grid-row:1;
  position:relative;
  z-index:2;
  padding:58px clamp(36px,6vw,90px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.about-cta-compact .about-cta-copy h2{
  margin:10px 0 14px;
  font:400 clamp(38px,4.3vw,55px)/1.03 Georgia,"Times New Roman",serif;
  letter-spacing:-.025em;
  color:#2c2925;
}
.about-cta-compact .about-cta-copy p{
  margin:0 0 26px;
  max-width:620px;
  color:#6d645c;
  font-size:12px;
  line-height:1.8;
}
.about-cta-compact .btn-gold{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:240px;
  min-height:52px;
  padding:0 26px;
  background:#b88945;
  color:#fff;
  text-decoration:none;
  font-size:10px;
  letter-spacing:.08em;
  font-weight:600;
  transition:transform .25s ease,background .25s ease;
}
.about-cta-compact .btn-gold:hover{
  background:#9e7137;
  transform:translateY(-1px);
}
@media(max-width:900px){
  .about-cta-compact{
    grid-template-columns:1fr 1fr;
    min-height:330px;
  }
  .about-cta-compact .about-cta-image{min-height:330px}
  .about-cta-compact .about-cta-copy{padding:44px 5vw}
}
@media(max-width:620px){
  .about-cta-compact{
    display:flex;
    flex-direction:column;
  }
  .about-cta-compact .about-cta-image{
    order:1;
    min-height:260px;
    max-height:300px;
  }
  .about-cta-compact .about-cta-copy{
    order:2;
    padding:38px 24px 44px;
  }
  .about-cta-compact .about-cta-copy h2{font-size:36px}
  .about-cta-compact .about-cta-copy p{font-size:11px}
  .about-cta-compact .btn-gold{
    width:100%;
    min-width:0;
  }
}

/* ALUMIA V92 — CTA final del Inicio como mini hero de fondo */
.cta-home-hero{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:235px!important;
  height:235px!important;
  overflow:hidden!important;
  background-image:url("assets/images/alumia-body-cta.jpg")!important;
  background-size:cover!important;
  background-position:center 45%!important;
  background-repeat:no-repeat!important;
}
.cta-home-hero .cta-home-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(
    90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.92) 34%,
    rgba(247,240,232,.63) 56%,
    rgba(247,240,232,.12) 100%
  )!important;
}
.cta-home-hero .cta-copy{
  position:relative!important;
  z-index:1!important;
  width:min(620px,48%)!important;
  padding:28px 6vw!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.cta-home-hero .cta-copy h2{
  margin:5px 0 9px!important;
  font:400 clamp(31px,3.3vw,44px)/1.04 Georgia,"Times New Roman",serif!important;
  color:#2c2925!important;
  letter-spacing:-.02em;
}
.cta-home-hero .cta-copy p{
  margin:0 0 16px!important;
  max-width:520px!important;
  color:#655e56!important;
  font-size:10.5px!important;
  line-height:1.65!important;
}
.cta-home-hero .cta-copy .btn{
  min-width:190px!important;
  min-height:42px!important;
  padding:0 20px!important;
  font-size:9px!important;
}
@media(max-width:900px){
  .cta-home-hero{
    min-height:220px!important;
    height:220px!important;
    background-position:63% center!important;
  }
  .cta-home-hero .cta-home-overlay{
    background:linear-gradient(
      90deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 46%,
      rgba(247,240,232,.30) 100%
    )!important;
  }
  .cta-home-hero .cta-copy{
    width:56%!important;
    padding:24px 5vw!important;
  }
}
@media(max-width:680px){
  .cta-home-hero{
    min-height:200px!important;
    height:200px!important;
    background-position:67% center!important;
  }
  .cta-home-hero .cta-home-overlay{
    background:linear-gradient(
      90deg,
      rgba(247,240,232,.98) 0%,
      rgba(247,240,232,.82) 52%,
      rgba(247,240,232,.20) 100%
    )!important;
  }
  .cta-home-hero .cta-copy{
    width:82%!important;
    padding:22px 22px!important;
  }
  .cta-home-hero .cta-copy h2{
    font-size:30px!important;
  }
  .cta-home-hero .cta-copy p{
    font-size:10px!important;
    max-width:360px!important;
    margin-bottom:13px!important;
  }
  .cta-home-hero .cta-copy .btn{
    min-height:38px!important;
    min-width:165px!important;
  }
}

/* ALUMIA V93 — CTA final de Nosotros: mismo lenguaje del hero del Inicio, más compacto */
.about-cta-mini-hero{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:235px!important;
  height:235px!important;
  overflow:hidden!important;
  background-image:url("assets/images/alumia-body-cta.jpg")!important;
  background-size:cover!important;
  background-position:center 44%!important;
  background-repeat:no-repeat!important;
}
.about-cta-mini-hero .about-cta-mini-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:linear-gradient(
    90deg,
    rgba(247,240,232,.97) 0%,
    rgba(247,240,232,.91) 35%,
    rgba(247,240,232,.58) 55%,
    rgba(247,240,232,.10) 100%
  )!important;
}
.about-cta-mini-hero .about-cta-copy{
  position:relative!important;
  z-index:1!important;
  width:min(650px,51%)!important;
  padding:28px 6vw!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.about-cta-mini-hero .about-cta-copy h2{
  margin:6px 0 10px!important;
  font:400 clamp(31px,3.4vw,45px)/1.03 Georgia,"Times New Roman",serif!important;
  letter-spacing:-.025em!important;
  color:#2c2925!important;
}
.about-cta-mini-hero .about-cta-copy p{
  margin:0 0 16px!important;
  max-width:540px!important;
  color:#665f57!important;
  font-size:10.5px!important;
  line-height:1.7!important;
}
.about-cta-mini-hero .btn-gold{
  min-width:190px!important;
  min-height:42px!important;
  padding:0 20px!important;
  font-size:9px!important;
}
@media(max-width:900px){
  .about-cta-mini-hero{
    min-height:220px!important;
    height:220px!important;
    background-position:64% center!important;
  }
  .about-cta-mini-hero .about-cta-mini-overlay{
    background:linear-gradient(
      90deg,
      rgba(247,240,232,.97) 0%,
      rgba(247,240,232,.88) 46%,
      rgba(247,240,232,.27) 100%
    )!important;
  }
  .about-cta-mini-hero .about-cta-copy{
    width:58%!important;
    padding:24px 5vw!important;
  }
}
@media(max-width:680px){
  .about-cta-mini-hero{
    min-height:200px!important;
    height:200px!important;
    background-position:67% center!important;
  }
  .about-cta-mini-hero .about-cta-mini-overlay{
    background:linear-gradient(
      90deg,
      rgba(247,240,232,.98) 0%,
      rgba(247,240,232,.82) 54%,
      rgba(247,240,232,.18) 100%
    )!important;
  }
  .about-cta-mini-hero .about-cta-copy{
    width:83%!important;
    padding:22px!important;
  }
  .about-cta-mini-hero .about-cta-copy h2{
    font-size:30px!important;
  }
  .about-cta-mini-hero .about-cta-copy p{
    font-size:10px!important;
    margin-bottom:13px!important;
  }
}
