/* ============================================================
   THE TRIP CARTEL — SHARED STYLESHEET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #b89a5a;
  --gold-light: #d4b97a;
  --dark: #1a1714;
  --dark2: #2c2820;
  --cream: #f5f0e8;
  --cream2: #ede6d6;
  --text: #3a322a;
  --text-muted: #7a6e62;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', sans-serif;
  --success: #5a8a6e;
  --danger: #b85a5a;
}
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--cream); color: var(--text); overflow-x: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button { font-family: var(--sans); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 4rem;
  background: rgba(26,23,20,0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(184,154,90,0.2);
  animation: fadeDown 0.8s ease both;
}
.nav-logo { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--gold-light); letter-spacing: 0.04em; text-decoration: none; display: block; }
.nav-logo span { font-style: italic; color: #fff; }
.nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
.nav-links > li { position: relative; }
.nav-links a { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-dropdown { position: absolute; top: 100%; left: -1rem; padding-top: 1rem; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.25s, transform 0.25s, visibility 0.25s; }
.nav-links > li:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-inner { background: var(--dark2); border: 1px solid rgba(184,154,90,0.25); padding: 0.6rem 0; display: flex; flex-direction: column; }
.nav-dropdown-inner a { padding: 0.55rem 1.2rem; font-size: 0.75rem; letter-spacing: 0.06em; text-transform: none; font-family: var(--serif); font-size: 0.95rem; color: rgba(255,255,255,0.75); }
.nav-dropdown-inner a:hover { background: rgba(184,154,90,0.12); color: var(--gold-light); }
.nav-cta { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dark); background: var(--gold); border: none; padding: 0.6rem 1.6rem; cursor: pointer; transition: background 0.3s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: var(--gold-light); }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; }
.nav-mobile-panel { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-mobile-panel.open {
    display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
    background: var(--dark); z-index: 199; padding: 2rem; gap: 0.5rem; overflow-y: auto;
  }
  .nav-mobile-panel a { font-family: var(--serif); font-size: 1.3rem; color: #fff; text-decoration: none; padding: 0.8rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-mobile-panel .nav-mobile-sub { padding-left: 1rem; }
  .nav-mobile-panel .nav-mobile-sub a { font-size: 1.05rem; color: rgba(255,255,255,0.65); }
  .nav-mobile-panel .nav-cta { margin-top: 1rem; text-align: center; }
}

/* PAGE HERO (interior pages) */
.page-hero {
  position: relative; min-height: 46vh; display: flex; align-items: flex-end;
  padding: 8rem 4rem 4rem; background: var(--dark); overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(26,23,20,0.88) 0%, rgba(44,40,32,0.55) 55%, rgba(26,23,20,0.92) 100%);
}
.page-hero-content { position: relative; z-index: 2; animation: fadeUp 1s 0.2s ease both; }
.breadcrumb { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1.2rem; }
.breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold-light); }
.page-hero-title { font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 300; color: #fff; line-height: 1.05; }
.page-hero-title em { font-style: italic; color: var(--gold-light); }
.page-hero-sub { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.6); max-width: 560px; margin-top: 1rem; line-height: 1.7; }
.page-hero-meta { display: flex; gap: 2rem; margin-top: 1.6rem; flex-wrap: wrap; }
.page-hero-meta div { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); }
.page-hero-meta span { display: block; font-family: var(--serif); font-size: 1.4rem; color: #fff; margin-top: 0.2rem; text-transform: none; letter-spacing: 0; }

/* SECTION BASE */
section { padding: 6rem 4rem; }
.section-label { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.section-title { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.15; color: var(--dark); margin-bottom: 1.5rem; }
.section-title em { font-style: italic; }
.section-body { font-size: 0.95rem; font-weight: 300; line-height: 1.8; color: var(--text-muted); max-width: 560px; }
.divider { width: 48px; height: 1px; background: var(--gold); margin: 2rem 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.btn-primary { background: var(--gold); color: var(--dark); font-family: var(--sans); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2.4rem; border: none; cursor: pointer; transition: background 0.3s, transform 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--dark); font-family: var(--sans); font-size: 0.75rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2.4rem; border: 1px solid rgba(58,50,42,0.35); cursor: pointer; transition: border-color 0.3s, color 0.3s; text-decoration: none; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline.light { color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-outline.light:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-block { width: 100%; text-align: center; }
.btn-small { padding: 0.55rem 1.2rem; font-size: 0.68rem; }

/* STATS BAR */
.stats-bar { background: var(--dark2); padding: 2rem 4rem; display: flex; justify-content: center; gap: 5rem; flex-wrap: wrap; border-bottom: 1px solid rgba(184,154,90,0.15); }
.stat { text-align: center; }
.stat-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 300; color: var(--gold-light); line-height: 1; }
.stat-label { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 0.4rem; }

/* ABOUT / STORY LAYOUT */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.img-wrap { position: relative; }
.img-wrap img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.img-badge {
  position: absolute; bottom: -2rem; right: -2rem;
  width: 140px; height: 140px; border-radius: 50%;
  background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--serif); color: var(--dark); text-align: center;
}
.img-badge-num { font-size: 2.4rem; font-weight: 400; line-height: 1; }
.img-badge-text { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.2rem; padding: 0 0.5rem; }

/* VALUES / TEAM GRID */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3.5rem; }
.value-item { text-align: center; }
.value-icon { font-size: 1.6rem; color: var(--gold); margin-bottom: 1rem; }
.value-name { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 0.5rem; }
.value-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3.5rem; }
.team-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(0.3); }
.team-name { font-family: var(--serif); font-size: 1.2rem; margin-top: 1rem; }
.team-role { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-top: 0.2rem; }

/* DESTINATIONS GRID (home teaser) */
.destinations { background: var(--cream2); }
.destinations-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; flex-wrap: wrap; gap: 1.5rem; }
.dest-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; }
.dest-card { position: relative; overflow: hidden; cursor: pointer; display: block; text-decoration: none; }
.dest-card:first-child { grid-row: span 2; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.dest-card:first-child img { height: 520px; }
.dest-card:not(:first-child) img { height: 240px; }
.dest-card:hover img { transform: scale(1.04); }
.dest-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,23,20,0.78) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.dest-region { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.3rem; }
.dest-name { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; color: #fff; line-height: 1.1; }
.dest-tag { display: inline-block; margin-top: 0.6rem; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.3); padding: 0.2rem 0.7rem; }

/* PACKAGE CARDS (listing / filter grid) */
.filter-bar { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 3rem; align-items: center; }
.filter-search { flex: 1 1 240px; position: relative; }
.filter-search input { width: 100%; padding: 0.8rem 1.2rem; border: 1px solid rgba(58,50,42,0.2); background: #fff; font-family: var(--sans); font-size: 0.85rem; }
.filter-chip { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.6rem 1.1rem; border: 1px solid rgba(58,50,42,0.25); background: transparent; cursor: pointer; transition: all 0.25s; color: var(--text); }
.filter-chip:hover { border-color: var(--gold); }
.filter-chip.active { background: var(--dark); color: var(--gold-light); border-color: var(--dark); }

.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pkg-card { background: #fff; display: flex; flex-direction: column; text-decoration: none; color: inherit; box-shadow: 0 2px 24px rgba(26,23,20,0.06); transition: transform 0.3s, box-shadow 0.3s; }
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(26,23,20,0.12); }
.pkg-img { position: relative; height: 220px; overflow: hidden; }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.pkg-card:hover .pkg-img img { transform: scale(1.06); }
.pkg-price-tag { position: absolute; top: 1rem; right: 1rem; background: rgba(26,23,20,0.85); color: var(--gold-light); font-family: var(--serif); font-size: 0.95rem; padding: 0.35rem 0.9rem; }
.pkg-region { position: absolute; top: 1rem; left: 1rem; background: var(--gold); color: var(--dark); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.7rem; }
.pkg-body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.pkg-name { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 0.4rem; }
.pkg-duration { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; }
.pkg-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; flex: 1; }
.pkg-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 1rem; }
.pkg-tags span { font-size: 0.63rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-muted); border: 1px solid rgba(58,50,42,0.18); padding: 0.15rem 0.55rem; }
.pkg-footer { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.6rem; border-top: 1px solid rgba(58,50,42,0.08); }
.pkg-link { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dark); font-weight: 500; }
.pkg-link::after { content: " →"; }
.no-results { text-align: center; padding: 4rem 0; color: var(--text-muted); font-family: var(--serif); font-size: 1.3rem; display: none; }

/* PACKAGE DETAIL PAGE */
.pkg-detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 3.5rem; align-items: start; }
.pkg-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 0.8rem; margin-bottom: 3rem; }
.pkg-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pkg-gallery-main { grid-row: span 2; height: 420px; }
.pkg-gallery img.small { height: 200px; }
.itinerary-day { display: flex; gap: 1.5rem; padding: 1.6rem 0; border-top: 1px solid rgba(58,50,42,0.12); }
.itinerary-day:last-child { border-bottom: 1px solid rgba(58,50,42,0.12); }
.itinerary-num { font-family: var(--serif); font-size: 1.4rem; color: var(--gold); min-width: 60px; }
.itinerary-title { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 0.4rem; }
.itinerary-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; }
.includes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-top: 1.5rem; }
.includes-grid li { list-style: none; font-size: 0.85rem; color: var(--text); padding-left: 1.4rem; position: relative; }
.includes-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 600; }

.inquiry-box { background: var(--dark); color: #fff; padding: 2.2rem; position: sticky; top: 6.5rem; }
.inquiry-box .price-from { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.inquiry-box .price-num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold-light); margin-bottom: 1.4rem; }

/* FORMS */
.form-field { margin-bottom: 1.1rem; }
.form-field label { display: block; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.45rem; color: var(--text-muted); }
.inquiry-box .form-field label { color: rgba(255,255,255,0.55); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 0.75rem 0.9rem; font-family: var(--sans); font-size: 0.85rem;
  border: 1px solid rgba(58,50,42,0.22); background: #fff; color: var(--text);
}
.inquiry-box .form-field input, .inquiry-box .form-field select, .inquiry-box .form-field textarea {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); color: #fff;
}
.form-field textarea { resize: vertical; min-height: 90px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-msg { display: none; padding: 0.9rem 1rem; font-size: 0.8rem; margin-bottom: 1rem; }
.form-msg.success { display: block; background: rgba(90,138,110,0.12); color: var(--success); border: 1px solid rgba(90,138,110,0.3); }
.form-msg.success.dark { background: rgba(90,138,110,0.15); }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.testi-card { background: #fff; padding: 2.2rem; box-shadow: 0 2px 20px rgba(26,23,20,0.05); }
.testi-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 0.15em; margin-bottom: 1rem; }
.testi-text { font-family: var(--serif); font-style: italic; font-size: 1.15rem; line-height: 1.6; color: var(--dark); margin-bottom: 1.2rem; }
.testi-author { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }
.testi-trip { font-size: 0.68rem; color: var(--gold); margin-top: 0.2rem; }

.testimonial { background: var(--cream); text-align: center; padding: 6rem 2rem; }
.quote-mark { font-family: var(--serif); font-size: 5rem; line-height: 1; color: var(--gold); opacity: 0.4; margin-bottom: -1rem; }
.quote-text { font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 300; font-style: italic; max-width: 720px; margin: 0 auto 2rem; line-height: 1.5; color: var(--dark); }
.quote-author { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: #fff; text-decoration: none; color: inherit; box-shadow: 0 2px 20px rgba(26,23,20,0.05); transition: transform 0.3s; display: block; }
.blog-card:hover { transform: translateY(-5px); }
.blog-img { height: 200px; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 1.5rem; }
.blog-cat { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.blog-title { font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; margin-bottom: 0.6rem; }
.blog-excerpt { font-size: 0.83rem; color: var(--text-muted); line-height: 1.65; }
.blog-meta { font-size: 0.68rem; color: var(--text-muted); margin-top: 1rem; letter-spacing: 0.05em; }
.blog-post-body { max-width: 720px; margin: 0 auto; }
.blog-post-body p { font-size: 1rem; line-height: 1.9; color: var(--text); margin-bottom: 1.4rem; }
.blog-post-body h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; margin: 2rem 0 1rem; }

/* EXPERIENCES */
.experiences { background: var(--dark); }
.experiences .section-title { color: #fff; }
.experiences .section-body { color: rgba(255,255,255,0.5); }
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,0.08); }
.exp-item { padding: 2.5rem 2rem; background: var(--dark); transition: background 0.3s; }
.exp-item:hover { background: var(--dark2); }
.exp-icon { font-size: 1.8rem; margin-bottom: 1.2rem; filter: sepia(1) saturate(0.6) brightness(1.3); }
.exp-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 300; color: #fff; margin-bottom: 0.7rem; }
.exp-desc { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* CTA BANNER */
.cta-banner { background: var(--dark2); padding: 6rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 3rem; border-top: 1px solid rgba(184,154,90,0.2); border-bottom: 1px solid rgba(184,154,90,0.2); }
.cta-text .section-title { color: #fff; margin-bottom: 0.5rem; }
.cta-text p { font-size: 0.9rem; color: rgba(255,255,255,0.45); font-weight: 300; }

/* FOOTER */
footer { background: var(--dark); padding: 4rem 4rem 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; color: var(--gold-light); margin-bottom: 1rem; text-decoration: none; display: inline-block; }
.footer-brand span { font-style: italic; color: #fff; }
.footer-desc { font-size: 0.83rem; font-weight: 300; color: rgba(255,255,255,0.35); line-height: 1.7; }
.footer-social { display: flex; gap: 0.8rem; margin-top: 1.4rem; }
.footer-social a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.25s; }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-light); }
.footer-social svg { width: 15px; height: 15px; fill: currentColor; }
.footer-col h4 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem; display: flex; justify-content: space-between; font-size: 0.75rem; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 0.5rem; }

/* WHATSAPP FLOAT */
.wa-float {
  position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 300;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25); text-decoration: none;
  transition: transform 0.25s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity:0; transform: translateY(30px); } to { opacity:1; transform: translateY(0); } }
@keyframes fadeDown { from { opacity:0; transform: translateY(-20px); } to { opacity:1; transform: translateY(0); } }
@keyframes pulse { 0%,100% { opacity:0.5; } 50% { opacity:1; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.revealed { opacity: 1; transform: translateY(0); }

/* ADMIN PANEL */
.admin-body { background: var(--cream2); min-height: 100vh; }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-sidebar { background: var(--dark); padding: 2rem 1.5rem; }
.admin-sidebar .nav-logo { margin-bottom: 3rem; }
.admin-nav { list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
.admin-nav button { width: 100%; text-align: left; background: none; border: none; color: rgba(255,255,255,0.55); font-size: 0.85rem; letter-spacing: 0.04em; padding: 0.7rem 0.9rem; cursor: pointer; font-family: var(--sans); transition: all 0.2s; }
.admin-nav button:hover { color: #fff; }
.admin-nav button.active { background: rgba(184,154,90,0.15); color: var(--gold-light); }
.admin-main { padding: 2.5rem 3rem; overflow-x: auto; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; flex-wrap: wrap; gap: 1rem; }
.admin-header h1 { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.admin-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 16px rgba(26,23,20,0.05); }
.admin-table th { text-align: left; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); padding: 1rem; border-bottom: 1px solid rgba(58,50,42,0.1); }
.admin-table td { padding: 1rem; font-size: 0.85rem; border-bottom: 1px solid rgba(58,50,42,0.06); vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.badge { font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.6rem; display: inline-block; }
.badge.new { background: rgba(184,90,90,0.12); color: var(--danger); }
.badge.contacted { background: rgba(184,154,90,0.15); color: var(--gold); }
.badge.closed { background: rgba(90,138,110,0.12); color: var(--success); }
.badge.published { background: rgba(90,138,110,0.12); color: var(--success); }
.badge.draft { background: rgba(122,110,98,0.12); color: var(--text-muted); }
.admin-actions button, .admin-actions a { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; background: none; border: 1px solid rgba(58,50,42,0.2); padding: 0.35rem 0.8rem; margin-right: 0.4rem; cursor: pointer; color: var(--text); text-decoration: none; }
.admin-actions button:hover { border-color: var(--gold); color: var(--gold); }
.admin-actions button.del:hover { border-color: var(--danger); color: var(--danger); }
.admin-modal-backdrop { display: none; position: fixed; inset: 0; background: rgba(26,23,20,0.6); z-index: 400; align-items: center; justify-content: center; padding: 2rem; }
.admin-modal-backdrop.open { display: flex; }
.admin-modal { background: #fff; max-width: 560px; width: 100%; max-height: 88vh; overflow-y: auto; padding: 2.2rem; }
.admin-modal h2 { font-family: var(--serif); font-weight: 400; font-size: 1.5rem; margin-bottom: 1.5rem; }
.admin-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--dark); }
.admin-login-box { background: var(--dark2); padding: 3rem; width: 100%; max-width: 380px; text-align: center; }
.admin-login-box .nav-logo { justify-content: center; display: flex; margin-bottom: 2rem; }
.admin-login-box p.hint { font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-top: 1rem; }
.stat-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-bottom: 2.5rem; }
.stat-card { background: #fff; padding: 1.4rem 1.6rem; box-shadow: 0 2px 16px rgba(26,23,20,0.05); }
.stat-card .n { font-family: var(--serif); font-size: 2rem; color: var(--gold); }
.stat-card .l { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-top: 0.3rem; }

/* RESPONSIVE */
@media (max-width: 1100px) {
  .pkg-grid, .exp-grid, .testi-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .pkg-detail-grid { grid-template-columns: 1fr; }
  .inquiry-box { position: static; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
}
@media (max-width: 900px) {
  nav { padding: 1.2rem 2rem; }
  section, .page-hero { padding-left: 2rem; padding-right: 2rem; }
  .split { grid-template-columns: 1fr; gap: 3rem; }
  .img-badge { bottom: 1rem; right: 1rem; width: 110px; height: 110px; }
  .dest-grid { grid-template-columns: 1fr 1fr; }
  .dest-card:first-child { grid-column: span 2; }
  .dest-card:first-child img { height: 320px; }
  .exp-grid, .pkg-grid, .testi-grid, .blog-grid, .values-grid, .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-bar { gap: 2.5rem; padding: 2rem; }
  .cta-banner { padding: 4rem 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .pkg-gallery { grid-template-columns: 1fr; }
  .pkg-gallery-main { height: 260px; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .dest-grid { grid-template-columns: 1fr; }
  .dest-card:first-child { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero-title { font-size: 2.4rem; }
}
