:root{color-scheme:light;--bg:#f5efe6;--bg-2:#eef4ef;--surface:rgba(255,255,255,0.72);--surface-strong:#ffffff;--text:#12211c;--muted:#58645f;--brand:#0f6b53;--brand-strong:#08483a;--accent:#d48a24;--border:rgba(18,33,28,0.12);--shadow:0 28px 70px rgba(18,33,28,0.12);--shadow-strong:0 30px 80px rgba(18,33,28,0.18);--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body),"Manrope",sans-serif;background:radial-gradient(circle at 10% 0,rgba(212,138,36,.18),transparent 34%),radial-gradient(circle at 90% 10%,rgba(15,107,83,.16),transparent 28%),linear-gradient(180deg,#fbf7f0 0,var(--bg) 40%,var(--bg-2) 100%);color:var(--text)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 80%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.brand span,h1,h2,h3,h4{font-family:var(--font-display),"Space Grotesk",sans-serif}h1,h2,h3,h4,p{margin-top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.site-shell{position:relative;min-height:100vh}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(251,247,240,.74);border-bottom:1px solid rgba(18,33,28,.08)}.header-inner{justify-content:space-between;gap:18px;padding:16px 0;position:relative}.header-actions,.header-inner{display:flex;align-items:center}.header-actions{gap:12px}.brand{display:inline-flex;flex-direction:column;gap:2px;font-weight:800;letter-spacing:.02em;color:var(--brand-strong)}.brand span{font-size:1.05rem;text-transform:uppercase}.brand small{font-size:.72rem}.brand small,.nav{color:var(--muted)}.nav{display:flex;gap:20px;flex-wrap:wrap;font-weight:600}.menu-toggle{display:none;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(18,33,28,.14);background:rgba(255,255,255,.88);color:var(--text);box-shadow:0 8px 26px rgba(18,33,28,.1);font-weight:700}.brand:focus-visible,.brand:hover,.nav a:focus-visible,.nav a:hover{color:var(--brand-strong)}.language-selector select{padding:10px 14px;border-radius:999px;border:1px solid rgba(18,33,28,.14);background:rgba(255,255,255,.88);color:var(--text);box-shadow:0 8px 26px rgba(18,33,28,.1)}.consent-banner{position:fixed;left:0;right:0;bottom:18px;z-index:60;pointer-events:none}.consent-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border-radius:var(--radius-lg);border:1px solid rgba(18,33,28,.12);background:rgba(255,255,255,.94);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.consent-title{margin:0 0 6px;font-weight:800;color:var(--brand-strong)}.consent-copy{margin:0;max-width:68ch;color:var(--muted)}.consent-copy a{font-weight:700;color:var(--brand-strong)}.consent-copy a:focus-visible,.consent-copy a:hover{text-decoration:underline}.consent-actions{display:flex;gap:10px;flex-shrink:0}.consent-button{min-height:44px;padding:0 16px;border-radius:999px;border:1px solid transparent;font-weight:700}.consent-button-secondary{background:rgba(255,255,255,.88);border-color:rgba(18,33,28,.14);color:var(--text)}.consent-button-primary{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#ffffff;box-shadow:0 18px 44px rgba(15,107,83,.22)}.consent-button:hover{transform:translateY(-1px)}.hero,.section{padding:72px 0}.hero-grid,.split-section,.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;align-items:center}.hero-copy,.page-intro{max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:rgba(15,107,83,.1);color:var(--brand-strong);font-size:.92rem;font-weight:700;letter-spacing:.01em}.hero h1,.section h2{margin:18px 0 0;line-height:.95;letter-spacing:-.05em}.hero h1{font-size:clamp(3rem,7vw,5.8rem);max-width:12ch}.section h2{font-size:clamp(2rem,4vw,3.4rem)}.card p,.footer-meta,.gallery-card p,.info-panel p,.lead,.not-found-card p,.price-row span,.section-lead,.section-note,.site-footer{color:var(--muted)}.lead{max-width:64ch;font-size:1.08rem;line-height:1.75;margin:20px 0 0}.section-lead{max-width:70ch;line-height:1.75;margin:14px 0 18px}.section-note{margin:0 0 22px;font-size:.98rem}.contact-meta,.cta-row,.detail-list,.footer-inner,.pill-list,.stack-list{display:flex;flex-wrap:wrap;gap:12px}.hero-actions{margin-top:28px}.pill-list.compact{margin-top:18px}.contact-form button,.cta,.cta-secondary,.whatsapp-float{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;border:1px solid transparent;padding:0 18px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.contact-form button,.cta,.whatsapp-float{background:linear-gradient(135deg,var(--brand),var(--brand-strong));color:#ffffff;box-shadow:0 18px 44px rgba(15,107,83,.28)}.cta-secondary{background:rgba(255,255,255,.72);border-color:rgba(18,33,28,.12)}.contact-form button:hover,.cta-secondary:hover,.cta:hover,.whatsapp-float:hover{transform:translateY(-1px)}.card,.contact-form,.gallery-card,.hero-panel,.info-panel,.not-found-card,.price-row,.route-card,.step-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.hero-panel{position:relative;overflow:hidden;min-height:560px;padding:0}.hero-media{isolation:isolate}.hero-image{object-fit:cover}.hero-media .hero-image{z-index:0}.hero-panel-overlay,.media-badge{position:absolute;left:20px;right:20px;z-index:2}.media-badge{top:20px;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 40px);padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.88);color:var(--brand-strong);border:1px solid rgba(18,33,28,.1);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 24px rgba(18,33,28,.12)}.hero-panel-overlay{bottom:20px}.stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.route-card,.stat,.step-item{padding:18px;border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.8));border:1px solid rgba(18,33,28,.1)}.stat strong{display:block;font-size:1.5rem;color:var(--brand-strong)}.stat span{color:var(--muted)}.gallery-grid,.grid-2,.grid-3,.grid-4,.route-grid,.step-list{display:grid;grid-gap:18px;gap:18px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid,.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.contact-form,.gallery-card,.info-panel,.not-found-card,.price-row,.route-card{padding:24px}.card h3,.gallery-card h3,.info-panel h3,.not-found-card h1,.price-row strong,.route-card h3,.step-item h4{margin:0 0 10px}.card p,.gallery-card p,.info-panel p,.route-card p,.step-item p{margin-bottom:0;line-height:1.7}.route-card{display:grid;grid-gap:12px;gap:12px;align-content:start}.route-card strong{font-size:1.15rem;color:var(--brand-strong)}.route-card span:last-child{font-weight:700;color:var(--accent)}.step-list{margin-top:18px}.step-item{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.step-item strong{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(15,107,83,.12);color:var(--brand-strong)}.price-table{display:grid;grid-gap:14px;gap:14px}.price-groups{display:grid;grid-gap:22px;gap:22px;margin-top:28px}.price-group{padding:24px}.price-group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.price-group-header h3{margin-bottom:8px}.price-group-header p{margin-bottom:0;color:var(--muted)}.price-group-count{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgba(15,107,83,.1);color:var(--brand-strong);font-size:.92rem;white-space:nowrap}.price-list{display:grid;grid-gap:0;gap:0}.price-item{display:grid;grid-template-columns:1.8fr .6fr .6fr;grid-gap:12px;gap:12px;align-items:center;padding:16px 0;border-top:1px solid rgba(18,33,28,.08);background:transparent}.price-item div{display:grid;grid-gap:4px;gap:4px}.price-item strong{color:var(--brand-strong)}.price-item.featured{color:var(--text)}.price-item:first-child{border-top:0}.price-row{display:grid;grid-template-columns:1.8fr .6fr .6fr;grid-gap:12px;gap:12px;align-items:center}.price-row div{display:grid;grid-gap:4px;gap:4px}.price-row strong{color:var(--brand-strong)}.gallery-intro{display:grid;grid-gap:22px;gap:22px}.gallery-summary{max-width:740px}.gallery-card{overflow:hidden}.gallery-image-wrap{position:relative;width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden;border:1px solid rgba(18,33,28,.12);background:#dfe8e2}.gallery-image{object-fit:cover}.gallery-card h3{margin-top:16px}.contact-form{display:grid;grid-gap:14px;gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border-radius:16px;border:1px solid rgba(18,33,28,.14);padding:14px 16px;background:rgba(255,255,255,.9);color:var(--text)}.contact-form textarea{resize:vertical}.contact-form button{width:100%}.honeypot{position:absolute;left:-9999px;opacity:0}.form-status{margin:0;font-weight:600}.form-status.success{color:#16744d}.form-status.error{color:#b33131}.contact-layout{align-items:start}.stack-card{margin-top:18px}.detail-list span,.pill-list span,.stack-list span{padding:10px 14px;border-radius:999px;background:rgba(15,107,83,.1);color:var(--brand-strong);font-weight:600}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:50}.site-footer{padding:28px 0 48px}.footer-inner{justify-content:space-between;align-items:center;border-top:1px solid rgba(18,33,28,.1);padding-top:18px}.footer-meta{margin-bottom:0;font-size:.95rem}.footer-social{display:flex;flex-direction:column;gap:10px}.footer-social-label{font-size:.88rem;font-weight:700;color:var(--brand-strong);text-transform:uppercase;letter-spacing:.08em}.footer-social-links{display:flex;flex-wrap:wrap;gap:10px}.footer-social-links a{padding:10px 14px;border-radius:999px;background:rgba(15,107,83,.1);color:var(--brand-strong);font-weight:700}.footer-social-links a:focus-visible,.footer-social-links a:hover{background:rgba(15,107,83,.16)}.footer-legal{display:flex;flex-wrap:wrap;gap:10px}.footer-legal a{color:var(--brand-strong);font-weight:700}.footer-legal a:focus-visible,.footer-legal a:hover{text-decoration:underline}.policy-page{max-width:960px}.policy-layout{display:grid;grid-gap:16px;gap:16px;margin-top:28px}.policy-card h2{margin-bottom:12px;font-size:1.4rem}.policy-card p:last-child{margin-bottom:0}.policy-card ul{margin:14px 0 0;padding-left:20px;color:var(--muted)}.policy-back-link{margin-top:28px}.policy-back-link a{font-weight:700;color:var(--brand-strong)}.policy-back-link a:focus-visible,.policy-back-link a:hover{text-decoration:underline}.section-alt{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.36))}.elevated-panel{box-shadow:var(--shadow-strong)}.not-found{min-height:100vh;display:grid;place-items:center;padding:48px 0}.not-found-card{width:min(100%,560px);text-align:center}.not-found-card h1{margin-top:16px;font-size:clamp(2.4rem,6vw,4rem)}@media (max-width:1024px){.gallery-grid,.grid-2,.grid-3,.grid-4,.hero-grid,.price-item,.price-row,.split-section,.two-column{grid-template-columns:1fr}.price-group-header{flex-direction:column}.price-item{grid-template-columns:1fr;gap:8px;padding:16px 0}.header-inner{flex-wrap:wrap}.header-actions{margin-left:auto}.menu-toggle{display:inline-flex}.nav{display:none;width:100%;order:3;flex-direction:column;gap:12px;padding:16px;margin-top:8px;border-radius:var(--radius-lg);border:1px solid rgba(18,33,28,.12);background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(18,33,28,.12)}.nav.nav-open{display:flex}.hero h1{max-width:none}.hero-panel{min-height:480px}}@media (max-width:640px){.consent-banner{bottom:12px}.consent-banner-inner{flex-direction:column;align-items:stretch}.consent-actions{width:100%;justify-content:stretch}.consent-button{width:100%}.hero,.section{padding:48px 0}.card,.contact-form,.gallery-card,.hero-panel,.info-panel,.not-found-card,.price-row,.route-card,.step-item{padding:20px}.hero-panel{min-height:420px}.footer-inner{flex-direction:column;align-items:start}.stats{grid-template-columns:1fr}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-body:"Manrope","Manrope Fallback"}