/* Foundations and shared controls */
:root{--forest:#223a27;--deep:#151f1b;--navy:#172838;--cream:#f1eee5;--ivory:#faf9f5;--ink:#20231f;--muted:#65665d;--sand:#e9d4b1;--gold:#b59b70;--terracotta:#87503b;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'IBM Plex Sans Arabic',Tahoma,sans-serif;font-size:16px;line-height:1.65}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;width:100%;height:100%;object-fit:cover}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}h2{font-size:clamp(28px,3.25vw,48px);line-height:1.5;font-weight:600}h3{font-size:20px;line-height:1.5}p{text-wrap:pretty}button{border:0;background:none}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid #c2924b;outline-offset:5px}.container{width:min(1320px,89%);margin-inline:auto}.section{padding:58px 0 38px}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-100px;right:20px;background:white;color:black;padding:12px 22px;z-index:50}.skip-link:focus{top:12px}.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:46px;padding:9px 25px;border-radius:100px;background:var(--ivory);color:#292b24;font-size:14px;font-weight:600;transition:transform .4s var(--ease),background .4s}.button svg{width:18px;height:18px}.button:hover{transform:translateY(-2px);background:#ead8bb}.button:hover svg,.text-link:hover svg{transform:translateX(-4px)}.button svg,.text-link svg{transition:transform .4s}.outline{border:1px solid #c9beab;background:transparent;white-space:nowrap}.round-button{width:46px;height:46px;border:1px solid #e8d7bb;border-radius:50%;display:grid;place-items:center;color:white;transition:background .3s,transform .3s}.round-button:hover{background:#ffffff20}.round-button:active,.event-arrow:active{transform:scale(.93)}.reverse{transform:rotate(180deg)}.icon-button{width:40px;height:40px;display:grid;place-items:center}.scroll-progress{position:fixed;inset:0 0 auto;height:2px;background:var(--sand);z-index:30;transform:scaleX(0);transform-origin:right}.eyebrow{font-size:16px;color:var(--terracotta);margin-bottom:2px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:28px}.section-heading p:not(.eyebrow){color:var(--muted);margin-top:3px;font-size:16px}
/* Hero and navigation */
.hero{height:90svh;min-height:660px;max-height:1020px;position:relative;isolation:isolate;overflow:hidden;color:#fff}.hero-media,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-media{inset:-14px}.hero-image{object-position:50% 54%}.hero-shade{z-index:-1;background:linear-gradient(270deg,rgba(10,25,39,.69),rgba(12,22,30,.17) 60%,rgba(12,22,30,.09)),linear-gradient(0deg,rgba(10,19,26,.45),transparent 30%)}.header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:25px;position:relative;z-index:10}.brand{display:inline-block;flex-shrink:0;line-height:0}.original-logo{display:block;width:198px;height:64px;object-fit:contain;object-position:center}.header nav{display:flex;align-items:center;gap:27px;font-size:13px}.header nav a{padding:15px 0;position:relative;white-space:nowrap}.header nav a:after{content:'';height:2px;background:#ddc4a0;position:absolute;bottom:4px;inset-inline:0;transform:scaleX(0);transform-origin:right;transition:transform .35s}.header nav a:hover:after,.header nav a.active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:12px}.language{font-family:Arial,sans-serif;font-size:12px;min-width:35px;min-height:44px}.search-button svg{width:19px}.booking{background:#f1dcc0;font-size:13px;padding:9px 20px;gap:15px}.menu-toggle{display:none}.hero-layout{height:calc(100% - 164px);display:flex;align-items:center;justify-content:space-between;gap:70px;padding-bottom:10px}.hero-copy{max-width:830px;padding-top:35px}.hero h1{font-size:clamp(42px,4.85vw,76px);font-weight:500;line-height:1.38;margin-bottom:18px}.line{display:block;overflow:hidden}.line>span{display:block}.hero-copy p{font-size:clamp(18px,1.65vw,24px);line-height:1.6;color:#f5f1e9;margin-bottom:24px}.hero-copy .button{min-height:52px;padding-inline:28px}.hero-features{width:258px;flex-shrink:0;display:grid;gap:10px;margin-top:30px}.hero-feature{display:flex;align-items:center;gap:16px;padding:15px 17px;border:1px solid #ddc9a88c;border-radius:14px;background:rgba(110,94,72,.47);backdrop-filter:blur(7px);font-size:16px;line-height:1.5;transition:transform .4s}.hero-feature:hover{transform:translateX(5px)}.feature-icon{height:59px;width:59px;display:grid;place-items:center;border-radius:13px;background:#78856e99;flex-shrink:0}.feature-icon svg{width:36px;height:36px}.feature-icon.heritage{background:#776344a8}.feature-icon.community{background:#465b389e}.hero-bottom{position:absolute;bottom:33px;inset-inline:0;display:flex;justify-content:space-between;align-items:center}.scroll-hint{font-size:13px;color:#f1eee7;display:flex;align-items:center;gap:18px}.scroll-hint span{font-size:23px}.hero-dots{display:flex;direction:ltr;position:absolute;left:50%;transform:translateX(-50%);gap:0}.hero-dots button{width:23px;height:34px;display:grid;place-items:center;padding:0}.hero-dots button:before{content:'';display:block;width:7px;height:7px;border:1px solid white;border-radius:50%}.hero-dots button.selected:before{background:white}.slider-controls{display:flex;direction:ltr;gap:13px}
/* Experience paths */
.paths{background:radial-gradient(ellipse at 2% 0%,#ddd8c555,transparent 36%),var(--cream)}.path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.path-card{display:grid;grid-template-rows:auto 1fr;height:100%;border-radius:14px;background:var(--ivory);overflow:hidden;transition:transform .4s var(--ease)}.card-photo{position:relative;overflow:hidden}.path-card .card-photo{height:clamp(175px,17vw,260px)}.card-photo img{transition:transform .7s var(--ease)}.path-card:hover{transform:translateY(-6px)}.path-card:hover img,.event-card:hover img{transform:scale(1.04)}.path-content{position:relative;display:grid;grid-template-rows:auto auto 1fr;align-content:start;padding:22px 22px 20px;min-height:190px}.path-icon{position:absolute;top:-39px;left:16px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:white;border:2px solid #f8f6f0;transition:transform .4s}.path-icon svg{width:32px;height:32px}.path-card:hover .path-icon{transform:rotate(4deg)}.terracotta{background:var(--terracotta)}.gold{background:#ad936b}.green{background:#425d41}.path-content h3{margin:0 0 7px;font-size:clamp(17px,1.45vw,22px);padding-top:3px;min-height:3em}.path-content p{font-size:16px;line-height:1.45;color:#646259;margin-bottom:15px}.path-content .text-link{align-self:end;justify-self:start}.text-link{display:inline-flex;align-items:center;gap:12px;font-weight:600;color:#7c412d;padding:0;font-size:16px;min-height:32px}.text-link svg{width:18px;height:18px}
/* Human stories */
.story{height:390px;position:relative;isolation:isolate;overflow:hidden;color:#fff}.story>.parallax-image{position:absolute;inset:-8% 0;height:116%;z-index:-3;object-position:center 48%}.story-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(270deg,rgba(5,24,12,.85),rgba(8,25,13,.6) 44%,transparent 80%)}.story .container{height:100%;display:flex;align-items:center}.story-copy{max-width:680px}.story h2{font-size:clamp(32px,3.45vw,52px);margin-bottom:10px}.story-copy p:not(.eyebrow){font-size:19px;color:#f5f1e8;line-height:1.65}.story .eyebrow{color:#ddbc83}.story-play{display:flex;align-items:center;gap:22px;color:white;margin-top:24px;padding:0}.play-circle{display:grid;place-items:center;border-radius:50%;width:52px;height:52px;background:var(--ivory);color:#22271d;font-size:19px;border:1px solid #d6b887;transition:transform .4s}.story-play:hover .play-circle{transform:scale(1.08)}
/* Events */
.events{background:#f6f3eb;padding-top:34px;padding-bottom:25px}.event-slider{position:relative}.event-track{display:flex;align-items:stretch;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 0 8px}.event-track::-webkit-scrollbar{display:none}.event-card{display:flex;flex:0 0 calc((100% - 44px)/3);min-width:0;background:#fdfcf9;border-radius:13px;overflow:hidden;scroll-snap-align:start;transition:transform .4s}.event-card:hover{transform:translateY(-5px)}.event-open{display:grid;grid-template-rows:auto 1fr;width:100%;height:100%;text-align:start;padding:0}.event-card .card-photo{height:clamp(155px,15vw,225px)}.event-open[data-event="dinner"] .card-photo img{object-position:center 58%}.event-open[data-event="tour"] .card-photo img{object-position:center 52%}.event-open[data-event="crafts"] .card-photo img{object-position:center 48%}.date-badge{position:absolute;top:15px;left:20px;border-radius:8px;background:#fcfaf2;min-width:60px;padding:8px 13px 7px;display:grid;text-align:center;line-height:1.2;color:#23271e}.date-badge b{font-family:Georgia,serif;font-size:28px}.date-badge span{font-size:13px;margin-top:4px}.event-content{display:grid;grid-template-rows:auto auto;align-content:start;padding:12px 20px 14px;min-height:92px}.event-content h3{font-size:18px;line-height:1.55;margin-bottom:3px;min-height:1.55em}.event-content p{display:flex;align-items:center;gap:6px;color:#6a675e;font-size:15px}.event-content svg{width:18px;height:18px;color:#272d22}.event-arrow{position:absolute;top:45%;z-index:2;background:#fff;width:37px;height:37px;border-radius:50%;display:grid;place-items:center;box-shadow:0 2px 7px #0001}.event-arrow svg{width:18px;height:18px}.event-arrow.previous{right:-19px}.event-arrow.next{left:-19px}.event-caption{font-size:12px;color:#706e63;margin-top:5px}
/* Statistics */
.statistics{padding:50px 0;background:linear-gradient(#122b1ae8,#14281ae8),url('assets/path_nature_oasis_mountains.jpg') center 65%/cover;color:#f8f7f0}.stats-layout{display:grid;grid-template-columns:repeat(4,1fr) 1.65fr;align-items:center}.stat{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 18px}.stat:not(:first-child):after{content:'';position:absolute;right:0;bottom:0;height:58px;width:1px;background:#cdd3bd55}.stat>svg{width:40px;height:40px;margin-bottom:8px}.stat strong{font-family:Georgia,serif;font-size:40px;line-height:1.2;font-weight:600}.stat span{font-size:17px}.stats-copy{border-inline-start:1px solid #cdd3bd66;text-align:center;padding-inline-start:30px}.stats-copy h2{font-size:32px}.stats-copy p{font-size:16px;line-height:1.5;margin:6px 0 16px}.stats-copy .button{min-height:39px;padding:6px 23px;font-size:13px}
/* Discovery map */
.map-section{padding-top:37px;padding-bottom:65px;position:relative;overflow:hidden;background:linear-gradient(#f2efe6ec,#f2efe6ed),url('assets/map_feature_heritage_oasis.jpg') center 72%/cover}.map-section h2{font-size:clamp(27px,2.8vw,42px)}.map-section .section-heading{margin-bottom:5px}.map-layout{display:grid;grid-template-columns:1.1fr 1.7fr .65fr;gap:20px;align-items:center;min-height:320px}.oasis-map{position:relative;height:335px;direction:ltr}.map-art{width:100%;height:100%;stroke:none;overflow:visible}.map-markers{position:absolute;inset:0}.map-pin{position:absolute;left:var(--x);top:var(--y);width:54px;height:54px;padding:3px;background:#f8f7f0;border:2px solid #c5a77d;border-radius:50%;transform:translate(-50%,-50%);transition:transform .35s,opacity .35s}.map-pin img{border-radius:50%}.map-pin:hover,.map-pin:focus-visible{transform:translate(-50%,-50%) scale(1.12);z-index:2}.map-pin.selected{width:72px;height:72px;border-color:#a47740;box-shadow:0 0 0 5px #bba07924}.map-pin[hidden]{display:none}.map-note{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:10px;color:#65675b}.map-filters{align-self:start;padding-top:17px;display:grid;gap:4px}.map-filters button{display:flex;align-items:center;gap:11px;padding:8px 16px;border-radius:40px;font-size:14px;text-align:start;white-space:nowrap}.map-filters svg{width:19px;height:19px}.map-filters button.selected{background:var(--forest);color:white}.map-filters button:not(.selected):hover{background:#ddd8c8}.destination-preview{position:relative;width:100%;max-width:320px;background:var(--ivory);border:4px solid #fff;border-radius:10px;overflow:hidden;margin-inline-start:auto}.destination-preview>img{height:145px}.destination-info{padding:10px 16px}.destination-info h3{font-size:22px;font-weight:500}.destination-info p{font-size:14px;color:var(--muted)}.destination-info button{font-size:14px;margin-top:5px}
/* Newsletter */
.newsletter-section{position:relative;background:linear-gradient(var(--cream) 50%,var(--deep) 50%);padding:0 0 18px}.newsletter-banner{position:relative;min-height:245px;border:1px solid #ccb990;border-radius:16px;overflow:hidden;isolation:isolate;display:flex;align-items:center}.newsletter-banner>img{position:absolute;inset:0;z-index:-2;object-position:center 55%}.newsletter-banner:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(270deg,#372f20b3,#42362485 58%,#251d1720)}.newsletter-content{width:62%;padding:26px 7%;color:#fff}.newsletter-content h2{font-size:30px;line-height:1.45}.newsletter-content>p{font-size:15px;margin:5px 0 14px;color:#f8f1e5}.email-control{display:flex;border-radius:40px;padding:3px;background:#fff;max-width:530px;overflow:hidden}.email-control input{min-width:0;flex:1;background:none;border:0;padding:7px 20px;font-size:14px;color:#282c24;direction:rtl}.email-control input::placeholder{color:#69685e}.email-control input:focus-visible{outline-offset:-3px;border-radius:25px}.email-control .button{background:#50351f;color:white;min-height:41px;font-size:13px;padding-inline:23px}.consent{display:flex;gap:9px;align-items:center;font-size:12px;margin-top:10px}.consent input{accent-color:var(--forest);width:16px;height:16px;margin:0}#newsletter-status{font-size:13px;margin-top:5px;max-width:530px}
/* Footer, preserving supplied partner and logo pixels */
.footer{background:linear-gradient(#151f1bf5,#151f1bf0),url('assets/path_nature_oasis_mountains.jpg') center / cover;color:#e8e7df;padding:48px 0 35px}.footer-top{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.15fr;gap:45px;padding-bottom:45px}.footer-brand p{font-size:16px;margin-top:18px}.footer-column{display:flex;flex-direction:column;align-items:start;gap:3px;border-inline-end:1px solid #87928330}.footer-column h3{font-size:14px;margin-bottom:10px;font-weight:500}.footer-column a,.footer-column button{font-size:14px;padding:3px 0;color:#d4d8ce;min-height:29px}.footer-column a:hover,.footer-column button:hover,.legal-links button:hover{color:var(--sand)}.footer-social{text-align:center;font-size:14px}.social-links{display:flex;direction:ltr;justify-content:center;gap:14px;margin-bottom:16px}.social-links button{color:#fff;font-family:Arial,sans-serif;font-size:18px;min-width:30px;min-height:32px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #87928320;padding-top:20px}.legal-links{display:flex;gap:18px;align-items:center;font-size:13px}.legal-links button{color:#d9ded3;padding:6px 0}.partner{display:flex;align-items:center;gap:17px;font-size:11px}.original-partner{display:block;width:166px;height:38px;background:url('Home2.png') -43px -1868px / 809px 1942px no-repeat}
/* Accessible detail and search panels */
dialog{border:0;border-radius:14px;padding:38px;width:min(600px,calc(100% - 32px));max-height:85svh;background:var(--ivory);color:var(--ink);box-shadow:0 12px 40px #0003;overscroll-behavior:contain}dialog::backdrop{background:#0b1a18bd;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}.dialog-close{position:absolute;left:14px;top:10px;width:38px;height:38px;font-size:30px;z-index:2;border-radius:50%;background:var(--ivory)}dialog h2{font-size:30px;margin:12px 0}dialog p{font-size:17px;color:#5c6053;margin-bottom:20px}dialog .dialog-image{height:235px;border-radius:9px;margin-top:14px}dialog .button{background:var(--forest);color:white}.dialog-note{border-top:1px solid #d2cbbd;padding-top:15px;font-size:14px!important}#search-dialog label{display:block;font-size:15px;margin-bottom:8px}#oasis-search{width:100%;border:1px solid #bdb8a9;background:white;border-radius:8px;padding:12px 15px;color:var(--ink)}.search-result{display:flex;align-items:center;gap:16px;text-align:start;width:100%;padding:15px 0;border-bottom:1px solid #ddd9cd}.search-result img{width:64px;height:55px;border-radius:6px}.search-result small{display:block;color:var(--muted)}#search-results{margin-top:8px}#search-results>p{margin-top:20px}.event-list-item{display:flex;align-items:center;gap:15px;width:100%;padding:16px 0;border-bottom:1px solid #d5d2c8;text-align:start}.event-list-item img{width:92px;height:70px;border-radius:7px}
/* Deliberate tablet and mobile layouts */
@media(min-width:1600px){.hero h1{font-size:78px}.hero-features{width:275px}}
@media(max-width:1199px){.header{gap:18px}.header nav{gap:15px;font-size:12px}.nav-actions{gap:3px}.search-button{display:none}.booking{padding:8px 15px}.hero-layout{gap:35px}.hero-features{width:215px}.hero-feature{padding:12px;gap:10px;font-size:14px}.feature-icon{height:49px;width:49px}.hero h1{font-size:clamp(42px,5vw,61px)}.path-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.path-card .card-photo{height:245px}.path-content{padding:22px}.path-content h3{font-size:22px}.stats-layout{grid-template-columns:repeat(4,1fr)}.stats-copy{grid-column:1/-1;grid-row:1;border:0;padding:0 0 30px}.stats-copy p br{display:none}.stats-copy .button{display:none}.map-layout{grid-template-columns:.9fr 1.5fr .75fr;gap:10px}.map-filters button{font-size:12px;padding:8px 10px}.newsletter-content{width:75%;padding:25px 6%}.footer-top{gap:25px}.footer-brand p{font-size:14px}}
@media(max-width:900px){.header nav{display:none;position:absolute;top:83px;inset-inline:0;background:var(--deep);padding:20px;border-radius:12px;box-shadow:0 7px 16px #0002}.header nav.open{display:flex;flex-wrap:wrap;gap:12px 22px}.header nav a{font-size:15px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px}.menu-toggle span{width:21px;height:1px;background:white;transition:transform .3s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.nav-actions{gap:8px}.search-button{display:grid}.hero h1{font-size:45px}.hero-features{width:190px}.hero-feature{font-size:13px}.feature-icon{width:44px;height:44px}.section-heading{align-items:flex-start}.section-heading .button{padding:8px 18px;font-size:12px}.section-heading p:not(.eyebrow){font-size:14px}.map-layout{grid-template-columns:1fr 1.6fr}.map-filters{grid-row:1;grid-column:1/-1;display:flex;flex-wrap:wrap;padding-top:12px}.map-filters button{font-size:13px}.destination-preview{width:100%;margin:0}.oasis-map{height:300px}.footer-top{grid-template-columns:1.2fr 1fr 1fr}.footer-social{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:start}.social-links{margin:0}}
@media(max-width:767px){.container{width:89%}.section{padding:35px 0}.hero{height:85svh;min-height:690px;max-height:950px}.header{padding-top:17px;gap:10px}.original-logo{width:155px;height:50px}.booking{display:none}.nav-actions{gap:0}.hero-media{inset:-12px}.hero-image{object-position:42% center}.hero-shade{background:linear-gradient(270deg,#0c1b2bb8,#0b192a38),linear-gradient(0deg,#101d2dcc,transparent 50%)}.hero-layout{height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:32px;padding-top:64px;padding-bottom:80px}.hero-copy{padding-top:0}.hero h1{font-size:clamp(35px,7.9vw,56px);line-height:1.45;margin-bottom:16px}.hero-copy p{font-size:17px;line-height:1.7;margin-bottom:22px;max-width:370px}.desktop-break{display:none}.hero-copy .button{font-size:13px;min-height:46px;padding-inline:22px}.hero-features{display:flex;width:auto;gap:10px;overflow:auto;scroll-snap-type:x mandatory;margin:0 -6.2%;padding:4px 6.2% 8px;scrollbar-width:none}.hero-feature{flex:0 0 210px;scroll-snap-align:center;border-radius:10px;padding:11px 13px;font-size:13px}.feature-icon{width:41px;height:41px;border-radius:9px}.feature-icon svg{width:28px;height:28px}.hero-bottom{bottom:22px}.scroll-hint{font-size:11px;gap:8px}.scroll-hint span{font-size:17px}.round-button{width:36px;height:36px}.round-button svg{width:18px;height:18px}.slider-controls{gap:8px}.hero-dots button{width:19px}.section-heading{display:block;margin-bottom:23px}.section-heading h2{font-size:29px;line-height:1.5}.eyebrow{font-size:14px;margin-bottom:5px}.section-heading .button{margin-top:17px;font-size:12px;min-height:35px}.section-heading p:not(.eyebrow){font-size:14px;line-height:1.65;margin-top:7px}.path-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;margin-inline:-6.2%;padding:5px 6.2% 12px;scrollbar-width:thin;scrollbar-color:#b9ae98 transparent}.path-card{flex:0 0 82%;scroll-snap-align:center;border-radius:12px}.path-card .card-photo{height:215px}.path-content{padding:22px 20px 19px;min-height:175px}.path-content h3{font-size:21px}.path-content p{font-size:16px}.path-icon{height:56px;width:56px;top:-34px}.story{height:435px}.story>.parallax-image{object-position:36% center}.story-shade{background:linear-gradient(270deg,#09200bd9,#08200d65),linear-gradient(0deg,#071a0eaa,transparent)}.story h2{font-size:34px}.story-copy{padding-top:80px}.story-copy p:not(.eyebrow){font-size:16px}.story-play{margin-top:22px}.play-circle{width:48px;height:48px}.event-track{gap:15px;padding-bottom:12px}.event-card{flex-basis:88%;border-radius:11px}.event-card .card-photo{height:210px}.event-content{padding:14px 18px}.event-content h3{font-size:18px}.event-arrow.previous{right:-15px}.event-arrow.next{left:-15px}.event-caption{font-size:11px;margin-top:10px}.statistics{padding:34px 0}.stats-layout{grid-template-columns:repeat(2,1fr);row-gap:25px}.stat{gap:4px}.stat strong{font-size:36px}.stat span{font-size:15px}.stat>svg{width:33px;height:33px}.stat:nth-child(3):after{display:none}.stats-copy{padding-bottom:3px}.stats-copy h2{font-size:30px}.stats-copy p{font-size:14px}.map-section{padding-bottom:38px}.map-layout{display:flex;flex-direction:column;gap:15px}.map-filters{order:0;width:100%;gap:5px;flex-wrap:nowrap;overflow-x:auto;padding:7px 0;scrollbar-width:none}.map-filters button{flex-shrink:0;font-size:12px;padding:8px 12px}.map-filters svg{width:16px;height:16px}.oasis-map{order:1;width:100%;height:295px}.map-pin{width:46px;height:46px}.map-pin.selected{width:61px;height:61px}.destination-preview{order:2;max-width:none;display:flex;align-items:center;min-height:120px}.destination-preview>img{width:41%;height:125px}.destination-info{padding:10px 13px;flex:1}.destination-info h3{font-size:21px}.destination-info p{font-size:12px}.destination-info button{font-size:13px}.newsletter-banner{min-height:325px;border-radius:13px}.newsletter-content{width:100%;padding:28px 20px}.newsletter-content h2{font-size:27px}.newsletter-content>p{font-size:14px;max-width:280px}.newsletter-banner:after{background:#302c1fb3}.newsletter-banner>img{object-position:35% center}.email-control input{padding:7px 12px;font-size:12px;width:100px}.email-control .button{font-size:12px;gap:9px;padding:8px 15px}.email-control .button svg{width:14px;height:14px}.consent{font-size:11px;margin-top:15px}.footer{padding:30px 0}.footer-top{grid-template-columns:repeat(2,1fr);gap:30px 25px;padding-bottom:25px}.footer-brand{grid-column:1/-1}.footer-brand p{margin-top:12px}.footer-column{border:0}.footer-column h3{font-size:15px}.footer-column a,.footer-column button{min-height:34px}.footer-social{gap:15px}.footer-social p{font-size:12px}.social-links{gap:6px}.footer-bottom{flex-direction:column;align-items:start;gap:22px}.legal-links{font-size:12px}.partner{align-self:flex-end}dialog{padding:27px 22px}dialog h2{font-size:26px}dialog .dialog-image{height:200px}}
@media(max-width:370px){.original-logo{width:142px;height:48px}.hero-layout{padding-top:47px}.hero h1{font-size:32px}.hero-copy p{font-size:16px}.hero-features{margin-top:-5px}.newsletter-content{padding-inline:15px}.email-control .button{padding-inline:12px}.section-heading h2{font-size:26px}}
/* Reduced motion and optional English direction */
html[dir=ltr] .hero-shade{background:linear-gradient(90deg,#0c1b2bb3,#0b192a20)}html[dir=ltr] .hero h1{font-size:clamp(38px,4.5vw,68px);line-height:1.15}html[dir=ltr] .hero-copy p{margin-top:20px}html[dir=ltr] .story-shade{background:linear-gradient(90deg,#05180cd9,#08190d99 50%,transparent)}html[dir=ltr] .hero-copy{max-width:780px}html[dir=ltr] .email-control input{direction:ltr}html[dir=ltr] .button svg,html[dir=ltr] .text-link svg{transform:rotate(180deg)}html[dir=ltr] .path-content h3{font-size:19px}html[dir=ltr] .path-content p{font-size:15px}html[dir=ltr] .header nav{gap:18px;font-size:12px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-image,.parallax-image{transform:none!important}}
