.elementor-4306 .elementor-element.elementor-element-8c1eeff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-4306:not(.elementor-motion-effects-element-type-background), body.elementor-page-4306 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F2EC;}/* Start custom CSS */:root {
    --void:      #060504;
    --ink:       #0c0a08;
    --snow:      #F5F2EC;
    --pale:      #F0EBE1;
    --paper:     #FAF7F0;
    --gold:      #C9A96E;
    --gold-soft: #E8DCC0;
    --gold-deep: #A8884E;
    --rust:      #B04A2F;
    --grey-1:    #8A8680;
    --grey-2:    #C4BFB6;
    --hairline:  rgba(201,169,110,0.22);
    --nav-h:     64px;
  }

  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  
  /* ── HERO ── */
  #hero {
    min-height: 100vh;
    background: var(--void);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    padding: 0 5rem 5rem;
  }
  #hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 70% 40%, rgba(176,74,47,0.07) 0%, transparent 60%),
      radial-gradient(ellipse 50% 70% at 20% 80%, rgba(201,169,110,0.06) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(201,169,110,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,169,110,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
    opacity: 0.5;
  }
  .hero-top {
    position: absolute;
    top: calc(var(--nav-h) + 2.5rem);
    left: 5rem;
    right: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hero-eyebrow {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.5em;
    font-size: 9.5px;
    color: var(--gold);
    text-transform: uppercase;
  }
  .hero-meta {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.18em;
    font-size: 9px;
    text-transform: uppercase;
    color: var(--grey-1);
    text-align: right;
    line-height: 2;
  }
  .hero-content { position: relative; z-index: 2; }
  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(64px, 11vw, 110px);
    line-height: 0.92;
    color: var(--snow);
    margin-bottom: 2rem;
  }
  .hero-title .acc { font-style: italic; color: var(--gold); font-weight: 400; }
  .hero-sub {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 20px;
    color: var(--gold-soft);
    font-weight: 300;
    max-width: 520px;
    line-height: 1.55;
    margin-bottom: 3.5rem;
  }
  .hero-bar {
    border-top: 1px solid rgba(201,169,110,0.2);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .hero-stops {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
  }
  .h-stop {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-size: 8px;
    text-transform: uppercase;
    color: var(--gold-soft);
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .h-stop::before { content: ''; width: 3px; height: 3px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
  .hero-scroll {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3em;
    font-size: 8.5px;
    text-transform: uppercase;
    color: var(--grey-1);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    animation: pulse-down 2.2s ease-in-out infinite;
  }
  .hero-scroll::after { content: '↓'; color: var(--gold); font-size: 11px; }
  @keyframes pulse-down {
    0%, 100% { opacity: 0.5; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(3px); }
  }

  /* ── SECTIONS ── */
  .section {
    padding: 7rem 5rem;
    max-width: 1080px;
    margin: 0 auto;
  }
  .section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 5rem;
  }
  .section-divider-inner {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
  }
  .s-eyebrow {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.38em;
    font-size: 10px;
    color: var(--gold-deep);
    text-transform: uppercase;
    margin-bottom: 1rem;
  }
  .s-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(34px, 4.5vw, 52px);
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 1.2rem;
  }
  .s-title em { font-style: italic; color: var(--gold-deep); }
  .s-lead {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 19px;
    color: var(--grey-1);
    max-width: 600px;
    line-height: 1.65;
  }

  /* ── OPENING NOTE ── */
  #note .letter-wrap {
    max-width: 640px;
    margin: 3rem auto 0;
  }
  #note p {
    font-size: 19px;
    line-height: 1.85;
    margin-bottom: 1.5rem;
    color: var(--ink);
  }
  #note p:first-of-type::first-letter {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 60px;
    float: left;
    line-height: 0.85;
    margin: 0.12rem 0.55rem 0 0;
    color: var(--gold-deep);
  }
  .l-coda {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 21px;
    color: var(--gold-deep);
    margin-top: 2rem;
    line-height: 1.5;
    border-left: 2px solid var(--gold);
    padding-left: 1.5rem;
  }
  .l-sig { margin-top: 3rem; }
  .l-sig .name { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 26px; color: var(--gold-deep); }
  .l-sig .role { font-family: 'Jost', sans-serif; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; font-size: 9.5px; color: var(--grey-1); margin-top: 0.3rem; }

  /* ── OVERVIEW GRID ── */
  #overview { background: var(--snow); }
  #overview .section { max-width: 1080px; }
  .ov-table {
    border-top: 1px solid var(--hairline);
    margin-top: 3rem;
  }
  .ov-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px solid var(--hairline);
    transition: background 0.15s;
  }
  .ov-row:hover { background: rgba(201,169,110,0.04); }
  .ov-label {
    padding: 1.25rem 0;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 10px;
    color: var(--grey-1);
    display: flex;
    align-items: center;
  }
  .ov-value {
    padding: 1.25rem 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--ink);
    display: flex;
    align-items: center;
  }
  .ov-value strong {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  /* ── STOP CARDS ── */
  .stops-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline);
    margin-top: 3.5rem;
  }
  .stop-card {
    background: var(--snow);
    padding: 2rem 1.4rem;
    transition: background 0.2s;
    cursor: default;
  }
  .stop-card:hover { background: var(--paper); }
  .sc-city {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    font-size: 9px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 0.6rem;
  }
  .sc-nights {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: var(--gold-deep);
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .sc-nights span { font-size: 13px; color: var(--grey-1); }
  .sc-note {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 0.04em;
    color: var(--grey-1);
    line-height: 1.6;
  }

  /* ── MOVEMENTS ── */
  .movements { margin-top: 3.5rem; }
  .movement {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 3rem;
    padding: 3rem 0;
    border-bottom: 1px solid var(--hairline);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .movement.visible { opacity: 1; transform: translateY(0); }
  .movement:last-child { border-bottom: none; }
  .mv-num {
    font-family: 'Cinzel', serif;
    font-weight: 300;
    font-size: 58px;
    color: var(--gold);
    line-height: 1;
    padding-top: 0.1rem;
  }
  .mv-body h3 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    font-size: 12.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 0.35rem;
  }
  .mv-tag {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 18px;
    color: var(--gold-deep);
    margin-bottom: 1rem;
  }
  .mv-body p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--grey-1);
  }

  /* ── ITINERARY ── */
  #itinerary { background: var(--snow); }
  .seg-banner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.4rem 0;
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--hairline);
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .sb-num {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.4em;
    font-size: 9.5px;
    color: var(--gold-deep);
  }
  .sb-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 22px;
    color: var(--ink);
  }
  .sb-name em { font-style: italic; color: var(--gold-deep); }
  .sb-nights {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 9.5px;
    color: var(--grey-1);
  }
  .day {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 3rem;
    padding: 2.8rem 0;
    border-bottom: 1px solid var(--hairline);
  }
  .day.transit {
    border-left: 2px solid rgba(201,169,110,0.4);
    padding-left: 1.5rem;
    background: linear-gradient(90deg, rgba(201,169,110,0.03) 0%, transparent 100%);
  }
  .d-mark { text-align: right; }
  .d-num {
    font-family: 'Cinzel', serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1;
    color: var(--gold);
  }
  .d-num.dim { color: var(--gold-deep); opacity: 0.6; }
  .d-loc {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 8px;
    color: var(--grey-1);
    margin-top: 0.3rem;
    line-height: 1.5;
  }
  .d-content h4 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 0.4rem;
  }
  .d-place {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    color: var(--gold-deep);
    margin-bottom: 1rem;
  }
  .d-content p {
    font-size: 17px;
    line-height: 1.78;
    color: var(--ink);
    margin-bottom: 0.9rem;
  }
  .d-content p.light { color: var(--grey-1); font-size: 15.5px; }
  .d-note {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.08em;
    font-size: 9.5px;
    color: var(--grey-2);
    margin-top: 1rem;
    border-top: 1px solid var(--hairline);
    padding-top: 0.8rem;
  }
  .rouh-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-size: 8.5px;
    text-transform: uppercase;
    color: var(--gold-deep);
    border: 1px solid rgba(201,169,110,0.35);
    padding: 0.2rem 0.65rem;
    margin-bottom: 0.9rem;
  }
  .rouh-tag::before { content: '✦'; font-size: 7px; }
  .route-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin: 0.6rem 0 1.2rem;
  }
  .r-city { font-family: 'Cinzel', serif; font-weight: 500; letter-spacing: 0.14em; font-size: 9px; text-transform: uppercase; color: var(--ink); }
  .r-arr { font-family: 'Jost', sans-serif; font-size: 10px; color: var(--gold); padding: 0 0.2rem; }
  .r-info { font-family: 'Jost', sans-serif; font-weight: 300; letter-spacing: 0.08em; font-size: 8.5px; text-transform: uppercase; color: var(--grey-1); background: var(--paper); border: 1px solid var(--hairline); padding: 0.15rem 0.5rem; white-space: nowrap; }

  /* ── ACTIVITIES ── */
  .prop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
  }
  .prop-col h3 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    font-size: 10.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--hairline);
  }
  .prop-item {
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--hairline);
  }
  .pi-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17.5px;
    color: var(--ink);
    margin-bottom: 0.2rem;
  }
  .pi-desc {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 11px;
    color: var(--grey-1);
    line-height: 1.6;
  }
  .rouh-note {
    background: var(--snow);
    padding: 2rem 2.2rem;
    margin-top: 3rem;
    border-left: 2px solid var(--gold);
  }
  .rouh-note h4 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    font-size: 10.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 0.8rem;
  }
  .rouh-note p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--grey-1);
  }

  /* ── INCLUDED / NOT INCLUDED ── */
  #conditions { background: var(--snow); }
  .incl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 2.5rem;
  }
  .incl-col h3 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.18em;
    font-size: 10.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--hairline);
  }
  .incl-list { list-style: none; }
  .incl-list li {
    font-size: 15.5px;
    line-height: 1.55;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--hairline);
    color: var(--grey-1);
    display: flex;
    gap: 0.9rem;
  }
  .incl-list li:last-child { border-bottom: none; }
  .incl-list .check { color: var(--gold-deep); flex-shrink: 0; margin-top: 0.05rem; }
  .incl-list .dash { color: var(--grey-2); flex-shrink: 0; margin-top: 0.05rem; }

  /* ── CTA BAND ── */
  #cta {
    background: var(--void);
    padding: 7rem 5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  #cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(201,169,110,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .cta-eyebrow {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.5em;
    font-size: 9.5px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 3rem;
  }
  .cta-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
    font-size: clamp(24px, 3.5vw, 36px);
    line-height: 1.45;
    color: var(--gold-soft);
    max-width: 620px;
    margin: 0 auto 1.5rem;
  }
  .cta-quote::before { content: '201C'; color: var(--gold); }
  .cta-quote::after { content: '201D'; color: var(--gold); }
  .cta-arabic {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    color: var(--gold);
    letter-spacing: 0.06em;
    margin-bottom: 4.5rem;
  }
  .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .btn-primary {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 10.5px;
    text-transform: uppercase;
    color: var(--void);
    background: var(--gold);
    padding: 1rem 2.4rem;
    text-decoration: none;
    border: 1px solid var(--gold);
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
  .btn-secondary {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 10.5px;
    text-transform: uppercase;
    color: var(--gold);
    background: transparent;
    padding: 1rem 2.4rem;
    text-decoration: none;
    border: 1px solid rgba(201,169,110,0.4);
    transition: border-color 0.2s, color 0.2s;
    cursor: pointer;
    display: inline-block;
  }
  .btn-secondary:hover { border-color: var(--gold); }
  .cta-contact {
    border-top: 1px solid rgba(201,169,110,0.2);
    padding-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
  }
  .cc-label {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 8.5px;
    color: var(--grey-1);
    margin-bottom: 0.5rem;
  }
  .cc-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: var(--snow);
  }
  .cc-value a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(201,169,110,0.3); transition: border-color 0.2s; }
  .cc-value a:hover { border-color: var(--gold); }
  .cta-footnote {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 8.5px;
    color: var(--grey-1);
    margin-top: 4rem;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    
    #hero, .section, #cta { padding-left: 1.5rem; padding-right: 1.5rem; }
    .hero-top { left: 1.5rem; right: 1.5rem; }
    .hero-title { font-size: clamp(52px, 12vw, 80px); }
    .stops-grid { grid-template-columns: 1fr 1fr; }
    .movement { grid-template-columns: 1fr; gap: 0.5rem; }
    .mv-num { font-size: 42px; }
    .day { grid-template-columns: 1fr; gap: 0.6rem; }
    .d-mark { text-align: left; }
    .prop-grid, .incl-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .ov-row { grid-template-columns: 1fr; }
    .ov-label { padding-bottom: 0; }
    .ov-value { padding-top: 0.3rem; }
    .cta-contact { grid-template-columns: 1fr; }
    .seg-banner { flex-direction: column; gap: 0.3rem; }
  }

  @media (prefers-reduced-motion: reduce) {
    .movement, .hero-scroll { animation: none; transition: none; }
    .movement { opacity: 1; transform: none; }
  }/* End custom CSS */