
:root{--ink:#241d18;--soft:#6f6258;--cream:#f5efe5;--paper:#fffaf2;--forest:#31432b;--forest2:#1f2d1c;--gold:#c99b5d;--line:#eadcc8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.58}a{color:inherit}.nav{position:fixed;z-index:20;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(20,16,13,.82),rgba(20,16,13,.38),rgba(20,16,13,0));padding-bottom:1.5rem}.nav-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:1.05rem 1.25rem}.brand{color:white;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font:700 .86rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.nav-links a{color:white;text-decoration:none;margin-left:1rem;font:600 .86rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-shadow:0 2px 12px rgba(0,0,0,.4)}.lang{border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:.3rem .7rem;background:rgba(255,255,255,.1)}.hero{min-height:100vh;position:relative;display:grid;place-items:end start;padding:8rem 1.25rem 5.5rem;isolation:isolate;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.26) 48%,rgba(0,0,0,.35)),url('images/hero-wide.jpg') center/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto 0 0;height:28vh;background:linear-gradient(to bottom,transparent,var(--paper));z-index:-1}.hero-box{max-width:1180px;width:100%;margin:auto}.eyebrow{font:800 .78rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:.22em;text-transform:uppercase;color:#ead2ac}.hero h1{font-weight:400;line-height:.93;font-size:clamp(4rem,10vw,8.8rem);max-width:980px;margin:.55rem 0 .7rem;text-shadow:0 8px 30px rgba(0,0,0,.55)}.hero p{font-size:clamp(1.25rem,2.3vw,1.9rem);max-width:720px;margin:0 0 1.6rem;text-shadow:0 3px 18px rgba(0,0,0,.7)}.btn{display:inline-block;text-decoration:none;background:var(--forest);color:white;padding:1rem 1.35rem;border-radius:2px;margin:.25rem .35rem .25rem 0;font:800 .78rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.1em}.btn.alt{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.72)}.stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:1040px;margin:-3.5rem auto 0;position:relative;z-index:5;background:#211915;color:white;box-shadow:0 24px 70px rgba(0,0,0,.22)}.stats div{padding:1.55rem 1rem;text-align:center;border-right:1px solid rgba(255,255,255,.12)}.stats strong{display:block;font-size:2rem;font-weight:400}.stats span{font:800 .75rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#d8bd91}.section{padding:6rem 1.25rem}.container{max-width:1180px;margin:auto}.narrow{max-width:900px}.title{text-align:center;margin-bottom:3rem}.title h2{font-size:clamp(2.5rem,5.5vw,5rem);font-weight:400;line-height:1.02;margin:.4rem 0}.rule{width:90px;height:2px;background:var(--gold);margin:1.1rem auto}.lead{font-size:1.25rem;color:var(--soft);text-align:center}.story{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.story .copy{padding:6rem clamp(1.5rem,5vw,5rem);display:flex;align-items:center;background:var(--paper)}.story h2{font-size:clamp(2.5rem,5vw,5.2rem);font-weight:400;line-height:1;margin:.5rem 0 1rem}.story p{font-size:1.18rem;color:var(--soft)}.story .photo{background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.16)),var(--bg) center/cover;min-height:520px}.quote{padding:7rem 1.25rem;text-align:center;color:white;background:linear-gradient(rgba(28,24,20,.62),rgba(28,24,20,.78)),url('images/bg-valley.jpg') center/cover fixed}.quote h2{font-size:clamp(2.4rem,5vw,5rem);font-weight:400;line-height:1.04;max-width:1080px;margin:0 auto}.quote p{font-size:1.25rem;max-width:760px;margin:1.2rem auto 0;color:#f2e6d5}.cream{background:linear-gradient(180deg,#f5efe5,#fffaf2)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.25rem}.card{grid-column:span 6;background:#fff;border:0;border-top:3px solid var(--gold);padding:1.75rem;box-shadow:0 18px 50px rgba(42,31,23,.1)}.card.third{grid-column:span 4}.card h3{font-size:1.6rem;font-weight:400;margin:.2rem 0 .7rem}.photo-break{min-height:520px;display:grid;place-items:center;text-align:center;color:white;padding:4rem 1.25rem;background:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.56)),var(--bg) center/cover fixed}.photo-break h2{font-size:clamp(2.6rem,5vw,5.4rem);font-weight:400;line-height:1.02;margin:0}.photo-break p{font-size:1.25rem;max-width:760px}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:.55rem}.gallery a{grid-column:span 2;display:block;position:relative;overflow:hidden;background:#000}.gallery a:nth-child(1),.gallery a:nth-child(8),.gallery a:nth-child(13){grid-column:span 3}.gallery img{width:100%;height:255px;object-fit:cover;display:block;transition:transform .35s ease,opacity .35s ease}.gallery a:nth-child(1) img,.gallery a:nth-child(8) img,.gallery a:nth-child(13) img{height:365px}.gallery a:hover img{transform:scale(1.055);opacity:.82}.gallery a:after{content:'+';position:absolute;right:.7rem;bottom:.45rem;color:#fff;font-size:2rem;text-shadow:0 2px 12px #000}.features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.features li{position:relative;padding-left:1.15rem}.features li:before{content:'•';position:absolute;left:0;color:var(--gold)}.price{font-size:3rem;line-height:1;margin:.4rem 0}.contact{background:var(--forest2);color:white}.contact .card{color:var(--ink)}input,textarea{width:100%;padding:.9rem;border:1px solid var(--line);font:inherit;background:white}label{font:700 .82rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--soft)}textarea{min-height:135px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.note{font-size:.92rem;color:var(--soft)}.footer{padding:2rem;text-align:center;background:#1d1713;color:white}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:50;display:none;align-items:center;justify-content:center;padding:2rem}.lightbox.open{display:flex}.lightbox img{max-width:94vw;max-height:90vh;box-shadow:0 22px 80px rgba(0,0,0,.7)}.lightbox button{position:absolute;top:1rem;right:1rem;background:transparent;border:1px solid rgba(255,255,255,.65);color:white;font-size:2rem;border-radius:999px;width:3rem;height:3rem;cursor:pointer}@media(max-width:900px){.nav{background:rgba(25,19,15,.86);padding-bottom:0}.nav-inner{display:block;text-align:center}.nav-links{margin-top:.6rem}.nav-links a{display:inline-block;margin:.25rem .4rem}.hero{place-items:end center;text-align:center}.stats{grid-template-columns:repeat(2,1fr);margin:0}.story{grid-template-columns:1fr}.story .photo{min-height:360px;order:-1}.card,.card.third{grid-column:span 12}.gallery{grid-template-columns:repeat(2,1fr)}.gallery a,.gallery a:nth-child(1),.gallery a:nth-child(8),.gallery a:nth-child(13){grid-column:span 1}.gallery img,.gallery a:nth-child(1) img,.gallery a:nth-child(8) img,.gallery a:nth-child(13) img{height:240px}.quote,.photo-break{background-attachment:scroll}.form-row{grid-template-columns:1fr}}@media(max-width:560px){.hero h1{font-size:3.7rem}.section{padding:4rem 1rem}.stats{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.features{grid-template-columns:1fr}}


/* Designer correction: image-forward, no empty placeholder panels */
.visual-duo{display:grid;grid-template-columns:1.05fr .95fr;gap:0;background:#241d18;color:#fff}.visual-duo .duo-img{min-height:540px}.visual-duo img{width:100%;height:100%;min-height:540px;object-fit:cover;display:block}.visual-duo .duo-copy{display:flex;align-items:center;padding:5rem clamp(1.5rem,5vw,5rem);background:#241d18}.visual-duo h2{font-size:clamp(2.4rem,5vw,5rem);font-weight:400;line-height:1;margin:.4rem 0 1rem}.visual-duo p{font-size:1.18rem;color:#eadfce}.experience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.experience-card{position:relative;min-height:360px;overflow:hidden;color:#fff;background:#111}.experience-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s ease}.experience-card:hover img{transform:scale(1.06)}.experience-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.74),rgba(0,0,0,.12) 58%,rgba(0,0,0,.05))}.experience-card div{position:absolute;z-index:1;left:1.2rem;right:1.2rem;bottom:1.2rem}.experience-card h3{font-size:1.55rem;font-weight:400;margin:0 0 .35rem}.experience-card p{margin:0;color:#f0e2ce}.hero{background-image:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,0,0,.18) 48%,rgba(0,0,0,.34)),url('images/hero-wide.jpg')!important}.quote{background-image:linear-gradient(rgba(28,24,20,.56),rgba(28,24,20,.72)),url('images/bg-valley.jpg')!important}.photo-break{background-image:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.56)),var(--bg)!important}.story .photo{display:none}.story{display:none}.card{position:relative}.card:before{content:"";position:absolute;left:1.75rem;top:0;width:54px;height:3px;background:var(--gold)}.section.intro-section{padding-top:7rem}.contact .card:before{display:none}
@media(max-width:900px){.visual-duo{grid-template-columns:1fr}.visual-duo .duo-img,.visual-duo img{min-height:340px}.visual-duo .duo-copy{padding:3.5rem 1.25rem}.experience-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.experience-grid{grid-template-columns:1fr}.experience-card{min-height:300px}}


/* Refinement: organised gallery + concrete entorno, no isolated slogans */
.title{max-width:920px;margin-left:auto;margin-right:auto}.title .lead,.lead{max-width:820px;margin-left:auto;margin-right:auto}.quote,.photo-break{display:none!important}.experience-grid{align-items:stretch}.experience-card{border-radius:0;box-shadow:0 18px 44px rgba(35,27,20,.12)}
.gallery{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1rem!important}.gallery a,.gallery a:nth-child(1),.gallery a:nth-child(8),.gallery a:nth-child(13){grid-column:span 1!important;border-radius:0;box-shadow:0 12px 34px rgba(35,27,20,.1)}.gallery img,.gallery a:nth-child(1) img,.gallery a:nth-child(8) img,.gallery a:nth-child(13) img{height:265px!important}.gallery a:nth-child(-n+4) img{height:330px!important}.gallery a:after{content:'Ver';font:800 .72rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.12em;background:rgba(0,0,0,.5);padding:.35rem .55rem;right:.6rem;bottom:.6rem;border-radius:999px}.gallery-section{background:#fffaf2}.gallery-tabs{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin:-1rem 0 2rem}.gallery-tabs span{font:800 .72rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#6f6258;border:1px solid #eadcc8;padding:.45rem .7rem;border-radius:999px;background:white}.entorno-section{background:#f5efe5}.entorno-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:3rem;align-items:end;margin-bottom:2rem}.entorno-intro h2{font-size:clamp(2.5rem,5vw,5rem);font-weight:400;line-height:1.02;margin:.3rem 0}.entorno-intro p{font-size:1.18rem;color:var(--soft);margin:0}.place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.place-card{background:white;box-shadow:0 18px 46px rgba(35,27,20,.1);overflow:hidden}.place-card img{width:100%;height:245px;object-fit:cover;display:block}.place-card div{padding:1.35rem}.place-card h3{font-size:1.55rem;font-weight:400;margin:.1rem 0 .45rem}.place-card p{color:var(--soft);margin:0}.info-note{max-width:850px;margin:2rem auto 0;text-align:center;color:var(--soft);font-size:.95rem}.visual-duo .duo-copy{text-align:left}.section.cream .grid{align-items:stretch}
@media(max-width:900px){.gallery{grid-template-columns:repeat(2,1fr)!important}.gallery img,.gallery a:nth-child(-n+4) img{height:240px!important}.entorno-intro{grid-template-columns:1fr;text-align:center;gap:1rem}.place-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.gallery{grid-template-columns:1fr!important}.place-grid{grid-template-columns:1fr}}


/* Conversion-led redesign pass */
.nav{background:rgba(24,18,14,.78)!important;backdrop-filter:blur(10px);padding-bottom:0!important}.nav-inner{padding:.85rem 1.25rem}.nav-links a[href="#contacto"]{background:var(--gold);color:#201915!important;text-shadow:none;padding:.55rem .85rem;border-radius:999px}.hero{min-height:88vh!important;align-items:center!important;place-items:center start!important;padding:7rem 1.25rem 4rem!important;background-image:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.36) 48%,rgba(0,0,0,.22)),url('images/hero-wide.jpg')!important}.hero:after{display:none}.hero h1{font-size:clamp(3.4rem,8vw,7.4rem)!important;max-width:900px}.hero p{max-width:680px}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.2rem 0}.hero-trust{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.35rem 0 0}.hero-trust span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);padding:.48rem .7rem;border-radius:999px;font:700 .78rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.booking-panel{max-width:1080px;margin:-3.2rem auto 0;position:relative;z-index:8;background:#fff;box-shadow:0 24px 70px rgba(31,24,18,.22);display:grid;grid-template-columns:repeat(4,1fr) auto;gap:0;border:1px solid #eadcc8}.booking-panel div{padding:1.05rem 1.2rem;border-right:1px solid #eadcc8}.booking-panel strong{display:block;font:800 .72rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.12em;color:#7a6b5d}.booking-panel span{display:block;font-size:1.08rem;margin-top:.15rem}.booking-panel a{display:flex;align-items:center;justify-content:center;background:var(--forest);color:#fff;text-decoration:none;padding:1rem 1.35rem;font:800 .78rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.1em}.stats{display:none}.section{padding:4.5rem 1.25rem}.intro-section{padding-top:5rem!important}.benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.benefit{background:white;border:1px solid #eadcc8;padding:1.25rem;text-align:left}.benefit strong{display:block;font-size:1.15rem;margin-bottom:.35rem}.benefit span{color:var(--soft)}.visual-duo{margin-top:0}.visual-duo h2{font-size:clamp(2.2rem,4vw,4rem)!important}.experience-grid{grid-template-columns:repeat(4,1fr)}.stay-proof{background:#211915;color:#fff;padding:3rem 1.25rem}.stay-proof .container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}.proof-card{border:1px solid rgba(255,255,255,.16);padding:1.4rem}.proof-card strong{display:block;color:#ead2ac;font:800 .78rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.4rem}.proof-card p{margin:0;color:#f3e8d8}.entorno-section{background:#f1e8db}.place-grid{grid-template-columns:repeat(3,1fr)}.place-card img{height:260px}.place-card.feature{grid-column:span 2}.place-card.feature img{height:360px}.gallery{grid-template-columns:repeat(3,1fr)!important}.gallery img,.gallery a:nth-child(-n+4) img{height:300px!important}.gallery a:nth-child(1),.gallery a:nth-child(2),.gallery a:nth-child(3){grid-column:span 1!important}.contact{position:relative}.contact:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(31,45,28,.88),rgba(31,45,28,.92)),url('images/vistas-montana.jpg') center/cover;opacity:1}.contact>.container{position:relative}.contact .title h2{color:#fff}.contact .card{box-shadow:0 22px 60px rgba(0,0,0,.25)}.form-row p{margin-top:0}.btn{background:#3f5a32}.btn.primary{background:var(--gold);color:#211915}.btn.alt{border-color:rgba(255,255,255,.75)}
@media(max-width:950px){.booking-panel{grid-template-columns:1fr 1fr}.booking-panel a{grid-column:span 2}.benefit-row,.experience-grid{grid-template-columns:1fr 1fr}.stay-proof .container{grid-template-columns:1fr}.place-card.feature{grid-column:span 1}.place-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:560px){.booking-panel{grid-template-columns:1fr;margin:0}.booking-panel div,.booking-panel a{grid-column:span 1;border-right:0;border-bottom:1px solid #eadcc8}.benefit-row,.experience-grid,.place-grid,.gallery{grid-template-columns:1fr!important}.hero{min-height:84vh!important}.hero h1{font-size:3.25rem!important}}

/* Final CTA consistency */
.nav-links a[href="#contacto"]{white-space:nowrap}.booking-panel span{font-size:1rem}.hero-trust span{backdrop-filter:blur(6px)}


/* Route and fixed destination images */
.route-section{background:#fffaf2}.route-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.2rem;align-items:stretch}.route-card{background:#211915;color:#fff;padding:2rem;box-shadow:0 18px 46px rgba(35,27,20,.16)}.route-card h3{font-weight:400;font-size:2rem;margin:.2rem 0 1rem}.route-card p{color:#efe4d4}.route-steps{counter-reset:step;display:grid;gap:.8rem}.route-step{background:#fff;border:1px solid #eadcc8;padding:1.1rem 1.2rem 1.1rem 3.3rem;position:relative;box-shadow:0 12px 32px rgba(35,27,20,.07)}.route-step:before{counter-increment:step;content:counter(step);position:absolute;left:1rem;top:1rem;width:1.55rem;height:1.55rem;border-radius:50%;background:var(--gold);color:#211915;display:grid;place-items:center;font:800 .75rem Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}.route-step strong{display:block;margin-bottom:.2rem}.route-step span{color:var(--soft)}.map-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.map-actions a{margin:0}.place-card img[src$="entorno-pelono.jpg"],.place-card img[src$="entorno-pelono-otono.jpg"],.place-card img[src$="entorno-ribadesella.jpg"]{object-position:center}
@media(max-width:900px){.route-wrap{grid-template-columns:1fr}.route-card{order:-1}}


/* Soft boutique-lodge polish: less blocky, more connected */
body{background:linear-gradient(180deg,#fffaf2 0%,#f7efe3 42%,#fffaf2 100%)}
.section{position:relative}.intro-section,.gallery-section,.route-section{background:linear-gradient(180deg,#fffaf2 0%,#f6eddf 100%)}
.cream,.entorno-section{background:radial-gradient(circle at 20% 0%,rgba(201,155,93,.16),transparent 34%),linear-gradient(180deg,#f5efe5,#fffaf2)}
.booking-panel,.benefit,.card,.proof-card,.place-card,.experience-card,.route-card,.route-step{border-radius:18px;overflow:hidden}.btn{border-radius:999px}.booking-panel{border-radius:22px;overflow:hidden}.hero{border-bottom-left-radius:34px;border-bottom-right-radius:34px}.visual-duo{max-width:1180px;margin:1rem auto 0;border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(35,27,20,.18);grid-template-columns:1.08fr .92fr}.visual-duo .duo-copy{background:radial-gradient(circle at top right,rgba(201,155,93,.22),transparent 36%),#241d18}.stay-proof{background:linear-gradient(135deg,#211915,#31432b);border-radius:28px;max-width:1180px;margin:0 auto;padding:2rem}.stay-proof .container{max-width:none}.place-card,.card,.benefit{box-shadow:0 16px 44px rgba(35,27,20,.08)}.place-card:hover,.experience-card:hover{transform:translateY(-3px);transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 24px 60px rgba(35,27,20,.14)}.contact{background:#1f2d1c}.contact:before{border-top-left-radius:34px;border-top-right-radius:34px}.contact .card{border-radius:20px}.route-section{padding-top:5.5rem}.route-wrap{grid-template-columns:1fr;gap:1.25rem}.route-map-panel{background:#fff;border:1px solid #eadcc8;border-radius:26px;box-shadow:0 24px 70px rgba(35,27,20,.1);overflow:hidden;display:grid;grid-template-columns:1.15fr .85fr;margin-bottom:1.4rem}.route-map-art{min-height:360px;background:linear-gradient(135deg,#e9dcc9,#f9f2e7);position:relative;padding:1.5rem}.route-map-art svg{width:100%;height:100%;min-height:320px;display:block}.route-map-copy{padding:2rem;display:flex;align-items:center;background:linear-gradient(180deg,#fff,#fff8ec)}.route-map-copy h3{font-weight:400;font-size:2.2rem;line-height:1.05;margin:.2rem 0 1rem}.route-map-copy p{color:var(--soft)}.route-wrap.route-with-card{grid-template-columns:.8fr 1.2fr}.route-card{background:linear-gradient(145deg,#211915,#33261f)}.route-steps{gap:.9rem}.route-step{border:0}.map-pin{font:800 13px Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;fill:#241d18}.map-label{font:700 12px Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;fill:#6f6258}.map-small{font:700 10px Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;fill:#8b7a69}.map-route{fill:none;stroke:#c99b5d;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.map-route-shadow{fill:none;stroke:rgba(36,29,24,.15);stroke-width:12;stroke-linecap:round;stroke-linejoin:round}.map-road{fill:none;stroke:#fff;stroke-width:20;stroke-linecap:round}.map-dot{fill:#31432b;stroke:#fff;stroke-width:4}.map-dot.end{fill:#c99b5d}.map-badge{fill:#fff;stroke:#eadcc8;stroke-width:1.5;filter:drop-shadow(0 8px 16px rgba(35,27,20,.12))}
@media(max-width:900px){.route-map-panel,.route-wrap.route-with-card{grid-template-columns:1fr}.route-map-copy{padding:1.4rem}.visual-duo{border-radius:0}.hero{border-radius:0}.stay-proof{border-radius:0}.route-map-art{min-height:300px}.route-map-art svg{min-height:280px}}


/* Anchor offset for fixed navigation */
section[id],header[id]{scroll-margin-top:96px}.route-section{scroll-margin-top:110px}
@media(max-width:900px){section[id],header[id]{scroll-margin-top:132px}.route-section{scroll-margin-top:145px}}

/* Mobile overflow polish */
@media(max-width:620px){
  html,body{max-width:100%;overflow-x:hidden}
  .nav-inner{padding:.7rem .8rem}
  .brand{display:block;font-size:.78rem;letter-spacing:.09em}
  .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .55rem;max-width:100%;overflow:hidden}
  .nav-links a{margin:0;font-size:.78rem;line-height:1.2}
  .nav-links a:not([href="#contacto"]):not(.lang){display:none}
  .nav-links a[href="#contacto"]{padding:.5rem .7rem}
  .lang{padding:.35rem .55rem}
  .hero{padding:8.6rem 1rem 3rem!important;place-items:center!important;text-align:center}
  .hero-box{max-width:100%;width:100%;overflow:hidden}
  .hero h1{font-size:clamp(2.25rem,11vw,2.75rem)!important;line-height:1;max-width:18.5rem;margin-left:auto;margin-right:auto}
  .hero p{font-size:1rem;width:min(18rem,calc(100vw - 2rem));max-width:18rem;margin-left:auto;margin-right:auto;padding:0 .2rem;overflow-wrap:break-word}
  .hero-actions{justify-content:center;align-items:center;flex-direction:column;gap:.45rem}
  .hero-actions .btn{padding:.85rem 1rem;font-size:.7rem;max-width:20rem;width:auto;margin:0}
  .hero-trust{justify-content:center;width:min(22rem,calc(100vw - 2rem));max-width:100%;margin-left:auto;margin-right:auto}
  .hero-trust span{font-size:.72rem;white-space:normal;max-width:calc(50vw - .9rem)}
  .booking-panel span{font-size:.96rem}
  .route-map-panel{border-radius:0;margin-left:-1rem;margin-right:-1rem}
  .route-map-art{padding:.75rem;min-height:250px}
  .route-map-art svg{min-height:250px}
  .map-badge{filter:none}
  .map-pin{font-size:11px}
  .map-small,.map-label{font-size:9px}
}

/* House video feature */
.video-feature{padding:5rem 1.25rem;background:linear-gradient(180deg,#fffaf2 0%,#f4eadb 100%)}
.video-feature-inner{display:grid;grid-template-columns:.82fr 1.18fr;gap:2rem;align-items:center}
.video-copy h2{font-size:clamp(2.3rem,4.6vw,4.8rem);font-weight:400;line-height:1.02;margin:.35rem 0 1rem}
.video-copy p{font-size:1.16rem;color:var(--soft);max-width:34rem}
.video-frame{border-radius:26px;overflow:hidden;background:#1d1713;box-shadow:0 28px 80px rgba(35,27,20,.18);border:1px solid #eadcc8}
.video-frame video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#1d1713}
.environment-video{margin:2.25rem 0 0;padding:0;background:transparent}
.environment-video .video-feature-inner{grid-template-columns:1fr 1.08fr;background:#fffaf2;border:1px solid #eadcc8;padding:1.25rem;box-shadow:0 20px 54px rgba(35,27,20,.1)}
.environment-video .video-copy{padding:1rem}
.environment-video .video-copy h2{font-size:clamp(2rem,3.6vw,3.6rem)}
@media(max-width:900px){.video-feature-inner{grid-template-columns:1fr}.video-feature{padding:4rem 1rem}.video-frame{border-radius:18px}.video-copy{text-align:center}.video-copy p{margin-left:auto;margin-right:auto}.environment-video{margin-top:1.5rem}.environment-video .video-feature-inner{grid-template-columns:1fr;padding:1rem}.environment-video .video-copy{padding:.25rem}.environment-video .video-copy h2{font-size:clamp(1.9rem,10vw,2.8rem)}}

/* Make the first impression the rental house itself. */
