/*
Theme Name: Classy Boat UAE
Theme URI: https://classyboat.ae
Author: Classy Boat UAE
Author URI: https://classyboat.ae
Description: Luxury houseboat experience website for Classy Boat UAE — Abu Dhabi's premier floating event venue.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classy-boat
Tags: luxury, events, hospitality, dark, gold, one-page
*/

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Jost', sans-serif;
  background: #07111F;
  color: #F5F0E8;
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
button { cursor: pointer; font-family: inherit; }
ul { list-style: none; }

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #07111F; }
::-webkit-scrollbar-thumb { background: #C9A84C; border-radius: 2px; }

/* ─── GOOGLE FONTS (loaded via functions.php) ─── */

/* ─── CSS VARIABLES ─── */
:root {
  --gold: #C9A84C;
  --gold-dark: #A8832A;
  --navy: #07111F;
  --navy-mid: #0D1E35;
  --navy-light: #1A2A3E;
  --cream: #F5F0E8;
  --cream-dim: rgba(245,240,232,0.65);
  --cream-faint: rgba(245,240,232,0.35);
  --gold-glow: rgba(201,168,76,0.25);
  --border-gold: rgba(201,168,76,0.2);
  --border-subtle: rgba(255,255,255,0.08);
}

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.1; color: var(--cream); }
p { color: var(--cream-dim); font-weight: 300; line-height: 1.75; }

/* ─── UTILITY ─── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gold-line { width: 60px; height: 1px; background: var(--gold); margin: 16px auto; }
.section-label {
  font-size: 10px; letter-spacing: 5px; color: var(--gold);
  text-transform: uppercase; font-family: 'Jost', sans-serif;
  font-weight: 500; margin-bottom: 16px; display: block;
}
.text-center { text-align: center; }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.85s ease, transform 0.85s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── BUTTONS ─── */
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy); border: none;
  padding: 16px 40px;
  font-family: 'Jost', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase;
  display: inline-block; transition: all 0.3s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px var(--gold-glow); color: var(--navy); }
.btn-outline {
  background: transparent; color: var(--gold);
  border: 1px solid var(--gold);
  padding: 14px 36px;
  font-family: 'Jost', sans-serif; font-weight: 500;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  display: inline-block; transition: all 0.3s ease;
}
.btn-outline:hover { background: rgba(201,168,76,0.1); transform: translateY(-1px); color: var(--gold); }

/* ─── NAVIGATION ─── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 24px 48px;
  transition: all 0.4s ease;
}
#site-header.scrolled {
  background: rgba(7,17,31,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-gold);
  padding: 16px 48px;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-icon {
  width: 36px; height: 36px;
  border: 1.5px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.nav-logo-text .brand { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 1.5px; color: var(--cream); line-height: 1; }
.nav-logo-text .sub { font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 40px; align-items: center; }
.nav-links a { color: rgba(245,240,232,0.75); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.nav-links a:hover { color: var(--gold); }
.nav-links .btn-primary { padding: 12px 28px; font-size: 11px; }

/* Mobile Nav */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; background: none; border: none; }
.nav-hamburger span { width: 24px; height: 1.5px; background: var(--gold); display: block; transition: all 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.nav-hamburger.open span:nth-child(2) { transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 800;
  background: rgba(7,17,31,0.97);
  flex-direction: column; align-items: center; justify-content: center; gap: 36px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; letter-spacing: 2px; color: var(--cream); }

/* ─── HERO ─── */
#hero {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #0A1828 0%, #1a2744 20%, #2d3a5c 40%, #8B3A1A 65%, #C5612A 80%, #0A1828 100%);
}
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; height: 40%; background: linear-gradient(180deg, transparent, rgba(10,20,40,0.8)); }
.hero-orbs { position: absolute; inset: 0; pointer-events: none; }
.hero-orb {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold); opacity: 0.5;
  animation: float 4s ease-in-out infinite;
}
.hero-content { position: relative; z-index: 10; padding: 0 24px; max-width: 800px; }
.hero-eyebrow { font-size: 11px; letter-spacing: 5px; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; font-weight: 500; animation: fadeSlide 1s ease 0.3s both; }
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 300; line-height: 1.05;
  color: var(--cream); margin-bottom: 24px;
  letter-spacing: -1px; animation: fadeSlide 1s ease 0.5s both;
}
.hero-divider { width: 60px; height: 1px; background: var(--gold); margin: 20px auto; }
.hero-desc {
  font-size: clamp(15px, 2.5vw, 19px);
  color: rgba(245,240,232,0.7); font-weight: 300;
  line-height: 1.7; margin-bottom: 48px;
  animation: fadeSlide 1s ease 0.7s both;
}
.hero-btns { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; animation: fadeSlide 1s ease 0.9s both; }
.hero-scroll {
  position: absolute; bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0.5; animation: float 2s ease-in-out infinite;
}
.hero-scroll-label { font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; }
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* ─── BRAND STATEMENT ─── */
#brand-statement {
  padding: 100px 24px; text-align: center;
  background: linear-gradient(180deg, #07111F 0%, #0D1E35 100%);
  position: relative; overflow: hidden;
}
#brand-statement .radial { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.04), transparent 70%); pointer-events: none; }
#brand-statement h2 { font-size: clamp(32px, 5vw, 58px); max-width: 780px; margin: 0 auto 28px; letter-spacing: -0.5px; }
#brand-statement p { max-width: 560px; margin: 24px auto 0; font-size: clamp(15px, 2vw, 17px); }

/* ─── VISUAL SHOWCASE ─── */
#showcase {
  position: relative; height: 70vh; min-height: 400px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.showcase-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0A0F1E 0%, #111B2E 40%, #0D1428 70%, #07111F 100%); }
.showcase-stars { position: absolute; inset: 0; pointer-events: none; }
.showcase-star { position: absolute; border-radius: 50%; }
.showcase-box {
  position: relative; z-index: 2;
  display: inline-block;
  border: 1px solid rgba(201,168,76,0.3);
  padding: 60px 80px;
  backdrop-filter: blur(10px);
  background: rgba(7,17,31,0.5);
  max-width: 600px; text-align: center;
}
.showcase-box h2 { font-size: clamp(28px, 4vw, 48px); margin-bottom: 16px; }
.showcase-box p { font-size: 15px; line-height: 1.7; margin-top: 20px; }

/* ─── EXPERIENCES ─── */
#experiences { padding: 120px 24px; background: var(--navy); }
.experiences-header { text-align: center; margin-bottom: 72px; }
.experiences-header h2 { font-size: clamp(36px, 5vw, 64px); }
.experiences-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.experience-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-gold);
  padding: 40px 32px;
  transition: all 0.4s ease;
  position: relative; overflow: hidden;
}
.experience-card:hover { border-color: rgba(201,168,76,0.5); transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.experience-icon { font-size: 32px; margin-bottom: 20px; }
.experience-tagline { font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; font-family: 'Jost', sans-serif; }
.experience-card h3 { font-size: 26px; font-weight: 400; margin-bottom: 16px; line-height: 1.2; }
.experience-card p { font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.experience-link {
  font-size: 11px; letter-spacing: 2.5px; color: var(--gold);
  text-transform: uppercase; background: none; border: none;
  display: flex; align-items: center; gap: 8px;
  padding: 0; transition: gap 0.3s; font-family: 'Jost', sans-serif;
}
.experience-link:hover { gap: 14px; }

/* ─── SUNSET BREAK ─── */
#sunset-break {
  position: relative; padding: 120px 24px;
  background: linear-gradient(180deg, #07111F 0%, #1A2A0A 20%, #2D3A1A 40%, #8B5E1A 60%, #C5882A 75%, #07111F 100%);
  text-align: center; overflow: hidden;
}
#sunset-break .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,17,31,0.5) 0%, transparent 30%, transparent 70%, rgba(7,17,31,0.5) 100%); }
#sunset-break .inner { position: relative; z-index: 2; }
#sunset-break h2 { font-size: clamp(36px, 6vw, 72px); font-weight: 300; font-style: italic; max-width: 700px; margin: 0 auto 32px; line-height: 1.15; }

/* ─── THE BOAT / AMENITIES ─── */
#the-boat { padding: 120px 24px; background: var(--navy-mid); }
.amenities-header { text-align: center; margin-bottom: 72px; }
.amenities-header h2 { font-size: clamp(36px, 5vw, 58px); }
.amenities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
.amenity-item { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: all 0.3s; }
.amenity-item:hover { padding-left: 8px; }
.amenity-icon { font-size: 22px; }
.amenity-label { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 400; }
.stats-bar { margin-top: 72px; padding: 48px; border: 1px solid var(--border-gold); background: rgba(201,168,76,0.03); display: flex; gap: 48px; flex-wrap: wrap; justify-content: center; }
.stat-item { text-align: center; min-width: 120px; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--cream-faint); margin-top: 8px; }

/* ─── GALLERY ─── */
#gallery { padding: 120px 24px; background: var(--navy); }
.gallery-header { text-align: center; margin-bottom: 60px; }
.gallery-header h2 { font-size: clamp(36px, 5vw, 58px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 280px 280px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; }
.gallery-item:hover .gallery-img { transform: scale(1.04); }
.gallery-item.wide { grid-column: 1 / 3; }
.gallery-img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.4s ease; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,17,31,0.7), transparent 60%); }
.gallery-label { position: absolute; bottom: 24px; left: 24px; font-size: 12px; letter-spacing: 1.5px; color: rgba(245,240,232,0.8); text-transform: uppercase; border-left: 2px solid var(--gold); padding-left: 12px; font-family: 'Jost', sans-serif; }
.gallery-cta { text-align: center; margin-top: 48px; }

/* ─── TESTIMONIALS ─── */
#testimonials { padding: 120px 24px; background: linear-gradient(180deg, #0D1E35, #07111F); }
.testimonials-header { text-align: center; margin-bottom: 72px; }
.testimonials-header h2 { font-size: clamp(36px, 5vw, 58px); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.12); padding: 40px 36px; position: relative; }
.testimonial-card::before { content: '"'; position: absolute; top: 20px; left: 30px; font-family: 'Cormorant Garamond', serif; font-size: 80px; color: rgba(201,168,76,0.15); line-height: 1; }
.testimonial-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }
.testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2vw, 20px); font-weight: 300; font-style: italic; line-height: 1.65; color: rgba(245,240,232,0.85); margin: 20px 0 24px; }
.testimonial-name { font-weight: 600; font-size: 14px; font-family: 'Jost', sans-serif; }
.testimonial-role { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-top: 4px; font-family: 'Jost', sans-serif; }

/* ─── BOOKING CTA ─── */
#book-now { padding: 140px 24px; background: var(--navy); text-align: center; position: relative; overflow: hidden; }
#book-now .radial { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 800px; height: 400px; border-radius: 50%; background: radial-gradient(ellipse, rgba(201,168,76,0.06), transparent 70%); pointer-events: none; }
#book-now .inner { position: relative; z-index: 2; }
#book-now h2 { font-size: clamp(40px, 6vw, 80px); max-width: 700px; margin: 0 auto 28px; line-height: 1.1; }
#book-now p { max-width: 480px; margin: 24px auto 48px; font-size: 16px; }

/* ─── FAQ ─── */
#faq { padding: 100px 24px; background: var(--navy-mid); }
.faq-header { text-align: center; margin-bottom: 60px; }
.faq-header h2 { font-size: clamp(32px, 4vw, 52px); }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-gold); padding: 22px 0; cursor: pointer; }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-question span:first-child { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 2.5vw, 19px); color: var(--cream); font-weight: 500; }
.faq-icon { color: var(--gold); font-size: 22px; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-answer { max-height: 200px; }
.faq-answer p { margin-top: 14px; color: rgba(245,240,232,0.65); font-size: clamp(14px, 2vw, 16px); line-height: 1.7; max-width: 680px; font-family: 'Jost', sans-serif; }

/* ─── FOOTER ─── */
#site-footer { background: #050E1A; padding: 80px 48px 40px; border-top: 1px solid var(--border-gold); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-brand-icon { width: 36px; height: 36px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; letter-spacing: 1.5px; color: var(--cream); }
.footer-brand-sub { font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-top: 2px; }
.footer-desc { color: rgba(245,240,232,0.45); font-size: 14px; line-height: 1.7; max-width: 280px; font-weight: 300; }
.footer-col h4 { font-size: 11px; letter-spacing: 2.5px; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; font-family: 'Jost', sans-serif; font-weight: 600; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col button { color: rgba(245,240,232,0.5); font-size: 14px; transition: color 0.3s; background: none; border: none; font-family: 'Jost', sans-serif; cursor: pointer; padding: 0; }
.footer-col a:hover, .footer-col button:hover { color: var(--gold); }
.footer-contact { color: rgba(245,240,232,0.5); font-size: 14px; line-height: 2; }
.footer-bottom { border-top: 1px solid rgba(201,168,76,0.1); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-copy { color: rgba(245,240,232,0.3); font-size: 12px; }
.footer-tagline { font-family: 'Cormorant Garamond', serif; font-size: 13px; font-style: italic; color: rgba(201,168,76,0.4); }

/* ─── BOOKING MODAL ─── */
#booking-modal {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(5,14,26,0.92);
  backdrop-filter: blur(20px);
  overflow-y: auto;
}
#booking-modal.open { display: block; }
.booking-wrap { max-width: 900px; margin: 0 auto; min-height: 100vh; background: linear-gradient(135deg, #07111F 0%, #0D1E35 50%, #07111F 100%); }
.booking-header { position: sticky; top: 0; z-index: 100; background: rgba(10,14,20,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(201,168,76,0.15); padding: 0 32px; }
.booking-header-inner { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; }
.booking-logo { display: flex; align-items: center; gap: 12px; }
.booking-logo-icon { width: 32px; height: 32px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.booking-logo-brand { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: var(--cream); }
.booking-logo-sub { font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; }
.booking-steps { display: flex; align-items: center; gap: 4px; }
.step-dot { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.3); font-family: 'Jost', sans-serif; }
.step-dot.done { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.step-dot.active { background: var(--cream); color: var(--navy); border-color: var(--cream); }
.step-line { width: 16px; height: 1px; background: rgba(255,255,255,0.1); transition: background 0.3s; }
.step-line.done { background: var(--gold); }
.booking-close { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; width: 36px; height: 36px; color: rgba(255,255,255,0.6); font-size: 18px; display: flex; align-items: center; justify-content: center; }
.booking-body { padding: 24px; max-width: 860px; margin: 0 auto; }
.booking-step { display: none; }
.booking-step.active { display: block; animation: fadeUp 0.4s ease forwards; }

/* Boat Cards */
.boat-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.boat-card {
  background: rgba(255,255,255,0.03);
  border: 1.5px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 20px; cursor: pointer;
  transition: all 0.25s ease; position: relative; overflow: hidden;
}
.boat-card:hover { border-color: rgba(255,255,255,0.2); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.boat-card.selected { border-color: var(--gold); box-shadow: 0 0 30px rgba(201,168,76,0.2); background: rgba(201,168,76,0.08); }
.boat-card-badge { position: absolute; top: 16px; right: 16px; background: var(--gold); color: var(--navy); font-size: 10px; font-family: 'Jost', sans-serif; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; font-weight: 600; }
.boat-icon { margin-bottom: 14px; }
.boat-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; margin-bottom: 4px; }
.boat-location { font-size: 11px; font-family: 'Jost', sans-serif; margin-bottom: 14px; }
.boat-desc { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 12px; line-height: 1.5; font-family: 'Jost', sans-serif; }
.boat-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.boat-pill { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 3px 10px; font-size: 11px; color: rgba(255,255,255,0.65); font-family: 'Jost', sans-serif; }
.boat-footer { display: flex; justify-content: space-between; align-items: center; }
.boat-rating { font-size: 11px; font-family: 'Jost', sans-serif; color: rgba(255,255,255,0.4); }
.boat-stars { color: var(--gold); }
.boat-price-label { font-size: 11px; color: rgba(255,255,255,0.4); font-family: 'Jost', sans-serif; text-align: right; }
.boat-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; }
.boat-guests { margin-top: 8px; font-size: 11px; color: rgba(255,255,255,0.35); font-family: 'Jost', sans-serif; }

/* Booking Form Fields */
.field-label { display: block; font-family: 'Jost', sans-serif; font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.field-input {
  width: 100%; background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.12); border-radius: 12px;
  padding: 14px 16px; color: #fff; font-family: 'Jost', sans-serif;
  font-size: 14px; outline: none; transition: border-color 0.2s;
  appearance: none; box-sizing: border-box;
}
.field-input:focus { border-color: var(--gold); }
.field-hint { font-size: 10px; color: rgba(255,255,255,0.3); margin-top: 6px; font-family: 'Jost', sans-serif; }
.time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.time-slot { text-align: center; padding: 9px 4px; border-radius: 8px; border: 1.5px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; font-family: 'Jost', sans-serif; font-size: 12px; color: rgba(255,255,255,0.6); }
.time-slot.selected { border-color: var(--gold); background: rgba(201,168,76,0.15); color: var(--gold); font-weight: 600; }
.duration-grid { display: flex; gap: 10px; }
.duration-btn { flex: 1; text-align: center; padding: 10px 8px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; }
.duration-btn.selected { border-color: var(--gold); background: rgba(201,168,76,0.15); }
.duration-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; }
.duration-btn.selected .duration-num { color: var(--gold); }
.duration-sub { font-family: 'Jost', sans-serif; font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 2px; text-transform: uppercase; letter-spacing: 1px; }
.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 520px; }
.pkg-card { border: 1.5px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 18px; cursor: pointer; transition: all 0.2s ease; position: relative; background: rgba(255,255,255,0.03); }
.pkg-card.selected { border-color: var(--gold); background: rgba(201,168,76,0.1); }
.pkg-badge { position: absolute; top: 12px; right: 12px; border-radius: 20px; padding: 2px 8px; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; font-family: 'Jost', sans-serif; font-weight: 600; }
.pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; margin-bottom: 4px; margin-top: 8px; }
.pkg-name { font-size: 11px; font-weight: 600; text-transform: uppercase; margin-bottom: 6px; }
.pkg-desc { font-size: 11px; color: rgba(255,255,255,0.4); line-height: 1.6; }
.pkg-extra { font-size: 11px; color: var(--gold); margin-top: 8px; }
.pkg-sel-label { font-size: 10px; margin-top: 10px; letter-spacing: 1px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.event-btn { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; }
.event-btn.selected { border-width: 2px; }
.event-btn-icon { font-size: 16px; }
.event-btn-label { font-family: 'Jost', sans-serif; font-size: 11px; color: rgba(255,255,255,0.55); font-weight: 400; line-height: 1.3; }
.event-btn.selected .event-btn-label { color: #fff; font-weight: 600; }
.balloon-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.balloon-btn { display: flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 20px; border: 1.5px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; }
.balloon-btn.selected { border-width: 2px; }
.balloon-dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); flex-shrink: 0; }
.balloon-label { font-family: 'Jost', sans-serif; font-size: 11px; color: rgba(255,255,255,0.55); }
.balloon-btn.selected .balloon-label { color: #fff; }
.cake-flavor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.flavor-btn { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 12px 6px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; text-align: center; }
.flavor-btn.selected { border-width: 2px; }
.flavor-icon { font-size: 22px; }
.flavor-label { font-family: 'Jost', sans-serif; font-size: 11px; color: rgba(255,255,255,0.55); line-height: 1.3; }
.flavor-btn.selected .flavor-label { color: #fff; font-weight: 600; }
.counter-row { display: flex; align-items: center; gap: 16px; }
.counter-btn { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #fff; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.counter-val { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; min-width: 40px; text-align: center; }
.counter-note { font-family: 'Jost', sans-serif; font-size: 12px; color: var(--gold); }
.lang-grid { display: flex; gap: 12px; }
.lang-btn { flex: 1; text-align: center; padding: 12px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s; font-family: 'Jost', sans-serif; font-size: 13px; color: rgba(255,255,255,0.5); }
.lang-btn.selected { border-color: var(--gold); background: rgba(201,168,76,0.12); color: #fff; }
.price-summary { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.15); border-radius: 12px; padding: 14px 16px; max-width: 400px; }
.price-row { display: flex; justify-content: space-between; font-family: 'Jost', sans-serif; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
.price-total { border-top: 1px solid rgba(201,168,76,0.15); margin-top: 12px; padding-top: 12px; display: flex; justify-content: space-between; }
.price-total-label { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 700; }
.price-total-amount { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 900; color: var(--gold); }
.selected-boat-preview { border-radius: 20px; padding: 20px 24px; margin-bottom: 28px; display: flex; align-items: center; gap: 16px; }
.selected-boat-preview svg { flex-shrink: 0; }
.selected-boat-preview-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; }
.selected-boat-preview-loc { font-size: 11px; margin-top: 2px; }
.selected-boat-preview-meta { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 4px; font-family: 'Jost', sans-serif; }

/* Payment */
.payment-methods { display: flex; gap: 10px; max-width: 520px; margin-bottom: 28px; }
.pay-method { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; border-radius: 14px; border: 1.5px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03); cursor: pointer; transition: all 0.2s ease; }
.pay-method.selected { border-color: var(--gold); }
.pay-method-label { font-family: 'Jost', sans-serif; font-size: 12px; color: rgba(255,255,255,0.5); }
.pay-method.selected .pay-method-label { color: #fff; }
.pay-secure { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.35); font-size: 11px; font-family: 'Jost', sans-serif; margin-top: 24px; }
.booking-reservation-summary { border-radius: 16px; padding: 20px; margin-bottom: 28px; display: flex; justify-content: space-between; align-items: flex-start; }
.booking-reservation-name { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 700; }
.booking-reservation-meta { font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 4px; font-family: 'Jost', sans-serif; }
.booking-reservation-amount { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 900; color: var(--gold); }

/* Booking Nav */
.booking-nav { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.btn-back { background: transparent; border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; color: rgba(255,255,255,0.5); font-family: 'Jost', sans-serif; font-size: 13px; padding: 14px 24px; }
.btn-next { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); border: none; border-radius: 14px; color: var(--navy); font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; padding: 16px 36px; transition: all 0.3s ease; letter-spacing: 2px; text-transform: uppercase; box-shadow: 0 8px 24px rgba(201,168,76,0.35); }
.btn-next:disabled { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.2); box-shadow: none; cursor: not-allowed; }
.btn-spinner { width: 16px; height: 16px; border: 2px solid rgba(7,17,31,0.3); border-top-color: var(--navy); border-radius: 50%; display: inline-block; animation: spin 0.7s linear infinite; margin-right: 8px; vertical-align: middle; display: none; }
.btn-next.loading .btn-spinner { display: inline-block; }

/* Confirmation */
.confirmation-wrap { text-align: center; padding: 60px 0; }
.confirmation-icon { font-size: 80px; margin-bottom: 24px; animation: float 3s ease-in-out infinite; display: block; }
.confirmation-eyebrow { font-size: 11px; color: var(--gold); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 16px; font-family: 'Jost', sans-serif; }
.confirmation-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 6vw, 60px); font-weight: 700; line-height: 1.1; margin-bottom: 16px; }
.confirmation-desc { color: rgba(255,255,255,0.45); font-size: 15px; max-width: 440px; margin: 0 auto 32px; line-height: 1.6; font-family: 'Jost', sans-serif; }
.confirmation-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(201,168,76,0.2); border-radius: 20px; padding: 28px 32px; display: inline-block; min-width: 320px; text-align: left; margin-bottom: 36px; }
.confirmation-ref-label { font-family: 'Jost', sans-serif; font-size: 10px; color: rgba(255,255,255,0.35); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.confirmation-ref { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 900; color: var(--gold); letter-spacing: 2px; margin-bottom: 16px; }
.confirmation-row { display: flex; justify-content: space-between; align-items: flex-start; font-family: 'Jost', sans-serif; font-size: 12px; margin-bottom: 8px; gap: 16px; }
.confirmation-row-key { color: rgba(255,255,255,0.3); white-space: nowrap; flex-shrink: 0; }
.confirmation-row-val { color: #fff; text-align: right; }

/* ─── WHATSAPP FLOAT ─── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 6px 25px rgba(37,211,102,0.4); transition: all 0.3s ease; text-decoration: none; font-size: 26px; }
.whatsapp-float:hover { transform: scale(1.1) translateY(-3px); }

/* ─── MOBILE CTA ─── */
#mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; padding: 16px 24px; background: rgba(7,17,31,0.95); backdrop-filter: blur(20px); border-top: 1px solid rgba(201,168,76,0.2); z-index: 800; }
#mobile-cta .btn-primary { display: block; text-align: center; width: 100%; }

/* ─── ANIMATIONS ─── */
@keyframes shimmer { 0%,100%{opacity:.4}50%{opacity:1} }
@keyframes float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }
@keyframes fadeSlide { from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0}to{opacity:1} }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none} }
@keyframes spin { to{transform:rotate(360deg)} }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .experiences-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item.wide { grid-column: 1 / 3; }
}
@media (max-width: 768px) {
  #site-header { padding: 16px 24px; }
  #site-header.scrolled { padding: 12px 24px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero-btns { flex-direction: column; align-items: center; }
  .experiences-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item.wide { grid-column: auto; }
  #mobile-cta { display: block; }
  #site-footer { padding-bottom: 100px; }
  .whatsapp-float { bottom: 90px; }
  .showcase-box { padding: 40px 28px; }
  .pkg-grid { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(4, 1fr); }
  .booking-steps { display: none; }
}
@media (max-width: 480px) {
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .event-grid { grid-template-columns: 1fr 1fr; }
  .cake-flavor-grid { grid-template-columns: 1fr 1fr; }
}

/* WordPress Core */
.site-content { padding-top: 0; }
.wp-block-image img { max-width: 100%; }
.aligncenter { text-align: center; }