:root {
  --black: #000;
  --dark: #070707;
  --dark-2: #101010;
  --gold: #c9a24a;
  --gold-light: #e4c66a;
  --white: #fff;
  --muted: #b7b7b7;
  --border: rgba(201, 162, 74, 0.35);
  --container: 1180px;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  padding: 0 7%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(201, 162, 74, 0.18);
  overflow: visible;
}

.logo {
  flex-shrink: 0;
  position: relative;
  z-index: 100000;
  display: flex;
  align-items: center;
}

.logo img {
  width: 260px;
  height: auto;
  margin-top: 4px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  position: relative;
  z-index: 100000;
  margin-left: auto;
}

.nav a {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.9;
  white-space: nowrap;
  transition: 0.25s ease;
}

.nav a:hover {
  color: var(--gold);
}

.header-call {
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.25s ease;
  position: relative;
  z-index: 100000;
}

.header-call:hover {
  background: var(--gold);
  color: var(--black);
}

.menu-btn {
  display: none;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--border);
  font-size: 28px;
  padding: 5px 12px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 100000;
}
/* HERO */
.hero{
    position: relative;
    height: 760px;
    min-height: 760px;
    overflow: hidden;

    background-image:
      linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
      url('/images/hero/nova-hero-main.webp');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
}

/* MOBILE */

@media (max-width: 767px){

    .hero{

        height: 430px;

        min-height: 430px;

        background-size: cover;

        background-repeat: no-repeat;

        background-position: center center;

    }

}

.hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0,0,0,0.18);
}

.hero-content{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 100%;
    max-width: 1200px;

    text-align: center !important;
    padding: 0 40px;
    z-index: 2;
}
.hero-title,
.hero h1{
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    white-space: normal;
    line-height: 1;
    margin: 0 auto 14px;
    text-transform: uppercase;
    text-shadow: 0 8px 25px rgba(0,0,0,0.7);
    width: 100%;
    text-align: center;
}
.hero-trust{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
  z-index: 5;
}

/* Pull service area up */
.service-area-box{
  margin-top: -230px;
  position: relative;
  z-index: 5;
}

/* PAGE HERO */
.page-hero{
  padding: 155px 7% 85px;
  background:
    radial-gradient(circle at top left, rgba(201,162,74,0.18), transparent 34%),
    linear-gradient(135deg, #000, #080808);
  border-bottom: 1px solid var(--border);
}

.page-hero h1{
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 940px;
  text-shadow: 0 14px 35px rgba(0,0,0,0.55);
}



/* ABOUT HERO */
.about-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 140px 7% 80px;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  z-index: 0;
  filter: contrast(1.05) brightness(1.02);
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.76) 34%, rgba(0,0,0,0.42) 62%, rgba(0,0,0,0.12) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.about-hero h1 {
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.95;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -2px;
  text-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.about-hero-line {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 520px;
}

.about-hero-line span {
  height: 1px;
  flex: 1;
  background: rgba(201,162,74,0.75);
}

.about-hero-line small {
  color: var(--gold);
  font-size: 18px;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 30px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  transition: 0.25s ease;
}

.btn.gold,
.gold-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  border: 1px solid var(--gold);
}

.btn.outline,
.outline-btn {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(201,162,74,0.24);
}

.btn.full {
  width: 100%;
  margin-top: 22px;
}

/* SECTIONS */
.section {
  position: relative;
  padding: 92px 7%;
  background: var(--black);
  text-align: center;
}

.section > * {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,74,0.48), transparent);
}

.section.dark {
  background:
    radial-gradient(circle at top, rgba(201,162,74,0.13), transparent 36%),
    var(--dark);
}

.section h2,
.booking h2,
.about-header h2,
.story-content h3,
.mission-block h3 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 14px 35px rgba(0,0,0,0.48);
}

.section p {
  color: var(--muted);
}

/* PACKAGES */
.packages-grid {
  max-width: 1180px;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.package-card {
  position: relative;
  background: linear-gradient(180deg, #111, #050505);
  border: 1px solid rgba(201, 162, 74, 0.55);
  border-radius: 26px;
  padding: 38px 28px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(201, 162, 74, 0.08);
}

.package-card h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.package-card .price,
.price {
  color: var(--gold);
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 18px;
}

.package-subtitle {
  color: #cfcfcf;
  font-size: 17px;
  margin-bottom: 10px;
}

.package-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.package-card ul li {
  color: #d6d6d6;
  font-size: 15px;
  line-height: 1.75;
  border-bottom: 1px solid rgba(201, 162, 74, 0.18);
  padding: 6px 0;
}

.package-card ul li::before {
  content: "✓ ";
  color: var(--gold);
  font-weight: 700;
}

.package-btn {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 16px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.package-card.popular .package-btn,
.package-btn.gold-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #000;
  border: none;
}

.popular-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #000;
  padding: 10px 34px;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.package-card:last-child {
  border: 1px solid rgba(255, 215, 120, 0.9);
  box-shadow: 0 0 45px rgba(255, 215, 120, 0.15);
  transform: scale(1.04);
}

.package-card:last-child .package-btn {
  background: linear-gradient(135deg, #fff3c4, #d4af37);
  color: #000;
  border: none;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
}

/* WHY GRID */
.why-grid,
.home-why {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.why-grid div,
.home-why div {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  text-align: left;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
  transition: 0.25s ease;
}

.why-grid div:hover,
.home-why div:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(201,162,74,0.12);
}

.why-grid h3,
.home-why h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 8px;
}

.why-grid p,
.home-why p {
  color: var(--muted);
  font-size: 14px;
}

/* IMAGE GRIDS */
.action-grid,
.compare-grid,
.gallery {
  margin-top: 42px;
  display: grid;
  gap: 18px;
}

.action-grid,
.compare-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.action-grid img,
.compare-grid img {
  height: 270px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--dark-2);
  box-shadow: 0 18px 50px rgba(0,0,0,0.28);
  transition: 0.25s ease;
}

.gallery img {
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--border);
  transition: 0.25s ease;
}

.action-grid img:hover,
.compare-grid img:hover,
.gallery img:hover {
  transform: scale(1.02);
  box-shadow: 0 24px 65px rgba(201,162,74,0.12);
}

/* GALLERY SLIDER */
.gallery-title {
  text-align: center;
  margin: 45px 0 22px;
  font-size: 28px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gallery-wrap {
  position: relative;
  max-width: 1300px;
  margin: 25px auto 55px;
}

.gallery-slider {
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

.gallery-slider img {
  flex: 0 0 calc((100% - 36px) / 3);
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

/* MANUAL SLIDER */
.manual-slider {
  max-width: 1100px;
  width: 90%;
  height: 300px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: #111;
}

.slider-track {
  height: 300px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-track img {
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);
  min-width: calc((100% - 36px) / 3);
  height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  scroll-snap-align: center;
  image-rendering: auto;
  content-visibility: auto;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.65);
  color: var(--gold);
  font-size: 34px;
  line-height: 46px;
  cursor: pointer;
}

.slider-arrow.left {
  left: -22px;
}

.slider-arrow.right {
  right: -22px;
}

/* GOOGLE REVIEWS */
.google-reviews,
.home-reviews {
  background: #0b0b0b;
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid rgba(201, 168, 78, 0.25);
  border-bottom: 1px solid rgba(201, 168, 78, 0.25);
  color: #fff;
}

.home-reviews h2,
.google-reviews h2 {
  color: var(--gold);
  font-size: 36px;
  margin-bottom: 25px;
}

.reviews-container,
.review-grid {
  max-width: 1100px;
  margin: 0 auto;
}

.rating-summary {
  margin-bottom: 35px;
}

.score {
  font-size: 48px;
  font-weight: bold;
}

.stars,
.review-stars {
  color: gold;
  font-size: 24px;
}

.review-grid,
.reviews-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.review-card,
.review-item {
  background: #1a1a1a;
  border: 1px solid rgba(201, 162, 74, 0.35);
  border-radius: 16px;
  padding: 22px;
  text-align: left;
}

.review-card h3,
.review-name {
  color: var(--gold);
}

.review-date {
  color: #aaa;
  font-size: 14px;
  margin: 6px 0 10px;
}

.review-text {
  color: #eee;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-text.expanded {
  display: block;
}

.see-more-btn {
  background: none;
  color: var(--gold);
  border: none;
  padding: 0;
  margin-top: 8px;
  width: auto;
  font-weight: bold;
  cursor: pointer;
}

.review-photo,
.review-card img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 14px;
  margin-top: 16px;
  border: 1px solid rgba(201, 162, 74, 0.35);
}

.review-photo-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.review-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #333;
}

.review-buttons,
.review-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.review-buttons a,
.review-btn {
  display: inline-block;
  min-width: 230px;
  background: var(--gold);
  color: #000;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

/* ABOUT CONTENT */
.about-section {
  padding: 92px 7%;
  background:
    radial-gradient(circle at top left, rgba(201,162,74,0.13), transparent 34%),
    var(--dark);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-header,
.story-box,
.mission-block {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

.about-header {
  margin-bottom: 45px;
}

.about-header p,
.story-box p,
.mission-block p {
  color: var(--muted);
  margin-bottom: 14px;
}

.story-box,
.mission-block {
  padding: 40px;
  background:
    radial-gradient(circle at top left, rgba(201,162,74,0.13), transparent 38%),
    linear-gradient(135deg, rgba(201,162,74,0.10), rgba(255,255,255,0.025));
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(0,0,0,0.28);
}

.story-box strong,
.mission-block strong {
  display: block;
  margin-top: 20px;
  color: var(--gold);
  font-size: 18px;
}

.section-divider {
  height: 1px;
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
  background: linear-gradient(90deg, transparent, rgba(201,162,74,0.6), transparent);
}

/* BOOKING */
.booking{
  padding: 72px 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  background:
    radial-gradient(circle at left, rgba(201,162,74,0.18), transparent 35%),
    linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.72));

  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.booking > div{
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-right: 0;
}

.booking-form{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;

  display: grid;
  gap: 14px;

  padding: 28px;

  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 18px;
}

.booking p{
  color: var(--muted);
  margin-top: 8px;
}

.booking-form input,
.booking-form select{
  width: 100%;
  min-height: 56px;
  padding: 15px 16px;

  background: rgba(255,255,255,0.97);
  color: #000;

  border: 1px solid var(--border);
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  outline: none;
}

.booking-form input::placeholder,
.booking-form select:invalid{
  color: #666;
  font-weight: 700;
}

.booking-form input:focus,
.booking-form select:focus{
  border-color: var(--gold);
}

.booking-form button{
  width: 100%;
  border: none;
  cursor: pointer;
}

.form-note{
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}

/* MOBILE BOOKING */
@media (max-width: 767px){
  .booking{
    padding: 55px 5%;
    gap: 24px;
  }

  .booking > div,
  .booking-form{
    max-width: 100%;
  }

  .booking-form{
    padding: 22px;
  }
}
/* FAQ */
.faq-section {
  min-height: 55vh;
}

.faq {
  max-width: 960px;
  margin: 35px auto 0;
  text-align: left;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: var(--dark-2);
  color: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-top: 12px;
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 18px 20px;
  color: var(--muted);
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 12px 12px;
  margin-top: 10px;
}

.faq-answer.active {
  display: block;
}

/* CONTACT */
.contact-grid {
  max-width: var(--container);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
}

.contact-card {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255,255,255,0.045);
  box-shadow: 0 22px 60px rgba(0,0,0,0.28);
  transition: 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(201,162,74,0.13);
}

.contact-card h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-card p {
  color: var(--muted);
  margin-bottom: 6px;
}

.contact-card a {
  color: var(--gold);
  font-weight: 900;
}

/* FOOTER */
.footer {
  padding: 58px 7% 82px;
  background: var(--black);
  border-top: 1px solid rgba(201,162,74,0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer > div {
  max-width: var(--container);
  margin: 0 auto;
}

.footer h2 {
  color: var(--gold);
  font-size: 44px;
  letter-spacing: 4px;
}

.footer p {
  color: var(--muted);
  font-size: 14px;
}

.footer strong,
.footer a {
  color: var(--gold);
}

.footer-logo {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 0 auto 15px;
}

.footer-social {
  text-align: center;
  margin-top: 22px;
  margin-bottom: 85px;
  padding-top: 12px;
  border-top: 1px solid rgba(201, 162, 74, 0.2);
}

.footer-social-title {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.footer-social-links a {
  color: inherit;
  font-size: 40px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social-links a:hover {
  transform: translateY(-2px) scale(1.08);
}

.footer-social-links i {
  display: inline-block;
}

/* BRAND ICON COLORS */
.footer-social-links a.ig i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-social-links a.fb i {
  color: #1877f2;
}

.footer-social-links a.tt i {
  color: #fff;
  text-shadow: 2px 2px 0 #ff0050, -2px -2px 0 #00f2ea;
}

.fa-google {
  color: #4285F4;
}

.fa-yelp {
  color: #FF1A1A;
}

.fa-linkedin {
  color: #0A66C2;
}

/* FLOATING CALL */
.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99998;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(201,162,74,0.3);
}

/* SERVICE AREA */
.service-area-box {
  text-align: center;
  margin-top: 0;
  padding-top: 30px;
}

.service-area-box h3 {
  text-align: center;
}

.service-area-box .areas-text {
  margin: 10px 0 14px;
  color: var(--muted);
}

.service-area-box .areas-note {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 16px;
}

.area-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  padding: 10px 18px;
  font-size: 12.5px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  transition: 0.25s ease;
}

.area-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(201,162,74,0.25);
}

/* SEO CONTENT */
.seo-content {
  padding: 20px 8%;
  background: #111;
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0.45;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* TABLET */
@media (max-width: 1050px) {
  .header-call {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    position: absolute;
    top: 115px;
    left: 7%;
    right: 7%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: rgba(0,0,0,0.98);
    border: 1px solid var(--border);
    border-radius: 14px;
    z-index: 100000;
    margin-left: 0;
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    padding: 15px;
    border-bottom: 1px solid rgba(201,162,74,0.16);
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .booking,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .booking > div,
  .booking-form {
    justify-self: center;
    max-width: 760px;
  }

  .why-grid,
  .home-why,
  .action-grid,
  .compare-grid,
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-hero {
    min-height: 78vh;
  }

  .package-card:last-child {
    transform: none;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .header {
    height: 95px;
    padding: 10px 5%;
  }

  .logo img {
    width: 210px;
  }

  .nav {
    top: 95px;
    left: 5%;
    right: 5%;
  }

  .hero,
  .section,
  .about-section,
  .booking,
  .footer,
  .page-hero,
  .about-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero {
    height: 520px;
    min-height: 520px;
    padding: 0;
    margin-bottom: 0;
  }

  .hero-slide {
    background-size: cover;
    background-position: center center;
  }

  .hero-content {
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    max-width: 100%;
  }

  .hero-title,
  .hero h1 {
    font-size: 42px;
    white-space: normal;
    letter-spacing: -1px;
  }

  .white-line {
    font-size: 40px;
  }

  .gold-line {
    font-size: 32px;
  }

  .hero-trust {
    left: 50%;
    top: 69%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--gold);
  }

  .page-hero h1,
  .about-hero h1 {
    font-size: 39px;
    letter-spacing: -1px;
  }

  .about-hero {
    min-height: 72vh;
    padding-top: 125px;
    padding-bottom: 70px;
  }

  .about-hero-bg {
    object-position: 68% center;
    filter: contrast(1.02) brightness(0.95);
  }

  .about-hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.96) 0%, rgba(0,0,0,0.82) 55%, rgba(0,0,0,0.48) 100%);
  }

  .about-hero-line {
    max-width: 100%;
  }

  .eyebrow,
  .section-label {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .btn,
  .hero-buttons,
  .booking-buttons {
    width: 100%;
  }

  .why-grid,
  .home-why,
  .action-grid,
  .compare-grid,
  .gallery,
  .packages-grid {
    grid-template-columns: 1fr;
  }

  .action-grid img,
  .compare-grid img {
    height: 240px;
  }

  .gallery img {
    height: 230px;
  }

  .package-card {
    min-height: auto;
    padding: 34px 24px;
  }

  .package-card ul li {
    font-size: 14px;
  }

  .story-content,
  .mission-block,
  .booking-form,
  .contact-card,
  .price-card,
  .story-box {
    padding: 22px;
  }

  .booking > div {
    text-align: center;
    margin-bottom: 28px;
  }

  .booking-form {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .google-reviews,
  .home-reviews {
    padding: 45px 18px;
  }

  .review-buttons {
    flex-direction: column;
    align-items: center;
  }

  .review-btn,
  .review-buttons a {
    width: 100%;
    max-width: 320px;
  }

  .gallery-wrap {
    padding: 0 14px;
    margin: 20px auto 45px;
  }

  .gallery-slider {
    gap: 12px;
  }

  .gallery-slider img {
    flex: 0 0 100%;
    height: 260px;
  }

  .manual-slider {
    width: 92%;
    height: 260px;
  }

  .slider-track {
    height: 260px;
    gap: 0;
  }

  .slider-track img {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: 240px;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
  }

  .slider-arrow.left {
    left: 6px;
  }

  .slider-arrow.right {
    right: 6px;
  }

  .floating-call {
    left: 18px;
    right: 18px;
    text-align: center;
  }
}

/* DESKTOP ONLY */
@media (min-width: 1024px) {
  .desktop-phone {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
  }

  .desktop-phone a {
    color: var(--gold);
  }

  .floating-call {
    display: none;
  }
}

@media (max-width: 1023px) {
  .desktop-phone {
    display: none;
  }
}
.gallery-wrap,
.manual-slider{
  overflow: visible !important;
}

.slider-arrow.left{
  left: 14px !important;
}

.slider-arrow.right{
  right: 14px !important;
}
/* Gallery Preview - Homepage */
.gallery-preview{
    position: relative;
    padding: 90px 20px;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid rgba(201,162,74,0.25);
    border-bottom: 1px solid rgba(201,162,74,0.25);

    background:
      linear-gradient(rgba(0,0,0,0.32), rgba(0,0,0,0.32)),
      url('/images/gallery-preview-150kb.webp') center center/cover no-repeat;
}

.gallery-preview .section-label{
    letter-spacing: 8px;
    color: #d4af37;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gallery-preview h2{
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.1;
    margin-bottom: 16px;
    color: #fff;
}

.gallery-preview p{
    max-width: 760px;
    margin: 0 auto 26px;
    color: #ddd;
    line-height: 1.6;
}

.gallery-preview .btn-gold{
    display: inline-block;
    padding: 15px 34px;
    border-radius: 999px;
    background: linear-gradient(135deg,#c9a24a,#e5c76b);
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 768px){

    .gallery-preview{
        padding: 80px 20px;
        background:
          linear-gradient(rgba(0,0,0,0.32), rgba(0,0,0,0.32)),
          url('/images/gallery-preview-150kb.webp') center center/cover no-repeat;
    }

    .gallery-preview h2{
        font-size: 2.05rem;
    }

    .gallery-preview p{
        font-size: 0.92rem;
        max-width: 92%;
    }
}

