@charset "UTF-8";
.journey-intro.wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(36px,5vw,80px);padding-block:100px}
.journey-intro-photo{min-width:0;overflow:hidden}
.journey-intro-photo img{width:100%;height:auto;aspect-ratio:2186/2000;object-fit:cover}
.journey-intro-copy{min-width:0}
.journey-intro .intro-heading{display:block}
.journey-intro .intro-heading h2{font-size:clamp(2.2rem,3.1vw,3.2rem);line-height:1.12}
.journey-intro .intro-heading p{max-width:48ch;margin-top:25px}
.journey-intro .trip-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px;margin-top:32px;padding-block:26px}
.journey-intro .trip-facts>span{padding:0;border:0;font-size:12px}
.journey-intro .trip-facts strong{font-size:21px}
.journey-intro .journey-intro-bottom{gap:20px;align-items:flex-start;margin-top:24px;font-size:11px}
.journey-intro .journey-intro-bottom>a{max-width:none;gap:10px}
@media(max-width:800px){.journey-intro.wrap{grid-template-columns:1fr;gap:36px;padding-block:60px}.journey-intro-photo img{max-height:620px;object-fit:contain}.journey-intro .intro-heading h2{font-size:clamp(2.2rem,5.5vw,3rem)}.journey-intro .intro-heading p{max-width:55ch}.journey-intro .trip-facts{margin-top:28px}}
@media(max-width:580px){.journey-intro.wrap{gap:30px;padding-block:48px}.journey-intro .intro-heading h2{font-size:2.2rem}.journey-intro .trip-facts strong{font-size:20px}.journey-intro .journey-intro-bottom{flex-wrap:wrap;gap:16px}}
:root{--brown:#4a281b;--deep:#2b1b14;--dark:#21150f;--cream:#f6efe5;--white:#fffaf3;--sand:#d6bda5;--muted:#bfa38e;--copper:#b7683e;--line:rgba(232,211,189,.22);--ink:#472a1f;--display:'Jost',sans-serif;--body:'Manrope',sans-serif;--header:94px;color-scheme:dark}
*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%;width:100%}html{scroll-behavior:smooth;scroll-padding-top:110px;scrollbar-color:#9c7155 #2b1b14}body{margin:0;background:var(--brown);color:var(--cream);font:400 16px/1.7 var(--body);-webkit-font-smoothing:antialiased}::selection{background:#e0b793;color:#26160e}a{color:inherit;text-decoration:none;text-underline-offset:5px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a,button,input,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid #e6a56c;outline-offset:6px}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}h2{font-size:clamp(2.4rem,4.1vw,4rem)}h2 span{color:var(--sand)}h3{font-size:1.8rem}p{max-width:65ch}svg.icon{height:21px;width:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex:none}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.wrap{width:calc(100% - 128px);max-width:1392px;margin-inline:auto;box-sizing:border-box}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:56px;padding:16px 26px;font-size:14px;font-weight:600;border:1px solid transparent;border-radius:2px;cursor:pointer;transition:background .25s,color .25s,transform .25s;white-space:nowrap}.button:hover{transform:translateY(-3px)}.button-cream{background:var(--cream);color:var(--brown)}.button-cream:hover{background:white}.button-brown{background:var(--brown);color:var(--cream)}.button-brown:hover{background:#6a3d29}.text-link{display:inline-flex;align-items:center;gap:15px;padding-block:9px;border-bottom:1px solid currentColor;font-size:14px}.text-link:hover{color:#e9c7a6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:var(--cream);color:var(--brown);padding:12px}.skip-link:focus{top:16px}
.site-header{position:absolute;z-index:40;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;height:var(--header);padding:0 64px;border-bottom:1px solid rgba(255,244,230,.24);transition:background .25s}.brand{display:flex;flex-direction:column;align-items:center;position:relative;width:max-content;flex:none;line-height:1}.brand-name{position:relative;font:400 38px/1 'Jost',serif;letter-spacing:.025em}.brand-orbit{position:absolute;inset:-6px -7px -2px -7px;border:1px solid currentColor;border-radius:50%;transform:rotate(-22deg);opacity:.7;pointer-events:none}.brand-tag{font-size:9px;letter-spacing:.42em;margin:10px 0 0 4px}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:13px}.desktop-nav>a{padding:10px 0;position:relative}.desktop-nav>a:after{content:'';position:absolute;bottom:2px;left:0;width:0;height:1px;background:var(--cream);transition:width .3s}.desktop-nav>a:hover:after,.desktop-nav>a[aria-current]:after{width:100%}.nav-soon{position:relative;opacity:.7;cursor:default}.nav-soon>span{position:absolute;white-space:nowrap;font-size:9px;inset:24px auto auto -8px;letter-spacing:.04em}.header-cta{border-color:rgba(255,244,230,.45);min-height:42px;padding:10px 18px;font-size:12px;gap:25px}.header-cta:hover{background:var(--cream);color:var(--brown)}.header-cta svg.icon{width:16px;height:16px}.menu-toggle,.mobile-nav{display:none}
.hero{position:relative;height:100svh;min-height:720px;max-height:1200px;overflow:hidden;background:#554135}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;will-change:transform;filter:saturate(.66) brightness(.82);transform:scale(1.03)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,20,12,.63),rgba(30,20,12,.12) 75%),linear-gradient(0deg,#4a281b 0%,rgba(46,27,18,.43) 17%,transparent 57%,rgba(20,20,15,.21) 100%)}.hero-content{position:relative;z-index:2;padding-top:clamp(220px,29vh,350px);padding-bottom:180px}.hero h1{font-weight:300;font-size:clamp(3.7rem,6.55vw,6rem);letter-spacing:-.035em;line-height:1.04;max-width:950px}.hero h1 em{font-weight:300;font-style:normal;color:#edc8a4}.hero-content>p{font-size:15px;line-height:1.8;color:#f5e7d9;max-width:410px;margin:30px 0 28px}.hero-support{display:block;font-size:11px;color:#ead6c1;margin-top:14px;letter-spacing:.01em}.hero-bottom{position:absolute;inset:auto 0 43px;z-index:2;display:flex;justify-content:space-between;align-items:center;font-size:11px}.discover{display:flex;align-items:center;gap:14px}.circle-arrow{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;transition:background .25s}.discover:hover .circle-arrow{background:#ffffff20}.circle-arrow svg.icon{width:17px}.hero-location{letter-spacing:.16em;display:flex;align-items:center;gap:8px;font-size:10px;color:#e4cbb4}.hero-location svg.icon{height:15px;width:15px}
.journey-intro{padding-block:110px 36px}.intro-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.intro-heading h2{font-size:clamp(2.4rem,3.8vw,3.8rem);flex:1.5}.intro-heading p{max-width:380px;font-size:14px;color:#d9bfa8;flex:1;line-height:1.9}.trip-facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0}.trip-facts>span{display:flex;flex-direction:column;gap:3px;font-size:11px;color:#d3b69e;padding-left:32px;border-left:1px solid var(--line)}.trip-facts>span:first-child{border:0;padding-left:0}.trip-facts strong{font-family:var(--display);font-size:23px;line-height:1.4;color:var(--cream);font-weight:400;letter-spacing:-.015em}.journey-intro-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:28px;font-size:11px;color:#d4b9a1}.journey-intro-bottom>a{display:flex;gap:14px;align-items:center}.journey-intro-bottom svg.icon{height:15px;width:15px}
.journey{position:relative;height:auto;background:var(--dark)}.journey.enhanced{height:650svh}.journey-stage{position:relative;overflow:hidden}.enhanced .journey-stage{position:sticky;top:0;height:100svh;min-height:360px;max-height:1300px}.chapter-images{position:absolute;inset:0}.chapter-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:saturate(.68);transition:opacity 650ms ease,transform 1200ms cubic-bezier(.16,1,.3,1);transform:scale(1.07)}.chapter-image.active{opacity:1;transform:scale(1.015)}.chapter-image[data-image="capadocia"]{object-position:50% 64%}.chapter-image[data-image="efeso"]{object-position:50% 43%}.journey-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,16,11,.87) 0%,rgba(28,20,15,.53) 44%,rgba(23,18,13,.08) 100%),linear-gradient(0deg,rgba(29,18,12,.9),transparent 50%,rgba(29,18,12,.45))}.chapter-top{position:relative;padding-top:36px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.18em;color:#e5d3bf}.chapter-count{font-variant-numeric:tabular-nums}.chapter-panels{position:relative;min-height:580px}.chapter-panel{padding:40px 0;position:relative;max-width:620px}.enhanced .chapter-panel{position:absolute;inset:clamp(70px,10vh,150px) auto auto 0;width:52%;max-width:620px;padding:0;transition:opacity 400ms ease,transform 650ms cubic-bezier(.16,1,.3,1);opacity:0;transform:translateY(18px);pointer-events:none;visibility:hidden}.enhanced .chapter-panel.active{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.chapter-day{display:flex;align-items:baseline;gap:16px;margin-bottom:22px}.chapter-day strong{font-size:16px;font-family:var(--display);font-weight:400}.chapter-day span{font-size:11px;letter-spacing:.1em;border-left:1px solid var(--line);padding-left:16px;text-transform:uppercase}.chapter-panel h3{font-size:clamp(2.9rem,4.9vw,4.9rem);font-weight:300;white-space:pre-line;line-height:1.05}.chapter-description{font-size:13px;max-width:425px;color:#eee0d0;margin:24px 0 20px;line-height:1.85}.chapter-stops{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px 18px;max-width:500px}.chapter-stops li{font-size:11px;color:#f5e9dc;display:flex;align-items:center;gap:7px}.chapter-stops li:before{content:'';height:3px;width:3px;background:var(--sand);border-radius:50%;flex:none}.chapter-note{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);font-size:10px;line-height:1.7;max-width:440px;color:#d9c4ae}.journey-controls{position:relative;padding-block:24px}.enhanced .journey-controls{position:absolute;bottom:clamp(14px,4svh,34px);left:0;right:0;padding:0}.day-nav{display:flex;justify-content:space-between;gap:8px}.day-button{appearance:none;background:none;border:0;color:#d4c1ac;text-align:left;padding:12px 4px;display:flex;flex-direction:column;gap:4px;position:relative;transition:color .2s;flex:1;min-height:64px}.day-button>span{font-size:9px;letter-spacing:.08em;text-transform:uppercase}.day-button>strong{font-weight:400;font-family:var(--display);font-size:18px}.day-button:hover,.day-button[aria-current]{color:#fff}.day-button[aria-current]:before{content:'';position:absolute;left:4px;right:10px;bottom:-9px;background:#f1d5b9;height:2px;z-index:2}.journey-progress{height:1px;background:rgba(255,255,255,.25);margin-top:8px}.journey-progress>span{display:block;width:100%;height:1px;background:#f1d5b9;transform:scaleX(0);transform-origin:left center}
.stories{padding-block:106px;display:grid;grid-template-columns:1.4fr 1fr;gap:100px;align-items:center}.stories h2{font-size:clamp(2.5rem,3.55vw,3.5rem)}.stories p{margin-top:25px;font-size:13px;line-height:1.9;color:#d5baa2}.stories-note{border-left:1px solid var(--line);padding:20px 0 20px 64px;display:flex;flex-direction:column;align-items:flex-start}.quote-icon{width:42px;height:34px;color:#be9676;margin-bottom:22px}.stories-note>span{font:300 24px/1.4 var(--display);color:#e4cbb3}.stories-note>small{margin-top:20px;color:#d0af94;font-size:10px}
.investment{background:var(--cream);color:var(--ink);padding:95px 0 72px;color-scheme:light}.investment h2 span{color:#987359}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.section-heading>p{font-size:13px;line-height:1.8;color:#80624f}.investment-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;margin-top:54px}.price-panel{background:#e9dece;padding:40px}.price-panel h3{font-size:30px}.price-context{font-size:12px;margin-top:8px;color:#79604d}.room-options{margin:26px 0 25px;padding:4px;border:1px solid #c6b29f;display:flex;gap:4px;border-radius:3px}.room-options label{position:relative;flex:1;cursor:pointer}.room-options input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;margin:0}.room-options label span{display:block;text-align:center;font-size:12px;padding:10px 12px;border-radius:2px}.room-options input:checked+span{color:var(--cream);background:var(--brown)}.room-options input:focus-visible+span{outline:2px solid var(--brown);outline-offset:5px}.price-prefix{font-size:11px;color:#6c5342}.price{display:flex;align-items:baseline;gap:10px;font-family:var(--display);line-height:1.1;margin:9px 0}.price>span{font-size:26px}.price>strong{font-size:clamp(4rem,5.5vw,5.2rem);font-weight:400;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.price-payment{font-size:14px}.price-payment strong{font-weight:600}.price-total{font-size:10px;color:#6a5140;line-height:1.6;margin-top:9px}.price-cta{width:100%;margin-top:30px;font-size:13px;justify-content:space-between}.price-fine{font-size:10px;line-height:1.8;margin-top:16px;color:#715745}.inclusions h3{font-size:27px;margin-bottom:24px}.included-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:15px}.included-list>li{font-size:12px;line-height:1.7;position:relative;padding-left:28px;color:#634b3b}.included-list>li:before{content:'';width:11px;height:6px;border-left:1.5px solid #7b5034;border-bottom:1.5px solid #7b5034;transform:rotate(-45deg);position:absolute;left:1px;top:7px}.not-included{border-top:1px solid #cdbba7;margin-top:28px;padding-top:19px}.not-included summary{display:flex;align-items:center;justify-content:space-between;font-size:14px;cursor:pointer;list-style:none}.not-included p{font-size:11px;color:#735641;margin-top:15px;line-height:1.8}.not-included strong{font-weight:600}.plus-icon{transition:transform .3s}details[open]>summary .plus-icon{transform:rotate(45deg)}summary::-webkit-details-marker{display:none}.extras-section{margin-top:55px;padding-top:35px;border-top:1px solid #cdbba7;display:grid;grid-template-columns:1fr 1.25fr;gap:70px}.extras-section h3{font-size:25px}.extras-section>div>p{font-size:12px;color:#715744;margin-top:15px;line-height:1.9;max-width:350px}.extras-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-height:56px;font-size:14px;border-bottom:1px solid #cdbba7}.extras-trigger{display:grid;place-items:center;width:34px;height:34px;border:1px solid #bda58e;border-radius:50%}.extra-row{padding:17px 0;border-bottom:1px solid #d6c7b6;display:grid;grid-template-columns:1fr auto;gap:3px 20px}.extra-row h4{font-size:12px;margin:0;font-weight:600}.extra-row strong{font-size:13px;font-weight:600;white-space:nowrap}.extra-row p{font-size:10px;color:#705845;grid-column:1/-1;line-height:1.8}.extra-disclaimer{font-size:10px;color:#775b46;margin-top:18px;line-height:1.8}
.faq{padding-block:100px;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.faq>div>p{margin-top:24px;font-size:13px;color:#d1b49b}.faq .text-link{margin-top:25px;font-size:12px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;cursor:pointer;font-size:13px;line-height:1.7}.faq-item .icon{height:18px;width:18px;color:#d4b090}.faq-item p{font-size:12px;color:#dfc7b1;margin:0 30px 24px 0;line-height:1.9}.faq-item[open] summary{color:#f4d7b8}
.about{display:grid;grid-template-columns:1fr 1fr;background:#352218}.about-photo{position:relative;min-height:660px;overflow:hidden}.about-photo>img{width:100%;height:100%;object-fit:cover;filter:saturate(.62)}.about-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(36,23,16,.88),transparent 65%)}.about-photo>span{position:absolute;bottom:48px;left:64px;right:30px;z-index:1;font:300 33px/1.15 var(--display);letter-spacing:-.02em}.about-copy{padding:75px 64px 64px;align-self:center}.about-copy h2{font-size:clamp(2.3rem,3.25vw,3.35rem)}.about-copy>p{font-size:12px;line-height:2;color:#d7bfa8;margin-top:24px}.about-proof{display:flex;gap:40px;margin-top:32px;border-top:1px solid var(--line);padding-top:25px}.about-proof>span{display:flex;flex-direction:column;font-size:10px;color:#d1b194}.about-proof strong{font:400 26px/1.3 var(--display);color:#f0ddc7;margin-bottom:3px}.about-proof .icon{display:none}.about-copy .text-link{font-size:11px;margin-top:25px}
.packages{padding-block:100px 110px}.packages .section-heading>p{color:#d7bba2}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px}.package-card{position:relative;min-height:440px;overflow:hidden;background:var(--deep)}.package-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.6);transition:transform .9s cubic-bezier(.16,1,.3,1)}.package-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(31,21,15,.97),rgba(31,21,15,.58) 43%,rgba(31,21,15,.03) 100%)}.package-card:hover>img{transform:scale(1.05)}.package-card-copy{position:absolute;inset:auto 26px 27px;z-index:1}.package-card-copy>span:first-child{font-size:8px;letter-spacing:.1em;color:#e1c3a6}.package-card h3{font-size:29px;margin-top:9px;line-height:1.15}.package-card p{font-size:11px;margin-top:14px;line-height:1.8;color:#e2cbb5;max-width:280px}.package-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:17px;margin-top:24px;font-size:10px}.package-link svg.icon{width:17px;height:17px}
footer{background:var(--deep);padding-top:66px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:50px;padding-bottom:55px;border-bottom:1px solid var(--line)}.footer-top h2{font-size:clamp(2.5rem,3.6vw,3.7rem);font-weight:300}.footer-top .button{font-size:12px}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;padding-block:55px;gap:60px}.footer-main>div>p{font-size:11px;color:#ccb29a;margin-top:25px}.footer-main nav{display:flex;flex-direction:column;align-items:flex-start;gap:9px;font-size:11px;color:#e2cdb6}.footer-main a:hover{color:white}.footer-contact{display:flex;flex-direction:column;gap:11px;font-size:11px}.footer-contact>a{display:flex;align-items:center;gap:8px}.footer-contact .icon{height:14px;width:14px}.footer-contact>span{font-size:10px;color:#bfa085;line-height:1.9;margin-top:7px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding-block:20px 27px;font-size:9px;color:#bfa68f}.whatsapp-float{position:fixed;right:24px;bottom:23px;background:var(--cream);color:var(--brown);z-index:30;width:51px;height:51px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 20px #21110e38;transition:transform .25s}.whatsapp-float>.icon{width:26px;height:26px;display:block}.whatsapp-float:hover{transform:translateY(-3px)}.icon-whatsapp,svg:has(> use[href*="whatsapp"]){fill:currentColor !important;stroke:none !important}.noscript-notice{position:fixed;z-index:80;bottom:0;left:0;right:0;padding:18px;background:var(--cream);color:var(--brown)}.noscript-notice a{text-decoration:underline}
@media(min-width:1600px){.hero-content{padding-top:30vh}.hero h1{font-size:6rem}.enhanced .chapter-panel{top:14vh}.chapter-description{font-size:15px}.chapter-note{font-size:12px}.chapter-stops li{font-size:12px}}
@media(max-width:1100px){.wrap{width:calc(100% - 80px)}.site-header{padding-inline:40px;gap:20px}.desktop-nav{gap:22px;font-size:11px}.header-cta{font-size:10px;padding:10px 13px;gap:13px}.hero h1{font-size:clamp(3.6rem,7.3vw,5.5rem)}.hero-content{padding-top:29vh}.intro-heading{gap:40px}.intro-heading p{font-size:12px}.trip-facts strong{font-size:20px}.stories{gap:50px}.stories-note{padding-left:35px}.investment-grid{gap:45px;grid-template-columns:1fr 1.1fr}.price-panel{padding:30px}.faq{gap:55px}.about-photo{min-height:620px}.about-copy{padding:50px 40px}.about-photo>span{left:40px;font-size:29px}.package-grid{gap:17px}.package-card-copy{inset:auto 20px 22px}.package-card h3{font-size:25px}.package-card{min-height:415px}.enhanced .chapter-panel{width:60%;top:9vh}.footer-main{gap:35px}}
@media(max-width:800px){:root{--header:80px}.wrap{width:calc(100% - 48px)}.site-header{padding-inline:24px;height:80px}.brand-name{font-size:31px}.brand-tag{font-size:8px;margin-top:8px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px solid #f9ebda60;background:transparent;width:44px;height:44px;position:relative;z-index:43}.menu-toggle>span{width:19px;height:1px;background:var(--cream);transition:transform .25s}.menu-toggle[aria-expanded=true]>span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{display:flex;visibility:hidden;position:absolute;inset:0 0 auto;background:var(--deep);padding:100px 28px 30px;flex-direction:column;gap:0;opacity:0;transform:translateY(-15px);transition:opacity .25s,transform .25s,visibility .25s}.mobile-nav.is-open{visibility:visible;opacity:1;transform:none}.mobile-nav>a,.mobile-nav>span{font:300 25px/1.5 var(--display);padding:10px 0;border-bottom:1px solid var(--line)}.mobile-nav>span{color:var(--muted)}.mobile-nav small{font:400 10px var(--body);margin-left:10px}.mobile-nav>a:last-child{font:500 13px var(--body);margin-top:15px;border:0}.hero{min-height:700px;max-height:950px}.hero-content{padding-top:28vh}.hero h1{font-size:clamp(3.3rem,7.8vw,4.7rem);max-width:660px}.hero-content>p{font-size:13px;max-width:340px;margin-top:25px}.hero-shade{background:linear-gradient(90deg,#21150c99,rgba(35,25,17,.14)),linear-gradient(0deg,#4a281b 0%,#30221755 30%,transparent 70%,#21150c55)}.hero-bottom{bottom:34px}.hero-location{font-size:8px;letter-spacing:.08em}.discover{font-size:9px;gap:10px}.journey-intro{padding-top:70px}.intro-heading{display:block}.intro-heading h2{font-size:clamp(2.5rem,5.9vw,3.5rem)}.intro-heading p{max-width:480px;margin-top:23px;font-size:13px}.trip-facts{margin-top:34px}.trip-facts>span{padding-left:18px;font-size:9px}.trip-facts strong{font-size:18px}.journey-intro-bottom{font-size:10px}.enhanced .journey-stage{min-height:400px}.journey.enhanced{height:740svh}.enhanced .chapter-panel{width:74%;top:10vh}.chapter-panel h3{font-size:clamp(2.9rem,6.8vw,4rem)}.chapter-description{max-width:400px;font-size:13px}.chapter-note{font-size:11px}.chapter-stops li{font-size:11px}.day-button>strong{font-size:14px}.day-button>span{font-size:8px}.stories{gap:35px;padding-block:70px;grid-template-columns:1.4fr 1fr}.stories h2{font-size:2.3rem}.stories-note{padding-left:28px}.stories-note>span{font-size:20px}.investment{padding-top:68px}.section-heading{align-items:flex-start;gap:30px}.section-heading>p{max-width:220px;font-size:11px}.investment-grid{grid-template-columns:1fr 1fr;gap:32px}.price-panel{padding:25px}.price-panel h3{font-size:26px}.room-options label span{font-size:10px;padding:10px 7px}.price>strong{font-size:58px}.price-cta{font-size:11px;padding-inline:16px;gap:10px}.inclusions h3{font-size:23px}.included-list>li{font-size:11px}.extras-section{gap:32px}.faq{gap:35px;padding-block:75px}.faq h2{font-size:2.7rem}.faq-item summary{font-size:12px}.about-photo{min-height:570px}.about-copy{padding:40px 28px}.about-copy h2{font-size:2.4rem}.about-copy>p{font-size:11px}.about-photo>span{left:24px;bottom:32px;font-size:26px}.about-proof{gap:22px}.about-proof strong{font-size:23px}.packages{padding-block:70px}.package-grid{gap:14px}.package-card{min-height:410px}.package-card-copy{inset:auto 16px 20px}.package-card h3{font-size:24px}.package-card-copy>span:first-child{font-size:7px}.package-card p{font-size:10px}.package-link{font-size:9px;gap:10px}.footer-top{gap:25px}.footer-top h2{font-size:2.7rem}.footer-top .button{font-size:10px;padding:16px;gap:13px}.footer-main{grid-template-columns:1.2fr .8fr 1.2fr;gap:30px}.footer-bottom{font-size:8px}}
@media(max-width:580px){.hero{min-height:740px;height:100svh}.hero-image{object-position:59% center}.hero-content{padding-top:235px;padding-bottom:155px}.hero h1{font-size:clamp(2.85rem,11vw,3.9rem);line-height:1.1;max-width:420px}.hero h1 br{display:none}.hero h1 em{display:block}.hero-content>p{font-size:12px;max-width:285px;margin:22px 0 25px}.hero-content .button{font-size:12px;padding:15px 20px;min-height:53px;gap:25px}.hero-support{font-size:9px}.hero-location{display:none}.hero-bottom{bottom:28px}.hero-shade{background:linear-gradient(90deg,#21150c85,#21150c1a),linear-gradient(0deg,#4a281b 0%,#34211585 25%,#3324131a 65%,#20190f55)}.journey-intro{padding-top:57px;padding-bottom:28px}.intro-heading h2{font-size:2.3rem}.intro-heading p{font-size:12px;line-height:1.9;margin-top:22px}.trip-facts{grid-template-columns:1fr 1fr;gap:22px 15px;padding:24px 0}.trip-facts>span:nth-child(3){border:0;padding:0}.trip-facts>span{font-size:10px}.trip-facts strong{font-size:20px}.journey-intro-bottom{font-size:9px;gap:20px;line-height:1.5}.journey-intro-bottom>a{gap:6px;max-width:125px}.journey-intro-bottom svg.icon{width:13px}.journey.enhanced{height:850svh}.enhanced .journey-stage{height:100svh;min-height:400px}.chapter-top{padding-top:24px;font-size:8px;letter-spacing:.13em}.chapter-panels{min-height:575px}.enhanced .chapter-panel{top:84px;width:100%}.chapter-day{margin-bottom:18px;gap:11px}.chapter-day strong{font-size:14px}.chapter-day span{font-size:9px;padding-left:11px}.chapter-panel h3{font-size:clamp(2.55rem,10.4vw,3.5rem)}.chapter-description{font-size:12px;margin:22px 0 18px;max-width:340px;line-height:1.85}.chapter-stops{display:block;max-width:330px}.chapter-stops li{font-size:10px;margin-top:4px}.chapter-note{font-size:10px;margin-top:18px;padding-top:13px;max-width:330px}.journey-shade{background:linear-gradient(90deg,#20150dd4,#261c1190 70%,#261c1140),linear-gradient(0deg,#26180ff2,transparent 90%)}.chapter-image[data-image="capadocia"]{object-position:63% 60%}.enhanced .journey-controls{bottom:clamp(10px,3svh,24px)}.day-nav{gap:0}.day-button{min-width:0;align-items:center;text-align:center;padding:10px 0;gap:5px;min-height:65px}.day-button>span{font-size:7px;letter-spacing:0}.day-button>strong{font-size:9px;letter-spacing:-.01em}.day-button[aria-current]:before{left:0;right:0;bottom:-9px}.stories{display:block;padding-block:63px}.stories h2{font-size:2.25rem}.stories p{font-size:11px;margin-top:20px}.stories-note{border-left:0;border-top:1px solid var(--line);margin-top:30px;padding:26px 0 0;display:grid;grid-template-columns:34px 1fr;gap:0 18px}.quote-icon{width:32px;height:27px;grid-row:1/3;margin:3px 0 0}.stories-note>span{font-size:22px}.stories-note>small{margin-top:13px;font-size:9px}.investment{padding-block:60px 50px}.section-heading{display:block}.section-heading h2{font-size:2.55rem}.section-heading>p{margin-top:20px;font-size:12px;max-width:330px}.investment-grid{display:block;margin-top:32px}.price-panel{padding:28px}.price-panel h3{font-size:30px}.room-options label span{font-size:12px;padding:11px}.price>strong{font-size:74px}.price-prefix{font-size:12px}.price-total{font-size:11px}.price-cta{font-size:13px;min-height:56px}.price-fine{font-size:11px}.inclusions{margin-top:37px}.inclusions h3{font-size:26px}.included-list>li{font-size:12px;line-height:1.8}.not-included summary{font-size:14px}.not-included p{font-size:12px}.extras-section{display:block;margin-top:32px;padding-top:27px}.extras-section h3{font-size:26px}.extras-section>div>p{font-size:12px}.extras-details{margin-top:23px}.extras-details summary{font-size:13px}.extra-row h4{font-size:12px}.extra-row p,.extra-disclaimer{font-size:11px}.faq{display:block;padding-block:63px}.faq h2{font-size:2.8rem}.faq>div>p{font-size:12px;margin-top:18px}.faq .text-link{margin-top:17px;font-size:12px}.faq-list{margin-top:34px}.faq-item summary{font-size:13px;padding-block:21px}.faq-item p{font-size:12px;margin-right:10px}.about{display:flex;flex-direction:column}.about-photo{min-height:0;height:390px}.about-photo>img{object-position:50% 52%}.about-photo>span{font-size:30px;bottom:28px}.about-copy{padding:45px 24px}.about-copy h2{font-size:2.5rem}.about-copy>p{font-size:12px;max-width:430px}.about-proof{gap:35px;margin-top:28px}.about-proof strong{font-size:29px}.about-proof>span{font-size:11px}.about-copy .text-link{font-size:11px}.packages{padding-block:60px}.package-grid{display:block;margin-top:30px}.package-card{display:block;min-height:390px;margin-top:20px}.package-card-copy{inset:auto 25px 25px}.package-card h3{font-size:34px}.package-card-copy>span:first-child{font-size:9px}.package-card p{font-size:12px;max-width:320px}.package-link{font-size:12px}.package-card>img{object-position:50% 40%}footer{padding-top:48px}.footer-top{display:block;padding-bottom:35px}.footer-top h2{font-size:2.6rem}.footer-top .button{margin-top:27px;padding:16px 22px;font-size:12px;gap:20px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 18px;padding-block:40px}.footer-main>div:first-child{grid-column:1/-1}.footer-main>div>p{margin-top:20px}.footer-main nav{font-size:12px;gap:12px}.footer-contact{font-size:11px;gap:13px}.footer-contact>a{flex-wrap:wrap;gap:5px}.footer-contact>span{font-size:10px}.footer-bottom{flex-wrap:wrap;gap:8px;font-size:9px;padding-bottom:30px;padding-right:45px}.footer-bottom>span:first-child{width:100%}.footer-bottom>span:last-child{display:none}.whatsapp-float{height:47px;width:47px;right:14px;bottom:15px}.whatsapp-float>.icon{height:25px;width:25px}}
@media(max-width:360px){.wrap{width:calc(100% - 36px)}.site-header{padding-inline:18px}.hero h1{font-size:2.7rem}.chapter-panel h3{font-size:2.6rem}.chapter-description{font-size:11px}.chapter-note{font-size:9px}.day-button>strong{font-size:8px}.price-panel{padding:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-image{transform:none!important}.package-card:hover>img{transform:none}}

/* Reading scale: travel details and conditions stay legible on every device. */
.site-header{mix-blend-mode:screen}
.hero-track{position:relative}
.hero-video,.journey-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}
.hero-video{filter:saturate(.85);transition:opacity .35s ease}
@media(prefers-reduced-motion:reduce){.hero-video,.journey-video{display:none}}
.site-header:has(.mobile-nav.is-open){mix-blend-mode:normal}
.brand-official{width:134px;height:45px;overflow:hidden}
.brand-official>img{position:absolute;width:156px;max-width:none;height:156px;left:-11px;top:-92px}
.hero-content>p,.intro-heading p,.chapter-description,.stories p,.section-heading>p,.included-list>li,.faq-item p,.about-copy>p,.package-card p{font-size:16px;line-height:1.8}
.hero-content>p{max-width:450px}
.desktop-nav{font-size:14px;gap:27px}
.header-cta{font-size:13px}
.trip-facts>span,.chapter-stops li,.price-context,.room-options label span,.price-payment,.not-included summary,.not-included p,.extras-section>div>p,.extras-details summary,.extra-row h4,.extra-row strong,.faq>div>p,.faq .text-link,.faq-item summary,.about-copy .text-link,.package-link,.footer-main nav,.footer-contact,.footer-top .button{font-size:14px}
.hero-support,.discover,.hero-location,.journey-intro-bottom,.chapter-top,.chapter-note,.stories-note>small,.price-prefix,.price-total,.price-fine,.extra-row p,.extra-disclaimer,.about-proof>span,.footer-main>div>p,.footer-contact>span,.footer-bottom,.package-card-copy>span:first-child{font-size:12px}
.hero-location{margin-right:40px}
.chapter-description{max-width:500px;margin-block:20px}
.chapter-note{max-width:520px;line-height:1.7}
.chapter-stops{gap:5px 17px;max-width:560px}
.enhanced .chapter-panel{top:8vh;width:55%}
.day-button>span{font-size:11px}
.included-list{gap:16px}
.extras-section{grid-template-columns:.85fr 1.15fr}
.investment h2 span{color:#88624a}
.section-heading>p{max-width:360px}
.price-panel{align-self:start}
.package-card{min-height:475px}
.package-card-copy>span:first-child{display:none}
.about-photo>img{position:absolute;inset:0}
.about-photo{min-height:700px}
.footer-bottom{padding-right:45px}
.journey.is-in-view~.whatsapp-float{opacity:0;pointer-events:none}
body.journey-in-view .whatsapp-float{opacity:0;pointer-events:none;transform:scale(0.8)}
@media(max-width:1100px){.desktop-nav{gap:18px;font-size:13px}.header-cta{font-size:12px}.enhanced .chapter-panel{width:64%;top:6vh}.chapter-description{font-size:15px}.section-heading>p{max-width:310px}.stories{gap:45px}.about-photo{min-height:770px}}
@media(max-width:800px){.hero-content>p,.intro-heading p,.chapter-description,.stories p,.section-heading>p,.included-list>li,.faq-item p,.about-copy>p,.package-card p{font-size:15px}.enhanced .chapter-panel{width:80%;top:6vh}.chapter-description{max-width:460px}.chapter-stops li{font-size:13px}.chapter-top{font-size:11px}.section-heading{display:block}.section-heading>p{margin-top:20px;max-width:420px}.stories{grid-template-columns:1fr 1fr;gap:25px}.footer-top{display:block}.footer-top .button{margin-top:25px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}.about-copy .text-link{font-size:13px}.about-photo{min-height:830px}.brand-official{width:116px;height:40px}.brand-official>img{width:140px;height:140px;top:-83px;left:-11px}}
@media(max-width:580px){.hero h1 br{display:initial}.hero h1{font-size:clamp(2.7rem,10.8vw,3.6rem)}.hero h1 em{display:inline}.hero-content{padding-top:215px}.hero-content>p{font-size:15px;max-width:320px}.hero-support,.discover{font-size:11px}.hero-bottom{padding-right:30px}.hero-content .button{font-size:14px}.trip-facts>span{font-size:12px}.journey-intro-bottom{font-size:11px}.journey-intro-bottom>a{max-width:150px}.enhanced .chapter-panel{width:100%;top:55px}.chapter-panel h3{font-size:clamp(2.4rem,9.4vw,3.2rem)}.chapter-day{margin-bottom:15px}.chapter-description{font-size:14px;line-height:1.8;margin-block:18px;max-width:350px}.chapter-stops li{font-size:12px}.chapter-note{font-size:12px;line-height:1.65;margin-top:17px}.chapter-top{font-size:10px}.day-nav{overflow-x:auto;justify-content:flex-start;gap:12px;scrollbar-width:none;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:0 0 9px}.day-nav::-webkit-scrollbar{display:none}.day-button{flex:0 0 91px;align-items:flex-start;text-align:left;scroll-snap-align:center;min-height:58px}.day-button>strong{font-size:16px}.day-button>span{font-size:11px}.day-button[aria-current]:before{bottom:0;left:0;right:0}.journey-progress{margin-top:0}.stories{display:block}.price-panel{padding:28px}.room-options label span{font-size:13px}.price-payment{font-size:14px}.price-total,.price-fine{font-size:12px}.extras-section>div>p{font-size:15px}.extra-row h4,.extra-row strong{font-size:14px}.extra-row p,.extra-disclaimer{font-size:12px}.faq-item summary{font-size:14px}.about-photo{min-height:0;height:390px}.about-proof{gap:27px}.package-card{min-height:430px}.package-card p{max-width:320px}.package-link{font-size:14px}.footer-main{gap:30px 18px}.footer-main nav,.footer-contact{font-size:12px}.footer-contact>span{font-size:11px}.footer-bottom{font-size:10px}.hero .hero-location{display:none}}
