:root {
  --sunset: #f47b2a;
  --coral: #f15f3a;
  --gold: #ffb347;
  --navy: #101936;
  --ocean: #167b8f;
  --sky: #dff7f8;
  --sand: #fff6e8;
  --cream: #fffaf2;
  --ink: #1e2430;
  --muted: #667085;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(16, 25, 54, .14);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 250, 242, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 25, 54, .08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
}
.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(241, 95, 58, .22);
}
.brand small { display: block; font-weight: 600; color: var(--muted); font-size: .78rem; }
.site-nav { display: flex; align-items: center; gap: 22px; font-weight: 700; }
.site-nav a { text-decoration: none; color: var(--navy); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--navy); color: white !important; }
.nav-toggle { display: none; background: none; border: 0; font-size: 2rem; color: var(--navy); }
.section-pad { padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 76px); }
.compact { padding-top: 54px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 82px);
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 179, 71, .34), transparent 30%),
    linear-gradient(180deg, #fffaf2 0%, #fff0d8 100%);
}
.eyebrow { margin: 0 0 10px; color: var(--ocean); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .78rem; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }
h3 { font-size: 1.35rem; }
.hero-copy { max-width: 720px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #424a5d; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--sunset), var(--coral)); color: white; box-shadow: 0 12px 24px rgba(241, 95, 58, .25); }
.btn.secondary { background: white; color: var(--navy); border: 1px solid rgba(16, 25, 54, .12); }
.btn.full { width: 100%; margin-top: 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: var(--muted); font-weight: 700; }
.hero-meta span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.75); }
.hero-card {
  min-height: 520px;
  border-radius: 42px;
  background: white;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  overflow: hidden;
}
.logo-card img {
  width: min(430px, 100%);
  border-radius: 28px;
  display: block;
}
.sunset {
  position: relative;
  width: min(360px, 82vw);
  height: min(360px, 82vw);
  border-radius: 50%;
  background: linear-gradient(180deg, #ff922e 0%, #f15f3a 56%, #27314f 57%, #111936 72%, #f47b2a 73%, #f47b2a 100%);
  box-shadow: inset 0 -18px 0 rgba(255,255,255,.16);
}
.sunset span { position: absolute; filter: drop-shadow(0 8px 10px rgba(0,0,0,.2)); }
.plane { left: 72px; top: 38px; font-size: 2.2rem; color: var(--navy); }
.palm-one { left: 42px; top: 128px; font-size: 4.5rem; }
.palm-two { right: 46px; top: 96px; font-size: 5.6rem; }
.dog { left: 50%; top: 48%; transform: translate(-50%, -50%); font-size: 5.5rem; }
.hero-card h2 { font-family: "Playfair Display", serif; margin-top: 24px; letter-spacing: .08em; text-transform: uppercase; }
.hero-card p { margin: 4px 0 0; font-weight: 700; color: var(--muted); }
.welcome-section { background: white; }
.welcome-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.welcome-photo-wrap {
  position: relative;
  border-radius: 36px;
  padding: 14px;
  background: linear-gradient(145deg, var(--gold), var(--coral));
  box-shadow: var(--shadow);
}
.welcome-photo {
  width: 100%;
  display: block;
  border-radius: 26px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.welcome-content p { color: #424a5d; font-size: 1.05rem; }
.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.credential-list span {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--navy);
  font-weight: 800;
  border: 1px solid rgba(244, 123, 42, .22);
}
.credential-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 10px;
}
.credential-logos img {
  max-width: 118px;
  max-height: 72px;
  object-fit: contain;
  background: white;
  border-radius: 14px;
  padding: 8px;
  border: 1px solid rgba(16, 25, 54, .08);
}

.section-heading { max-width: 850px; margin-bottom: 32px; }
.centered { margin-inline: auto; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.feature-grid, .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.feature-grid article, .contact-grid article, .price-panel, .note-card, .check-card, .transport-form, .contact-card {
  background: white;
  border: 1px solid rgba(16, 25, 54, .08);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 12px 30px rgba(16, 25, 54, .07);
}
.feature-grid span { font-size: 2rem; }
.alt-bg { background: var(--sand); }
.pricing-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.featured-panel { border: 2px solid rgba(244, 123, 42, .35); }
.includes { color: var(--muted); }
.price-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(16, 25, 54, .08); }
.price-list small { display: block; color: var(--muted); font-weight: 600; }
.price-list strong { color: var(--coral); font-size: 1.25rem; white-space: nowrap; }
.highlight { background: #fff4e4; border-radius: 14px; padding: 14px !important; border: 0 !important; }
.note-card { margin-top: 24px; }
.fine-print { color: var(--muted); font-size: .92rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.boarding-price { margin-top: 26px; display: inline-flex; align-items: end; gap: 12px; padding: 18px 24px; border-radius: 24px; background: var(--navy); color: white; }
.boarding-price span { font-size: 3.5rem; font-weight: 900; line-height: 1; }
.boarding-price p { margin: 0 0 8px; }
.checks { padding: 0; margin: 20px 0 0; list-style: none; display: grid; gap: 12px; }
.checks li::before { content: "✓"; color: var(--ocean); font-weight: 900; margin-right: 10px; }
.transport-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 28px; }
.transport-links a { background: var(--navy); color: white; text-decoration: none; text-align: center; font-weight: 800; border-radius: 18px; padding: 16px; }
.transport-form { max-width: 1100px; margin: 0 auto; }
.form-head { margin-bottom: 18px; }
fieldset { border: 1px solid rgba(16, 25, 54, .12); border-radius: 18px; padding: 20px; margin: 18px 0; }
legend { padding: 0 8px; font-weight: 900; color: var(--navy); }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
label { display: grid; gap: 7px; font-weight: 800; color: var(--navy); }
label small { color: var(--muted); font-weight: 600; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(16, 25, 54, .16);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  background: #fffdf9;
}
.wide { grid-column: span 3; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.checkbox-grid label { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.checkbox-grid input { width: auto; }
.textarea-label { margin: 18px 0; }

.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.booking-card span {
  font-size: 2.4rem;
}
.booking-card {
  background: white;
  border: 1px solid rgba(16, 25, 54, .08);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 12px 30px rgba(16, 25, 54, .07);
}
.gallery-section { background: white; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.video-grid video {
  width: 100%;
  border-radius: 24px;
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(16, 25, 54, .1);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(16, 25, 54, .08);
}
.resources-panel {
  margin-top: 42px;
  background: var(--sand);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 42px);
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}
.resource-grid article {
  background: white;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid rgba(16, 25, 54, .08);
  box-shadow: 0 12px 28px rgba(16, 25, 54, .06);
}
.resource-grid img {
  max-width: 150px;
  max-height: 86px;
  object-fit: contain;
  margin-bottom: 12px;
}
.resource-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sky);
  font-size: 2rem;
  margin-bottom: 12px;
}
.contact-section { background: linear-gradient(135deg, var(--navy), #18264f); color: white; }
.contact-section h2, .contact-section h3 { color: white; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; color: var(--ink); }
.contact-card h2, .contact-card h3 { color: var(--navy); }
.contact-grid article { color: var(--ink); }
.site-footer { text-align: center; padding: 28px; background: #0c1329; color: rgba(255,255,255,.82); }
.site-footer a { color: white; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 16px; right: 16px; top: 78px; display: none; flex-direction: column; align-items: stretch; background: white; padding: 18px; border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .hero, .pricing-layout, .split, .feature-grid, .contact-grid, .welcome-grid, .booking-grid, .video-grid, .resource-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: auto; }
  .transport-links { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .contact-card { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .section-pad { padding-inline: 16px; }
  .transport-links, .checkbox-grid { grid-template-columns: 1fr; }
  .hero-actions, .contact-actions { flex-direction: column; }
  .btn { width: 100%; }
  h1 { font-size: 2.45rem; }
}

.booking-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px;
}
.booking-tab {
  border: 1px solid rgba(16, 25, 54, .12);
  background: white;
  color: var(--navy);
  border-radius: 999px;
  padding: 11px 16px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.booking-tab:hover { transform: translateY(-1px); }
.booking-tab.active {
  background: linear-gradient(135deg, var(--sunset), var(--coral));
  color: white;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(241, 95, 58, .22);
}
.package-booking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.package-card {
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid rgba(16, 25, 54, .08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(16, 25, 54, .07);
  min-height: 315px;
}
.package-card[hidden] { display: none; }
.package-card p { color: #4c5567; }
.package-card .btn { margin-top: auto; }
.package-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.package-top span {
  background: var(--sand);
  color: var(--ocean);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.package-top strong {
  color: var(--coral);
  font-size: 1.35rem;
  white-space: nowrap;
}
.package-meta {
  margin: 8px 0 8px;
  color: var(--ocean) !important;
  font-weight: 850;
}
.featured-booking {
  border: 2px solid rgba(244, 123, 42, .28);
}
.add-on-card, .payment-card {
  background: #fffdf8;
}
.booking-disclaimer {
  max-width: 880px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .95rem;
}
@media (max-width: 1000px) {
  .package-booking-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .package-booking-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
}

.feature-title-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(244, 123, 42, .35);
  transition: color .2s ease, border-color .2s ease;
}
.feature-title-link:hover {
  color: var(--coral);
  border-color: var(--coral);
}

.thanks-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 179, 71, .32), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(22, 123, 143, .18), transparent 26%),
    linear-gradient(180deg, #fffaf2 0%, #fff0d8 100%);
}
.thanks-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(22px, 5vw, 64px);
}
.thanks-card {
  width: min(860px, 100%);
  text-align: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(16, 25, 54, .08);
  border-radius: 36px;
  padding: clamp(32px, 6vw, 68px);
  box-shadow: var(--shadow);
}
.thanks-logo {
  width: min(210px, 70vw);
  border-radius: 28px;
  margin-bottom: 24px;
  box-shadow: 0 14px 36px rgba(16, 25, 54, .12);
}
.thanks-card h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  margin-bottom: 18px;
}
.thanks-copy {
  max-width: 680px;
  margin: 0 auto 14px;
  color: #424a5d;
  font-size: 1.1rem;
}
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 30px 0 22px;
}
@media (max-width: 560px) {
  .thanks-actions { flex-direction: column; }
}
