:root {
  --red: #e5242a;
  --dark: #0a0a0a;
  --ink: #111;
  --muted: #666;
  --line: #dedede;
  --soft: #f4f4f4;
  --pad: clamp(20px, 5vw, 72px);
  --nav-h: 72px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.scravel-dashboard-page { font-family: "Inter", sans-serif; color: #fff; background: var(--dark); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.container { width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: 0 auto; }
.section { padding: clamp(64px, 8vw, 96px) 0; }
.eyebrow { font-size: 14px; font-style: italic; color: currentColor; }
.section-title { font-size: clamp(30px, 5vw, 50px); line-height: .98; font-weight: 800; color: var(--ink); }
.section-title .red { display: block; color: var(--red); }
.section-title .dark { display: block; color: var(--ink); }
.pill-btn {
  border: 1.5px solid var(--ink);
  color: var(--red);
  background: transparent;
  border-radius: 999px;
  padding: 10px 28px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: .2s ease;
}
.pill-btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.split-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: clamp(34px, 5vw, 54px); }
.title-row { display: flex; align-items: flex-start; gap: clamp(14px, 3vw, 36px); }


.hero { position: relative; min-height: 100vh; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1s ease; }
.slide.active { opacity: 1; pointer-events: auto; }
.slide-bg { position: absolute; inset: 0; background: center / cover no-repeat; transform: scale(1.06); transition: transform 8s ease; }
.slide.active .slide-bg { transform: scale(1); }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(0,0,0,.86) 18%, rgba(0,0,0,.45) 58%, rgba(0,0,0,.18)); }
.slide-content { position: absolute; z-index: 2; top: 50%; left: var(--pad); width: min(440px, 42vw); transform: translateY(-50%); padding-top: var(--nav-h); }
.slide-title { font-size: clamp(38px, 5vw, 62px); line-height: 1.05; font-weight: 900; }
.slide-desc { margin-top: 18px; max-width: 380px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.8; }
.slide-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; padding: 14px 28px; border-radius: 4px; background: var(--red); font-size: 13px; font-weight: 800; }
.slide-images { position: absolute; z-index: 2; top: 50%; right: 0; width: min(54vw, 760px); height: min(82vh, 660px); transform: translateY(-50%); }
.hero-panel { position: absolute; overflow: hidden; box-shadow: 0 18px 54px rgba(0,0,0,.55); opacity: 0; transition: .8s ease; }
.hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.hero-panel:first-child { width: 54%; height: 64%; top: 5%; left: 0; border: 7px solid #fff; transform: translateX(-44px); }
.hero-panel:nth-child(2) { width: 25%; height: 67%; top: 16%; left: 53%; transform: translateY(-34px); }
.hero-panel:nth-child(3) { width: 26%; height: 60%; top: 28%; right: 0; transform: translateX(38px); }
.slide.active .hero-panel { opacity: 1; transform: none; }
.hero-social { position: absolute; z-index: 3; left: 18px; bottom: 44px; display: grid; gap: 10px; }
.hero-social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 6px; background: rgba(255,255,255,.14); font-size: 12px; font-weight: 800; }
.hero-dots { position: absolute; z-index: 3; right: clamp(18px, 4vw, 44px); bottom: 28px; display: flex; gap: 10px; }
.dot { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); }
.dot.active { background: var(--red); transform: scale(1.35); }
.progress-bar { position: absolute; z-index: 3; left: 0; bottom: 0; height: 3px; background: var(--red); width: 0; }
.progress-bar.running { animation: progress 6s linear forwards; }
@keyframes progress { to { width: 100%; } }

#about, #activities, #intl-activities, #events-slider, #blog-insights { background: #fff; color: var(--ink); }
.about-top { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; gap: 40px; align-items: start; }
.about-heading { font-size: clamp(34px, 5vw, 52px); line-height: 1.05; font-weight: 900; margin-bottom: 22px; }
.about-heading span { color: var(--red); }
.about-sub { max-width: 640px; font-size: 15px; font-weight: 800; line-height: 1.5; margin-bottom: 16px; }
.about-para, .about-card p { max-width: 620px; color: #444; font-size: 13.5px; line-height: 1.8; }
.about-mark { width: clamp(150px, 20vw, 260px); }
.about-cluster { position: relative; min-height: clamp(310px, 38vw, 390px); margin-top: 42px; }
.about-main { position: absolute; inset: 0; border-radius: 22px 22px 34px 34px; overflow: hidden; }
.about-main img, .about-small img { width: 100%; height: 100%; object-fit: cover; }
.about-card { position: absolute; z-index: 2; top: 0; right: 0; width: 42%; min-height: 58%; padding: clamp(26px, 4vw, 50px); background: #fff; border-radius: 0 20px 0 42px; }
.about-small { position: absolute; z-index: 2; right: 0; bottom: 0; width: 41%; height: 41%; overflow: hidden; border-radius: 0 0 34px 0; }

.activities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 18px; }
.activity-card { min-width: 0; cursor: pointer; }
.activity-img { height: clamp(230px, 26vw, 340px); overflow: hidden; background: #eee; }
.activity-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.activity-card:hover img { transform: scale(1.045); }
.activity-label { display: flex; gap: 8px; margin-top: 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.activity-label::before { content: "*"; font-size: 16px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.tag-list span { padding: 9px 15px; border-radius: 999px; background: #f3f4f6; color: #111827; font-size: 11px; font-weight: 700; }

.trip-carousel { position: relative; }
.trip-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-width: none; }
.trip-track::-webkit-scrollbar { display: none; }
.trip-card { flex: 0 0 clamp(220px, 22vw, 265px); scroll-snap-align: start; overflow: hidden; border: 1px solid #ebebeb; border-radius: 10px; background: #fff; transition: .25s ease; cursor: pointer; }
.trip-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.trip-img { position: relative; height: clamp(150px, 16vw, 195px); overflow: hidden; }
.trip-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.trip-card:hover .trip-img img { transform: scale(1.06); }
.wish { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--red); }
.trip-body { padding: 13px 14px 15px; }
.trip-top { display: flex; justify-content: space-between; gap: 8px; }
.trip-name { font-size: 14px; font-weight: 900; line-height: 1.2; }
.rating { flex: 0 0 auto; font-size: 11px; font-weight: 800; }
.rating span { color: #ffb800; }
.duration { margin-top: 3px; color: #888; font-size: 11px; }
.trip-icons { display: grid; grid-template-columns: repeat(4, 1fr); margin: 11px 0; padding: 8px 0; border-block: 1px solid #f0f0f0; }
.trip-icons span { display: grid; place-items: center; gap: 4px; border-right: 1px solid #f0f0f0; color: #777; font-size: 8px; text-align: center; }
.trip-icons span:last-child { border-right: 0; }
.trip-features { display: grid; gap: 5px; list-style: none; color: #555; font-size: 10.5px; line-height: 1.35; }
.trip-features li { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.trip-features li::before { content: "- "; color: var(--red); font-weight: 900; }
.carousel-arrow { position: absolute; z-index: 2; top: 45%; width: 38px; height: 38px; border: 1.5px solid #ddd; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.12); font-size: 22px; }
.carousel-arrow:hover { background: var(--red); color: #fff; border-color: var(--red); }
.carousel-arrow.prev { left: -19px; }
.carousel-arrow.next { right: -19px; }

.event-carousel { position: relative; height: clamp(260px, 31vw, 370px); display: flex; align-items: center; justify-content: center; user-select: none; }
.event-slide { position: absolute; top: 50%; left: 50%; width: 54%; height: 88%; overflow: hidden; border-radius: 0 28px 28px 28px; opacity: 0; filter: brightness(.65); transform: translate(-50%, -50%) scale(.78); transition: .55s ease; pointer-events: none; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.event-slide img { width: 100%; height: 100%; object-fit: cover; }
.event-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.55)); }
.event-slide.active { z-index: 5; opacity: 1; filter: none; transform: translate(-50%, -50%) scale(1); pointer-events: auto; }
.event-slide.prev { z-index: 3; opacity: .82; transform: translate(-104%, -50%) scale(.77); pointer-events: auto; }
.event-slide.next { z-index: 3; opacity: .82; transform: translate(4%, -50%) scale(.77); pointer-events: auto; }
.event-slide.prev-far { z-index: 2; opacity: .44; transform: translate(-140%, -50%) scale(.6); }
.event-slide.next-far { z-index: 2; opacity: .44; transform: translate(40%, -50%) scale(.6); }
.event-caption { position: absolute; z-index: 2; left: 50%; bottom: 34px; transform: translateX(-50%); width: 90%; display: grid; justify-items: center; gap: 14px; color: #fff; text-align: center; }
.event-caption h3 { font-size: clamp(16px, 2vw, 22px); line-height: 1.2; }
.event-caption a { border-radius: 999px; background: #fff; color: #111; padding: 12px 24px; font-size: 12px; font-weight: 800; }
.event-controls { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 18px; }
.event-arrow { width: 30px; height: 30px; border: 0; background: transparent; color: #aaa; font-size: 26px; }
.event-arrow:hover { color: var(--red); }
.event-dots { display: flex; gap: 8px; }
.event-dot { width: 9px; height: 9px; border: 0; border-radius: 50%; background: #d4d4d4; }
.event-dot.active { background: var(--red); transform: scale(1.35); }

#testimonials { position: relative; overflow: hidden; background: #0e0e0e; color: #fff; }
#testimonials::before { content: ""; position: absolute; top: -10%; right: -10%; width: 65%; height: 110%; background: radial-gradient(ellipse at 55% 30%, rgba(120,80,220,.48), transparent 62%), radial-gradient(ellipse at 78% 62%, rgba(220,80,120,.38), transparent 58%); filter: blur(32px); }
.testi-inner { position: relative; z-index: 1; }
.testi-heading { max-width: 520px; font-size: clamp(42px, 7vw, 78px); line-height: 1; font-weight: 900; }
.testi-arrows { display: flex; gap: 10px; }
.testi-arrow { width: 44px; height: 44px; border: 1.5px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font-size: 20px; }
.testi-wrap { overflow: hidden; }
.testi-track { display: flex; gap: 20px; transition: transform .45s ease; }
.testi-card { flex: 0 0 clamp(280px, 31vw, 390px); display: flex; flex-direction: column; gap: 20px; padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.testi-quote { flex: 1; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.75; }
.testi-person { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; }
.person-name { display: block; font-size: 13px; font-weight: 800; }
.person-role { display: block; margin-top: 3px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.35; }
.mini-logo { margin-left: auto; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 9px; font-weight: 900; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { color: var(--ink); }
.blog-img { height: clamp(170px, 18vw, 210px); overflow: hidden; border-radius: 10px 40px 0 0; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover img { transform: scale(1.05); }
.blog-meta { display: block; margin: 14px 0 7px; color: #888; font-size: 11px; }
.blog-title { font-size: 14px; font-weight: 700; line-height: 1.45; margin-bottom: 10px; }
.blog-card a { color: var(--red); font-size: 13px; font-weight: 700; }
.empty-note { color: #888; font-size: 13px; }


@media (max-width: 980px) {
  .hero { min-height: 920px; }
  .slide-content { top: 142px; right: var(--pad); width: auto; max-width: 620px; transform: none; padding-top: 0; }
  .slide::after { background: linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.62) 48%, rgba(0,0,0,.92)); }
  .slide-images { top: 410px; left: 50%; right: auto; width: min(90vw, 660px); height: 520px; transform: translateX(-50%); }
  .hero-social { left: var(--pad); bottom: 30px; display: flex; }
  .about-top { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  :root { --nav-h: 118px; }
  .container { width: min(100% - 40px, var(--max)); }
  .split-head, .title-row { flex-direction: column; gap: 12px; }
  .hero { min-height: 930px; }
  .slide-content { top: 154px; }
  .slide-images { top: 470px; width: 92vw; height: 390px; }
  .hero-panel:first-child { border-width: 4px; }
  .about-cluster { min-height: auto; }
  .about-main, .about-card, .about-small { position: relative; inset: auto; width: 100%; }
  .about-main { height: 260px; border-radius: 18px; }
  .about-card { width: 92%; margin: -54px 0 0 auto; border-radius: 0 16px 16px 28px; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
  .about-small { width: 92%; height: 150px; margin: 16px 0 0 auto; border-radius: 0 0 18px 18px; }
  .activities-grid, .blog-grid { grid-template-columns: 1fr; }
  .carousel-arrow { display: none; }
  .event-slide { width: 80%; border-radius: 0 20px 20px 20px; }
  .event-slide.prev { transform: translate(-88%, -50%) scale(.68); }
  .event-slide.next { transform: translate(-12%, -50%) scale(.68); }
  .event-slide.prev-far, .event-slide.next-far { opacity: 0; pointer-events: none; }
  .testi-card { flex-basis: clamp(260px, 82vw, 340px); }

@media (max-width: 460px) {
  .hero { min-height: 900px; }
  .slide-content { top: 146px; }
  .slide-title { font-size: clamp(34px, 12vw, 48px); }
  .slide-images { top: 500px; height: 310px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.blog-insights-title { text-align: center; margin-bottom: clamp(30px, 4vw, 44px); font-size: clamp(24px, 3vw, 34px); }
.blog-cta { text-align: center; margin-top: clamp(32px, 5vw, 48px); }
.blog-cta-btn { border-radius: 999px; }
