
  :root {
    --saffron: #E8621A;
    --saffron-light: #F5894D;
    --saffron-pale: #FDF0E8;
    --deep: #1A0F00;
    --gold: #C9951A;
    --gold-light: #F0CC6A;
    --cream: #FBF6EE;
    --green: #2D6A4F;
    --text: #2A1800;
    --muted: #7A6552;
    --border: rgba(200,140,80,0.2);
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Jost', sans-serif;
    background: var(--cream);
    color: var(--text);
    overflow-x: hidden;
  }

 
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--cream); }
  ::-webkit-scrollbar-thumb { background: var(--saffron); border-radius: 3px; }

 
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 999;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.1rem 3rem;
    background: rgba(251,246,238,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 4px 32px rgba(232,98,26,0.08); }
  .logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem; font-weight: 700; letter-spacing: 1px;
    color: var(--saffron); text-decoration: none;
  }
  .logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; }
  .nav-links a {
    font-size: 0.82rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--muted); text-decoration: none;
    transition: color 0.2s; position: relative;
  }
  .nav-links a::after {
    content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
    height: 1px; background: var(--saffron); transform: scaleX(0);
    transition: transform 0.25s;
  }
  .nav-links a:hover { color: var(--saffron); }
  .nav-links a:hover::after { transform: scaleX(1); }
  .nav-cta {
    background: var(--saffron); color: #fff;
    border: none; border-radius: 2px;
    padding: 0.6rem 1.4rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; cursor: pointer;
    transition: background 0.2s, transform 0.15s;
  }
  .nav-cta:hover { background: #c94d08; transform: translateY(-1px); }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 24px; height: 2px; background: var(--saffron); display: block; transition: 0.3s; }

  
  #hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 7rem 3rem 4rem;
    position: relative; overflow: hidden;
  }
  #hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(232,98,26,0.07) 0%, transparent 70%);
    pointer-events: none;
  }
  .mandala-bg {
    position: absolute; right: -5vw; top: 50%;
    transform: translateY(-50%);
    width: 55vw; height: 55vw; max-width: 700px; max-height: 700px;
    opacity: 0.06;
    animation: spin 80s linear infinite;
  }
  @keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }
  .hero-left { position: relative; z-index: 2; }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.75rem; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--saffron);
    margin-bottom: 1.5rem;
  }
  .hero-eyebrow::before {
    content: ''; width: 30px; height: 1px; background: var(--saffron);
  }
  h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 700; line-height: 1.05;
    letter-spacing: -1px; color: var(--deep);
    margin-bottom: 1.5rem;
  }
  h1 em { font-style: italic; color: var(--saffron); }
  .hero-sub {
    font-size: 1rem; font-weight: 300; line-height: 1.8;
    color: var(--muted); max-width: 440px; margin-bottom: 2.5rem;
  }
  .hero-btns { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    background: var(--saffron); color: #fff;
    border: none; border-radius: 2px;
    padding: 0.9rem 2rem; cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.2s, transform 0.15s;
  }
  .btn-primary:hover { background: #c94d08; transform: translateY(-2px); }
  .btn-outline {
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 2px; padding: 0.9rem 2rem; cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--muted);
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
  }
  .btn-outline:hover { border-color: var(--saffron); color: var(--saffron); transform: translateY(-2px); }
  .hero-stats {
    display: flex; gap: 2.5rem; margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
  }
  .hero-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem; font-weight: 700; color: var(--saffron); line-height: 1;
  }
  .hero-stat-lbl { font-size: 0.75rem; color: var(--muted); letter-spacing: 1px; margin-top: 2px; }
  .hero-right {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto;
    gap: 14px; padding-left: 3rem;
    animation: fadeUp 1s 0.3s both;
  }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  .hero-img-card {
    border-radius: 4px; overflow: hidden;
    position: relative; cursor: pointer;
    transition: transform 0.3s;
  }
  .hero-img-card:hover { transform: scale(1.02); }
  .hero-img-card:first-child { grid-row: 1 / 3; }
  .hero-img-card svg { width: 100%; display: block; }
  .hic-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 1.5rem 1rem 0.75rem;
    background: linear-gradient(transparent, rgba(26,15,0,0.8));
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem; font-weight: 600;
  }

  
  section { padding: 5rem 3rem; }
  .section-eyebrow {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--saffron);
    display: inline-flex; align-items: center; gap: 8px;
    margin-bottom: 0.75rem;
  }
  .section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--saffron); }
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700; line-height: 1.15; color: var(--deep);
  }
  .section-title em { font-style: italic; color: var(--saffron); }
  .section-header-row {
    display: flex; align-items: flex-end;
    justify-content: space-between; margin-bottom: 3rem;
    gap: 1rem; flex-wrap: wrap;
  }
  .see-all {
    font-size: 0.8rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--saffron);
    text-decoration: none; display: flex; align-items: center; gap: 6px;
    transition: gap 0.2s;
  }
  .see-all:hover { gap: 10px; }

 
  #destinations { background: var(--cream); }
  .dest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 18px;
  }
  .dest-card {
    border-radius: 4px; overflow: hidden;
    position: relative; cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
    border: 1px solid var(--border);
  }
  .dest-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(232,98,26,0.15); }
  .dest-card.tall { grid-row: span 2; }
  .dest-card svg { width: 100%; display: block; }
  .dest-card.tall svg { height: 420px; }
  .dest-body { padding: 1.25rem 1.5rem; }
  .dest-tag {
    display: inline-block; padding: 3px 10px;
    background: var(--saffron-pale); color: var(--saffron);
    font-size: 0.7rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; border-radius: 2px; margin-bottom: 8px;
  }
  .dest-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 700; color: var(--deep);
    margin-bottom: 4px;
  }
  .dest-meta { font-size: 0.8rem; color: var(--muted); margin-bottom: 12px; }
  .dest-footer { display: flex; align-items: center; justify-content: space-between; }
  .dest-price { font-size: 1.1rem; font-weight: 600; color: var(--saffron); }
  .dest-price small { font-size: 0.75rem; font-weight: 400; color: var(--muted); }
  .dest-btn {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--saffron-pale); border: none;
    color: var(--saffron); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; transition: background 0.2s, color 0.2s;
  }
  .dest-btn:hover { background: var(--saffron); color: #fff; }

  
  #packages { background: var(--deep); position: relative; overflow: hidden; }
  #packages::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(232,98,26,0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  #packages .section-eyebrow { color: var(--gold-light); }
  #packages .section-eyebrow::before { background: var(--gold-light); }
  #packages .section-title { color: var(--cream); }
  #packages .section-title em { color: var(--gold-light); }
  #packages .see-all { color: var(--gold-light); }
  .pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .pkg-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,149,26,0.2);
    border-radius: 4px; overflow: hidden;
    cursor: pointer; transition: transform 0.3s, border-color 0.3s;
  }
  .pkg-card:hover { transform: translateY(-6px); border-color: var(--gold); }
  .pkg-card.featured { border-color: var(--gold); position: relative; }
  .pkg-card.featured::before {
    content: 'BESTSELLER';
    position: absolute; top: 16px; right: 16px;
    background: var(--gold); color: var(--deep);
    font-size: 0.65rem; font-weight: 500; letter-spacing: 2px;
    padding: 3px 10px; border-radius: 2px;
  }
  .pkg-card svg { width: 100%; display: block; }
  .pkg-body { padding: 1.5rem; }
  .pkg-type {
    font-size: 0.7rem; font-weight: 500; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold-light);
    margin-bottom: 8px;
  }
  .pkg-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 700; color: var(--cream);
    margin-bottom: 8px; line-height: 1.2;
  }
  .pkg-desc { font-size: 0.85rem; color: rgba(251,246,238,0.55); line-height: 1.7; margin-bottom: 1.25rem; }
  .pkg-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; }
  .pkg-pill {
    font-size: 0.72rem; padding: 4px 10px;
    border: 1px solid rgba(201,149,26,0.3);
    border-radius: 2px; color: rgba(251,246,238,0.6);
  }
  .pkg-footer { display: flex; align-items: center; justify-content: space-between; }
  .pkg-price { color: var(--cream); }
  .pkg-price-from { font-size: 0.7rem; color: rgba(251,246,238,0.45); letter-spacing: 1px; text-transform: uppercase; }
  .pkg-price-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem; font-weight: 700; color: var(--gold-light);
    line-height: 1;
  }
  .pkg-book {
    background: var(--saffron); color: #fff;
    border: none; border-radius: 2px;
    padding: 0.6rem 1.2rem; cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem; font-weight: 500; letter-spacing: 1.5px;
    text-transform: uppercase; transition: background 0.2s;
  }
  .pkg-book:hover { background: #c94d08; }

  
  #experiences {
    background: var(--saffron-pale);
    border-top: 1px solid rgba(232,98,26,0.15);
    border-bottom: 1px solid rgba(232,98,26,0.15);
  }
  .exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(232,98,26,0.15); }
  .exp-card {
    background: var(--cream);
    padding: 2rem 1.75rem;
    cursor: pointer; transition: background 0.25s;
  }
  .exp-card:hover { background: #fff; }
  .exp-icon {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--saffron-pale);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1rem;
    border: 1px solid rgba(232,98,26,0.2);
  }
  .exp-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem; font-weight: 700; color: var(--deep);
    margin-bottom: 6px;
  }
  .exp-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

  
  #booking {
    background: var(--cream);
    padding: 5rem 3rem;
  }
  .booking-inner {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
  }
  .booking-left .section-eyebrow { margin-bottom: 0.75rem; }
  .booking-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin: 1rem 0 2rem; }
  .trust-points { display: flex; flex-direction: column; gap: 0.75rem; }
  .trust-pt {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.85rem; color: var(--muted);
  }
  .trust-pt::before {
    content: '✓'; width: 20px; height: 20px;
    border-radius: 50%; background: var(--green);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; font-weight: 700; flex-shrink: 0;
  }
  .booking-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2.5rem;
  }
  .form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem; font-weight: 700; color: var(--deep);
    margin-bottom: 1.5rem;
  }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { display: flex; flex-direction: column; gap: 6px; }
  .form-group.full { grid-column: span 2; }
  label { font-size: 0.75rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); }
  input, select, textarea {
    border: 1px solid var(--border);
    border-radius: 3px; padding: 0.7rem 1rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem; color: var(--text);
    background: var(--cream); outline: none;
    transition: border-color 0.2s;
    width: 100%;
  }
  input:focus, select:focus, textarea:focus { border-color: var(--saffron); background: #fff; }
  textarea { resize: vertical; min-height: 80px; }
  .form-submit {
    background: var(--saffron); color: #fff;
    border: none; border-radius: 2px;
    padding: 1rem 2rem; cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 0.85rem; font-weight: 500; letter-spacing: 2px;
    text-transform: uppercase; width: 100%; margin-top: 1rem;
    transition: background 0.2s, transform 0.15s;
  }
  .form-submit:hover { background: #c94d08; transform: translateY(-1px); }

  
  #testimonials { background: var(--deep); padding: 5rem 3rem; }
  #testimonials .section-title { color: var(--cream); }
  #testimonials .section-eyebrow { color: var(--gold-light); }
  #testimonials .section-eyebrow::before { background: var(--gold-light); }
  .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 3rem; }
  .testi-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,149,26,0.15);
    border-radius: 4px; padding: 2rem;
    transition: border-color 0.3s;
  }
  .testi-card:hover { border-color: rgba(201,149,26,0.4); }
  .testi-stars { color: var(--gold-light); letter-spacing: 2px; margin-bottom: 1rem; font-size: 0.9rem; }
  .testi-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem; font-style: italic;
    color: rgba(251,246,238,0.85); line-height: 1.7; margin-bottom: 1.5rem;
  }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--saffron); display: flex;
    align-items: center; justify-content: center;
    font-size: 1rem; color: #fff; font-weight: 700;
  }
  .testi-name { font-size: 0.9rem; font-weight: 500; color: var(--cream); }
  .testi-loc { font-size: 0.75rem; color: rgba(251,246,238,0.4); }

  footer {
    background: #0E0800;
    padding: 3rem 3rem 2rem;
    border-top: 1px solid rgba(201,149,26,0.15);
  }
  .footer-top {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem; margin-bottom: 2.5rem;
  }
  .footer-brand .logo { display: inline-block; margin-bottom: 1rem; }
  .footer-tagline { font-size: 0.85rem; color: rgba(251,246,238,0.4); line-height: 1.7; max-width: 220px; }
  .footer-col h4 {
    font-size: 0.72rem; font-weight: 500; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold-light);
    margin-bottom: 1rem;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .footer-col a {
    font-size: 0.85rem; color: rgba(251,246,238,0.5);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-col a:hover { color: var(--cream); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 1.5rem;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.78rem; color: rgba(251,246,238,0.3);
  }

  
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s, transform 0.7s; }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }

  
  .modal-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(26,15,0,0.85);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.3s;
  }
  .modal-overlay.open { opacity: 1; pointer-events: all; }
  .modal {
    background: var(--cream);
    border-radius: 6px; padding: 2.5rem;
    max-width: 480px; width: 90%;
    transform: scale(0.92); transition: transform 0.3s;
    position: relative;
  }
  .modal-overlay.open .modal { transform: scale(1); }
  .modal-close {
    position: absolute; top: 1rem; right: 1rem;
    background: none; border: none;
    font-size: 1.3rem; cursor: pointer; color: var(--muted);
  }
  .modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem; font-weight: 700; color: var(--deep);
    margin-bottom: 0.5rem;
  }
  .modal-sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
  .modal-success {
    text-align: center; display: none;
  }
  .modal-success.show { display: block; }
  .modal-success .check {
    font-size: 3rem; margin-bottom: 1rem;
  }
  .modal-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem; font-weight: 700; color: var(--deep);
    margin-bottom: 0.5rem;
  }
  .modal-success p { font-size: 0.9rem; color: var(--muted); }

  
  @media (max-width: 900px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    #hero { grid-template-columns: 1fr; padding: 6rem 1.5rem 3rem; gap: 3rem; }
    .hero-right { padding-left: 0; grid-template-columns: 1fr 1fr; }
    .mandala-bg { display: none; }
    section { padding: 3.5rem 1.5rem; }
    .dest-grid { grid-template-columns: 1fr; }
    .dest-card.tall svg { height: 240px; }
    .pkg-grid { grid-template-columns: 1fr; }
    .exp-grid { grid-template-columns: 1fr 1fr; }
    .booking-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .testi-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
  }
  @media (max-width: 600px) {
    h1 { font-size: 2.8rem; }
    .hero-right { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: span 1; }
    .exp-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
  }
