/*
Theme Name: Wakesurf Budapest
Theme URI: https://wakesurfbudapest.hu
Author: SEO megoldások projekt
Author URI: https://wakesurfbudapest.hu
Description: Egyedi WordPress téma a Wakesurf Budapesthez — fehér + türkiz design, beépített schema markup, Polylang-kompatibilis, n8n booking integráció.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: wakesurf-budapest
Tags: wakesurf, water-sports, budapest, premium, custom-colors, custom-menu, full-width-template, responsive-layout, seo
*/

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: Inter, ui-sans-serif, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
iframe { display: block; width: 100%; border: 0; }
button, input, textarea, select { font: inherit; }

/* === DESIGN TOKENS — matches the existing index.html === */
:root {
  --bg: #ffffff;
  --text: #0a0a0a;
  --text-strong: #21313a;
  --muted: #5f6d77;
  --turquoise: #14c5b3;
  --turquoise-dark: #0e9e8a;
  --turquoise-soft: #e8f8f6;
  --card: #f7fbfc;
  --card-strong: #eaf4f5;
  --border: #e5eef4;
  --border-strong: #d9e2ea;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 6px 18px rgba(0,0,0,.06);
  --shadow-lg: 0 14px 32px rgba(0,0,0,.08);
  --shadow-turq: 0 6px 24px rgba(20,197,179,.32);
  --container: 1180px;
}

/* === LAYOUT === */
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
section { padding: 28px 0; }

h1, h2, h3, h4 { font-family: Inter, ui-sans-serif, Arial, Helvetica, sans-serif; line-height: 1.15; letter-spacing: -.01em; color: var(--text); margin: 0 0 .6em; }
h1 { font-size: clamp(34px, 4.7vw, 66px); }
h2 { font-size: clamp(24px, 2.8vw, 36px); margin: 0 0 .4em; }
h3 { font-size: clamp(18px, 1.8vw, 22px); }
p { margin: 0 0 1rem; }
.muted { color: var(--muted); font-size: 14px; }

/* === HEADER (matches existing sticky white style) === */
.social-top {
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.social-top__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 8px 0;
}
.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-links a {
  font-size: 12px;
  color: var(--muted);
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: all .2s;
}
.social-links a:hover { color: var(--turquoise-dark); border-color: var(--turquoise); background: var(--turquoise-soft); }
.top-quick-cta { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.top-quick-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--turquoise);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(20,197,179,.28);
  white-space: nowrap;
}
.top-quick-cta a:hover { background: var(--turquoise-dark); }

.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid var(--border);
  z-index: 50;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 82px;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.site-logo img,
.logo { height: 52px; max-width: 420px; object-fit: contain; }
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-strong);
}
.main-nav a:hover { color: var(--turquoise-dark); }
.lang-toggle { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }

/* Polylang language switcher in top bar */
.wsb-lang-switcher { display: inline-flex; align-items: center; margin-right: 8px; }
.wsb-lang-switcher ul { list-style: none; padding: 0; margin: 0; display: inline-flex; gap: 4px; }
.wsb-lang-switcher li { margin: 0; padding: 0; }
.wsb-lang-switcher a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(20,197,179,.3);
  border-radius: 999px;
  color: var(--text-strong, #0e1820);
  background: transparent;
  transition: all .2s;
}
.wsb-lang-switcher a:hover { background: var(--turquoise, #14c5b3); color: #fff; border-color: var(--turquoise, #14c5b3); }
.wsb-lang-switcher .current-lang a,
.wsb-lang-switcher li.current-lang a { background: var(--turquoise, #14c5b3); color: #fff; border-color: var(--turquoise, #14c5b3); }
.switch {
  position: relative;
  width: 54px;
  height: 28px;
  border-radius: 28px;
  background: #eaf0f2;
  cursor: pointer;
  border: none;
}
.switch::after {
  content: "";
  position: absolute;
  left: 4px; top: 4px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  transition: left .25s;
}
.switch.active { background: var(--turquoise); box-shadow: 0 0 0 3px rgba(20,197,179,.15); }
.switch.active::after { left: 30px; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }

/* === HERO === */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 58vh;
  background: #111;
}
.hero-slider { position: absolute; inset: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide img {
  width: 100%; height: 100%;
  min-height: 58vh;
  object-fit: cover;
  object-position: center 46%;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.10) 0%, rgba(0,0,0,.30) 60%, rgba(0,0,0,.60) 100%);
  z-index: 3;
}
.hero__content {
  position: relative; z-index: 4;
  min-height: 58vh;
  display: flex; align-items: flex-end;
  padding: 0 0 36px 0;
}
.hero .hero__inner,
.hero__content .hero__inner {
  color: #ffffff !important;
  max-width: 1120px;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.hero .hero-eyebrow,
.hero__inner .hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #14c5b3 !important;
  font-weight: 700;
  margin-bottom: 12px;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-shadow: 0 1px 6px rgba(0,0,0,.5) !important;
}
.hero h1.hero-title,
.hero__inner .hero-title,
.hero__content h1 {
  font-size: clamp(34px, 4.7vw, 66px) !important;
  line-height: 1.05 !important;
  margin: 0 0 12px !important;
  letter-spacing: -.03em;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.45), 0 1px 4px rgba(0,0,0,.6) !important;
}
.hero h1.hero-title .accent,
.hero__inner .hero-title .accent {
  color: #14c5b3 !important;
  font-style: italic;
  text-shadow: 0 2px 18px rgba(0,0,0,.45), 0 1px 4px rgba(0,0,0,.6) !important;
}
.hero .hero-sub,
.hero__inner .hero-sub,
.hero__inner p {
  font-size: clamp(17px, 1.65vw, 24px) !important;
  color: #ffffff !important;
  margin: 0 0 20px !important;
  line-height: 1.3 !important;
  max-width: 760px;
  text-shadow: 0 2px 14px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.5) !important;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-dots {
  position: absolute;
  left: 20px; bottom: 12px;
  z-index: 5;
  display: flex; gap: 10px;
}
.hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: none;
  cursor: pointer;
}
.hero-dot.active { background: #fff; }

/* === BUTTONS (pill-shaped, matches existing) === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  min-width: 150px;
  transition: .18s ease;
  text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary {
  background: var(--turquoise);
  border-color: var(--turquoise);
  color: #fff;
  box-shadow: 0 6px 18px rgba(20,197,179,.35);
}
.btn.primary:hover { background: var(--turquoise-dark); border-color: var(--turquoise-dark); }
.btn-light { background: #fff; color: var(--text); border-color: var(--border); }
.btn-light:hover { background: var(--card); }

/* === SECTION HEAD === */
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--turquoise-dark);
  font-weight: 700;
  margin-bottom: 6px;
}

/* === BOAT / FEATURE CARDS === */
.boat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 14px;
}
.boat-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .25s;
  position: relative;
}
.boat-card:hover { transform: translateY(-3px); border-color: var(--turquoise); box-shadow: var(--shadow-md); }
.boat-card.featured {
  border-color: var(--turquoise);
  box-shadow: var(--shadow-turq);
}
.boat-card.featured::after {
  content: 'Top hajó';
  position: absolute;
  top: 16px; right: 16px;
  background: var(--turquoise);
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.boat-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.boat-card__body { padding: 18px 20px 22px; }
.boat-card h3 { margin: 0 0 4px; font-size: 22px; }
.boat-card .boat-sub { color: var(--muted); font-size: 14px; margin: 0 0 14px; }
.boat-specs {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  color: var(--text);
  font-size: 14px;
}
.boat-specs li { padding-left: 18px; position: relative; }
.boat-specs li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--turquoise);
  font-weight: 700;
}
.boat-card .more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--turquoise-dark);
  font-weight: 700;
  font-size: 14px;
}
.boat-card .more-link:hover { color: var(--turquoise); }

/* === SERVICES GRID === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-3px); border-color: var(--turquoise); }
.service-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.service-card__body { padding: 14px 16px 18px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { margin: 0 0 6px; font-size: 17px; }
.service-card p { color: var(--muted); font-size: 14px; margin: 0 0 10px; flex: 1; }
.service-card .more-link { color: var(--turquoise-dark); font-weight: 700; font-size: 14px; }

/* === PACKAGE GRID === */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.package-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px 22px;
  transition: all .25s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.package-card:hover { transform: translateY(-3px); border-color: var(--turquoise); }
.package-card.featured {
  border-color: var(--turquoise);
  box-shadow: var(--shadow-turq);
}
.package-card.featured::before {
  content: 'Legnépszerűbb';
  position: absolute;
  top: -10px; left: 18px;
  background: var(--turquoise);
  color: #fff;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.package-card h3 { margin: 0 0 4px; font-size: 19px; }
.package-card .package-tagline { color: var(--muted); font-size: 13px; margin: 0 0 12px; }
.package-features { list-style: none; padding: 0; margin: 0 0 14px; }
.package-features li {
  padding: 4px 0 4px 22px;
  position: relative;
  font-size: 14px;
}
.package-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--turquoise);
  font-weight: 700;
}
.package-card .more-link { margin-top: auto; color: var(--turquoise-dark); font-weight: 700; font-size: 14px; }

/* === LOCATIONS === */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 14px;
}
.location-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.location-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.location-card__body { padding: 16px 18px 18px; }
.location-card h3 { margin: 0 0 4px; font-size: 18px; }
.location-card .loc-meta { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.location-card .loc-boat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--turquoise-soft);
  color: var(--turquoise-dark);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* === TESTIMONIALS === */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.testimonial {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  position: relative;
}
.stars { color: var(--turquoise); font-size: 14px; margin-bottom: 8px; }
.testimonial p { color: var(--text); font-size: 14px; line-height: 1.55; font-style: italic; margin: 0 0 10px; }
.testimonial-author { font-weight: 700; font-size: 13px; }
.testimonial-meta { color: var(--muted); font-size: 12px; }

/* === FAQ (matches existing details/summary) === */
.faq-list { display: grid; gap: 12px; margin-top: 14px; }
details.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
}
details.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text-strong);
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: '+';
  color: var(--turquoise);
  font-size: 1.4rem;
  font-weight: 700;
  transition: transform .25s;
}
details.faq-item[open] summary::after { transform: rotate(45deg); }
details.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

/* === BOOKING SECTION === */
.booking-section {
  background: var(--card);
  padding: 36px 0;
}
.booking-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.booking-form .full { grid-column: 1 / -1; }
.booking-form label { font-size: 13px; font-weight: 700; color: var(--text-strong); display: block; margin-bottom: 6px; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--text);
  transition: border-color .2s;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus {
  outline: none;
  border-color: var(--turquoise);
  box-shadow: 0 0 0 3px rgba(20,197,179,.15);
}
.booking-form textarea { min-height: 80px; resize: vertical; }
.booking-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.booking-option {
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  background: var(--turquoise);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(20,197,179,.3);
  transition: background-color .2s, transform .15s;
}
.booking-option:hover { background: var(--turquoise-dark); }
.booking-option.selected { outline: 3px solid var(--text); background: var(--turquoise-dark); }
.booking-checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text); }
.booking-checkbox input { width: auto; margin-top: 3px; }
.booking-submit {
  background: var(--turquoise);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  font-size: 15px;
  box-shadow: var(--shadow-turq);
}
.booking-submit:hover { background: var(--turquoise-dark); }

/* === MAP === */
.map-card iframe { height: 260px; border-radius: 12px; }

/* === FOOTER === */
.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  background: #fff;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; max-width: 360px; }
.footer-brand .logo { height: 48px; }
.footer-col h4 { color: var(--text-strong); font-size: 14px; margin: 0 0 8px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 6px; }
.footer-col a { color: var(--muted); font-size: 13px; }
.footer-col a:hover { color: var(--turquoise-dark); }
.footer-phone { color: var(--turquoise-dark); font-weight: 700; font-size: 13px; margin-top: 8px; }

/* === MOBILE STICKY BAR (matches existing) === */
.contact-cta {
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 10px 0 12px;
}
.contact-cta__label { font-size: 12px; color: var(--muted); font-weight: 700; }
.contact-cta__row { display: flex; gap: 10px; width: 100%; }
.contact-cta__phone, .contact-cta__wa, .contact-cta__booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--turquoise);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(20,197,179,.35);
  padding: 12px 18px;
}
.contact-cta__phone { flex: 1 1 auto; font-size: 18px; }
.contact-cta__wa, .contact-cta__booking { flex: 0 0 140px; font-size: 15px; }

/* === BREADCRUMBS === */
.breadcrumbs {
  padding: 14px 0;
  font-size: 13px;
  color: var(--muted);
  background: var(--card);
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--turquoise-dark); }

/* === PAGE LAYOUT === */
.page-hero {
  background: linear-gradient(135deg, #0e1820 0%, #14313a 100%);
  color: #fff;
  padding: 80px 0 50px;
}
.page-hero h1 { color: #fff; margin: 0 0 12px; }
.page-hero .lead { color: #d2eef0; font-size: 18px; max-width: 720px; }
.page-content { padding: 32px 0 60px; }
.page-content article { max-width: 880px; margin: 0 auto; font-size: 16px; }
.page-content h2 { margin-top: 36px; color: var(--text); }
.page-content h3 { margin-top: 24px; color: var(--text-strong); }
.page-content ul, .page-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.page-content li { margin-bottom: .4rem; }
.page-content blockquote {
  border-left: 4px solid var(--turquoise);
  background: var(--card);
  padding: 12px 18px;
  margin: 18px 0;
  border-radius: 8px;
}

/* === CTA BANNER (page-end) === */
.cta-banner {
  background: linear-gradient(135deg, #0e1820 0%, #14313a 100%);
  color: #fff;
  border-radius: 18px;
  padding: 36px;
  text-align: center;
  margin-top: 40px;
}
.cta-banner h2 { color: #fff; margin: 0 0 8px; }
.cta-banner p { color: #d2eef0; margin: 0 0 18px; }

/* === DARK MODE TOGGLE FAB (matches existing) === */
.theme-fab {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 9999;
  border: 1px solid var(--border);
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  font-size: 13px;
}

/* === DARK MODE STYLES === */
body.dark-mode {
  --bg: #0b0f14;
  --text: #e8edf2;
  --text-strong: #fff;
  --muted: #9aa8bd;
  --card: #111827;
  --card-strong: #1a2238;
  --border: #1f2733;
  --border-strong: #2a3240;
}
body.dark-mode .site-header,
body.dark-mode .social-top,
body.dark-mode .site-footer {
  background: #0b0f14 !important;
  border-color: #1f2733 !important;
}
body.dark-mode .main-nav a,
body.dark-mode .footer-col a { color: #e8edf2 !important; }
body.dark-mode .booking-form { background: #111827; }
body.dark-mode .booking-form input,
body.dark-mode .booking-form select,
body.dark-mode .booking-form textarea {
  background: #0b0f14;
  color: #e8edf2;
  border-color: #2a3240;
}
body.dark-mode .theme-fab { background: #f3f5f7; color: #111; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .boat-grid, .services-grid, .packages-grid, .testimonials-grid, .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 14px 20px; border-bottom: 1px solid var(--border); }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 12px; }
  .menu-toggle { display: block; }
}

@media (max-width: 768px) {
  .container { padding: 0 14px; }
  .topbar { padding: 12px 0; flex-wrap: wrap; }
  .brand { width: 100%; }
  .logo, .site-logo img { height: 40px; max-width: 220px; }
  .hero { min-height: 50vh; }
  .hero__content { min-height: 50vh; }
  .hero-slide img { min-height: 50vh; object-position: center 48%; }
  .hero-title { font-size: clamp(28px, 7vw, 42px); }
  .hero-sub { font-size: clamp(15px, 4vw, 20px); }
  .btn { min-width: 0; width: 100%; }
  .boat-grid, .services-grid, .packages-grid, .testimonials-grid, .locations-grid {
    grid-template-columns: 1fr;
  }
  .booking-form { grid-template-columns: 1fr; }
  .contact-cta { display: flex; }
  .social-top { display: none; }
  .top-quick-cta { display: none; }
}

@media print {
  .site-header, .site-footer, .booking-section, .theme-fab, .contact-cta { display: none; }
}
