:root {
  --ink: #0b3470;
  --cream: #fffaf2;
  --brand-navy: #0b3470;
  --brand-blue: #139be5;
  --brand-orange: #ff8650;
  --grid-gutter: clamp(32px, 4.15vw, 80px);
  --grid-gap: clamp(12px, 1.25vw, 24px);
  --grid-max: 1680px;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { margin: 0; background: #dde4e2; color: var(--cream); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero-page { min-height: 100vh; }
.hero { position: relative; width: 100%; min-height: 100svh; overflow: hidden; background: linear-gradient(90deg, rgba(24,57,91,.12), rgba(24,57,91,.1)), url('assets/antalya-background.png') center / cover no-repeat; }
.hero-video { position: absolute; z-index: 0; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero::before { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(115deg, rgba(19,155,229,.82) 0%, rgba(27,91,177,.72) 42%, rgba(255,134,80,.88) 100%); mix-blend-mode: multiply; }
.hero::after { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(180deg, rgba(39,35,49,.18) 0, transparent 38%, rgba(93,42,41,.28) 100%); }
.frame { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto 1fr; width: min(var(--grid-max), calc(100% - var(--grid-gutter) - var(--grid-gutter))); min-height: 100svh; margin: 0 auto; padding-top: 26px; column-gap: var(--grid-gap); }

.header { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--grid-gap); align-items: center; }
.brand { display: block; width: 130px; }
.brand img { display: block; width: 130px; height: auto; }
.header .brand { grid-column: 1 / span 2; }
.header nav { display: flex; grid-column: 4 / span 5; justify-content: center; gap: 0; }
.header nav a, .contact-link { font-size: 10px; font-weight: 700; letter-spacing: .045em; line-height: 1; text-transform: uppercase; }
.header nav a { position: relative; padding: 10px clamp(13px, 1.45vw, 20px); border: 1px solid rgba(255,255,255,.6); border-radius: 999px; transition: background .2s; white-space: nowrap; }
.header nav a + a { margin-left: 6px; }
.header nav a:hover { background: rgba(255,255,255,.16); }
.contact-link { grid-column: 11 / span 2; justify-self: end; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 17px; border-radius: 99px; background: var(--cream); color: var(--brand-orange); white-space: nowrap; }
.contact-link img { width: 13px; height: 13px; }

.content { position: relative; z-index: 3; grid-column: 1 / span 5; align-self: end; margin-top: 0; margin-bottom: clamp(70px, 9vh, 106px); }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; opacity: .91; }
.kicker::before { display: block; width: 28px; height: 1px; content: ''; background: currentColor; }
h1 { max-width: 760px; margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(58px, 7vw, 106px); font-weight: 400; letter-spacing: -.065em; line-height: .9; }
h1 span { display: block; }
h1 .title-shift { margin-left: clamp(20px, 5vw, 72px); }
h1 em { display: inline-block; padding-left: .05em; font-style: italic; font-weight: 400; }
.subtitle { margin: 27px 0 15px; font-family: Lora, Georgia, serif; font-size: clamp(17px, 1.65vw, 23px); font-weight: 400; line-height: 1.36; white-space: nowrap; }
.route { margin: 0; font-size: clamp(12px, .78vw, 14px); font-weight: 600; letter-spacing: .055em; line-height: 1.6; text-transform: uppercase; }
.route .route-duration { display: inline-block; margin-left: 8px; white-space: nowrap; }
.round-cta { position: absolute; top: clamp(-84px, -4vw, -56px); bottom: auto; left: min(clamp(400px, 22vw, 460px), calc(100% - 116px)); display: flex; flex-direction: column; align-items: center; justify-content: center; width: 108px; height: 108px; margin-top: 0; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: var(--cream); color: var(--brand-orange); font-family: Lora, Georgia, serif; font-size: 13px; line-height: 1.16; text-align: center; transition: transform .25s; }
.round-cta:hover { transform: rotate(8deg) scale(1.04); }
.cta-arrow { display: block; width: 15px; height: 15px; margin-top: 8px; }

.journey-line { position: absolute; z-index: 1; right: 0; bottom: clamp(280px, 29vh, 330px); left: 0; width: auto; height: 100px; overflow: visible; }
.journey-line path { fill: none; stroke: rgba(255,250,242,.86); stroke-width: 2.4; stroke-linecap: round; stroke-dasharray: 3 9; }
.journey-line .mobile-route { display: none; }
.photo-row { position: absolute; z-index: 2; right: clamp(-70px, -3vw, -32px); bottom: clamp(28px, 3.6vh, 48px); left: auto; display: flex; width: min(55%, 900px); align-items: end; justify-content: flex-end; gap: clamp(14px, 1.25vw, 24px); }
.destination { position: relative; flex: 1 1 0; min-width: 0; max-width: 285px; margin: 0; padding: 8px 8px 35px; overflow: visible; border-radius: 12px; color: var(--ink); background: #fffdf9; box-shadow: 0 9px 18px rgba(76,42,42,.22); transform-origin: bottom center; }
.destination img { border-radius: 7px; }
.destination img { display: block; width: 100%; height: auto; aspect-ratio: .88; object-fit: cover; }
.destination p { margin: 9px 0 0; color: var(--brand-orange); font-family: Lora, Georgia, serif; font-size: clamp(14px, 1.5vw, 19px); font-style: italic; text-align: center; }
.destination .pin { position: absolute; z-index: 1; top: -29px; left: 50%; padding: 7px 12px; border-radius: 20px; background: var(--cream); box-shadow: 0 3px 9px rgba(95,54,47,.13); color: var(--brand-orange); font-size: 10px; font-weight: 700; white-space: nowrap; transform: translateX(-50%); }
.destination-antalya { transform: rotate(-3deg); }
.destination-pamukkale { z-index: 1; margin-bottom: 17px; transform: rotate(1.8deg); }
.destination-cappadocia { transform: rotate(-2.4deg); }
.destination-cappadocia img { object-position: 64% center; }

@media (min-width: 721px) and (max-width: 1280px) {
  .header nav { grid-column: 3 / span 7; transform: translateX(calc(100% / 14)); }
  .header nav a { padding: 9px clamp(8px, .9vw, 12px); font-size: 9px; }
  .contact-link { grid-column: 10 / span 3; min-width: 0; padding-inline: 15px; }
}

.about { padding: clamp(100px, 11vw, 176px) 0 clamp(90px, 10vw, 155px); background: #fffefb; color: var(--brand-navy); }
.about-inner { width: min(var(--grid-max), calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; }
.about-top { position: relative; padding-right: 40%; }
.about-heading { max-width: 790px; padding-top: clamp(24px, 3.5vw, 62px); }
.section-label { margin: 0 0 28px; color: var(--brand-blue); font-size: 12px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.about h2 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(46px, 5vw, 77px); font-weight: 400; letter-spacing: -.06em; line-height: .99; }
.about h2 em { font-style: italic; font-weight: 400; }
.about-photo { margin: 0; overflow: hidden; border-radius: 20px; background: #e5e6df; }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-photo-side { position: absolute; top: 0; right: 0; width: clamp(260px, 24%, 360px); height: auto; aspect-ratio: .86; }
.about-photo-side img { object-position: center 55%; }
.about-intro-row { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 60px); width: calc(100% + 34%); margin-top: clamp(65px, 8vw, 130px); }
.about-photo-main { flex: 0 0 clamp(440px, calc(35% + 100px), 590px); height: clamp(535px, calc(37vw + 100px), 655px); }
.about-photo-main img { object-position: center; }
.about-intro-copy { flex: 1 1 0; max-width: 810px; min-width: 0; }
.about-intro-copy p, .about-story p { margin: 0; color: #50645f; font-size: clamp(15px, 1.2vw, 17px); line-height: 1.62; }
.about-intro-copy p + p, .about-story p + p { margin-top: 22px; }
.about-intro-copy .about-lead { color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(20px, 1.7vw, 26px); line-height: 1.36; }
.about-intro-copy .about-days { color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(24px, 2.1vw, 34px); line-height: 1.2; }
.about-story-row { display: flex; align-items: stretch; gap: clamp(28px, 4.2vw, 75px); margin-top: clamp(105px, 12vw, 190px); }
.about-story { flex: 1 1 0; min-width: 0; padding-top: 0; }
.about-story-left { flex: 1.25 1 0; max-width: none; }
.about-story-right { flex: 1.15 1 0; max-width: none; }
.about-story .story-title { color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(22px, 1.9vw, 30px); line-height: 1.3; }
.about-story .story-emphasis { color: var(--brand-navy); font-family: Manrope, Arial, sans-serif; font-size: clamp(16px, 1.3vw, 19px); font-weight: 700; line-height: 1.5; }
.about-photo-film { flex: .85 1 0; align-self: stretch; min-width: 0; min-height: 0; }
.about-photo-film img { object-position: 63% center; }
.about-finale { margin-top: clamp(85px, 10vw, 140px); padding-top: clamp(42px, 6vw, 83px); border-top: 1px solid #d8dfd9; }
.finale-reasons { display: flex; max-width: 820px; gap: clamp(30px, 7vw, 120px); }
.finale-reasons p { flex: 1; margin: 0; color: #50645f; font-size: 15px; line-height: 1.6; }
.finale-layout { display: flex; align-items: center; justify-content: space-between; gap: clamp(32px, 4vw, 80px); }
.finale-quote { flex: 1 1 720px; max-width: 960px; margin: 0; color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(29px, 3.1vw, 49px); font-weight: 400; letter-spacing: -.045em; line-height: 1.16; }
.finale-route { flex: 0 1 420px; max-width: 420px; margin: 0; color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(20px, 1.55vw, 25px); line-height: 1.38; }
.finale-cta { display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; width: 128px; height: 128px; gap: 12px; border-radius: 50%; background: var(--brand-orange); color: #fffefb; font-family: Lora, Georgia, serif; font-size: 14px; line-height: 1.1; text-align: center; transition: transform .25s ease, background .25s ease; }
.finale-cta:hover { background: #e86d3d; transform: rotate(8deg) scale(1.04); }
.finale-cta img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.about-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: #1e4039; font-size: 12px; font-weight: 700; line-height: 1.4; text-transform: uppercase; }
.about-link img { width: 14px; height: 14px; }

.benefits { padding: clamp(100px, 11vw, 175px) 0; background: #fffefb; color: var(--brand-navy); }
.benefits-inner { width: min(var(--grid-max), calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; }
.benefits-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: clamp(42px, 5vw, 78px); }
.benefits-heading h2 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(44px, 4.85vw, 74px); font-weight: 400; letter-spacing: -.06em; line-height: .99; }
.benefits-heading p { max-width: 505px; margin: 0 0 6px; color: #50645f; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.52; }
.benefits-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; grid-template-rows: 310px 420px; gap: clamp(16px, 1.35vw, 22px); }
.benefit-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(25px, 2.3vw, 36px); border-radius: 22px; background: #f0f1ef; }
.benefit-index { display: grid; width: 48px; height: 48px; margin-bottom: auto; place-items: center; border-radius: 14px; background: #fffefb; color: #bd7956; font-family: Lora, Georgia, serif; font-size: 15px; }
.benefit-card h3 { margin: 25px 0 0; color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(24px, 1.8vw, 30px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.benefit-card p { margin: 14px 0 0; color: #566461; font-size: clamp(13px, .98vw, 15px); line-height: 1.5; }
.benefit-card-featured { position: relative; grid-row: 1 / span 2; overflow: hidden; background: var(--brand-navy); color: #fffefb; }
.benefit-card-featured::after { position: absolute; right: -75px; bottom: -135px; content: 'EV'; color: rgba(119,191,168,.13); font-family: Lora, Georgia, serif; font-size: clamp(230px, 24vw, 410px); font-style: italic; line-height: .7; }
.benefit-card-featured > * { position: relative; z-index: 1; }
.benefit-card-featured .benefit-index { background: rgba(255,255,255,.1); color: #ffd0ab; }
.benefit-card-featured .benefit-index { margin-bottom: 0; }
.benefit-card-featured h3 { margin-top: 36px; color: #fffefb; font-size: clamp(24px, 1.8vw, 30px); }
.benefit-card-featured p { max-width: 390px; color: rgba(255,254,251,.84); }
.benefit-card-featured a { display: inline-flex; align-items: center; gap: 11px; width: max-content; margin-top: auto; padding: 15px 20px; border-radius: 12px; background: var(--brand-orange); color: #fffefb; font-size: 13px; font-weight: 700; }
.benefit-card-featured a img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.benefit-card-wide { grid-column: 2 / span 2; display: flex; flex-direction: row; gap: clamp(20px, 2.2vw, 36px); min-height: 0; height: 420px; padding: 16px; }
.benefit-card-wide figure { flex: 0 0 48%; min-width: 0; margin: 0; overflow: hidden; border-radius: 17px; }
.benefit-card-wide figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.benefit-card-wide > div { display: flex; flex: 1; flex-direction: column; padding: clamp(12px, 1.5vw, 25px) clamp(8px, 1vw, 16px) clamp(12px, 1.5vw, 25px) 0; }
.benefit-card-wide h3 { margin-top: 24px; }
.benefit-card-wide p + p { margin-top: 11px; }

.program { padding: clamp(100px, 11vw, 175px) 0; background: #fafcff; color: #212121; }
.program-inner { width: min(1380px, calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; }
.program-heading { max-width: 710px; margin-bottom: clamp(52px, 7vw, 110px); }
.program-heading .section-label { color: #ca6d54; }
.program-heading h2 { margin: 0; color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(47px, 5.3vw, 80px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.program-heading h2 em { font-style: italic; }
.program-heading > p:last-child { margin: 24px 0 0; color: #50645f; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.5; }
.program-list { display: flex; flex-direction: column; gap: clamp(30px, 4vw, 64px); }
.program-card { position: sticky; top: clamp(18px, 3vh, 38px); display: flex; align-items: stretch; padding: clamp(16px, 1.5vw, 24px); overflow: hidden; border-radius: 24px; background: #eef3f8; }
.program-card:nth-child(1) { z-index: 1; }
.program-card:nth-child(2) { z-index: 2; }
.program-card:nth-child(3) { z-index: 3; }
.program-card:nth-child(4) { z-index: 4; }
.program-card:nth-child(5) { z-index: 5; }
.program-card:nth-child(6) { z-index: 6; }
.program-card:nth-child(7) { z-index: 7; }
.program-card:nth-child(8) { z-index: 8; }
.program-card > figure { position: relative; flex: 0 0 50%; align-self: stretch; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 17px 0 0 17px; }
.program-card > figure img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.program-card-copy { display: flex; flex: 0 0 50%; flex-direction: column; align-items: flex-start; min-width: 0; padding: clamp(28px, 3.2vw, 56px); border-radius: 0 17px 17px 0; background: #fff; }
.program-card-reverse { flex-direction: row-reverse; }
.program-card-reverse > figure { border-radius: 0 17px 17px 0; }
.program-card-reverse .program-card-copy { border-radius: 17px 0 0 17px; }
.day-chip { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; padding: 8px 12px; border-radius: 7px; background: #ece9e6; color: #45504e; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; }
.day-chip b { font-weight: 700; }
.day-chip i { padding-left: 9px; border-left: 1px solid rgba(69,80,78,.26); color: var(--brand-orange); font-family: Lora, Georgia, serif; font-size: 13px; font-style: italic; letter-spacing: 0; text-transform: none; }
.program-card h3 { max-width: 510px; margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(28px, 2.05vw, 38px); font-weight: 400; letter-spacing: -.04em; line-height: 1.13; }
.program-card .card-lead { max-width: 520px; margin: 18px 0 0; color: #4e5b58; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.55; }
.program-card ul { max-width: 560px; margin: 25px 0 0; padding: 0; list-style: none; color: #56625f; font-size: 14px; line-height: 1.5; }
.program-card li { position: relative; padding-left: 16px; }
.program-card li + li { margin-top: 8px; }
.program-card li::before { position: absolute; top: .57em; left: 0; width: 5px; height: 5px; content: ''; border-radius: 50%; background: var(--brand-orange); }
.section-cta-wrap { display: flex; justify-content: center; margin-top: clamp(48px, 6vw, 90px); }
.section-cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 21px; border-radius: 999px; background: var(--brand-navy); color: #fffefb; font-size: 13px; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease; }
.section-cta:hover { background: var(--brand-orange); transform: translateY(-2px); }
.section-cta img { width: 14px; height: 14px; filter: brightness(0) invert(1); }

.excursions { overflow: hidden; background: var(--brand-navy); color: #fffdf9; }
.excursions-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: clamp(36px, 5.5vw, 100px) var(--grid-gutter) clamp(42px, 5vw, 80px); }
.excursions-stage { position: relative; height: 100svh; min-height: 720px; margin-top: clamp(-250px, -15vw, -160px); }
.excursions-heading h2 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(42px, 4.5vw, 72px); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.excursions-heading h2 em { color: #ffd0ab; font-style: italic; }
.excursions-heading > p:last-child { max-width: 360px; margin: 0; color: rgba(255,253,249,.74); font-size: 15px; line-height: 1.62; }
.excursions-track { position: absolute; top: 50%; left: var(--grid-gutter); display: flex; gap: clamp(18px, 2vw, 34px); width: max-content; margin-top: clamp(-200px, -20vh, -125px); will-change: transform; }
.excursion-card { position: relative; width: clamp(292px, 23vw, 365px); height: clamp(390px, 54vh, 540px); overflow: hidden; border-radius: 22px; background: #0e2522; }
.excursion-card > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.excursion-card:hover > img { transform: scale(1.035); }
.excursion-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 52%; content: ''; background: linear-gradient(to bottom, rgba(10,26,23,0) 0%, rgba(10,26,23,.08) 28%, rgba(10,26,23,.72) 100%); pointer-events: none; }
.excursion-info { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; width: auto; min-height: 36%; padding: 45px 22px 23px; background: linear-gradient(to bottom, rgba(8,25,22,0) 0%, rgba(8,25,22,.12) 35%, rgba(8,25,22,.62) 100%); }
.excursion-info::before { position: absolute; inset: -45px 0 0; content: ''; background: linear-gradient(to bottom, rgba(8,25,22,0) 0%, rgba(8,25,22,.34) 100%); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 100%); pointer-events: none; }
.excursion-info > * { position: relative; z-index: 1; }
.excursion-info span { display: block; margin-bottom: 12px; color: #ffd0ab; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.excursion-info h3 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(19px, 1.45vw, 24px); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; }
.excursion-info p { margin: 9px 0 0; color: rgba(255,255,255,.8); font-size: 13px; line-height: 1.4; }
.excursions-progress { position: absolute; right: var(--grid-gutter); bottom: 32px; display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.excursions-progress span { width: 35px; height: 1px; background: #e7a18a; }

.included { padding: clamp(100px, 11vw, 175px) 0; background: #fafcff; color: #1c2926; }
.included-inner { --included-gap: clamp(18px, 1.8vw, 32px); display: flex; align-items: stretch; gap: var(--included-gap); width: min(1380px, calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; }
.included-panel { display: flex; flex-direction: column; min-height: 610px; padding: clamp(30px, 3vw, 52px); border-radius: 0; background: #eef3f8; }
.included-panel-main { flex: 0 0 calc((100% - var(--included-gap)) / 2); border-radius: 24px; }
.included-panel .section-label { margin-bottom: 20px; color: var(--brand-orange); }
.included-panel h2 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(31px, 2.65vw, 45px); font-weight: 400; letter-spacing: -.055em; line-height: 1.04; }
.included-panel h2 em { color: var(--brand-orange); font-style: italic; }
.included-panel-main .section-label, .included-panel-main h2 em { color: var(--brand-navy); }
.included-panel ul { display: flex; flex-direction: column; gap: 13px; margin: clamp(35px, 4vw, 60px) 0 0; padding: 0; list-style: none; }
.included-panel li { position: relative; padding-left: 24px; color: #53615e; font-size: clamp(13px, 1.05vw, 16px); line-height: 1.45; }
.included-panel li::before { position: absolute; top: .15em; left: 0; display: grid; width: 15px; height: 15px; place-items: center; content: '✓'; border-radius: 5px; background: #e9f0eb; color: #264e43; font-size: 10px; font-weight: 800; }
.included-panel-extra li::before { content: '↗'; background: #f5e8dd; color: #c76a54; }
.included-visual { position: relative; flex: 0 0 calc((100% - var(--included-gap)) / 2); min-width: 0; overflow: hidden; border-radius: 24px; }
.included-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #173a34; }
.included-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.included-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(11,52,112,.5) 0%, rgba(11,52,112,.88) 100%); }
.included-panel-extra { position: absolute; z-index: 1; inset: 0; width: auto; min-height: 0; padding: clamp(30px, 3vw, 52px); overflow: auto; background: transparent; box-shadow: none; color: #fffefb; }
.included-panel-extra .section-label { color: #ffd0ab; }
.included-panel-extra h2 { color: #fffefb; }
.included-panel-extra h2 em { color: #ffd0ab; }
.included-panel-extra li { color: rgba(255,253,249,.9); }
.included-panel li::before, .included-panel-extra li::before { top: .28em; display: block; width: 15px; height: 15px; content: ''; border-radius: 0; background: url('assets/arrow.svg') center / contain no-repeat; color: transparent; filter: invert(65%) sepia(86%) saturate(2269%) hue-rotate(337deg) brightness(102%) contrast(101%); -webkit-mask: none; mask: none; }
.included-panel-main li::before { filter: invert(18%) sepia(67%) saturate(1418%) hue-rotate(185deg) brightness(88%) contrast(98%); }
.included-panel-extra .section-cta { align-self: flex-start; margin-top: clamp(28px, 3vw, 42px); background: var(--brand-orange); }

.info { padding: clamp(100px, 11vw, 180px) 0; background: #fff; color: #212121; }
.info-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(70px, 10vw, 200px); width: min(1380px, calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; }
.info-heading { flex: 0 1 480px; }
.info-heading .section-label { color: #c76a54; }
.info-heading h2 { margin: 0; color: var(--brand-navy); font-family: Lora, Georgia, serif; font-size: clamp(43px, 4.2vw, 66px); font-weight: 400; letter-spacing: -.06em; line-height: 1.02; }
.info-heading h2 em { color: var(--brand-orange); font-style: italic; }
.info-heading > p:last-child { max-width: 420px; margin: 25px 0 0; color: #5d6966; font-size: 16px; line-height: 1.55; }
.info-list { flex: 0 1 650px; width: 100%; }
.info-item { overflow: hidden; border-top: 1px solid #d8dfd9; }
.info-item:last-child { border-bottom: 1px solid #d8dfd9; }
.info-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; cursor: pointer; color: #263632; font-family: Manrope, Arial, sans-serif; font-size: clamp(17px, 1.4vw, 21px); font-weight: 600; line-height: 1.35; list-style: none; }
.info-item summary::-webkit-details-marker { display: none; }
.info-item summary span { flex: 0 0 auto; color: #bd6954; font-family: Lora, Georgia, serif; font-size: 29px; font-weight: 400; line-height: .6; transition: transform .25s ease; }
.info-item[open] summary span { transform: rotate(45deg); }
.info-item p { max-width: 570px; margin: -3px 50px 25px 0; color: #64716e; font-size: 15px; line-height: 1.58; }
.info-heading .section-cta { margin-top: 32px; }

.site-footer { overflow: hidden; background: var(--brand-navy); color: #fffefb; }
.site-footer-inner { position: relative; width: min(1380px, calc(100% - var(--grid-gutter) - var(--grid-gutter))); margin: 0 auto; padding: clamp(64px, 7vw, 110px) 0 0; }
.footer-top { display: flex; justify-content: space-between; gap: clamp(45px, 7vw, 140px); }
.footer-intro { width: min(330px, 100%); }
.footer-intro img { display: block; width: 146px; height: auto; }
.footer-intro h2 { margin: 34px 0 0; font-family: Lora, Georgia, serif; font-size: clamp(25px, 2.2vw, 35px); font-weight: 400; letter-spacing: -.05em; line-height: 1.08; }
.footer-intro p { margin: 17px 0 0; font-size: 15px; line-height: 1.5; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; min-width: 175px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); column-gap: clamp(25px, 3vw, 60px); row-gap: 13px; }
.footer-nav > p { grid-column: 1 / -1; }
.footer-nav > p, .footer-contact > p { width: 100%; margin: 0 0 8px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-nav a, .footer-contact a { font-size: 14px; line-height: 1.4; transition: opacity .2s ease; }
.footer-nav a:hover, .footer-contact a:hover { opacity: .55; }
.footer-contact a:last-child { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }
.footer-contact a:last-child img { width: 13px; height: 13px; filter: brightness(0) invert(1); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: clamp(55px, 7vw, 115px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.22); }
.footer-bottom > p { margin: 0; font-size: 13px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 8px; color: #fffefb; transition: background .2s ease, color .2s ease; }
.footer-socials svg { display: block; width: 18px; height: 18px; }
.footer-socials a:hover { background: rgba(255,255,255,.14); }
.footer-wordmark { width: 100%; max-width: none; margin: clamp(38px, 7vw, 105px) 0 clamp(-18px, -1.5vw, -8px) -0.055em; color: rgba(255,255,255,.13); font-family: Manrope, Arial, sans-serif; font-size: clamp(92px, 15vw, 290px); font-weight: 700; letter-spacing: -.1em; line-height: .72; white-space: nowrap; }

.request-modal[hidden] { display: none; }
.request-modal { position: fixed; z-index: 50; inset: 0; display: grid; padding: 24px; place-items: center; }
.request-modal-backdrop { position: absolute; inset: 0; background: rgba(10,30,27,.64); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); opacity: 0; transition: opacity .25s ease; }
.request-modal-dialog { position: relative; z-index: 1; display: flex; width: min(100%, 920px); overflow: hidden; border-radius: 25px; background: #fffefb; color: var(--brand-navy); box-shadow: 0 25px 70px rgba(0,0,0,.22); opacity: 0; transform: translateY(18px) scale(.98); transition: opacity .25s ease, transform .25s ease; }
.request-modal.is-open .request-modal-backdrop, .request-modal.is-open .request-modal-dialog { opacity: 1; }
.request-modal.is-open .request-modal-dialog { transform: translateY(0) scale(1); }
.request-modal-photo { position: relative; flex: 0 0 40%; min-width: 0; margin: 0; overflow: hidden; background: var(--brand-navy); }
.request-modal-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(11,52,112,.08), rgba(11,52,112,.58)); }
.request-modal-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.request-modal-content { position: relative; flex: 1; min-width: 0; padding: clamp(32px, 4vw, 54px); }
.request-modal-close { position: absolute; top: 17px; right: 18px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: #edf4fb; color: var(--brand-navy); cursor: pointer; font-size: 24px; line-height: 1; }
.request-modal-label { margin: 0 0 19px; color: var(--brand-orange); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.request-modal h2 { margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(34px, 4.2vw, 52px); font-weight: 400; letter-spacing: -.06em; line-height: 1.02; }
.request-modal h2 em { color: var(--brand-orange); font-style: italic; }
.request-modal-intro { max-width: 420px; margin: 20px 0 30px; color: #60706b; font-size: 15px; line-height: 1.55; }
.request-form { display: flex; flex-direction: column; gap: 16px; }
.request-form label { display: flex; flex-direction: column; gap: 8px; color: var(--brand-navy); font-size: 12px; font-weight: 700; }
.request-form input, .request-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d4dfed; border-radius: 10px; outline: none; background: #fff; color: var(--brand-navy); font: inherit; font-size: 14px; font-weight: 400; resize: vertical; transition: border-color .2s ease; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--brand-orange); }
.request-form button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; padding: 16px 20px; border: 0; border-radius: 999px; background: var(--brand-orange); color: #fffefb; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.request-form button:disabled { cursor: wait; opacity: .7; }
.request-form button img { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.request-form input[aria-invalid="true"] { border-color: #b94f43; }

.thank-you-page { position: relative; display: grid; min-height: 100svh; overflow: hidden; color: var(--cream); background: url('assets/antalya-background.png') center / cover no-repeat; place-items: center; }
.thank-you-page::before { position: absolute; inset: 0; content: ''; background: linear-gradient(115deg, rgba(19,155,229,.82) 0%, rgba(27,91,177,.72) 42%, rgba(255,134,80,.88) 100%); mix-blend-mode: multiply; }
.thank-you-page::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(39,35,49,.18) 0, transparent 38%, rgba(93,42,41,.28) 100%); }
.thank-you-content { position: relative; z-index: 1; width: min(690px, calc(100% - 48px)); text-align: center; }
.thank-you-brand { display: inline-block; width: 155px; margin-bottom: clamp(56px, 12vh, 120px); }
.thank-you-brand img { display: block; width: 100%; height: auto; }
.thank-you-content h1 { max-width: none; font-size: clamp(50px, 7vw, 94px); letter-spacing: -.065em; line-height: .95; }
.thank-you-content p { max-width: 500px; margin: 26px auto 0; font-family: Lora, Georgia, serif; font-size: clamp(20px, 2vw, 27px); line-height: 1.38; }
.thank-you-content > a:not(.thank-you-brand) { display: inline-flex; align-items: center; justify-content: center; margin-top: 40px; padding: 15px 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.thank-you-content > a:not(.thank-you-brand):hover { background: var(--cream); color: var(--brand-orange); }

@media (min-width: 721px) and (max-width: 1200px) {
  .about-top { display: block; padding-right: 0; }
  .about-heading { width: calc(100% - clamp(190px, 22vw, 250px) - clamp(32px, 5vw, 56px)); }
  .about-photo-side { position: absolute; top: 0; right: 0; width: clamp(190px, 22vw, 250px); height: auto; aspect-ratio: .9; margin: 0; }
  .about-intro-row { display: grid; grid-template-columns: clamp(300px, 35%, 360px) minmax(0, 1fr); align-items: center; width: 100%; margin-top: clamp(72px, 7vw, 90px); }
  .about-photo-main { width: auto; height: auto; min-width: 0; aspect-ratio: .84; }
  .about-intro-copy { max-width: none; }
  .about-story-row { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(28px, 4vw, 52px); }
  .about-story-left { grid-column: 1 / -1; grid-row: 1; width: 70%; align-self: start; max-width: none; }
  .about-photo-film { position: relative; grid-column: 1; grid-row: 2; width: 100%; min-height: 0; height: auto; aspect-ratio: .84; }
  .about-photo-film::after { display: none; }
  .about-story-right { display: block; grid-column: 2; grid-row: 2; max-width: none; padding: 0; }
  .about-story-right p { color: #50645f; }
  .about-story-right .story-emphasis { color: var(--brand-navy); }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .destination { padding-bottom: 27px; }
  .destination img { aspect-ratio: 1.05; }
  .destination p { margin-top: 7px; }
  .program-card > figure { flex-basis: 40%; }
  .program-card-copy { flex-basis: 60%; padding: clamp(26px, 3vw, 38px); }
  .benefits-heading { display: block; margin-bottom: 46px; }
  .benefits-heading h2 { max-width: 620px; font-size: clamp(46px, 6.6vw, 62px); }
  .benefits-heading p { max-width: 600px; margin-top: 22px; }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .benefit-card-featured { grid-column: 1 / -1; grid-row: auto; min-height: 390px; }
  .benefit-card-featured::after { right: -48px; bottom: -68px; }
  .benefit-card { min-height: 320px; }
  .benefit-card-wide { grid-column: 1 / -1; height: auto; min-height: 380px; }
  .benefit-card-wide figure { flex-basis: 44%; }
}

@media (max-width: 720px) {
  .program { padding: 80px 0; }
  .program-inner { width: calc(100% - 34px); }
  .program-heading { margin-bottom: 42px; }
  .program-card, .program-card-reverse { flex-direction: column; min-height: 0; padding: 10px; border-radius: 17px; }
  .program-card { position: relative; top: auto; }
  .program-card > figure, .program-card-reverse > figure { flex-basis: auto; width: 100%; height: 290px; min-height: 0; border-radius: 11px 11px 0 0; }
  .program-card-copy, .program-card-reverse .program-card-copy { padding: 27px 20px 30px; border-radius: 0 0 11px 11px; }
  .program-card h3 { font-size: 29px; }
  .program-card ul { font-size: 13px; }
  .excursions { overflow: hidden; }
  .excursions-stage { height: 572px; min-height: 0; margin-top: 0; padding: 0; overflow: hidden; }
  .excursions-heading { display: block; width: auto; padding: 80px 17px 0; }
  .excursions-heading > p:last-child { margin-top: 21px; }
  .excursions-track { position: absolute; top: 42px; left: 17px; width: max-content; margin: 0; padding: 0; overflow: visible; touch-action: pan-y; }
  .excursion-card { flex: 0 0 min(84vw, 430px); height: 470px; }
  .excursions-progress { display: none; }
  .included { padding: 80px 0; }
  .included-inner { flex-direction: column; gap: 16px; width: calc(100% - 34px); }
  .included-panel { min-height: 0; padding: 32px 25px; }
  .included-panel-main { flex: 0 0 auto; }
  .included-visual { flex: 0 0 auto; width: 100%; height: 560px; }
  .included-panel-extra { inset: 0; width: auto; padding: 32px 25px; }
  .info { padding: 80px 0; }
  .info-inner { flex-direction: column; gap: 48px; width: calc(100% - 34px); }
  .info-heading { flex-basis: auto; }
  .info-list { flex-basis: auto; }
  .section-cta-wrap { margin-top: 44px; }
  .included-panel-extra .section-cta { margin-top: 32px; }
  .info-heading .section-cta { margin-top: 25px; }
  .site-footer-inner { width: calc(100% - 34px); padding-top: 65px; }
  .footer-top { flex-direction: column; gap: 45px; }
  .footer-intro { width: 100%; max-width: 390px; }
  .footer-nav, .footer-contact { min-width: 0; width: 100%; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 25px; margin-top: 60px; }
  .footer-wordmark { margin-top: 65px; font-size: clamp(64px, 17vw, 100px); }
  .request-modal { padding: 14px; }
  .request-modal-dialog { display: block; max-height: calc(100svh - 28px); overflow-y: auto; }
  .request-modal-photo { display: block; height: 150px; }
  .request-modal-content { padding: 36px 24px 28px; }
}

@media (max-width: 720px) {
  .thank-you-content h1 { max-width: none; font-size: clamp(50px, 14vw, 64px); }
  .hero { min-height: 780px; }
  .frame { display: block; width: calc(100% - 34px); min-height: 780px; padding-top: 18px; }
  .header { display: grid; grid-template-columns: 1fr auto; }
  .header .brand, .contact-link { grid-column: auto; }
  .header nav { display: none; }
  .brand { width: 112px; }
  .brand img { width: 112px; height: auto; }
  .contact-link { padding: 10px 11px; font-size: 8px; }
  .content { margin-top: 91px; margin-bottom: 0; text-align: center; }
  h1 { max-width: 345px; margin-right: auto; margin-left: auto; font-size: clamp(54px, 15vw, 66px); }
  h1 .title-shift { margin-left: 0; }
  .subtitle { max-width: 360px; margin-right: auto; margin-left: auto; margin-top: 22px; font-size: 19px; white-space: normal; text-wrap: balance; }
  .route { max-width: 330px; margin-right: auto; margin-left: auto; font-size: 11px; line-height: 1.55; }
  .round-cta { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 88px; height: 88px; margin: 22px auto 0; font-size: 10px; }
  .photo-row { right: 0; bottom: 14px; left: 0; display: grid; width: auto; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 7px; }
  .journey-line { right: 0; bottom: 160px; left: 0; height: 65px; }
  .journey-line .desktop-route { display: none; }
  .journey-line .mobile-route { display: block; }
  .destination-antalya { grid-column: 1 / span 4; }
  .destination-pamukkale { grid-column: 5 / span 4; }
  .destination-cappadocia { grid-column: 9 / span 4; }
  .destination { display: block; padding: 5px 5px 24px; }
  .destination img { height: clamp(118px, 34vw, 145px); }
  .destination p { margin-top: 6px; font-size: 12px; }
  .destination .pin { top: -23px; padding: 5px 7px; font-size: 7px; }
  .destination-pamukkale { margin-bottom: 9px; }
  .about { padding: 80px 0; }
  .about-inner { width: calc(100% - 34px); }
  .about-top { padding-right: 0; }
  .about-heading { width: 100%; padding-top: 0; }
  .section-label { margin-bottom: 19px; font-size: 10px; }
  .about h2 { font-size: clamp(34px, 9.6vw, 42px); }
  .about h2 br { display: none; }
  .benefits-heading h2,
  .program-heading h2,
  .excursions-heading h2,
  .info-heading h2 { font-size: clamp(34px, 9.6vw, 42px); }
  .about-photo-side { position: relative; width: 100%; height: 240px; margin-top: 33px; }
  .about-intro-row { flex-direction: column; align-items: stretch; gap: 26px; width: auto; margin-top: 35px; }
  .about-intro-copy { order: 1; }
  .about-photo-main { order: 2; }
  .about-photo-main { flex-basis: auto; width: 100%; height: auto; aspect-ratio: 1.35; }
  .about-intro-copy { max-width: none; }
  .about-story-row { flex-direction: column; gap: 30px; margin-top: 85px; }
  .about-story { max-width: none; }
  .about-photo-film { flex-basis: auto; width: 100%; height: auto; aspect-ratio: 1.35; }
  .finale-reasons { flex-direction: column; align-items: flex-start; gap: 17px; }
  .finale-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 18px; row-gap: 26px; }
  .finale-quote, .finale-route { flex: 0 0 auto; max-width: none; }
  .finale-quote { grid-column: 1 / -1; font-size: clamp(26px, 7vw, 34px); }
  .finale-route { grid-column: 1; grid-row: 2; font-size: clamp(15px, 4.4vw, 18px); }
  .finale-cta { grid-column: 2; grid-row: 2; align-self: center; width: 102px; height: 102px; }
  .about-link { margin-top: 4px; }
  .benefits { padding: 80px 0; }
  .benefits-inner { width: calc(100% - 34px); }
  .benefits-heading { display: block; margin-bottom: 40px; }
  .benefits-heading p { margin-top: 21px; }
  .benefits-grid { display: flex; flex-direction: column; gap: 16px; }
  .benefit-card { min-height: 280px; padding: 28px 25px; }
  .benefit-card-featured { min-height: 465px; }
  .benefit-card-featured h3 { margin-top: 34px; }
  .benefit-card-wide { display: flex; flex-direction: column; gap: 20px; padding: 10px; }
  .benefit-card-wide { height: auto; }
  .benefit-card-wide figure { flex: 0 0 auto; width: 100%; height: 215px; }
  .benefit-card-wide > div { padding: 18px 15px 24px; }
}
