:root { --navy:#062b5c; --navy-deep:#031d3d; --gold:#e0aa4d; --cream:#f7f4ee; --muted:#65758a; --line:rgba(6,43,92,.13); }
* { box-sizing:border-box; }
body { margin:0; background:var(--cream); color:var(--navy); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
.lifestyle-header { width:min(1180px,calc(100% - 36px)); min-height:120px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.lifestyle-brand { display:inline-flex; align-items:center; gap:12px; text-decoration:none; }
.lifestyle-brand img { width:62px; height:62px; object-fit:contain; }
.lifestyle-brand span { display:grid; gap:2px; }
.lifestyle-brand strong { font:700 31px Georgia,serif; }
.lifestyle-brand small { color:var(--muted); }
.header-actions { display:flex; align-items:center; justify-content:flex-end; gap:14px; flex-wrap:wrap; }
.home-return { font-weight:800; text-decoration:none; }
.language-switcher { display:inline-flex; padding:4px; border:1px solid var(--line); border-radius:999px; background:white; }
.language-switcher button { min-height:38px; padding:0 13px; border:0; border-radius:999px; background:transparent; color:var(--muted); font-weight:800; cursor:pointer; }
.language-switcher button.active { background:var(--navy); color:white; }
.excursions-hero { padding:92px max(20px,calc((100% - 1180px)/2)); background:radial-gradient(circle at 18% 18%,rgba(224,170,77,.2),transparent 30%),linear-gradient(145deg,var(--navy-deep),var(--navy)); color:white; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:64px; }
.eyebrow { margin:0 0 14px; color:var(--gold); font-size:13px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
h1 { margin:0 0 24px; font:700 clamp(44px,6vw,76px)/1.04 Georgia,serif; }
.hero-lead { max-width:650px; margin:0; color:rgba(255,255,255,.76); font-size:20px; line-height:1.7; }
.excursion-preview { overflow:hidden; border:1px solid rgba(255,255,255,.2); border-radius:28px; background:rgba(255,255,255,.09); box-shadow:0 24px 58px rgba(0,0,0,.22); }
.excursion-preview img { display:block; width:100%; height:280px; object-fit:cover; }
.excursion-preview div { padding:26px 30px 30px; }
.excursion-preview strong { display:block; font:700 27px/1.25 Georgia,serif; }
.excursion-preview p { margin:12px 0 0; color:rgba(255,255,255,.72); line-height:1.6; }
.excursion-content { width:min(1180px,calc(100% - 36px)); margin:0 auto; padding:78px 0 92px; }
.excursion-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:42px; }
h2 { margin:0; font:700 clamp(32px,4vw,50px)/1.15 Georgia,serif; }
.meta-pills { display:flex; gap:8px; flex-wrap:wrap; }
.meta-pills span { padding:10px 14px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--muted); font-weight:800; }
.map-section,.itinerary-section,.places-section,.logistics-section { margin-top:64px; }
.logistics-section>h3 { margin:36px 0 18px; font:700 26px/1.2 Georgia,serif; }
.transport-grid,.accessibility-list { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:28px; }
.transport-grid article,.accessibility-list article { padding:22px; border:1px solid var(--line); border-radius:20px; background:white; }
.transport-grid strong,.accessibility-list strong { font-size:18px; }
.transport-grid p,.accessibility-list p { margin:9px 0 0; color:var(--muted); line-height:1.6; }
.section-title-row { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:22px; }
.route-link { padding:14px 18px; border-radius:14px; background:var(--navy); color:white; font-weight:800; text-decoration:none; }
#excursion-map { width:100%; height:520px; overflow:hidden; border:8px solid white; border-radius:28px; box-shadow:0 20px 55px rgba(3,29,61,.12); }
.route-marker { background:transparent; border:0; }
.route-marker span { display:grid; place-items:center; width:42px; height:42px; border:3px solid white; border-radius:50% 50% 50% 10%; background:var(--navy); color:white; font-weight:900; transform:rotate(-45deg); box-shadow:0 4px 12px rgba(0,0,0,.24); }
.route-marker span::first-line { transform:rotate(45deg); }
.map-note { max-width:900px; margin:18px 0 0; color:var(--muted); line-height:1.7; }
.itinerary { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding:0; margin:28px 0 0; list-style:none; }
.itinerary li { min-height:116px; padding:22px; border:1px solid var(--line); border-radius:20px; background:white; display:flex; align-items:center; gap:16px; }
.itinerary li>span { flex:0 0 42px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--gold); color:var(--navy); font-weight:900; }
.itinerary div { display:grid; gap:7px; }
.itinerary strong { font-size:18px; }
.itinerary small { color:var(--muted); font-size:14px; }
.places-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:28px; }
.place-card { overflow:hidden; border:1px solid var(--line); border-radius:26px; background:white; }
.place-cover { display:block; width:100%; height:300px; object-fit:cover; }
.place-copy { padding:28px; }
.place-copy h3 { margin:0 0 12px; font:700 30px/1.2 Georgia,serif; }
.place-copy p { margin:0; color:var(--muted); line-height:1.7; }
.photo-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:22px; }
.photo-strip img { width:100%; height:88px; border-radius:11px; object-fit:cover; }
.place-actions { display:flex; gap:8px; flex-wrap:wrap; margin-top:22px; }
.place-actions a { padding:10px 13px; border:1px solid var(--line); border-radius:12px; font-weight:800; text-decoration:none; }
.editorial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:64px; }
.editorial-grid article { padding:28px; border-radius:22px; background:var(--navy); color:white; }
.editorial-grid h3 { margin:0 0 14px; color:var(--gold); font:700 24px/1.2 Georgia,serif; }
.editorial-grid p { margin:0; color:rgba(255,255,255,.76); line-height:1.7; }
footer { width:min(1180px,calc(100% - 36px)); min-height:120px; margin:0 auto; padding:32px 0; display:flex; align-items:center; justify-content:space-between; gap:24px; border-top:1px solid var(--line); }
footer>div { display:grid; gap:5px; } footer span { color:var(--muted); } footer nav { display:flex; gap:18px; flex-wrap:wrap; } footer a { font-weight:700; text-decoration:none; }
@media(max-width:900px){ .lifestyle-header{padding:22px 0;flex-direction:column}.header-actions{justify-content:center}.excursions-hero{grid-template-columns:1fr;gap:42px;padding-top:68px;padding-bottom:68px}.excursion-heading{align-items:flex-start;flex-direction:column}.itinerary,.editorial-grid{grid-template-columns:1fr 1fr}.places-grid{grid-template-columns:1fr} }
@media(max-width:640px){ .lifestyle-brand small,.home-return{display:none}.language-switcher{max-width:100%;overflow-x:auto}.language-switcher button{padding-inline:10px}.excursions-hero{padding-top:54px;padding-bottom:54px}h1{font-size:44px}.hero-lead{font-size:17px}.excursion-preview img{height:220px}.excursion-content{padding-top:56px}.section-title-row{align-items:flex-start;flex-direction:column}#excursion-map{height:390px}.itinerary,.editorial-grid{grid-template-columns:1fr}.place-cover{height:250px}footer{align-items:flex-start;flex-direction:column} }
@media(max-width:640px){ .transport-grid,.accessibility-list{grid-template-columns:1fr} }
