@import "https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap";:root{--gold:#c9a84c;--gold-light:#e8c97a;--gold-dim:#8a6d2f;--ink:#1a1410;--ink-mid:#231d17;--ink-soft:#2c231c;--parchment:#f5edd8;--parchment-dark:#ead9b5;--terracotta:#b85c38;--forest:#2d4a3e;--stone:#fff;--white:#fdfaf4;--fs-xxs:.55rem;--fs-xs:.58rem;--fs-label:.6rem;--fs-tiny:.62rem;--fs-micro:.65rem;--fs-sm:.68rem;--fs-btn:.7rem;--fs-base:.72rem;--fs-body:1rem;--fs-read:1rem;--fs-text:1rem;--fs-prose:1rem;--fs-sub:1rem;--fs-copy:1rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--parchment);font-family:Josefin Sans,sans-serif;overflow-x:hidden}body.page-contacto{flex-direction:column;min-height:100vh;display:flex}body.page-contacto main{flex:1}header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1a1410e0;border-bottom:1px solid #c9a84c33;justify-content:space-between;align-items:center;padding:1.2rem 4rem;transition:padding .3s;display:flex;position:fixed;top:0;left:0;right:0}.logo{letter-spacing:.05em;color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:700;line-height:1.1;text-decoration:none}.logo span{font-size:var(--fs-btn);letter-spacing:.35em;color:var(--parchment);text-transform:uppercase;margin-top:2px;font-family:Josefin Sans,sans-serif;font-weight:300;display:block}nav{align-items:center;gap:2.5rem;display:flex}nav a{font-size:var(--fs-base);letter-spacing:.22em;color:var(--parchment);font-weight:600;text-decoration:none;transition:color .3s;position:relative}nav a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}nav a:hover,nav a.active{color:var(--gold)}nav a:hover:after,nav a.active:after{width:100%}.section-label{font-size:var(--fs-tiny);letter-spacing:.45em;text-transform:uppercase;color:var(--gold);align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.section-label:before{content:"";background:var(--gold);width:30px;height:1px}h1{color:var(--white);font-family:Cormorant Garamond,serif;font-weight:300;line-height:1.05}h1 em,h2 em{color:var(--gold);font-style:italic}h2{color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:300;line-height:1.15}section{padding:7rem 6rem}.btn-primary,.btn-outline,.btn-dark{font-family:Josefin Sans,sans-serif;font-size:var(--fs-btn);letter-spacing:.3em;text-transform:uppercase;cursor:pointer;align-items:center;gap:.8rem;padding:1rem 2.2rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .2s;display:inline-flex}.btn-primary:hover,.btn-outline:hover,.btn-dark:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:var(--ink);border:none}.btn-primary:hover{background:var(--gold-light)}.btn-primary .arrow{transition:transform .3s}.btn-primary:hover .arrow{transform:translate(4px)}.btn-outline{color:var(--gold);border:1px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:var(--ink)}.btn-dark{background:var(--ink);color:var(--gold);border:1px solid var(--ink)}.btn-dark:hover{background:var(--forest);border-color:var(--forest)}footer{background:#0f0c09;border-top:1px solid #c9a84c26;padding:5rem 6rem 3rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand .logo{font-size:1.4rem}.footer-brand p{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);max-width:260px;margin:1.2rem 0 2rem;font-weight:300;line-height:2}.social-row{gap:.8rem;display:flex}.social-link{width:38px;height:38px;color:var(--stone);border:1px solid #c9a84c4d;justify-content:center;align-items:center;text-decoration:none;transition:border-color .3s,color .3s,background .3s;display:flex}.social-link:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.social-link svg{fill:currentColor;width:16px;height:16px}.footer-col h4{font-size:var(--fs-label);letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1.8rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.9rem}.footer-col ul li a{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);font-weight:300;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:var(--gold)}.contact-item,.footer-contact-item{align-items:flex-start;gap:.8rem;margin-bottom:1.2rem;display:flex}.contact-item svg,.footer-contact-item svg{width:14px;height:14px;fill:var(--gold);flex-shrink:0;margin-top:3px}.contact-item span,.footer-contact-item span{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);font-weight:300;line-height:1.7}.footer-bottom{border-top:1px solid #c9a84c1f;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-bottom p{font-size:var(--fs-micro);letter-spacing:.15em;color:#8c7b6b80}.footer-bottom span{color:var(--gold);font-size:var(--fs-micro);letter-spacing:.15em}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollDot{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(12px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.fade-in.visible{opacity:1;transform:translateY(0)}#hero{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero-left{background:var(--ink);z-index:2;flex-direction:column;justify-content:center;padding:8rem 4rem 5rem 6rem;display:flex;position:relative}.hero-left:after{content:"";background:var(--ink);clip-path:polygon(0 0,0 100%,100% 100%);z-index:3;width:120px;height:100%;position:absolute;top:0;right:-60px}.hero-eyebrow{font-size:var(--fs-micro);letter-spacing:.45em;text-transform:uppercase;color:var(--gold);align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.hero-eyebrow:before{content:"";background:var(--gold);width:30px;height:1px}#hero h1{margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem)}.hero-desc{letter-spacing:.08em;color:var(--stone);max-width:380px;margin-bottom:3rem;font-size:1rem;font-weight:300;line-height:2}.hero-stats{border-top:1px solid #c9a84c33;gap:3rem;margin-top:4rem;padding-top:2.5rem;display:flex}.stat-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;line-height:1}.stat-label{font-size:var(--fs-xxs);letter-spacing:.2em;text-transform:uppercase;color:var(--stone);margin-top:.3rem}.hero-right{position:relative;overflow:hidden}.hero-right img{object-fit:cover;filter:brightness(.75)saturate(1.1);width:100%;height:100%}.hero-right:before{content:"";z-index:1;background:linear-gradient(135deg,#1a141080 0%,#0000 60%);position:absolute;inset:0}.hero-badge{z-index:2;border:1px solid var(--gold);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#1a1410b3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:absolute;bottom:3rem;right:3rem}.hero-badge-num{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:600;line-height:1}.hero-badge-text{font-size:var(--fs-xxs);letter-spacing:.18em;text-transform:uppercase;color:var(--parchment);text-align:center;margin-top:4px;padding:0 .5rem;line-height:1.4}.hero-left>*{opacity:0;animation:.8s forwards fadeUp}.hero-eyebrow{animation-delay:.1s}#hero h1{animation-delay:.25s}.hero-desc{animation-delay:.4s}#hero .btn-primary{animation-delay:.55s}.hero-stats{animation-delay:.7s}#acerca{background:var(--parchment);color:var(--ink);position:relative;overflow:hidden}#acerca:before{content:"CUSCO";color:#c9a84c12;white-space:nowrap;pointer-events:none;font-family:Cormorant Garamond,serif;font-size:18vw;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#acerca .section-label{color:var(--terracotta)}#acerca .section-label:before{background:var(--terracotta)}#acerca h2{color:var(--ink)}#acerca h2 em{color:var(--terracotta)}.features-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:5rem;display:flex}.features-header p{max-width:340px;font-size:var(--fs-text);letter-spacing:.06em;color:#000;font-weight:300;line-height:2}.cards-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.card{background:var(--ink);padding:3rem 2.5rem;transition:transform .4s;position:relative;overflow:hidden}.card:hover{transform:translateY(-6px)}.card:before{content:"";background:var(--gold);transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.card:hover:before{transform:scaleX(1)}.card-icon{margin-bottom:1.8rem;font-size:2.8rem;display:block}.card-num{color:#c9a84c1f;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:700;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.card h3{color:var(--gold);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.card p{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);font-weight:300;line-height:2}#cta1{background:var(--forest);grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow:hidden}.cta-text-col{flex-direction:column;justify-content:center;padding:7rem 5rem;display:flex}.cta-text-col .section-label{color:var(--gold-light)}.cta-text-col .section-label:before{background:var(--gold-light)}.cta-text-col h2{color:var(--white)}.cta-text-col h2 em{color:var(--gold-light)}.cta-text-col p{font-size:var(--fs-text);letter-spacing:.08em;color:#f5edd8b3;max-width:400px;margin:1.8rem 0 2.8rem;font-weight:300;line-height:2}.cta-img-col{min-height:500px;position:relative;overflow:hidden}.cta-img-col img{object-fit:cover;filter:brightness(.8)saturate(1.2);width:100%;height:100%;transition:transform .6s}.cta-img-col:hover img{transform:scale(1.04)}.cta-img-col:after{content:"";background:linear-gradient(90deg,#2d4a3e99 0%,#0000 50%);position:absolute;inset:0}#tours{background:var(--ink);position:relative}#tours .section-label{color:var(--gold)}.tours-header{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;display:flex}.tours-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tour-card{cursor:pointer;background:#231d17;transition:transform .4s;position:relative;overflow:hidden}.tour-card:hover{transform:translateY(-8px)}.tour-img{height:260px;position:relative;overflow:hidden}.tour-img img{object-fit:cover;filter:brightness(.85);width:100%;height:100%;transition:transform .5s,filter .5s}.tour-card:hover .tour-img img{filter:brightness(.7);transform:scale(1.08)}.tour-tag{z-index:1;background:var(--gold);color:var(--ink);font-size:var(--fs-xs);letter-spacing:.2em;text-transform:uppercase;padding:.3rem .8rem;font-weight:600;position:absolute;top:1.2rem;left:1.2rem}.tour-duration{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--parchment);font-size:var(--fs-micro);letter-spacing:.15em;background:#1a1410bf;border:1px solid #c9a84c4d;padding:.4rem .9rem;position:absolute;bottom:1.2rem;right:1.2rem}.tour-body{padding:2rem}.tour-body h3{color:var(--white);margin-bottom:.7rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.tour-body p{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);margin-bottom:1.5rem;font-weight:300;line-height:1.85}.tour-footer{border-top:1px solid #c9a84c26;justify-content:space-between;align-items:center;padding-top:1.2rem;display:flex}.tour-price{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.5rem}.tour-price span{font-family:Josefin Sans,sans-serif;font-size:var(--fs-label);letter-spacing:.15em;color:var(--stone);vertical-align:super;margin-right:3px}.tour-link{font-size:var(--fs-tiny);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.4rem;text-decoration:none;transition:gap .3s;display:flex}.tour-card:hover .tour-link{gap:.8rem}#contactanos{background:var(--parchment-dark);text-align:center;padding:8rem 6rem;position:relative;overflow:hidden}#contactanos:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c1f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}#contactanos .section-label{color:var(--terracotta);justify-content:center}#contactanos .section-label:before{display:none}#contactanos .section-label:after{content:"";background:var(--terracotta);width:30px;height:1px}#contactanos h2{color:var(--ink);max-width:600px;margin:0 auto 1.5rem}#contactanos h2 em{color:var(--terracotta)}#contactanos p{font-size:var(--fs-prose);letter-spacing:.08em;color:#000;max-width:480px;margin:0 auto 3rem;font-weight:300;line-height:2}.cta2-btns{flex-wrap:wrap;justify-content:center;gap:1.2rem;display:flex}#hero-top{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:10rem 4rem 6rem;display:flex;position:relative;overflow:hidden}.hero-bg{filter:brightness(.35)saturate(1.1);background-image:url(/img/aventura.webp);background-position:50% 30%;background-size:cover;transition:transform 8s;position:absolute;inset:0;transform:scale(1.04)}#hero-top .hero-bg{background-image:url(/img/background-acerca.webp)}#hero-top:hover .hero-bg{transform:scale(1)}.hero-bg-gradient{position:absolute;inset:0}#hero-top .hero-bg-gradient{background:linear-gradient(#1a14108c 0%,#1a14101a 40%,#1a1410b3 100%)}.hero-ornament{pointer-events:none;border:1px solid #c9a84c1f;border-radius:50%;width:520px;height:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-ornament:before{content:"";border:1px solid #c9a84c14;border-radius:50%;position:absolute;inset:24px}.hero-top-content{z-index:2;max-width:800px;position:relative}.hero-top-content .section-label{color:var(--gold-light);justify-content:center}.hero-top-content .section-label:before{display:none}.hero-top-content .section-label:after{content:"";background:var(--gold-light);width:30px;height:1px}.hero-top-content h1{margin-bottom:2rem;font-size:clamp(3rem,6vw,5.5rem)}.hero-top-content p{font-size:var(--fs-copy);letter-spacing:.1em;color:#f5edd8bf;max-width:620px;margin:0 auto 3rem;font-weight:300;line-height:2.1}.hero-divider{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:70px;margin:0 auto 3rem}.hero-top-stats{border-top:1px solid #c9a84c2e;justify-content:center;gap:5rem;margin-top:3.5rem;padding-top:3rem;display:flex}#hero-top .stat-num{font-size:2.6rem}#hero-top .stat-label{letter-spacing:.22em;margin-top:.4rem}.scroll-hint{z-index:2;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-hint span{font-size:var(--fs-xxs);letter-spacing:.3em;text-transform:uppercase;color:var(--stone)}.scroll-mouse{border:1px solid #c9a84c66;border-radius:11px;width:22px;height:34px;position:relative}.scroll-mouse:after{content:"";background:var(--gold);border-radius:2px;width:3px;height:7px;animation:1.8s infinite scrollDot;position:absolute;top:5px;left:50%;transform:translate(-50%)}.hero-top-content>*{opacity:0;animation:.85s forwards fadeUp}.hero-top-content .section-label{animation-delay:.1s}.hero-top-content h1{animation-delay:.25s}.hero-divider{animation-delay:.35s}.hero-top-content p{animation-delay:.4s}.hero-top-stats{animation-delay:.55s}#equipo{grid-template-columns:1fr 1fr;min-height:85vh;display:grid;overflow:hidden}.team-img-col{position:relative;overflow:hidden}.team-img-col img{object-fit:cover;object-position:center top;filter:brightness(.82)saturate(1.1);width:100%;height:100%;transition:transform .7s}#equipo:hover .team-img-col img{transform:scale(1.04)}.team-img-col:after{content:"";background:linear-gradient(to bottom, transparent, var(--gold), transparent);width:4px;height:100%;position:absolute;top:0;right:0}.team-img-caption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1410bf;border:1px solid #c9a84c4d;padding:1.2rem 1.8rem;position:absolute;bottom:2.5rem;left:2.5rem}.team-img-caption strong{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.2rem;display:block}.team-img-caption span{font-size:var(--fs-micro);letter-spacing:.2em;color:var(--stone);text-transform:uppercase}.team-text-col{background:var(--ink-mid);flex-direction:column;justify-content:center;padding:7rem 5rem;display:flex}.team-text-col .section-label{color:var(--gold)}.team-text-col p{font-size:var(--fs-prose);letter-spacing:.07em;color:var(--stone);margin-top:1.5rem;font-weight:300;line-height:2.1}.team-text-col p+p{margin-top:1.2rem}.team-members{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.8rem;display:grid}.member-card{border:1px solid #c9a84c26;padding:1.4rem;transition:border-color .3s,background .3s}.member-card:hover{background:#c9a84c0a;border-color:#c9a84c73}.member-avatar{background:var(--gold-dim);width:44px;height:44px;color:var(--parchment);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.member-name{color:var(--white);font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600}.member-role{font-size:var(--fs-label);letter-spacing:.2em;color:var(--gold);text-transform:uppercase;margin-top:.2rem}#valores{background:var(--parchment);padding:8rem 6rem;position:relative;overflow:hidden}#valores:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#c9a84c0a 0 1px,#0000 1px 28px);position:absolute;inset:0}#valores .section-label{color:var(--terracotta)}#valores .section-label:before{background:var(--terracotta)}#valores h2{color:var(--ink)}#valores h2 em{color:var(--terracotta)}.valores-intro{justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:5rem;display:flex}.valores-intro p{max-width:360px;font-size:var(--fs-text);letter-spacing:.07em;color:var(--stone);font-weight:300;line-height:2}.valores-grid{background:#b85c3826;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.valor-item{background:var(--parchment);padding:3rem 2rem;transition:background .35s;position:relative;overflow:hidden}.valor-item:hover{background:var(--ink)}.valor-item:hover .valor-title{color:var(--gold)}.valor-item:hover .valor-desc{color:#fff}.valor-item:hover .valor-icon{filter:grayscale(0);opacity:1}.valor-icon{opacity:.75;margin-bottom:1.5rem;font-size:2.2rem;transition:opacity .3s;display:block}.valor-num{color:#b85c381a;pointer-events:none;font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;line-height:1;transition:color .35s;position:absolute;top:1.2rem;right:1.5rem}.valor-item:hover .valor-num{color:#c9a84c1a}.valor-title{color:var(--ink);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;transition:color .35s}.valor-desc{font-size:var(--fs-body);letter-spacing:.06em;color:#000;font-weight:300;line-height:1.9;transition:color .35s}.timeline{border-top:1px solid #b85c3833;margin-top:6rem;padding-top:5rem}.timeline-label{font-size:var(--fs-body);letter-spacing:.45em;text-transform:uppercase;color:var(--terracotta);align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.timeline-label:before{content:"";background:var(--terracotta);width:30px;height:1px}.timeline-track{gap:0;display:flex;position:relative}.timeline-track:before{content:"";background:#b85c3840;height:1px;position:absolute;top:10px;left:0;right:0}.tl-item{flex:1;padding-top:2rem;padding-right:1rem;position:relative}.tl-dot{background:var(--terracotta);border:2px solid var(--parchment);width:13px;height:13px;box-shadow:0 0 0 2px var(--terracotta);border-radius:50%;position:absolute;top:4px;left:0}.tl-year{color:var(--terracotta);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.tl-event{letter-spacing:.06em;color:#000;font-size:1rem;font-weight:300;line-height:1.8}#reconocimientos{background:var(--ink);padding:8rem 0;overflow:hidden}.slider-header{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;padding:0 6rem;display:flex}.slider-controls{gap:.8rem;display:flex}.slider-btn{width:48px;height:48px;color:var(--gold);cursor:pointer;background:0 0;border:1px solid #c9a84c4d;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,border-color .3s;display:flex}.slider-btn:hover{border-color:var(--gold);background:#c9a84c1a}.slider-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.slider-viewport{padding:0 6rem;overflow:hidden}.slider-track{gap:1.5rem;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.award-card{background:var(--ink-mid);border:1px solid #c9a84c1f;flex:0 0 calc(33.333% - 1rem);padding:3rem 2.5rem;transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.award-card:hover{border-color:#c9a84c66;transform:translateY(-6px)}.award-year-badge{background:var(--gold);color:var(--ink);font-size:var(--fs-label);letter-spacing:.2em;margin-bottom:1.8rem;padding:.3rem .8rem;font-weight:600;display:inline-block}.award-icon{margin-bottom:1.2rem;font-size:2.5rem;display:block}.award-card h3{color:var(--white);margin-bottom:.7rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;line-height:1.2}.award-org{font-size:var(--fs-micro);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.award-card p{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);font-weight:300;line-height:1.9}.award-bg-num{color:#c9a84c0d;pointer-events:none;font-family:Cormorant Garamond,serif;font-size:8rem;font-weight:700;line-height:1;position:absolute;bottom:-1rem;right:1rem}.slider-dots{justify-content:center;gap:.6rem;margin-top:3rem;display:flex}.dot{cursor:pointer;background:#c9a84c33;border:none;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.dot.active{background:var(--gold);transform:scale(1.3)}#hero.tours-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:52vh;padding:10rem 4rem 5rem;display:flex}#hero.tours-hero .hero-bg{filter:brightness(.3)saturate(1.1);background-image:url(/img/background-acerca.webp);background-position:50% 40%;transition:none;transform:none}#hero.tours-hero .hero-bg-gradient{background:linear-gradient(#1a141066 0%,#1a1410d9 100%)}.hero-pattern{opacity:.04;pointer-events:none;background-image:repeating-linear-gradient(0deg,#0000,#0000 39px,#c9a84c 39px 40px),repeating-linear-gradient(90deg,#0000,#0000 39px,#c9a84c 39px 40px);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;position:relative}#hero.tours-hero .section-label{justify-content:center}#hero.tours-hero .section-label:before,#hero.tours-hero .section-label:after{content:"";background:var(--gold);width:30px;height:1px}#hero.tours-hero h1{margin-bottom:1.4rem;font-size:clamp(3rem,6vw,5rem)}.hero-sub{font-size:var(--fs-body);letter-spacing:.1em;color:#fff;max-width:520px;margin:0 auto;font-weight:300;line-height:2}.hero-content>*{opacity:0;animation:.8s forwards fadeUp}.hero-content .section-label{animation-delay:.1s}.hero-content h1{animation-delay:.25s}.hero-content .hero-sub{animation-delay:.4s}#filters{background:var(--ink-mid);z-index:50;border-bottom:1px solid #c9a84c1f;flex-wrap:wrap;align-items:center;gap:.8rem;padding:1.4rem 6rem;display:flex;position:sticky;top:72px}.filter-label{font-size:var(--fs-label);letter-spacing:.3em;text-transform:uppercase;color:var(--stone);margin-right:.5rem}.filter-btn{font-family:Josefin Sans,sans-serif;font-size:var(--fs-tiny);letter-spacing:.2em;text-transform:uppercase;color:var(--stone);cursor:pointer;background:0 0;border:1px solid #c9a84c2e;padding:.45rem 1.2rem;font-weight:600;transition:background .25s,color .25s,border-color .25s}.filter-btn:hover,.filter-btn.active{background:var(--gold);color:var(--ink);border-color:var(--gold)}#tours-section{padding:6rem 6rem 8rem}.grid-header{justify-content:space-between;align-items:center;margin-bottom:3.5rem;display:flex}.grid-header h2{color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:300}.grid-header h2 em{color:var(--gold);font-style:italic}.tours-count{font-size:var(--fs-micro);letter-spacing:.25em;text-transform:uppercase;color:var(--stone)}.tours-count span{color:var(--gold)}#tours-section .tours-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}#tours-section .tour-card{background:var(--ink-soft);flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex}#tours-section .tour-card:hover{transform:translateY(-10px);box-shadow:0 24px 60px #00000080}#tours-section .tour-img{flex-shrink:0;height:230px}#tours-section .tour-img img{filter:brightness(.82)saturate(1.1);transition:transform .55s,filter .55s}#tours-section .tour-card:hover .tour-img img{filter:brightness(.65)saturate(1.3)}#tours-section .tour-img:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#1a14108c 100%);position:absolute;inset:0}#tours-section .tour-tag{font-size:var(--fs-xs);padding:.28rem .75rem;top:1rem;left:1rem}#tours-section .tour-duration{font-size:var(--fs-label);border-color:#c9a84c40;padding:.35rem .85rem;bottom:1rem;right:1rem}.tour-diff{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a1410bf;border:1px solid #c9a84c40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;display:flex;position:absolute;top:1rem;right:1rem}.tour-meta{flex-wrap:wrap;gap:1.2rem;margin-bottom:.9rem;display:flex}.tour-meta-item{font-size:var(--fs-label);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.3rem;display:flex}.tour-meta-item svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}#tours-section .tour-body p{font-size:var(--fs-body);letter-spacing:.06em;color:var(--stone);flex:1;margin-bottom:0;font-weight:300;line-height:1.9}.tour-highlights{flex-wrap:wrap;gap:.4rem;margin-top:1.1rem;display:flex}.highlight-pill{font-size:var(--fs-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--stone);border:1px solid #c9a84c2e;padding:.2rem .65rem;transition:border-color .25s,color .25s}.tour-card:hover .highlight-pill{color:var(--parchment);border-color:#c9a84c59}#tours-section .tour-footer{margin-top:1.5rem;padding:1.4rem 1.8rem 1.8rem}.tour-price sup{font-family:Josefin Sans,sans-serif;font-size:var(--fs-xs);letter-spacing:.12em;color:var(--stone);vertical-align:super;margin-right:2px;font-weight:400}.tour-cta-btn{background:var(--gold);color:var(--ink);font-family:Josefin Sans,sans-serif;font-size:var(--fs-tiny);letter-spacing:.22em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex}.tour-cta-btn:hover{background:var(--gold-light);transform:translateY(-2px)}.tour-cta-btn svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px;transition:transform .3s}.tour-cta-btn:hover svg{transform:translate(3px)}#cta-band{background:var(--forest);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;padding:5rem 6rem;display:flex}.cta-band-text h2{color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:300;line-height:1.15}.cta-band-text h2 em{color:var(--gold-light);font-style:italic}.cta-band-text p{font-size:var(--fs-text);letter-spacing:.08em;color:#f5edd8a6;max-width:480px;margin-top:.9rem;font-weight:300;line-height:2}.cta-band-btns{flex-wrap:wrap;flex-shrink:0;gap:1rem;display:flex}#cta-band .btn-outline{color:var(--gold-light);border-color:#e8c97a80}#cta-band .btn-outline:hover{background:var(--gold-light);color:var(--ink);border-color:var(--gold-light)}#contact-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative}.contact-hero{position:relative;overflow:hidden}.contact-hero-img{filter:brightness(.45)saturate(1.15);background-image:url(/img/background-acerca.webp);background-position:50% 35%;background-size:cover;transition:transform 10s;position:absolute;inset:0;transform:scale(1.03)}#contact-page:hover .contact-hero-img{transform:scale(1)}.contact-hero-overlay{background:linear-gradient(135deg,#1a14104d 0%,#1a141026 50%,#1a141099 100%);position:absolute;inset:0}.hero-vert-text{transform-origin:50%;font-size:var(--fs-xxs);letter-spacing:.45em;text-transform:uppercase;color:#c9a84c80;white-space:nowrap;z-index:2;position:absolute;top:50%;left:2.5rem;transform:translateY(-50%)rotate(-90deg)}.contact-hero-content{z-index:2;position:absolute;bottom:4rem;left:4rem;right:4rem}.contact-hero-content .eyebrow{font-size:var(--fs-label);letter-spacing:.45em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.contact-hero-content .eyebrow:before{content:"";background:var(--gold);width:24px;height:1px}.contact-hero-content h1{color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,4rem);font-weight:300;line-height:1.08}.contact-hero-content h1 em{color:var(--gold);font-style:italic}.contact-hero-content p{font-size:var(--fs-read);letter-spacing:.09em;color:#f5edd8a6;max-width:380px;margin-top:1.2rem;font-weight:300;line-height:2}.hero-line{background:var(--gold);width:50px;height:1px;margin-top:2rem}.contact-info-col{background:var(--ink-mid);flex-direction:column;justify-content:center;padding:9rem 5rem 5rem;display:flex;position:relative;overflow:hidden}.contact-info-col:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#c9a84c06 0 1px,#0000 1px 32px);position:absolute;inset:0}.contact-info-col:after{content:"CUSCO";color:#c9a84c0a;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Cormorant Garamond,serif;font-size:10rem;font-weight:700;line-height:1;position:absolute;bottom:-2rem;right:-1rem}.contact-section-label{font-size:var(--fs-label);letter-spacing:.45em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.8rem;margin-bottom:1.4rem;display:flex}.contact-section-label:before{content:"";background:var(--gold);width:24px;height:1px}.contact-info-col h2{color:var(--white);margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:300;line-height:1.15}.contact-info-col h2 em{color:var(--gold);font-style:italic}.contact-tagline{font-size:var(--fs-read);letter-spacing:.08em;color:var(--stone);max-width:360px;margin-bottom:3.5rem;font-weight:300;line-height:2}.contact-items{z-index:1;flex-direction:column;gap:0;display:flex;position:relative}.contact-info-col .contact-item{border-bottom:1px solid #c9a84c1a;gap:1.8rem;margin-bottom:0;padding:2rem 0;transition:padding-left .3s}.contact-info-col .contact-item:first-child{border-top:1px solid #c9a84c1a}.contact-info-col .contact-item:hover{padding-left:.5rem}.contact-item-icon{border:1px solid #c9a84c40;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s,border-color .3s;display:flex}.contact-info-col .contact-item:hover .contact-item-icon{border-color:var(--gold);background:#c9a84c14}.contact-item-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.contact-item-body{flex:1}.contact-item-label{font-size:var(--fs-xs);letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.contact-item-value{color:var(--white);font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;line-height:1.35;text-decoration:none;transition:color .3s;display:block}a.contact-item-value:hover{color:var(--gold)}.contact-item-sub{font-size:var(--fs-base);letter-spacing:.07em;color:var(--stone);margin-top:.3rem;font-weight:300;line-height:1.7}.whatsapp-cta{z-index:1;flex-direction:column;gap:1rem;margin-top:3rem;display:flex;position:relative}.whatsapp-cta p{font-size:var(--fs-body);letter-spacing:.08em;color:var(--stone);font-weight:300;line-height:1.8}.btn-whatsapp,.btn-call{font-family:Josefin Sans,sans-serif;font-size:var(--fs-sm);letter-spacing:.25em;text-transform:uppercase;cursor:pointer;border:none;align-self:flex-start;align-items:center;gap:.9rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:background .3s,color .3s,border-color .3s,transform .2s;display:inline-flex}.btn-whatsapp:hover,.btn-call:hover{transform:translateY(-2px)}.btn-whatsapp{color:#fff;background:#25d366}.btn-whatsapp:hover{background:#1ebe5d}.btn-whatsapp svg{fill:#fff;flex-shrink:0;width:18px;height:18px}.btn-call{color:var(--gold);background:0 0;border:1px solid #c9a84c66}.btn-call:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}.btn-call svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.cta-btns-row{flex-wrap:wrap;gap:1rem;display:flex}.hours-badge{z-index:1;border:1px solid #c9a84c33;align-self:flex-start;align-items:center;gap:.6rem;margin-top:2.5rem;padding:.6rem 1.1rem;display:inline-flex;position:relative}.hours-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.hours-badge span{font-size:var(--fs-label);letter-spacing:.2em;text-transform:uppercase;color:var(--stone)}.hours-badge strong{color:var(--gold);font-weight:600}.contact-hero-content>*{opacity:0;animation:.8s forwards fadeUp}.contact-hero-content .eyebrow{animation-delay:.15s}.contact-hero-content h1{animation-delay:.3s}.contact-hero-content p{animation-delay:.45s}.contact-hero-content .hero-line{animation-delay:.55s}.contact-info-col>*{opacity:0;animation:.8s forwards fadeUp}.contact-section-label{animation-delay:.2s}.contact-info-col h2{animation-delay:.32s}.contact-tagline{animation-delay:.44s}.contact-items{animation-delay:.56s}.hours-badge{animation-delay:.68s}.whatsapp-cta{animation-delay:.78s}@media (width<=1100px){header{padding:1rem 2rem}#hero-top{padding:9rem 2rem 5rem}#equipo{grid-template-columns:1fr}.team-img-col{height:50vh}.team-text-col{padding:5rem 2.5rem}.team-img-col:after{display:none}#valores{padding:6rem 2.5rem}.valores-intro{flex-direction:column}.valores-grid{grid-template-columns:1fr 1fr}#reconocimientos{padding:6rem 0}.slider-header{flex-direction:column;align-items:flex-start;gap:2rem;padding:0 2.5rem}.slider-viewport{padding:0 2.5rem}.award-card{flex:0 0 calc(50% - .75rem)}.hero-top-stats{flex-wrap:wrap;gap:2.5rem}#filters{padding:1.2rem 2.5rem;top:68px}#tours-section{padding:4rem 2.5rem 6rem}#tours-section .tours-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}#cta-band{padding:4rem 2.5rem}footer{padding:4rem 2rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=1024px){header{padding:1rem 2rem}section{padding:5rem 2.5rem}#hero{grid-template-columns:1fr}.hero-left{padding:1rem 2.5rem 4rem}.hero-left:after{display:none}.hero-right{height:50vh}.cards-grid{grid-template-columns:1fr;gap:1rem}.tours-grid,#cta1{grid-template-columns:1fr}.cta-img-col{min-height:300px}.features-header,.tours-header{flex-direction:column;align-items:flex-start}.tours-header{gap:1.5rem}footer{padding:4rem 2.5rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}#contact-page{grid-template-columns:1fr;min-height:auto}.contact-hero{min-height:55vh}.contact-info-col{padding:5rem 2.5rem 4rem}}@media (width<=700px){nav,#tours-section .tours-grid,nav{display:none}#tours-section .tours-grid{grid-template-columns:1fr;display:grid}.grid-header{flex-direction:column;align-items:flex-start;gap:.8rem}#cta-band{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}}@media (width<=640px){.valores-grid{grid-template-columns:1fr}.award-card{flex:0 0 100%}.team-members{grid-template-columns:1fr}.timeline-track{flex-direction:column;gap:2rem}.timeline-track:before{display:none}}@media (width<=600px){nav{display:none}.hero-stats{gap:1.5rem}#contactanos{padding:5rem 2rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.8rem}.contact-hero-content{bottom:2.5rem;left:1.8rem;right:1.8rem}.cta-btns-row{flex-direction:column}.btn-whatsapp,.btn-call{justify-content:center;align-self:stretch}}header{z-index:1000;border-bottom:1px solid #a3882f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.desktop-nav{align-items:center;gap:2rem;display:flex}.desktop-nav a{color:inherit;letter-spacing:.02em;font-size:.95rem;text-decoration:none;transition:opacity .2s}.desktop-nav a:hover{opacity:.6}.hamburger{cursor:pointer;z-index:1100;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:6px;transition:background .2s;display:none}.hamburger:hover{background:#0000000f}.hamburger .bar{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:transform .35s cubic-bezier(.77,0,.18,1),opacity .25s;display:block}.hamburger.is-open .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.is-open .bar:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-open .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-overlay{z-index:1050;opacity:0;pointer-events:none;background:#00000073;transition:opacity .35s;position:fixed;inset:0}.sidebar-overlay.is-visible{opacity:1;pointer-events:auto}.sidebar{z-index:1100;background:#000;flex-direction:column;gap:0;width:min(320px,85vw);height:100dvh;padding:2rem 1.75rem;transition:transform .4s cubic-bezier(.77,0,.18,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 32px #0000001f}.sidebar.is-open{transform:translate(0)}.sidebar-close{cursor:pointer;color:inherit;opacity:.5;background:0 0;border:none;border-radius:6px;align-self:flex-end;margin-bottom:1.5rem;padding:4px 8px;font-size:1.25rem;transition:opacity .2s,background .2s}.sidebar-close:hover{opacity:1;background:#0000000f}.sidebar-logo{letter-spacing:.02em;border-bottom:1px solid #0000001a;margin-bottom:2.5rem;padding-bottom:1.5rem;font-size:1.1rem;font-weight:700;line-height:1.2}.sidebar-logo span{letter-spacing:.08em;opacity:.55;margin-top:4px;font-size:.7rem;font-weight:400;display:block}.sidebar-links{flex-direction:column;flex:1;gap:0;margin:0;padding:0;list-style:none;display:flex}.sidebar-links li a{color:inherit;letter-spacing:.01em;border-bottom:1px solid #0000000f;padding:.9rem 0;font-size:1.05rem;text-decoration:none;transition:padding-left .2s,opacity .2s;display:block}.sidebar-links li a:hover{opacity:.65;padding-left:.5rem}.sidebar-cta{text-align:center;letter-spacing:.04em;color:#fff;background:#1a1a1a;border-radius:8px;margin-top:2rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.sidebar-cta:hover{opacity:.8}@media (width<=767px){.hamburger{display:flex}.desktop-nav{display:none}}body.sidebar-is-open{overflow:hidden}
