:root{--vp-blue:#0C2D5E;--vp-gold:#C9963A;--vp-sand:#F7F3ED;--vp-border:#E4E0D8;--vp-text:#141414;--vp-muted:#667085}.vp-excursions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.vp-excursion-card{background:#fff;border:1px solid var(--vp-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(12,45,94,.08);transition:.25s}.vp-excursion-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(12,45,94,.14)}.vp-excursion-card__image{display:block;position:relative;height:220px;background:var(--vp-sand);overflow:hidden}.vp-excursion-card__image img{width:100%;height:100%;object-fit:cover;transition:.45s}.vp-excursion-card:hover .vp-excursion-card__image img{transform:scale(1.05)}.vp-excursion-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--vp-blue);font-weight:700}.vp-excursion-card__duration{position:absolute;left:1rem;top:1rem;background:var(--vp-gold);color:#fff;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.vp-excursion-card__body{padding:1.25rem}.vp-excursion-card__meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--vp-gold);font-weight:700;margin:0 0 .45rem}.vp-excursion-card h3{font-family:'Cormorant Garamond',serif;font-size:1.35rem;line-height:1.2;color:var(--vp-blue);margin:0 0 .55rem}.vp-excursion-card p{font-size:.9rem;color:var(--vp-muted);line-height:1.65;margin:.35rem 0}.vp-excursion-card__note{font-size:.8rem!important;color:var(--vp-blue)!important}.vp-excursion-card__btn,.vp-excursion-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:.85rem;background:var(--vp-blue);color:#fff!important;border-radius:999px;padding:.62rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none}.vp-excursion-card__btn:hover,.vp-excursion-btn:hover{background:#1A4A8A}.vp-excursion-btn--ghost{background:#fff;color:var(--vp-blue)!important;border:1px solid var(--vp-blue)}.vp-excursion-btn--wa{background:#25D366}.vp-excursions-empty{padding:1.5rem;background:var(--vp-sand);border-radius:14px;color:var(--vp-muted)}.vp-excursion-archive{background:var(--vp-sand);padding:4rem 0}.vp-excursion-container{width:min(1180px,92%);margin:0 auto}.vp-excursion-hero{text-align:center;margin-bottom:2.5rem}.vp-excursion-hero .eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--vp-gold);font-weight:700}.vp-excursion-hero h1{font-family:'Cormorant Garamond',serif;color:var(--vp-blue);font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin:.45rem 0}.vp-excursion-single{background:#fff}.vp-excursion-single-hero{padding:5rem 0 3rem;background:linear-gradient(130deg,var(--vp-blue),#1A4A8A);color:#fff}.vp-excursion-single-hero .vp-excursion-container{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.vp-excursion-single-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.05;margin:.3rem 0}.vp-excursion-single-hero p{color:rgba(255,255,255,.75);font-size:1.05rem;line-height:1.8}.vp-excursion-cover{border-radius:22px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.25);background:rgba(255,255,255,.08);min-height:280px}.vp-excursion-cover img{width:100%;height:100%;object-fit:cover}.vp-excursion-single-body{padding:4rem 0;background:var(--vp-sand)}.vp-excursion-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2rem;align-items:start}.vp-excursion-content{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 4px 20px rgba(12,45,94,.07)}.vp-excursion-content h2{font-family:'Cormorant Garamond',serif;color:var(--vp-blue);font-size:2rem;margin:1.2rem 0 .75rem}.vp-excursion-meta-box{background:#fff;border-radius:18px;padding:1.5rem;box-shadow:0 4px 20px rgba(12,45,94,.08);position:sticky;top:110px}.vp-excursion-meta-box h2{font-family:'Cormorant Garamond',serif;color:var(--vp-blue);font-size:1.55rem;margin:0 0 1rem}.vp-excursion-meta-box dl{display:grid;gap:.75rem;margin:0}.vp-excursion-meta-box dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--vp-gold);font-weight:800}.vp-excursion-meta-box dd{margin:0;color:var(--vp-text);font-size:.92rem}.vp-excursion-meta-box__actions{display:flex;flex-direction:column;gap:.65rem;margin-top:1.2rem}.vp-excursion-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5rem}.vp-excursion-gallery img{border-radius:12px;width:100%;aspect-ratio:1/1;object-fit:cover}@media(max-width:900px){.vp-excursion-single-hero .vp-excursion-container,.vp-excursion-layout{grid-template-columns:1fr}.vp-excursion-meta-box{position:static}.vp-excursion-gallery{grid-template-columns:repeat(2,1fr)}}
