/*!
Theme Name: shetravels
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shetravels
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shetravels is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document ========================================================================== */
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ─── Reset ────────────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Jost', sans-serif;
  background: #ffffff;
  color: #3A3028;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

ul { list-style: none; }

em { font-style: italic; }

/* ─── Container ────────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 1024px) {
  .container { padding: 0 2rem; }
}

/* ─── Buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.875rem 2rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.btn:active { transform: scale(0.97); }

.btn--coral  { background: #E8967F; color: #fff; border-color: #E8967F; }
.btn--coral:hover { background: #d4826b; border-color: #d4826b; }

.btn--outline-white { background: transparent; color: #fff; border-color: #fff; }
.btn--outline-white:hover { background: #fff; color: #3A3028; }

.btn--outline-dark { background: transparent; color: #3A3028; border-color: #3A3028; }
.btn--outline-dark:hover { background: #3A3028; color: #fff; }

.btn--outline-coral { background: transparent; color: #E8967F; border-color: #E8967F; }
.btn--outline-coral:hover { background: #E8967F; color: #fff; }

.btn--white-purple { background: #fff; color: #6B3FA0; border-color: #fff; font-weight: 600; }
.btn--white-purple:hover { background: #F3E8FF; }

.btn--gold { background: #C9A84C; color: #fff; border-color: #C9A84C; }
.btn--gold:hover { background: #b8973b; border-color: #b8973b; }

.btn--outline-gold { background: transparent; color: #C9A84C; border-color: #C9A84C; }
.btn--outline-gold:hover { background: #C9A84C; color: #fff; }

.btn--outline-purple { background: transparent; color: #6B3FA0; border-color: #6B3FA0; }
.btn--outline-purple:hover { background: #6B3FA0; color: #fff; }

.btn--sm { padding: 0.5rem 1.25rem; font-size: 0.68rem; }
.btn--full { width: 100%; display: block; }

/* ─── Section Utilities ────────────────────────────────────────────────── */
.section { padding: 5rem 0; }

.section__header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section__eyebrow {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section__eyebrow--coral   { color: #E8967F; }
.section__eyebrow--gold    { color: #C9A84C; }
.section__eyebrow--lavender{ color: #D4B8F0; }

.section__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.5vw, 3.25rem);
  font-weight: 400;
  color: #3A3028;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section__title--navy  { color: #1E1B4B; font-weight: 700; }
.section__title--white { color: #ffffff; }

.section__sub {
  font-size: 0.875rem;
  color: #6B5E52;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.7;
}

.ornament { margin-bottom: 0.75rem; }
.ornament span {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #E8967F;
}
.ornament span::before,
.ornament span::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #E8967F;
  vertical-align: middle;
  margin: 0 0.75rem;
}

.gold-line {
  width: 3rem;
  height: 2px;
  background: #C9A84C;
  margin: 1rem 0;
}
.gold-line--center { margin: 1rem auto; }

.text--coral { color: #E8967F; }

/* ═══════════════════════════════════════════════════════════════════════════
   NAV
═══════════════════════════════════════════════════════════════════════════ */
.nav {
  z-index: 1000;
  transition: background 0.5s ease, box-shadow 0.5s ease;
	background-color: #fff;
}

.nav--scrolled {
	position: fixed;
  top: 0; left: 0; right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
}

.nav__logo {
  display: flex;
  align-items: baseline;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.nav__logo-she     { color: #fff; font-weight: 400; transition: color 0.3s; }
.nav__logo-travels { color: #D4A574; font-weight: 600; font-style: italic; transition: color 0.3s; }
.nav--scrolled .nav__logo-she     { color: #3A3028; }
.nav--scrolled .nav__logo-travels { color: #E8967F; }

.nav__links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__links a {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8967F;
  transition: color 0.3s;
}
.nav__links a:hover { color: #3A3028; }
.nav--scrolled .nav__links a { color: #3A3028; }
.nav--scrolled .nav__links a:hover { color: #E8967F; }

.nav__cta {
  padding: 0.45rem 1.2rem !important;
  border: 1px solid #E8967F !important;
  color: #E8967F !important;
}
.nav__cta:hover { background: #E8967F; color: #fff !important; }

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: background 0.3s;
  border-radius: 1px;
}
.nav--scrolled .nav__burger span { background: #3A3028; }

@media (max-width: 767px) {
  .nav__burger { display: flex; }
  .nav__links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    border-top: 1px solid rgba(232, 150, 127, 0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }
  .nav__links.nav__links--open { display: flex; }
  .nav__links a { color: #3A3028 !important; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   HERO SLIDESHOW
═══════════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.hero__slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 8s ease;
}
/*.hero__slide.active .hero__bg { transform: scale(1.04); }*/
#slide-3 .hero__bg, #slide-1 .hero__bg {
	 background-position: center right;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0.50) 0%,
    rgba(0,0,0,0.25) 50%,
    rgba(0,0,0,0.60) 100%);
}
.hero__overlay--light {
  background: linear-gradient(to right,
    rgba(255,255,255,0.12) 0%,
    rgba(255,255,255,0.04) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #D4A574;
  margin-bottom: 1rem;
}
.hero__eyebrow--dark { color: #3A3028; }

.hero__line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #D4A574;
  flex-shrink: 0;
}
.hero__line--dark { background: #3A3028; }

.hero__headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  max-width: 44rem;
  margin-bottom: 0.25rem;
}
.hero__headline--dark { color: #1E1B4B; }

.hero__accent {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 4.25rem);
  font-weight: 600;
  font-style: italic;
  color: #E8967F;
  line-height: 1.15;
  max-width: 44rem;
  margin-bottom: 1.5rem;
}

.hero__sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.hero__sub--dark { color: #4B5563; }

.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero__dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.hero__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  cursor: pointer;
  transition: all 0.35s ease;
}
.hero__dot.active {
  width: 2rem;
  border-radius: 1rem;
  background: #E8967F;
}

.hero__scroll-cue {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero__scroll-cue span {
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.hero__scroll-line {
  width: 1px;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent);
}

@media (max-width: 599px) {
  .hero__btns { flex-direction: column; }
  .hero__btns .btn { text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TICKER
═══════════════════════════════════════════════════════════════════════════ */
.ticker {
  background: #3A3028;
  padding: 1rem 0;
  overflow: hidden;
}

.ticker__track {
  display: flex;
  white-space: nowrap;
  animation: tickerScroll 40s linear infinite;
}

.ticker__track span {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D4A574;
  padding: 0 2rem;
  flex-shrink: 0;
}

.ticker__dot {
  color: rgba(232, 150, 127, 0.45);
  font-style: normal;
  margin-left: 2rem;
}

@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EVENTS
═══════════════════════════════════════════════════════════════════════════ */
.events { background: #F5F3EF; }

.events__mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.75rem;
  margin-bottom: 4rem;
}

.events__featured {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}
.events__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.events__featured:hover img { transform: scale(1.04); }

.events__featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58,48,40,0.65) 0%, transparent 60%);
}

.events__featured-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.events__featured-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #fff;
  margin-top: 0.5rem;
}

.badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
}
.badge--gold { background: rgba(58,48,40,0.8); color: #D4A574; }

.events__grid-small {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 0.75rem;
}

.events__thumb {
  overflow: hidden;
  min-height: 80px;
}
.events__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.events__thumb:hover img { transform: scale(1.05); }

@media (max-width: 767px) {
  .events__mosaic { grid-template-columns: 1fr; }
  .events__grid-small { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .events__featured { min-height: 280px; }
}

.events__upcoming-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.events__upcoming-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #3A3028;
  white-space: nowrap;
}

.events__upcoming-line {
  flex: 1;
  height: 1px !important;
  margin: 0 !important;
}

.events__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1023px) { .events__cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 499px)  { .events__cards { grid-template-columns: 1fr; } }

.event-card {
  background: #fff;
  border: 1px solid rgba(212,165,116,0.2);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.event-card:hover {
  border-color: rgba(232,150,127,0.5);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.event-card__img {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.event-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.event-card:hover .event-card__img img { transform: scale(1.05); }

.event-card__tag {
  position: absolute;
  top: 0.75rem; left: 0.75rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #E8967F;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

.event-card__spots {
  position: absolute;
  top: 0.75rem; right: 0.75rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  background: rgba(58,48,40,0.82);
  color: #D4A574;
  padding: 0.2rem 0.5rem;
}

.event-card__body { padding: 1.25rem; }
.event-card__body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3A3028;
  margin-bottom: 0.5rem;
}
.event-card__meta {
  font-size: 0.75rem;
  color: #6B5E52;
  margin-bottom: 0.3rem;
}
.icon { margin-right: 0.25rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   MEMBERSHIP
═══════════════════════════════════════════════════════════════════════════ */
.membership { background: #ffffff; }

.membership__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

@media (max-width: 767px) {
  .membership__grid { grid-template-columns: 1fr; }
}

.tier {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  position: relative;
  border-radius: 2px;
	height: 100%;
}

.tier--purple {
  background: #6B3FA0;
  box-shadow: 0 4px 24px rgba(107,63,160,0.22);
}
.tier--purple:hover { background: #5B2D90; }

.tier--navy {
  background: #1E1B4B;
  box-shadow: 0 8px 40px rgba(30,27,75,0.38);
  transform: scale(1.04);
}
.tier--navy:hover { background: #16134a; }

.tier__badge {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #C9A84C;
  color: #fff;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}

.tier__label {
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(212,184,240,0.8);
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}
.tier__label--gold { color: #C9A84C; }

.tier__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.tier__desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.tier__features {
  margin-bottom: 2rem;
  flex: 1;
}
.tier__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.82);
  padding: 0.35rem 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.tier__features li::before {
  content: '✓';
  color: rgba(255,255,255,0.55);
  flex-shrink: 0;
  font-size: 0.78rem;
  margin-top: 0.1rem;
}
.tier__features--gold li::before { color: #C9A84C; }

.membership__footer {
  text-align: center;
  margin-top: 3rem;
}
.membership__footer p {
  font-size: 0.875rem;
  color: #6B7280;
  margin-bottom: 1rem;
}
.membership__footer p a {
  color: #6B3FA0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HOMECOMING CARDS
═══════════════════════════════════════════════════════════════════════════ */
.homecoming-cards { background: #F5F3EF; }

.homecoming-cards__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 400;
  color: #1E1B4B;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.hc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1023px) { .hc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 599px)  { .hc-grid { grid-template-columns: 1fr; } }

.hc-card {
  background: #fff;
  padding: 2rem 1.5rem;
  border-top: 2px solid rgba(201,168,76,0.25);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.hc-card:hover {
  border-color: #C9A84C;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.hc-card__icon {
  font-size: 1.25rem;
  color: #C9A84C;
  margin-bottom: 1rem;
}

.hc-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1E1B4B;
  margin-bottom: 0.75rem;
}

.hc-card p {
  font-size: 0.8rem;
  color: #6B5E52;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════════════════
   HEMALI SECTION
═══════════════════════════════════════════════════════════════════════════ */
.hemali { background: #ffffff; }

.hemali__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 767px) {
  .hemali__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

.hemali__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.hemali__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hemali__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 400;
  color: #3A3028;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.hemali__body {
  font-size: 0.875rem;
  color: #6B5E52;
  line-height: 1.85;
  margin-bottom: 1rem;
}

.hemali__content .btn { margin-top: 1.5rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════════════════════════════════════════════ */
.testimonials { background: #6B3FA0; padding: 5rem 0; }

.testimonials__slider {
  max-width: 44rem;
  margin: 0 auto;
  min-height: 9rem;
  position: relative;
}

.testimonial { display: none; text-align: center; }
.testimonial.active { display: block; }

.testimonial__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic;
  color: rgba(255,255,255,0.95);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.testimonial__author {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A84C;
}

.testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.t-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.t-dot.active {
  background: #C9A84C;
  width: 1.5rem;
  border-radius: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   NEXT EVENT
═══════════════════════════════════════════════════════════════════════════ */
.next-event { background: #1E1B4B; padding: 5rem 0; }

.next-event__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 767px) {
  .next-event__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

.next-event__img-wrap {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.next-event__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.next-event__img-wrap:hover img { transform: scale(1.04); }

.next-event__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.next-event__date {
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
  color: #C9A84C;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.next-event__desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  margin-bottom: 2rem;
}

.next-event__btns { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   CTA BAND
═══════════════════════════════════════════════════════════════════════════ */
.cta-band { background: #6B3FA0; padding: 4rem 0; }

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-band__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cta-band__sub {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.7);
  font-style: italic;
}

.cta-band__btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════════════════════════
   STATS
═══════════════════════════════════════════════════════════════════════════ */
.stats { background: #F5F3EF; padding: 3.5rem 0; }

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

@media (max-width: 599px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
}

.stat__num {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #E8967F;
}

.stat__label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B5E52;
  margin-top: 0.35rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   DESTINATIONS
═══════════════════════════════════════════════════════════════════════════ */
.destinations { background: #ffffff; }

.destinations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 767px) {
  .destinations__grid { grid-template-columns: repeat(2, 1fr); }
}

.dest-card {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.4s ease;
}
.dest-card:hover { transform: scale(1.02); }

.dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30,27,75,0.72) 0%, transparent 55%);
  transition: background 0.4s;
}
.dest-card:hover .dest-card__overlay {
  background: linear-gradient(to top, rgba(30,27,75,0.88) 0%, rgba(30,27,75,0.2) 100%);
}

.dest-card__name {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ENQUIRE / CONTACT
═══════════════════════════════════════════════════════════════════════════ */
.enquire { background: #F5F3EF; }

.enquire__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  align-items: start;
}

@media (max-width: 767px) {
  .enquire__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

.enquire__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: #3A3028;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

.enquire__body {
  font-size: 0.875rem;
  color: #6B5E52;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}

.enquire__contact p {
  font-size: 0.875rem;
  color: #6B5E52;
  margin-bottom: 0.5rem;
}

.enquire__form {
  background: #fff;
  padding: 2.5rem;
  box-shadow: 0 4px 30px rgba(0,0,0,0.07);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 499px) {
  .form-row { grid-template-columns: 1fr; }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6B5E52;
}

.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Jost', sans-serif;
  font-size: 0.875rem;
  color: #3A3028;
  background: #F5F3EF;
  border: 1px solid rgba(212,165,116,0.3);
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #E8967F;
  background: #fff;
}
.form-group textarea { resize: vertical; }

.form-success {
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  background: #d1fae5;
  color: #065f46;
  font-size: 0.875rem;
  font-family: 'Jost', sans-serif;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════════════════ */
.footer { background: #1E1B4B; padding: 4rem 0 0; }

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 767px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 479px) {
  .footer__grid { grid-template-columns: 1fr; }
}

.footer__logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
.footer__logo em { color: #C9A84C; font-style: italic; font-weight: 600; }

.footer__tagline {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 1rem;
}

.footer__desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.footer__social { display: flex; gap: 1.25rem; }
.footer__social a {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  transition: color 0.3s;
}
.footer__social a:hover { color: #C9A84C; }

.footer__col h5 {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C9A84C;
  margin-bottom: 1.25rem;
}

.footer__col a,
.footer__col p {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.6rem;
  transition: color 0.3s;
}
.footer__col a:hover { color: #fff; }

.footer__bottom {
  padding: 1.5rem 0;
  text-align: center;
}
.footer__bottom p {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
}

/* ─── Scroll-reveal animation ──────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}