@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#09251f;--forest:#0b2e26;--paper:#fbfaf6;--cream:#f0eee6;--line:#d9ddd7;--muted:#60736b;--amber:#d7a75c;--lime:#d7ecb4}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{height:76px;padding:0 max(4vw,24px);display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--line);background:rgba(251,250,246,.96);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:white;font:600 20px Georgia,serif}.brand strong,.brand small{display:block}.brand strong{font:600 17px Georgia,serif}.brand small{margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.08em}.site-header nav{display:flex;gap:30px;font-size:13px;font-weight:700}.header-cta,.button,.inquiry{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-weight:800}.header-cta{padding:13px 18px;border-radius:999px;background:var(--forest);color:white;font-size:12px}.hero{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center;padding:80px max(7vw,28px) 130px;color:white;overflow:hidden}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,25,19,.82),rgba(3,25,19,.24) 68%,rgba(3,25,19,.15))}.hero-copy{position:relative;z-index:2;max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:var(--lime)}.eyebrow.dark{color:#587063}.hero h1{font:500 clamp(54px,8vw,112px)/.89 Georgia,serif;letter-spacing:-.055em;margin:17px 0 24px}.hero h1 em{font-weight:400;color:var(--lime)}.hero-copy>p:not(.eyebrow){max-width:580px;font-size:18px;line-height:1.65;color:rgba(255,255,255,.77)}.button{min-height:54px;margin-top:22px;padding:0 22px;border-radius:999px;background:white;color:var(--forest);font-size:13px}.hero-note{position:absolute;z-index:2;left:max(7vw,28px);bottom:28px;display:flex;gap:8px}.hero-note span{padding:9px 13px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(3,25,19,.28);font-size:11px;font-weight:700;backdrop-filter:blur(8px)}.intro{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;align-items:end;padding:clamp(78px,10vw,140px) max(6vw,24px) 58px}.intro h2,.cta h2,.plan h2{font:500 clamp(43px,5.6vw,78px)/.98 Georgia,serif;letter-spacing:-.045em;margin:14px 0 0}.intro>p{max-width:600px;margin:0;color:var(--muted);font-size:17px;line-height:1.7}.tour-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 max(6vw,24px) clamp(82px,10vw,140px)}.tour-card{display:grid;grid-template-rows:auto 1fr;min-width:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:white}.tour-photo{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--forest)}.tour-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.tour-card:hover .tour-photo img{transform:scale(1.025)}.tour-photo span{position:absolute;left:18px;top:18px;padding:8px 11px;border-radius:999px;background:rgba(5,30,23,.76);color:white;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(7px)}.tour-body{display:flex;flex-direction:column;padding:26px}.tour-title{display:grid;grid-template-columns:35px 1fr;gap:12px;align-items:start}.tour-title p{margin:5px 0 0;color:#7d9188;font-size:11px;font-weight:800}.tour-title h2{margin:0;font:500 clamp(30px,3.6vw,47px)/1 Georgia,serif;letter-spacing:-.035em}.route{min-height:78px;margin:20px 0 24px;color:var(--muted);font-size:14px;line-height:1.7}.price-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}.price-row.single{grid-template-columns:1fr}.price-row span{padding:15px;border-radius:12px;background:var(--cream)}.price-row small,.price-row strong{display:block}.price-row small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.price-row strong{margin-top:5px;font:600 21px Georgia,serif}.inquiry{min-height:52px;margin-top:12px;padding:0 18px;border-radius:12px;background:var(--forest);color:white;font-size:12px}.inquiry span{color:var(--lime)}.plan{display:grid;grid-template-columns:1fr .9fr .75fr;gap:6vw;padding:clamp(76px,9vw,125px) max(6vw,24px);background:var(--forest);color:white}.plan h2{font-size:clamp(39px,4.8vw,68px)}.plan ul{list-style:none;margin:8px 0 0;padding:0}.plan li{padding:15px 0;border-top:1px solid rgba(255,255,255,.18);font-size:14px}.plan li:last-child{border-bottom:1px solid rgba(255,255,255,.18)}.plan>p{margin:9px 0 0;color:rgba(255,255,255,.62);line-height:1.75;font-size:14px}.cta{display:flex;align-items:end;justify-content:space-between;gap:50px;padding:clamp(76px,9vw,120px) max(6vw,24px);background:var(--cream)}.cta>div{max-width:780px}.cta h2{margin-bottom:20px}.cta p:not(.eyebrow){max-width:580px;color:var(--muted);line-height:1.7}.dark-button{flex:0 0 auto;background:var(--forest);color:white;margin:0}.credits{margin:0;padding:0 max(6vw,24px);border-top:1px solid var(--line);background:var(--paper)}.credits summary{padding:22px 0;cursor:pointer;font-weight:700;font-size:12px;display:flex;justify-content:space-between}.credits p{margin:0 0 24px;color:var(--muted);font-size:11px;line-height:1.7}footer{display:flex;justify-content:space-between;gap:40px;padding:56px max(6vw,24px);background:#061a15;color:white}footer strong{font:500 29px Georgia,serif}footer p{color:rgba(255,255,255,.55)}footer nav{display:flex;gap:24px;flex-wrap:wrap;align-items:center;font-size:12px;color:rgba(255,255,255,.72)}.floating-wa{position:fixed;z-index:20;right:22px;bottom:22px;padding:14px 18px;border-radius:999px;background:#1f9e64;color:white;box-shadow:0 12px 35px rgba(0,0,0,.24);font-size:12px;font-weight:800}.floating-wa span{margin-left:9px}
@media(max-width:900px){.site-header nav{display:none}.hero{min-height:760px}.intro{grid-template-columns:1fr;gap:25px}.tour-grid{gap:16px}.plan{grid-template-columns:1fr 1fr}.plan>p{grid-column:1/3}.cta{align-items:flex-start;flex-direction:column}.dark-button{margin:0}}
@media(max-width:640px){body{padding-bottom:62px}.site-header{height:68px;padding:0 16px}.brand small{display:none}.brand-mark{width:38px;height:38px}.header-cta{padding:12px 14px}.hero{min-height:690px;padding:70px 20px 125px;align-items:flex-end}.hero-shade{background:linear-gradient(180deg,rgba(3,25,19,.18),rgba(3,25,19,.82) 72%,rgba(3,25,19,.92))}.hero h1{font-size:clamp(50px,16vw,72px)}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-note{left:20px;right:20px;bottom:18px;overflow-x:auto}.hero-note span{white-space:nowrap}.intro{padding:66px 20px 36px}.intro h2,.cta h2,.plan h2{font-size:43px}.tour-grid{grid-template-columns:1fr;padding:0 16px 74px}.tour-body{padding:22px}.route{min-height:0}.price-row{grid-template-columns:1fr}.plan{grid-template-columns:1fr;padding:68px 20px;gap:35px}.plan>p{grid-column:auto}.cta{padding:68px 20px}.dark-button{width:100%}footer{display:block;padding:48px 20px 80px}footer nav{margin-top:28px;display:grid;grid-template-columns:1fr 1fr}.floating-wa{left:10px;right:10px;bottom:8px;text-align:center;border-radius:12px}.credits{padding:0 20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.transfer{display:grid;grid-template-columns:1.05fr .95fr;margin:0 max(6vw,24px) clamp(82px,10vw,140px);border-radius:24px;overflow:hidden;background:#0b2c22;color:white}.transfer-photo{min-height:520px}.transfer-photo img{width:100%;height:100%;object-fit:cover}.transfer-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,6vw,82px)}.transfer-copy h2{margin:14px 0 24px;font:500 clamp(42px,5vw,70px)/.98 Georgia,serif;letter-spacing:-.045em}.transfer-copy>p:not(.eyebrow){margin:0;color:rgba(255,255,255,.68);line-height:1.75}.transfer-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.transfer-meta span{padding:9px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.transfer .button{align-self:flex-start}.credits p a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:640px){.transfer{grid-template-columns:1fr;margin:0 16px 74px}.transfer-photo{min-height:280px}.transfer-copy{padding:38px 24px 42px}.transfer-copy h2{font-size:43px}.transfer .button{width:100%}}
.tour-language{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--line);border-radius:999px;background:white;direction:ltr}.tour-language button{min-width:30px;height:28px;padding:0 7px;border:0;border-radius:999px;background:transparent;color:var(--forest);font:800 10px/1 Inter,sans-serif;cursor:pointer}.tour-language button.active{background:var(--forest);color:white}.detail-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:calc(-1 * clamp(58px,7vw,90px)) max(6vw,24px) clamp(82px,10vw,140px)}.detail-strip a{display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:white;font-size:13px;font-weight:800}.detail-strip a:hover{background:var(--forest);color:white}@media(max-width:900px){.detail-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.site-header{gap:8px}.site-header .brand>span:last-child{display:none}.tour-language{margin-left:auto}.header-cta{display:none}.detail-strip{grid-template-columns:1fr 1fr;margin:-42px 16px 74px}.detail-strip a{min-height:48px}}
html[dir="rtl"] body{font-family:Tahoma,Arial,sans-serif}html[dir="rtl"] .hero-copy,html[dir="rtl"] .tour-body,html[dir="rtl"] .transfer-copy,html[dir="rtl"] .plan,html[dir="rtl"] .cta{text-align:right}html[dir="rtl"] .tour-title{grid-template-columns:1fr 35px}html[dir="rtl"] .tour-title p{grid-column:2;grid-row:1}html[dir="rtl"] .tour-title h2{grid-column:1;grid-row:1}html[dir="rtl"] .floating-wa{right:auto;left:22px}
.tour-detail-link{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-top:14px;padding:0 17px;border:1px solid var(--line);border-radius:12px;background:white;color:var(--forest);font-size:12px;font-weight:800}.tour-detail-link:hover{border-color:var(--forest);background:var(--cream)}.tour-detail-link+.inquiry{margin-top:8px}
