@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300..700&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--linen: #f7f0e4;--linen-2: #fbf6ec;--canvas: #efe4ce;--forest: #2f4b3c;--forest-soft: #416b54;--terracotta: #c9702e;--ember: #b84b2a;--wood: #8a6440;--ink: #2c2114;--ink-muted: #6b5c48;--whatsapp: #25d366}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Work Sans,sans-serif;color:var(--ink);background:var(--linen);overflow-x:hidden}h1,h2,h3,.brand{font-family:Fraunces,serif;margin:0}p{margin:0;line-height:1.6}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.app{position:relative}.grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.card{background:var(--linen-2);border:1px solid rgba(138,100,64,.18);border-radius:18px;box-shadow:0 20px 45px -28px #2c211459;position:relative}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background-image:repeating-linear-gradient(135deg,rgba(44,33,20,.025) 0 1px,transparent 1px 7px)}.btn-primary,.btn-ghost,.btn-secondary{border:none;border-radius:999px;padding:.85rem 1.6rem;font-weight:600;font-size:.95rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:var(--terracotta);color:#fff8ef;box-shadow:0 14px 30px -14px #c9702e8c}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-primary:disabled{background:#d9c8ae;color:#8a7a63;box-shadow:none;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--forest);border:1.5px solid var(--forest)}.btn-ghost{background:transparent;color:var(--ink-muted);border:1.5px solid rgba(138,100,64,.35)}.btn-ghost:disabled{opacity:.4;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1.25rem,4vw,3rem);background:#f7f0e4e0;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid rgba(138,100,64,.18)}.brand{font-size:1.4rem;color:var(--forest);letter-spacing:.01em}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{color:var(--ink);text-decoration:none;font-weight:500;font-size:.95rem}.nav-links a:hover{color:var(--terracotta)}.wa-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--whatsapp);color:#fff}.hero{position:relative;min-height:640px;display:flex;flex-direction:column;justify-content:center;padding:3rem clamp(1.25rem,4vw,3rem) 2rem;overflow:hidden}.hero-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 2.4s ease}.hero-bg-layer.is-active{opacity:1}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2c21148c,#2c211440 45%,#f7f0e4f5 96%)}.hero-content{position:relative;z-index:2;max-width:640px}.embed-pill{display:inline-flex;align-items:center;gap:.4rem;background:#ffffffeb;color:var(--terracotta);border-radius:999px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:1rem;transition:opacity .4s ease}.hero-eyebrow{color:#fbf6ec;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}.hero h1{color:#fffaf0;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.08;margin:.6rem 0 .9rem}.hero-sub{color:#f3e9d8;font-size:1.05rem;max-width:480px}.trust-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.4rem 0}.trust-badge{background:#ffffff24;border:1px solid rgba(255,255,255,.3);color:#fffaf0;border-radius:999px;padding:.4rem .9rem;font-size:.82rem;font-weight:500}.hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap}.hero-ctas .btn-secondary{color:#fffaf0;border-color:#fff9}.cta-pulse{animation:breathe 3.2s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);box-shadow:0 14px 30px -14px #c9702e8c}50%{transform:scale(1.035);box-shadow:0 18px 36px -14px #c9702eb3}}.hero-thumb-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:2rem;max-width:620px}.hero-thumb-strip img{width:100%;height:90px;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.5)}.section{position:relative;z-index:1;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,4vw,3rem);max-width:1180px;margin:0 auto}.section-head{max-width:620px;margin-bottom:2rem}.eyebrow{display:inline-block;color:var(--terracotta);font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem}.section-head h2{font-size:clamp(1.7rem,3vw,2.3rem);color:var(--forest);margin-bottom:.6rem}.section-sub{color:var(--ink-muted)}.category-tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.75rem}.category-tab{background:var(--linen-2);border:1.5px solid rgba(138,100,64,.25);border-radius:999px;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500;color:var(--ink-muted)}.category-tab.is-active{background:var(--terracotta);border-color:var(--terracotta);color:#fff8ef}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem}.gallery-card{margin:0;border-radius:16px;overflow:hidden;background:var(--linen-2);border:1px solid rgba(138,100,64,.16);box-shadow:0 16px 32px -24px #2c211466}.gallery-thumb-btn{display:block;width:100%;padding:0;border:none;background:none}.gallery-thumb-btn img{width:100%;height:150px;object-fit:cover;transition:transform .4s ease}.gallery-thumb-btn:hover img{transform:scale(1.05)}.gallery-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.65rem .8rem}.gallery-caption{font-size:.82rem;color:var(--ink-muted);line-height:1.3}.gallery-share-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1px solid rgba(138,100,64,.3);background:transparent;color:var(--wood)}.gallery-share-btn:hover{background:var(--canvas)}.gallery-toast,.lightbox-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--forest);color:#fbf6ec;padding:.6rem 1.1rem;border-radius:999px;font-size:.85rem;z-index:200}.lightbox-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1c140ce0;display:flex;align-items:center;justify-content:center}.lightbox-close{position:absolute;top:1.2rem;right:1.5rem;background:#ffffff26;color:#fff;border:none;border-radius:999px;width:40px;height:40px;font-size:1.5rem;line-height:1}.lightbox-nav{background:#ffffff26;color:#fff;border:none;border-radius:999px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0 1rem;flex-shrink:0}.lightbox-figure{max-width:min(78vw,860px);max-height:84vh;margin:0}.lightbox-figure img{max-width:100%;max-height:62vh;border-radius:14px;object-fit:cover}.lightbox-figure figcaption{display:flex;align-items:center;gap:.7rem;color:#fbf6ec;margin-top:.8rem;font-size:.9rem;flex-wrap:wrap}.lightbox-chip{background:var(--terracotta);border-radius:999px;padding:.2rem .7rem;font-size:.75rem;font-weight:700}.lightbox-share{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;background:#ffffff26;color:#fff;border:none;border-radius:999px;padding:.4rem .9rem;font-size:.82rem}.step-pills{display:flex;gap:.6rem;overflow-x:auto;margin-bottom:2rem;padding-bottom:.3rem}.step-pill{display:flex;align-items:center;gap:.5rem;background:var(--linen-2);border:1.5px solid rgba(138,100,64,.22);border-radius:999px;padding:.5rem 1rem .5rem .5rem;white-space:nowrap;color:var(--ink-muted);font-size:.85rem;font-weight:500}.step-pill-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--canvas);color:var(--ink-muted);font-size:.8rem;font-weight:700}.step-pill.is-active{border-color:var(--terracotta);color:var(--ink)}.step-pill.is-active .step-pill-num{background:var(--terracotta);color:#fff8ef}.step-pill.is-done .step-pill-num{background:var(--forest-soft);color:#fbf6ec}.step-pill:disabled{cursor:default}.wizard-body{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}.wizard-main{background:var(--linen-2);border:1px solid rgba(138,100,64,.18);border-radius:20px;padding:clamp(1.4rem,3vw,2.2rem);box-shadow:0 20px 45px -28px #2c211459}.wizard-step h3{color:var(--forest);font-size:1.15rem;margin-bottom:1rem}.wizard-step label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--ink-muted);font-weight:500;margin-bottom:1rem}.wizard-step input[type=date],.wizard-step input[type=text],.wizard-step input[type=tel],.wizard-step textarea{font-family:inherit;border:1.5px solid rgba(138,100,64,.3);border-radius:10px;padding:.65rem .8rem;font-size:.95rem;color:var(--ink);background:var(--linen)}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.nights-readout{color:var(--terracotta);font-weight:600;margin-bottom:.8rem}.field-error{color:var(--ember);font-size:.82rem;font-weight:500}.blocked-hint{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.8rem;font-size:.82rem;color:var(--ink-muted)}.blocked-chip{background:#b84b2a1f;color:var(--ember);border-radius:999px;padding:.25rem .7rem;font-weight:600}.people-stepper{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem}.people-stepper button{width:40px;height:40px;border-radius:999px;border:1.5px solid var(--wood);background:var(--linen);color:var(--forest);font-size:1.2rem}.people-stepper span{font-weight:600;min-width:70px;text-align:center}.vehicle-grid,.extras-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.vehicle-card{background:var(--linen);border:1.5px solid rgba(138,100,64,.25);border-radius:14px;padding:.9rem 1rem;text-align:left;display:flex;flex-direction:column;gap:.3rem}.vehicle-card.is-selected{border-color:var(--terracotta);background:#c9702e14}.vehicle-label{font-weight:600}.vehicle-rate{font-size:.82rem;color:var(--ink-muted)}.extra-card{position:relative;background:var(--linen);border:1.5px solid rgba(138,100,64,.25);border-radius:14px;padding:.9rem 1rem .9rem 2.4rem;display:flex;flex-direction:column;gap:.25rem;cursor:pointer}.extra-card input{position:absolute;left:.9rem;top:1rem}.extra-card.is-selected{border-color:var(--terracotta);background:#c9702e14}.extra-label{font-weight:600}.extra-unit{font-size:.8rem;color:var(--ink-muted)}.extra-cost{font-size:.85rem;color:var(--terracotta);font-weight:700}.summary-list{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:.95rem}.summary-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px dashed rgba(138,100,64,.35);padding-top:.9rem;margin-bottom:1.2rem}.summary-total strong{font-size:1.4rem;color:var(--terracotta)}.summary-note{color:var(--ink-muted);font-size:.82rem;margin-top:.7rem}.wizard-controls{display:flex;justify-content:space-between;margin-top:1.6rem}.price-card{position:sticky;top:90px;background:var(--linen-2);border:1px solid rgba(138,100,64,.2);border-radius:20px;padding:1.6rem;box-shadow:0 24px 50px -30px #2c21146b}.price-card h3{color:var(--forest);font-size:1.05rem;margin-bottom:1rem}.price-lines{display:flex;flex-direction:column;gap:.6rem;margin:0 0 1rem}.price-line{display:flex;justify-content:space-between;gap:.8rem;font-size:.82rem;color:var(--ink-muted)}.price-line dt{font-weight:500}.price-line dd{margin:0;font-weight:600;color:var(--ink);white-space:nowrap}.price-total{display:flex;justify-content:space-between;align-items:baseline;border-top:1px dashed rgba(138,100,64,.35);padding-top:.9rem}.price-total strong{font-size:1.6rem;color:var(--terracotta)}.price-note{margin-top:.6rem;font-size:.8rem;color:var(--ink-muted)}.wa-cta{display:inline-flex;align-items:center;gap:.55rem;background:var(--whatsapp);color:#fff;text-decoration:none;border-radius:999px;padding:.75rem 1.4rem;font-weight:700;font-size:.95rem;box-shadow:0 14px 28px -14px #25d3668c}.wa-cta--large{padding:1rem 1.8rem;font-size:1.02rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.why-item{padding:1.6rem;text-align:center}.why-icon{color:var(--terracotta);margin-bottom:.8rem}.why-item h3{font-size:1.05rem;color:var(--forest);margin-bottom:.4rem}.why-item p{color:var(--ink-muted);font-size:.88rem}.site-footer{position:relative;z-index:1;background:var(--forest);color:#f3ecdd;padding:2.4rem clamp(1.25rem,4vw,3rem);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.footer-brand{font-size:1.2rem;color:#fbf6ec}.footer-address{color:#cbd9cf;font-size:.88rem;margin-top:.4rem}.footer-wa-link{display:inline-flex;align-items:center;gap:.5rem;color:#fbf6ec;text-decoration:none;font-weight:600;margin-top:.6rem}.footer-copy{color:#a9bcae;font-size:.78rem;align-self:flex-end}@media (max-width: 900px){.wizard-body{grid-template-columns:1fr}.price-card{position:static}.why-grid{grid-template-columns:1fr}}@media (max-width: 640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.hero-thumb-strip{grid-template-columns:repeat(4,1fr)}.date-fields,.vehicle-grid,.extras-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(1.9rem,7vw,2.6rem)}.nav-links a:not(.wa-icon-btn){display:none}}
