/*
Theme Name: Reel Adventure Premium Child
Theme URI: https://reeladventuretours.com/
Description: Premium staging redesign child theme for Reel Adventure Tours. Inherits Togo booking functionality.
Author: Codex
Template: togo
Version: 1.0.0
Text Domain: reel-adventure-premium
*/

:root {
  --rat-navy: #062a3a;
  --rat-deep: #021923;
  --rat-teal: #05a7b5;
  --rat-aqua: #68e0df;
  --rat-sand: #f7f1e8;
  --rat-coral: #ff8a5b;
  --rat-gold: #f6c86a;
  --rat-ink: #12222d;
  --rat-muted: #657885;
  --rat-line: rgba(6, 42, 58, 0.12);
  --rat-shadow: 0 22px 70px rgba(4, 36, 49, 0.16);
  --rat-radius: 28px;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--rat-ink);
  background: #fbfdff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.reel-premium-shell #wrapper,
body.reel-premium-shell .site-content {
  overflow: visible;
}

body.reel-premium-shell .top-bar,
body.reel-premium-shell .header-float,
body.reel-premium-shell #header,
body.reel-premium-shell .site-header:not(.rat-header),
body.reel-premium-shell .site-footer:not(.rat-footer),
body.reel-premium-shell #footer {
  display: none !important;
}

a {
  color: inherit;
}

.rat-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
  box-shadow: 0 14px 40px rgba(6, 42, 58, 0.08);
}

.rat-header__inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.rat-logo img {
  display: block;
  width: 184px;
  height: auto;
}

.rat-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--rat-navy);
  font-size: 15px;
  font-weight: 800;
}

.rat-nav a {
  text-decoration: none;
}

.rat-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rat-icon-btn,
.rat-menu-toggle,
.rat-modal__close {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rat-line);
  border-radius: 999px;
  color: var(--rat-navy);
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  cursor: pointer;
}

.rat-menu-toggle {
  display: none;
}

.rat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rat-teal), #047b96);
  box-shadow: 0 14px 30px rgba(5, 167, 181, 0.26);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.rat-btn--ghost {
  color: var(--rat-navy);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.rat-btn--dark {
  background: linear-gradient(135deg, var(--rat-navy), var(--rat-deep));
  box-shadow: 0 16px 35px rgba(2, 25, 35, 0.22);
}

.rat-mobile-panel {
  display: none;
}

.rat-page {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(104, 224, 223, 0.2), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbfd 48%, #ffffff 100%);
}

.rat-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0;
}

.rat-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 25, 35, 0.86), rgba(2, 25, 35, 0.45) 48%, rgba(2, 25, 35, 0.12)),
    url("https://staging.reeladventuretours.com/wp-content/uploads/2026/04/WhatsApp-Image-2026-04-13-at-5.56.28-PM.jpeg") center / cover no-repeat;
}

.rat-hero__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 360px);
  gap: 40px;
  align-items: end;
  padding: 88px 0 70px;
}

.rat-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #d9ffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rat-hero h1,
.rat-section-title {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.rat-hero h1 {
  max-width: 780px;
  margin-top: 22px;
  font-size: clamp(46px, 8vw, 94px);
}

.rat-hero__copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.rat-hero__actions,
.rat-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.rat-quick-card,
.rat-glass-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--rat-radius);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  box-shadow: var(--rat-shadow);
}

.rat-quick-card {
  padding: 24px;
}

.rat-quick-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
}

.rat-quick-card dl {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
}

.rat-quick-card dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rat-quick-card dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.rat-trust {
  position: relative;
  margin-top: -34px;
  z-index: 2;
}

.rat-trust__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--rat-shadow);
  background: rgba(6, 42, 58, 0.12);
}

.rat-trust span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #fff;
  color: var(--rat-navy);
  font-weight: 900;
  text-align: center;
}

.rat-section-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.rat-section-title {
  color: var(--rat-navy);
  font-size: clamp(36px, 5vw, 64px);
}

.rat-lede {
  margin: 0;
  color: var(--rat-muted);
  font-size: 18px;
  line-height: 1.7;
}

.rat-charter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rat-charter-card {
  overflow: hidden;
  border: 1px solid var(--rat-line);
  border-radius: var(--rat-radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(6, 42, 58, 0.09);
}

.rat-charter-card__media {
  min-height: 280px;
  background-size: cover;
  background-position: center;
}

.rat-charter-card__body {
  padding: 28px;
}

.rat-charter-card h3 {
  margin: 0 0 12px;
  color: var(--rat-navy);
  font-size: 28px;
  line-height: 1.05;
}

.rat-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.rat-meta li {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--rat-navy);
  background: #edf9fb;
  font-size: 13px;
  font-weight: 900;
}

.rat-feature-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--rat-muted);
}

.rat-feature-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--rat-teal);
}

.rat-price {
  margin: 22px 0 0;
  color: var(--rat-navy);
  font-size: 20px;
  font-weight: 950;
}

.rat-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.rat-step {
  padding: 24px;
  border: 1px solid var(--rat-line);
  border-radius: 24px;
  background: #fff;
}

.rat-step span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--rat-navy);
  font-weight: 950;
}

.rat-step h3,
.rat-addon h3,
.rat-review h3 {
  margin: 0 0 10px;
  color: var(--rat-navy);
}

.rat-step p,
.rat-addon p,
.rat-review p {
  margin: 0;
  color: var(--rat-muted);
  line-height: 1.65;
}

.rat-media-strip {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.rat-media-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.rat-media-strip img:first-child {
  grid-row: span 2;
}

.rat-addons,
.rat-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rat-addon,
.rat-review {
  padding: 24px;
  border: 1px solid var(--rat-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 40px rgba(6, 42, 58, 0.07);
}

.rat-review small {
  display: block;
  margin-top: 18px;
  color: var(--rat-teal);
  font-weight: 900;
}

.rat-faq {
  display: grid;
  gap: 12px;
}

.rat-faq details {
  border: 1px solid var(--rat-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 42, 58, 0.05);
}

.rat-faq summary {
  padding: 20px 22px;
  color: var(--rat-navy);
  font-weight: 950;
  cursor: pointer;
}

.rat-faq p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--rat-muted);
  line-height: 1.7;
}

.rat-final {
  margin-bottom: 84px;
  padding: 64px;
  border-radius: 34px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 42, 58, 0.92), rgba(5, 167, 181, 0.72)),
    url("https://staging.reeladventuretours.com/wp-content/uploads/2026/04/reel-adventure-new-gallery-8-600x450.webp") center / cover no-repeat;
  box-shadow: var(--rat-shadow);
}

.rat-final h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.rat-final p {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.rat-footer {
  color: #d8eff4;
  background: var(--rat-deep);
}

.rat-footer__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.9fr;
  gap: 42px;
  padding: 58px 0;
}

.rat-footer img {
  width: 190px;
  height: auto;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.28));
}

.rat-footer p,
.rat-footer a {
  color: #d8eff4;
}

.rat-footer p {
  line-height: 1.7;
}

.rat-footer h2,
.rat-footer h3 {
  margin: 0 0 16px;
  color: #fff;
}

.rat-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rat-footer a {
  text-decoration: none;
}

.rat-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 16px;
  color: rgba(216, 239, 244, 0.78);
  text-align: center;
}

.rat-mobile-book {
  display: none;
}

.rat-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 25, 35, 0.82);
}

.rat-modal.is-open {
  display: flex;
}

.rat-modal__dialog {
  position: relative;
  width: min(980px, 100%);
  border-radius: 28px;
  background: #020e14;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
}

.rat-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  color: #fff;
  background: var(--rat-teal);
}

.rat-modal video {
  display: block;
  width: 100%;
  max-height: 78vh;
  border-radius: 28px;
}

.rat-promo {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 998;
  width: min(360px, calc(100vw - 44px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: var(--rat-shadow);
  transform: translateY(140%);
  transition: transform 0.35s ease;
}

.rat-promo.is-visible {
  transform: translateY(0);
}

.rat-promo h2 {
  margin: 0 0 6px;
  color: var(--rat-navy);
  font-size: 20px;
}

.rat-promo p {
  margin: 0 0 14px;
  color: var(--rat-muted);
}

.rat-promo__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.rat-charters-hero {
  padding: 96px 0 56px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(2, 25, 35, 0.9), rgba(5, 167, 181, 0.45)),
    url("https://staging.reeladventuretours.com/wp-content/uploads/2026/04/0CEFACA4-8F4B-4CA8-B037-F1AC1BD3CAFA-scaled-1.webp") center / cover no-repeat;
}

.rat-charters-hero .rat-section-title {
  color: #fff;
}

body.single-togo_trip .single-trip-summary,
body.single-togo_trip .trip-booking,
body.single-togo_trip .booking-form,
body.single-togo_trip .booking-panel,
body.single-togo_trip aside {
  scroll-margin-top: 110px;
}

body.single-togo_trip .site-content,
body.single-togo_trip main {
  background: #fbfdff;
}

body.single-togo_trip .entry-title,
body.single-togo_trip h1 {
  color: var(--rat-navy);
  letter-spacing: -0.03em;
}

body.single-togo_trip .togo-enquiry,
body.single-togo_trip .trip-enquiry,
body.single-togo_trip [class*="enquiry"] {
  border-radius: 18px;
}

@media (min-width: 901px) {
  body.single-togo_trip [class*="booking"] {
    position: sticky;
    top: 104px;
  }
}

@media (max-width: 900px) {
  .rat-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
  }

  .rat-nav,
  .rat-header__actions .rat-icon-btn,
  .rat-header__actions .rat-btn {
    display: none;
  }

  .rat-logo img {
    width: 156px;
  }

  .rat-menu-toggle {
    display: inline-grid;
  }

  .rat-mobile-panel {
    display: grid;
    position: fixed;
    inset: 74px 14px auto;
    z-index: 1000;
    gap: 8px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--rat-shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .rat-mobile-panel.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .rat-mobile-panel a {
    padding: 14px 12px;
    border-radius: 14px;
    color: var(--rat-navy);
    font-weight: 900;
    text-decoration: none;
  }

  .rat-mobile-panel a:last-child {
    color: #fff;
    background: var(--rat-teal);
    text-align: center;
  }

  .rat-hero {
    min-height: auto;
  }

  .rat-hero__inner {
    grid-template-columns: 1fr;
    padding: 78px 0 48px;
  }

  .rat-trust__inner,
  .rat-charter-grid,
  .rat-steps,
  .rat-addons,
  .rat-reviews,
  .rat-footer__inner {
    grid-template-columns: 1fr;
  }

  .rat-section {
    padding: 64px 0;
  }

  .rat-media-strip {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .rat-media-strip img:first-child {
    grid-row: auto;
  }

  .rat-final {
    padding: 36px 24px;
  }

  .rat-mobile-book {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 16px;
    border-radius: 999px;
    color: #fff;
    background: rgba(2, 25, 35, 0.92);
    box-shadow: var(--rat-shadow);
  }

  .rat-mobile-book strong {
    font-size: 14px;
  }

  .rat-mobile-book .rat-btn {
    min-height: 42px;
    padding: 0 16px;
  }

  body {
    padding-bottom: 76px;
  }
}

@media (max-width: 560px) {
  .rat-hero h1 {
    font-size: 44px;
  }

  .rat-hero__copy,
  .rat-lede {
    font-size: 16px;
  }

  .rat-hero__actions,
  .rat-card-actions {
    flex-direction: column;
  }

  .rat-btn {
    width: 100%;
  }

  .rat-charter-card__media {
    min-height: 220px;
  }

  .rat-charter-card__body {
    padding: 22px;
  }
}
