:root{--forest:#173d35;--night:#0c2d28;--cream:#f7f2e8;--ivory:#fffaf3;--gold:#cda662;--ink:#252525;--muted:#52645d;--line:#d7d9cb;--serif:Georgia,'Times New Roman',serif;--sans:'Helvetica Neue',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--forest);font:16px/1.65 var(--sans)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #b66a25;outline-offset:5px}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(3.2rem,6.4vw,6.5rem);margin-bottom:28px}h2{font-size:clamp(2.5rem,4.4vw,4.6rem);margin-bottom:24px}h3{font-size:2rem;letter-spacing:-.025em}em{font-weight:400}p{margin-bottom:24px}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:104px}.compact{padding-top:32px}.eyebrow{font-size:12px;font-weight:600;line-height:1.6;letter-spacing:.17em;text-transform:uppercase;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:38px;min-height:54px;padding:14px 24px;border:1px solid var(--forest);background:var(--forest);color:var(--ivory);font-size:14px;font-weight:600;border-radius:4px;transition:background .25s,transform .25s}.button:hover{background:#245347;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.small{min-height:44px;padding:10px 18px;gap:20px}.button.outline{background:transparent;color:var(--forest)}.button.outline:hover{background:#e8e6d8}.button.gold{color:var(--night);background:var(--gold);border-color:var(--gold)}.button.ghost{background:transparent;border-color:#ffffff80;color:white}.button.ghost:hover{background:#ffffff20}.text-link{display:inline-block;font-size:14px;font-weight:600;border-bottom:1px solid;padding-bottom:5px}.skip{position:fixed;top:-100px;left:20px;padding:16px;background:white;z-index:99}.skip:focus{top:10px}header{position:sticky;top:0;z-index:20;background:rgba(247,242,232,.96);border-bottom:1px solid #173d351c;backdrop-filter:blur(16px)}.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{width:244px;height:80px;overflow:hidden;display:block;flex-shrink:0;position:relative}.logo img{width:244px;max-width:none;height:auto;position:absolute;top:-55px;left:0}nav{display:flex;gap:28px;align-items:center}nav>a{font-size:14px;white-space:nowrap}nav>a:not(.button):hover,nav>a[aria-current=page]{text-decoration:underline;text-underline-offset:8px}.lang{border-left:1px solid var(--line);padding-left:20px}.menu-toggle{display:none}.hero{height:min(880px,calc(100svh - 92px));min-height:650px;position:relative;overflow:hidden;background:var(--night);color:white}.hero-image{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 56%;animation:slowZoom 20s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#061f21b3 0%,#071e226b 50%,#071e2233),linear-gradient(0deg,#061f21b3,transparent 40%)}.hero-content{height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:4px;padding-bottom:100px}.hero h1{font-size:clamp(5rem,8.8vw,9rem);line-height:.97;letter-spacing:-.05em;margin-bottom:28px}.hero h1 em{color:#f3d5a5}.hero p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:640px}.hero .eyebrow{color:#fff3d6}.hero-actions{display:flex;gap:14px;margin-top:12px}.hero-actions .button:first-child{background:var(--cream);color:var(--forest);border-color:var(--cream)}.hero-bottom{position:absolute;bottom:38px;left:0;right:0;display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.11em;border-top:1px solid #ffffff50;padding-top:22px}.hero-bottom a{font-size:14px;letter-spacing:0}.image-note{position:absolute;bottom:7px;right:24px;font-size:12px;color:#eee}.section-head{max-width:850px;margin:0 auto 56px;text-align:center}.section-head>p:last-child{max-width:660px;margin-inline:auto;color:var(--muted)}.worlds{border-top:1px solid var(--line)}.world{display:grid;grid-template-columns:75px 1fr 60px;gap:25px;padding:30px 0;border-bottom:1px solid var(--line);align-items:center;transition:padding .35s,background .35s}.world:hover{padding-inline:24px;background:#eae9dc}.world-num{font:italic 25px var(--serif);align-self:start;margin-top:3px}.world .eyebrow{margin-bottom:10px;font-size:12px}.world h3{font-size:clamp(1.9rem,3vw,2.7rem);margin-bottom:10px}.world p:last-child{margin:0;color:var(--muted);font-size:15px}.circle{width:48px;height:48px;border:1px solid #8c9b8c;display:grid;place-items:center;border-radius:50%;font-size:24px}.sacred{background:var(--night);color:var(--cream);padding:94px 0}.sacred-inner{display:grid;grid-template-columns:1.5fr 1fr;gap:110px;align-items:center}.sacred h2{font-size:clamp(2.7rem,4.5vw,4.5rem)}.sacred h2 em{color:var(--gold)}.sacred p{max-width:570px}.sacred-note{border-left:1px solid #f7f2e84d;padding:40px 0 40px 70px}.sacred-note>span{font:italic clamp(3.5rem,7vw,7rem) var(--serif);color:var(--gold);display:block;margin-bottom:24px}.sacred-note a{font-size:14px;border-bottom:1px solid #eee;padding-bottom:8px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.section-heading h2{margin-bottom:0}.section-heading .text-link{white-space:nowrap}.trip-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.trip{background:var(--ivory);border:1px solid #d9dbd0;border-radius:6px;overflow:hidden}.trip-art{padding:30px;min-height:250px;display:flex;flex-direction:column;justify-content:space-between;background:#d0d6bd;color:#143c32}.art-bali{background:#caa784;color:#33241b}.trip-art>.eyebrow{margin-bottom:35px}.trip-word{display:flex;align-items:center;justify-content:space-between;font:italic clamp(3rem,5.8vw,6rem) var(--serif);letter-spacing:-.065em}.trip-word i{font:normal 32px var(--sans);letter-spacing:0}.trip-body{padding:30px}.trip-body .eyebrow{font-size:12px;margin-bottom:16px}.trip-body h3{font-size:2.1rem;line-height:1.2;margin-bottom:20px}.trip-body h3 a:hover{text-decoration:underline}.trip-body>p{font-size:14px;color:var(--muted)}.sep{padding-inline:10px}.trip-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:24px;gap:16px}.trip-bottom p{margin:0;line-height:1.5}.trip-bottom strong{font-size:22px;font-weight:500}.trip-bottom small,.booking small{font-size:12px;color:var(--muted)}.caption{font-size:13px;color:var(--muted);line-height:1.7;margin-top:24px}.assurance{background:#e9eadf}.assurance-grid{display:grid;grid-template-columns:repeat(5,1fr);margin:56px 0 35px;gap:28px}.assurance-grid article{border-top:1px solid #96a797;padding-top:22px}.assurance-grid article>span{font:italic 24px var(--serif);color:#546b55}.assurance-grid h3{font-size:1.7rem;margin:25px 0 16px;letter-spacing:-.035em}.assurance-grid p{font-size:14px;color:#46584c;line-height:1.75}.assurance .text-link{display:table;margin:auto}.planning{text-align:center;max-width:800px;margin:auto}.planning h2{font-size:clamp(3.5rem,7vw,6.5rem)}.planning p:not(.eyebrow){max-width:560px;margin-inline:auto}.page-intro{padding-top:86px;padding-bottom:60px;max-width:1100px}.page-intro .lead{max-width:760px;font-size:19px;color:var(--muted)}.page-intro .eyebrow{color:#766040}.page-intro h1 em{color:#627259}.detail-layout{display:grid;grid-template-columns:1fr 340px;gap:64px;padding-bottom:100px}.detail-layout h2{font-size:2.6rem;margin-top:55px}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);padding:28px 0;gap:20px}.facts small{display:block;font-size:12px;letter-spacing:.09em;margin-bottom:10px}.facts strong{font-size:16px;font-weight:500;display:block}.feature-list{padding-left:22px}.feature-list li{padding:9px 0;border-bottom:1px solid var(--line)}.booking{background:#e7e8dc;padding:28px;height:fit-content;position:sticky;top:120px;border:1px solid var(--line);border-radius:6px}.booking h3{font-size:2.5rem}.booking .button{width:100%;gap:16px;margin-bottom:14px}.booking>p{font-size:15px}.booking hr{border:0;border-top:1px solid #9ba994;margin:24px 0}.faq{border-top:1px solid var(--line);max-width:950px;margin:50px auto 0}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;padding:24px 0;font-size:18px;display:flex;justify-content:space-between;gap:24px;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:24px}.faq details[open] summary span{transform:rotate(45deg)}.faq p{max-width:760px;color:var(--muted);padding-right:20px}.umrah-banner{background:var(--night);color:var(--cream);padding:70px;margin-bottom:80px;border-radius:6px}.umrah-banner em{color:var(--gold)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-block:30px 48px}.three-grid article{padding-block:24px;border-top:1px solid var(--line)}.three-grid h3{font-size:1.85rem}.three-grid p{color:var(--muted)}.index{font:italic 32px var(--serif);display:block;margin-bottom:20px}.link-strip{display:flex;gap:30px;justify-content:space-between;margin-top:40px;padding:25px 0;border-block:1px solid var(--line)}.editorial-image{position:relative;border-radius:5px;overflow:hidden}.editorial-image img{width:100%;height:450px;object-fit:cover}.editorial-image span{position:absolute;bottom:12px;right:18px;font-size:12px;color:white;text-shadow:0 1px 5px black}.split-copy{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-block:70px}.split-copy p{color:var(--muted)}.notice{padding:60px;border:1px solid var(--line);background:#eceadf}.notice>p:not(.eyebrow){max-width:730px}.planner{max-width:900px;margin:auto;background:var(--ivory);padding:42px;border:1px solid var(--line);border-radius:6px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.form-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;padding:14px;border:1px solid #a4ae9e;border-radius:3px;background:#fffef9;color:var(--ink);font-size:16px;font-weight:400}textarea{resize:vertical}.story-list>a{display:block;border-top:1px solid var(--line);padding:40px 0}.story-list h2{font-size:clamp(2rem,4vw,3.6rem);max-width:900px}.story-list>a:hover h2{color:#94703f}.article{max-width:850px;padding-bottom:100px;font-size:19px;line-height:1.85}.article p{margin-bottom:35px}.destination-list{display:grid;grid-template-columns:1fr 1fr;gap:30px}.destination-list a{background:#e3e5d6;padding:45px}.destination-list h2{margin:30px 0 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact-grid article{border:1px solid var(--line);padding:45px;background:var(--ivory)}footer{background:var(--night);color:var(--cream);padding:65px 0 24px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:42px}.footer-top h2{font-size:3.5rem}.footer-top h2 em{color:var(--gold)}.footer-top h3{font:500 15px var(--sans);letter-spacing:0;margin-bottom:24px}.footer-top a{display:block;font-size:14px;margin-bottom:12px;color:#e3e7dc}.footer-top p{font-size:14px;color:#b9c8bb}.footer-top .eyebrow{font-size:12px;color:var(--gold)}.footer-bottom{border-top:1px solid #ffffff30;margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px;color:#c1c9bf;gap:20px}.footer-bottom div{display:flex;gap:24px}.chat{position:fixed;bottom:22px;right:24px;z-index:15;background:var(--cream);border:1px solid var(--forest);border-radius:50px;padding:12px 20px;box-shadow:0 4px 24px #001c2520;font-size:14px;display:flex;align-items:center;gap:10px}.chat>span{font-size:23px;line-height:1}.js-motion .reveal{transition:opacity .65s,translate .65s}.js-motion .reveal.pending{opacity:0;translate:0 20px}@keyframes slowZoom{from{transform:scale(1.045)}to{transform:scale(1)}}
@media(min-width:1600px){.hero{max-height:980px}.wrap{width:min(1380px,calc(100% - 120px))}}@media(max-width:1150px){.wrap{width:calc(100% - 64px)}nav{gap:18px}.nav{gap:16px}.logo{width:205px;height:70px}.logo img{width:205px;top:-47px}nav .button{gap:10px;padding:12px;font-size:13px}.sacred-inner{gap:55px}.sacred-note{padding-left:40px}.assurance-grid{gap:20px}.footer-top{gap:25px}.detail-layout{gap:35px;grid-template-columns:1fr 300px}.trip-bottom{align-items:start;flex-direction:column}}@media(max-width:900px){.nav{min-height:84px}.menu-toggle{display:block;background:none;border:1px solid #a5b09d;padding:10px 15px;border-radius:4px;color:var(--forest);min-height:44px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--line);padding:24px 32px;flex-direction:column;align-items:stretch;gap:6px;max-height:calc(100svh - 84px);overflow:auto}nav.open{display:flex}nav>a{padding:12px;font-size:16px}.lang{border:0;padding-left:12px}.hero{min-height:640px;height:calc(90svh - 84px)}.hero h1{font-size:6.2rem}.hero-bottom>span{max-width:260px}.assurance-grid{grid-template-columns:repeat(2,1fr)}.assurance-grid article:last-child{grid-column:1/-1;max-width:450px}.footer-top{grid-template-columns:1fr 1fr;gap:36px}.detail-layout{grid-template-columns:1fr}.booking{position:static;max-width:600px;width:100%}.trip-body{padding:24px}.trip-body h3{font-size:1.8rem}.section-heading{align-items:start;flex-direction:column}.three-grid{gap:22px}.three-grid h3{font-size:1.65rem}.split-copy{gap:40px}.sacred-inner{grid-template-columns:1fr}.sacred-note{border-left:0;border-top:1px solid #ffffff40;padding:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:25px}.sacred-note>span{margin:0}.sacred-note a{width:fit-content}.sacred-note p{margin:0}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.logo{width:205px}.nav{gap:10px}.hero{min-height:660px;height:calc(100svh - 84px);max-height:820px}.hero-image{object-position:59% center}.hero-shade{background:linear-gradient(90deg,#061f21c9,#061f215e),linear-gradient(0deg,#061f21a1,transparent)}.hero h1{font-size:clamp(4rem,16vw,6.4rem)}.hero-content{padding-bottom:100px}.hero .eyebrow{font-size:11px;letter-spacing:.13em}.hero p:not(.eyebrow){font-size:16px;max-width:330px}.hero p br{display:none}.hero-actions{gap:10px;flex-wrap:wrap}.hero-actions .button{padding:12px 15px;gap:15px;min-height:50px}.hero-bottom{bottom:42px;align-items:center}.hero-bottom>span{font-size:10px;max-width:195px;letter-spacing:.09em}.hero-bottom>a{font-size:13px;white-space:nowrap}.image-note{bottom:14px;right:20px}.section{padding-block:64px}.section-head{margin-bottom:35px}.section-head h2{font-size:2.6rem}.section-head>p:last-child{font-size:16px}.eyebrow{font-size:11px;letter-spacing:.14em;margin-bottom:20px}.world{grid-template-columns:30px 1fr 36px;gap:12px;padding:25px 0}.world:hover{padding-inline:5px}.world h3{font-size:1.9rem}.world .eyebrow{font-size:10px;letter-spacing:.12em}.world-num{font-size:19px}.world p:last-child{font-size:14px}.circle{width:36px;height:36px;font-size:20px}.sacred{padding:64px 0}.sacred-inner{gap:35px}.sacred h2{font-size:2.8rem}.sacred-note{grid-template-columns:1fr}.sacred-note>span{font-size:4.5rem}.trip-grid{grid-template-columns:1fr;gap:26px}.trip-art{min-height:220px;padding:25px}.trip-word{font-size:4.5rem}.trip-bottom{flex-direction:row;align-items:center}.trip-bottom .button{padding:12px;gap:10px;font-size:12px}.trip-bottom strong{font-size:19px}.trip-body h3{font-size:2rem}.trip-body>p{font-size:13px}.sep{padding-inline:4px}.assurance-grid{gap:20px;margin-top:36px}.assurance-grid h3{font-size:1.6rem}.assurance-grid p{font-size:14px}.planning h2{font-size:3.6rem}.page-intro{padding-top:52px;padding-bottom:30px}.page-intro h1{font-size:3.2rem;overflow-wrap:break-word}.page-intro .lead{font-size:17px}.compact{padding-top:20px}.facts{grid-template-columns:1fr;gap:18px}.facts>div{display:flex;justify-content:space-between;gap:15px}.facts small{min-width:105px;font-size:10px}.facts strong{text-align:right;font-size:14px}.detail-layout{padding-bottom:65px;gap:35px}.detail-layout h2{font-size:2.5rem}.faq summary{font-size:16px}.booking{padding:25px}.umrah-banner{padding:32px 24px;margin-bottom:55px}.umrah-banner h2{font-size:2.6rem}.three-grid{grid-template-columns:1fr;gap:8px}.three-grid h3{font-size:2rem}.split-copy{grid-template-columns:1fr;gap:16px;padding-block:45px}.editorial-image img{height:330px}.notice{padding:30px 24px}.notice h2{font-size:2.5rem}.form-grid{grid-template-columns:1fr;gap:22px}.planner{padding:25px 20px}.planner>.button{gap:14px;font-size:13px;padding:14px}.link-strip{flex-direction:column;font-size:15px;gap:22px}.contact-grid,.destination-list{grid-template-columns:1fr}.contact-grid article,.destination-list a{padding:30px}.article{font-size:17px;padding-bottom:65px}.story-list h2{font-size:2.3rem}.footer-top{gap:32px 20px;grid-template-columns:1fr 1fr}.footer-top>div:first-child,.footer-top>div:last-child{grid-column:1/-1}.footer-top h2{font-size:3.7rem}.footer-top a{font-size:13px}.footer-bottom{flex-direction:column;margin-top:35px;padding-bottom:65px}.footer-bottom div{flex-wrap:wrap;gap:15px}.chat{right:14px;bottom:14px;padding:10px 16px;font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.js-motion .reveal.pending{opacity:1;translate:none}}
/* Travel imagery: original assets with accessible labels and stable dimensions. */
.trip-art{position:relative;overflow:hidden;min-height:320px;color:#fff}.trip-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.trip-art::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,20,18,.55),rgba(0,20,18,.06) 40%,rgba(0,20,18,.72))}.trip-art>.eyebrow,.trip-word{position:relative;z-index:1}.trip:hover .trip-photo{transform:scale(1.035)}.journey-visual,.family-visual,.sacred-visual{margin:0 0 38px}.journey-visual img{width:100%;height:clamp(250px,40vw,560px);object-fit:cover;border-radius:6px}.journey-visual figcaption,.family-visual figcaption,.sacred-visual figcaption{font-size:12px;line-height:1.6;margin-top:8px;color:var(--muted)}.family-visual img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:6px}.planning{max-width:960px}.sacred-visual img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:4px}.sacred-visual figcaption{color:#c8d3c8}.sacred-note{padding-left:35px}.sacred-note>span{font-size:clamp(3.2rem,5vw,5rem)}@media(max-width:900px){.sacred-note{display:block;padding-left:0}.sacred-visual{max-width:640px}.sacred-note>p{margin-bottom:20px}}@media(max-width:600px){.trip-art{min-height:270px}.journey-visual img{height:auto;aspect-ratio:3/2}.journey-visual,.family-visual,.sacred-visual{margin-bottom:28px}}
/* CRU's refreshed travel direction: teal, bright canvas, warm gold and softer cards. */
:root{--forest:#125b58;--night:#093d3c;--cream:#f5faf7;--ivory:#ffffff;--gold:#e9b65f;--muted:#4d6761;--line:#d7e3dd}body{background:var(--cream)}header{background:rgba(255,255,255,.97)}h2,h3{font-family:var(--sans);font-weight:650;letter-spacing:-.045em}h2 em,h3 em{font-family:var(--serif);font-weight:400;color:#906424}.button{border-radius:28px;padding-inline:26px}.button.gold{background:var(--gold)}.hero{margin:22px auto 0;width:calc(100% - 44px);border-radius:30px;height:760px;min-height:690px;background:var(--forest)}.hero-image{opacity:.25}.hero-shade{background:linear-gradient(90deg,#083f3ff2 0%,#0b5358d9 55%,#0c575b45)}.hero-content{z-index:2;width:calc(100% - 100px);padding-bottom:170px;pointer-events:none}.hero-content a{pointer-events:auto}.hero h1{font-size:clamp(3.5rem,6.1vw,6.5rem);max-width:750px;line-height:1.05}.hero h1 em{color:#f5d596}.hero p:not(.eyebrow){max-width:510px;font-size:17px}.hero-family{position:absolute;right:5%;top:11%;width:37%;height:65%;border:7px solid #ffffff26;border-radius:180px 180px 28px 28px;overflow:hidden;transform:rotate(3deg);box-shadow:0 25px 55px #032b3540}.hero-family img{width:100%;height:100%;object-fit:cover;object-position:45% center}.hero-family span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#072f36e6);color:white;padding:45px 22px 22px;text-align:center;font-size:16px}.hero-content .eyebrow{max-width:53%}.hero-shortcuts{position:absolute;z-index:3;bottom:100px;left:50px;background:#fff;color:var(--forest);border-radius:22px;display:flex;width:min(700px,calc(100% - 100px));box-shadow:0 15px 30px #022f3733;padding:22px 10px}.hero-shortcuts a{padding:0 24px;flex:1;border-right:1px solid var(--line)}.hero-shortcuts a:last-child{border:0}.hero-shortcuts small{font-size:10px;letter-spacing:.06em;display:block;margin-bottom:7px}.hero-shortcuts strong{font-size:17px}.hero-shortcuts a:hover strong{text-decoration:underline}.hero-bottom{width:calc(100% - 100px);bottom:30px}.worlds{display:grid;grid-template-columns:1fr 1fr;gap:22px;border:0}.world{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;grid-template-columns:40px 1fr 45px;gap:15px;box-shadow:0 6px 24px #083d3c05}.world:hover{padding:28px;background:#e7f3ee}.world h3{font-size:1.8rem}.world-num{color:#92713a}.world .circle{background:#f3cc7a;border:0;color:#173d35}.trip{border-radius:22px;box-shadow:0 12px 35px #0a4e4609}.trip-art{min-height:340px}.trip-word{font-size:4.5rem}.trip-body h3{font-size:1.9rem}.assurance{background:#e7f2ee}.assurance-grid h3{font-size:1.45rem}.umrah-banner,.notice,.planner,.booking,.contact-grid article,.destination-list a{border-radius:22px}.journey-visual img,.family-visual img,.sacred-visual img{border-radius:22px}.sacred h2 em{color:var(--gold)}.section-head h2{font-size:clamp(2.3rem,4vw,3.8rem)}.section{padding-block:82px}.compact{padding-top:28px}.planning h2{font-size:clamp(3rem,5vw,4.7rem)}footer h2{font-family:var(--serif);font-weight:400}.trip-body h3 a{line-height:1.3}@media(max-width:1000px){.hero-family{width:39%;right:3%;opacity:.8}.hero h1{font-size:4.7rem;max-width:650px}.hero-content{width:calc(100% - 64px)}.hero-shortcuts{left:32px;width:calc(100% - 64px)}.worlds{gap:16px}.world{padding:22px;grid-template-columns:1fr 40px}.world-num{display:none}.world:hover{padding:22px}.world h3{font-size:1.65rem}}@media(max-width:600px){.hero{width:calc(100% - 24px);margin-top:12px;border-radius:22px;height:auto;min-height:1070px}.hero-content{width:calc(100% - 40px);height:auto;padding:45px 0 0;justify-content:start}.hero h1{font-size:clamp(2.6rem,10.8vw,4rem);max-width:100%}.hero-content .eyebrow{max-width:100%;font-size:10px}.hero p:not(.eyebrow){font-size:16px;max-width:100%}.hero-family{top:475px;left:24px;right:24px;width:auto;height:310px;transform:none;border-radius:80px 80px 20px 20px;opacity:1}.hero-family img{object-position:center 42%}.hero-shortcuts{bottom:115px;left:20px;width:calc(100% - 40px);padding:20px 4px;border-radius:18px}.hero-shortcuts a{padding:0 9px}.hero-shortcuts small{font-size:9px;letter-spacing:0;min-height:28px}.hero-shortcuts strong{font-size:13px}.hero-bottom{width:calc(100% - 40px);bottom:44px}.hero-bottom>span{max-width:175px}.worlds{grid-template-columns:1fr}.world{grid-template-columns:1fr 40px}.trip-art{min-height:285px}.trip-word{font-size:4rem}.section{padding-block:60px}.compact{padding-top:20px}.section-head h2{font-size:2.5rem}.hero-actions .button{padding-inline:15px}.page-intro h1{font-size:3rem}}
.breadcrumbs{padding-top:24px;font-size:12px;color:#607e70}.breadcrumbs a{text-decoration:underline}.package-categories{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 25px}.package-categories a{padding:12px 20px;border:1px solid #cfdbce;border-radius:30px}.booking form label{display:block;margin:14px 0;font-size:13px}.booking form input:not([type=checkbox]):not([type=hidden]){width:100%;padding:10px;border:1px solid #c6d5cb;border-radius:6px;margin-top:6px}.booking button{cursor:pointer}.booking button:disabled{opacity:.5}
.company-details{padding:24px 0;border-top:1px solid #ffffff24;line-height:1.7;font-size:13px}.company-details a{display:inline-block;margin-right:20px}.company-details p{margin:4px 0}.consent-box{position:fixed;bottom:20px;left:20px;z-index:100;width:min(460px,calc(100% - 40px));background:#fff;color:#244438;border:1px solid #c4d6cd;border-radius:14px;padding:22px;box-shadow:0 12px 40px #0003;font-size:13px}.consent-box p{line-height:1.7}.consent-box button,.consent-preferences{cursor:pointer;padding:10px 15px;border:1px solid #a4bbae;border-radius:7px;background:#f0f6ef;color:#244438;margin:6px}.consent-preferences{margin-left:5%}.consent-box a{text-decoration:underline}

/* Homepage: cinematic editorial header, adapted from the owner's Lovable CRU. */
.cinematic-home{--hero-cream:#f7f2e8}
.cinematic-home .cinematic-header{position:fixed;inset:0 0 auto;background:transparent;border:0;backdrop-filter:none;color:var(--hero-cream);transition:background .3s,color .3s,box-shadow .3s}
.cinematic-home .cinematic-header .nav{min-height:104px;width:min(1280px,calc(100% - 80px));gap:24px}
.cinematic-header .logo{width:180px;height:84px}
.cinematic-header .logo>img:first-child{visibility:hidden}
.cinematic-header .logo .overlay-logo{position:static;display:block;width:auto;height:76px;max-width:100%;object-fit:contain}
.cinematic-header nav>a{font-size:14px;font-weight:400;letter-spacing:.025em}
.cinematic-header .button.small{border:1px solid #f7f2e880;border-radius:999px;background:transparent;color:inherit;min-height:46px}
.cinematic-header .button.small:hover{background:var(--hero-cream);color:#173d35}
.cinematic-header .lang{border-color:#f7f2e855}
.cinematic-home .cinematic-header.is-scrolled{background:rgba(247,242,232,.96);backdrop-filter:blur(16px);color:#173d35;box-shadow:0 1px 0 #173d3520}
.cinematic-header.is-scrolled .logo>img:first-child{visibility:visible}
.cinematic-header.is-scrolled .logo .overlay-logo{display:none}
.cinematic-header.is-scrolled .button.small{border-color:#173d35;background:#173d35;color:#f7f2e8}
.cinematic-home .hero{width:100%;height:auto;min-height:100svh;margin:0;border-radius:0;display:flex;align-items:flex-end;background:#0c2d28;color:var(--hero-cream)}
.cinematic-home .hero-image{inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:1;animation:none}
.cinematic-home .hero-shade{background:linear-gradient(180deg,rgba(7,28,24,.65),rgba(7,28,24,.23) 34%,rgba(7,28,24,.88) 100%)}
.cinematic-home .hero-content{width:min(1280px,calc(100% - 80px));height:auto;min-height:100svh;padding:220px 0 72px;justify-content:flex-end;align-items:flex-start}
.cinematic-home .hero .eyebrow{font-size:12px;letter-spacing:.22em;color:#e6d1a7;margin-bottom:22px;max-width:none}
.cinematic-home .hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(4rem,9.5vw,9rem);font-weight:300;line-height:.99;letter-spacing:-.035em;max-width:100%;margin:0 0 40px;color:var(--hero-cream)}
.cinematic-home .hero-intro-row{display:grid;grid-template-columns:1.1fr 1fr;align-items:end;gap:60px;width:100%}
.cinematic-home .hero p:not(.eyebrow){font-size:16px;line-height:1.75;max-width:570px;margin:0;color:#e3e3d8}
.cinematic-home .hero-actions{margin:0;gap:14px;flex-wrap:wrap}
.cinematic-home .hero-actions .button{border-radius:999px;min-height:50px;padding:13px 27px;gap:16px;font-size:14px}
.cinematic-home .hero-scroll{display:flex;align-items:center;gap:16px;font-size:12px;letter-spacing:.2em;margin-top:48px;min-height:44px;color:#f7f2e8}
.cinematic-home .hero-scroll span{height:32px;width:1px;background:#f7f2e899}
.cinematic-home .hero .image-note{font-size:12px;right:24px;bottom:8px;color:#d5ddd6}
.cinematic-home .hero-shortcuts{position:static;width:min(1280px,calc(100% - 80px));margin:36px auto 0;border-radius:0;box-shadow:none;background:transparent;padding:20px 0;border-block:1px solid #173d3526}
.cinematic-home .hero-shortcuts a{padding:0 30px}.cinematic-home .hero-shortcuts small{font-size:12px}
@media(max-width:1100px){.cinematic-header .menu-toggle{display:block;color:inherit;background:transparent;border:1px solid currentColor;border-radius:999px;min-height:44px;padding:8px 16px}.cinematic-header nav{display:none}.cinematic-header nav.open{display:flex;position:absolute;top:100%;left:0;right:0;max-height:calc(100svh - 104px);overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;padding:16px 32px 24px;background:#f7f2e8;color:#173d35;box-shadow:0 12px 24px #0002}.cinematic-header nav.open>a{padding:14px 10px;min-height:48px}.cinematic-header nav.open .button{background:#173d35;color:#fff}.cinematic-header nav.open .lang{border:0}.cinematic-home .hero-intro-row{gap:30px}}
@media(max-width:700px){.cinematic-home .cinematic-header .nav{width:calc(100% - 40px);min-height:88px}.cinematic-header .logo{height:76px}.cinematic-header .logo .overlay-logo{height:68px}.cinematic-home .hero-content{width:calc(100% - 40px);padding:168px 0 48px;min-height:100svh}.cinematic-home .hero h1{font-size:clamp(3.5rem,12vw,5.4rem);margin-bottom:28px}.cinematic-home .hero-intro-row{grid-template-columns:1fr;gap:24px}.cinematic-home .hero-actions .button{padding-inline:18px}.cinematic-home .hero-scroll{margin-top:28px}.cinematic-home .hero-shortcuts{width:calc(100% - 40px);margin-top:22px;flex-wrap:wrap;gap:16px}.cinematic-home .hero-shortcuts a{padding:0 12px;min-width:90px}.cinematic-home .hero-shortcuts small{font-size:12px;min-height:38px}.cinematic-home .hero-shortcuts strong{font-size:14px}.cinematic-header nav.open{max-height:calc(100svh - 88px)}}
.cinematic-header.is-scrolled .logo>img:first-child{width:180px;top:-40px;left:0}

/* Shared scroll choreography: no layout shift and no scroll hijacking. */
body>header.motion-header,body.cinematic-home>header.motion-header{transform:translateY(0);transition:transform 850ms cubic-bezier(.16,1,.3,1),background-color 350ms ease,color 350ms ease,box-shadow 350ms ease;will-change:transform}
body>header.motion-header.scroll-hidden,body.cinematic-home>header.motion-header.scroll-hidden{transform:translateY(calc(-100% - 4px));transition-duration:480ms;transition-timing-function:cubic-bezier(.65,0,.35,1);pointer-events:none}
body>header.motion-header:focus-within{transform:translateY(0);pointer-events:auto}
@media(prefers-reduced-motion:reduce){body>header.motion-header.scroll-hidden,body.cinematic-home>header.motion-header.scroll-hidden{transform:none;pointer-events:auto}}
@media print{body>header.motion-header{transform:none!important}}

/* Selected photography from the connected CRU project, composed in our design language. */
.world[style]{position:relative;isolation:isolate;min-height:245px;overflow:hidden;color:var(--ivory);border:0;background:var(--night)}
.world[style]::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--world-image);background-size:cover;background-position:center;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}
.world[style]::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,#082d29eb 12%,#082d2990 65%,#082d293d)}
.world[style]:hover::before{transform:scale(1.055)}
.world[style] .circle{border-color:#ffffff75;color:white}
.story-list>a{display:grid;grid-template-columns:minmax(220px,38%) 1fr;column-gap:42px;align-items:center}
.story-list>a>img{grid-row:1/6;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;transition:transform 1s cubic-bezier(.16,1,.3,1)}
.story-list>a:hover>img{transform:scale(.985)}
.destination-mosaic{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin-top:34px}
.destination-mosaic img{width:100%;height:300px;object-fit:cover;border-radius:20px}.destination-mosaic img:first-child{height:390px}
.world-feature{margin:0 0 30px;overflow:hidden;border-radius:22px}.world-feature img{width:100%;height:min(58vw,620px);object-fit:cover}
.consultant-photo{width:100%;height:320px;object-fit:cover;object-position:center 25%;border-radius:18px;margin-bottom:24px}
@media(max-width:760px){.world[style]{min-height:215px}.story-list>a{display:block}.story-list>a>img{margin-bottom:22px}.destination-mosaic{grid-template-columns:1fr 1fr}.destination-mosaic img,.destination-mosaic img:first-child{height:230px}.destination-mosaic img:first-child{grid-column:1/-1}.consultant-photo{height:270px}}

/* Homepage editorial sequence */
figcaption:empty,.image-note:empty{display:none}.home-manifesto{background:var(--night);color:var(--cream)}.manifesto-grid{display:grid;grid-template-columns:minmax(180px,.65fr) 2fr;gap:80px;align-items:start}.manifesto-grid h2{max-width:920px;font:400 clamp(3.2rem,6vw,6.8rem)/.98 var(--serif);letter-spacing:-.055em}.manifesto-grid .manifesto-lead{font:400 clamp(1.6rem,2.5vw,2.5rem)/1.35 var(--serif);max-width:790px;color:#f2dcb1}.manifesto-grid div>p:last-child{max-width:680px;color:#c9d6cf}.home-spotlight{background:#edf1e9}.spotlight-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:76px;align-items:center}.spotlight-grid figure{margin:0;overflow:hidden;border-radius:180px 180px 24px 24px;height:650px}.spotlight-grid img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.2,.7,.2,1)}.spotlight-grid:hover img{transform:scale(1.035)}.spotlight-grid h2{font:400 clamp(3.2rem,5vw,5.7rem)/1 var(--serif)}.spotlight-grid p:not(.eyebrow){color:var(--muted);max-width:540px}.destination-cards{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:24px}.destination-cards a{position:relative;min-height:520px;border-radius:20px;overflow:hidden;color:white;background:var(--night)}.destination-cards img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.destination-cards a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,#062e2bd9)}.destination-cards a:hover img{transform:scale(1.05)}.destination-cards span,.destination-cards h3{position:absolute;z-index:1;left:28px}.destination-cards span{top:26px;font:italic 18px var(--serif)}.destination-cards h3{bottom:8px;font:400 clamp(2rem,3vw,3.5rem) var(--serif)}.home-stories{background:#fff}.home-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.home-story-grid a{display:block}.home-story-grid img{width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:16px;margin-bottom:25px;filter:saturate(.88);transition:transform .55s,filter .55s}.home-story-grid a:hover img{transform:translateY(-6px);filter:saturate(1)}.home-story-grid .eyebrow{margin-bottom:10px;color:#80653d}.home-story-grid h3{font:400 2.1rem/1.1 var(--serif);margin-bottom:12px}.home-story-grid a>p:last-child{color:var(--muted);font-size:14px}.human-assistance{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.assistance-copy p:not(.eyebrow){color:var(--muted);max-width:520px}.consultant-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px}.consultant-pair article{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;padding-bottom:22px}.consultant-pair article:nth-child(2){transform:translateY(42px)}.consultant-pair img{width:100%;aspect-ratio:.82;object-fit:cover}.consultant-pair h3,.consultant-pair p{margin-inline:22px}.consultant-pair h3{margin-top:20px;margin-bottom:5px}.consultant-pair p{font-size:13px;color:var(--muted);margin-bottom:0}
@media(max-width:900px){.manifesto-grid,.spotlight-grid,.human-assistance{grid-template-columns:1fr;gap:42px}.spotlight-grid figure{height:520px}.destination-cards{grid-template-columns:1fr 1fr}.destination-cards a:first-child{grid-column:1/-1}.home-story-grid{grid-template-columns:1fr 1fr}.home-story-grid a:first-child{grid-column:1/-1}.home-story-grid a:first-child img{aspect-ratio:1.8}.human-assistance{align-items:start}.consultant-pair article:nth-child(2){transform:translateY(28px)}}
@media(max-width:600px){.manifesto-grid{gap:22px}.manifesto-grid h2{font-size:3.6rem}.spotlight-grid figure{height:430px;border-radius:120px 120px 20px 20px}.destination-cards,.home-story-grid{grid-template-columns:1fr}.destination-cards a,.destination-cards a:first-child{grid-column:auto;min-height:440px}.home-story-grid a:first-child{grid-column:auto}.home-story-grid a:first-child img,.home-story-grid img{aspect-ratio:1.2}.human-assistance{gap:38px}.consultant-pair{gap:12px}.consultant-pair h3,.consultant-pair p{margin-inline:14px}.consultant-pair h3{font-size:1.5rem}.consultant-pair p{font-size:11px}.consultant-pair article:nth-child(2){transform:translateY(18px)}}
