.elementor-kit-7{--e-global-color-primary:#1631DA;--e-global-color-secondary:#06214A;--e-global-color-text:#0E1A2B;--e-global-color-accent:#12B3C4;--e-global-color-b47a870:#F2A93B;--e-global-color-e9421af:#EEF3F6;--e-global-color-b831833:#DBE5EC;--e-global-color-4ebccbb:#041530;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:600;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   MARIANO KATAMARAN — Los Patagones, Split
   Design tokens
   ============================================================ */

:root {
  /* Palette — pulled from the boat + the Adriatic, not from a template */
  --navy-950: #041530;
  --navy-900: #06214a;
  --navy-800: #0b2e62;
  --brand:    #1631da;   /* the blue from the Mariano logo */
  --aqua:     #12b3c4;
  --aqua-lt:  #7fdce4;
  --sun:      #f2a93b;   /* used only on prices and the swim marker */
  --mist:     #eef3f6;
  --mist-dk:  #dbe5ec;
  --ink:      #0e1a2b;
  --muted:    #5b6c82;
  --white:    #ffffff;

  --whatsapp: #25d366;

  /* Type */
  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body:    "Figtree", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --wrap: 1180px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 9vw, 7.5rem);

  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 10px rgba(6, 33, 74, .08);
  --shadow-md: 0 14px 38px rgba(6, 33, 74, .14);
  --shadow-lg: 0 28px 70px rgba(4, 21, 48, .28);

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ============================================================
   Reset / base
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin: 0 0 .6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 6.4vw, 4.35rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); letter-spacing: -0.015em; }
h4 { font-size: 1.05rem; letter-spacing: -0.01em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.wrap-narrow { max-width: 860px; }

:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--navy-900); color: #fff; padding: .8rem 1.2rem;
}
.skip-link:focus { left: .5rem; top: .5rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ============================================================
   Signature device: the route line
   A hairline with a dot at each end — the same mark that draws
   the itinerary on tour pages. Used as the eyebrow rule.
   ============================================================ */

.eyebrow {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--aqua);
  margin: 0 0 1.15rem;
}

.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: currentColor;
  position: relative;
  flex: none;
}

.eyebrow--center { justify-content: center; }

.eyebrow--ink { color: var(--brand); }

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: .93rem;
  letter-spacing: .01em;
  padding: .92rem 1.6rem;
  border: 2px solid transparent;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s var(--ease), background-color .25s var(--ease),
              color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}

.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 26px rgba(22, 49, 218, .3);
}
.btn--primary:hover { background: #0f24b4; }

.btn--aqua {
  background: var(--aqua);
  color: #04222a;
  box-shadow: 0 10px 26px rgba(18, 179, 196, .32);
}
.btn--aqua:hover { background: #0e9dac; }

.btn--ghost {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .16); border-color: #fff; }

.btn--outline {
  border-color: var(--mist-dk);
  color: var(--navy-900);
  background: #fff;
}
.btn--outline:hover { border-color: var(--brand); color: var(--brand); }

.btn--whatsapp {
  background: var(--whatsapp);
  color: #06301a;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .32);
}
.btn--whatsapp:hover { background: #1fbb59; }

.btn--wide { width: 100%; }
.btn svg { width: 19px; height: 19px; flex: none; }

/* ============================================================
   Header
   ============================================================ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 1.15rem 0;
  transition: background-color .35s var(--ease), padding .35s var(--ease),
              box-shadow .35s var(--ease);
}

.site-header::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(4, 21, 48, .62), rgba(4, 21, 48, 0));
  opacity: 1;
  transition: opacity .35s var(--ease);
  pointer-events: none;
}

.site-header.is-stuck {
  background: var(--navy-900);
  padding: .7rem 0;
  box-shadow: 0 6px 26px rgba(4, 21, 48, .3);
}
.site-header.is-stuck::before { opacity: 0; }

/* Pages that don't have a photo hero behind the header */
.site-header.is-solid {
  background: var(--navy-900);
  position: sticky;
}
.site-header.is-solid::before { opacity: 0; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}

.brand { display: block; flex: none; }
.brand img {
  height: 46px;
  width: auto;
  transition: height .35s var(--ease);
}
.is-stuck .brand img { height: 38px; }

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.nav a {
  font-family: var(--display);
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: .4rem 0;
  position: relative;
}

.nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 2px;
  background: var(--aqua);
  transition: width .3s var(--ease);
}
.nav a:not(.btn):hover::after,
.nav a[aria-current="page"]::after { width: 100%; }

.nav .btn {
  padding: .62rem 1.35rem;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: .5rem;
  cursor: pointer;
  color: #fff;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: currentColor;
  margin: 5px 0;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute;
    top: calc(100% + .9rem);
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: .35rem;
    background: var(--navy-900);
    border-radius: var(--radius);
    padding: 1rem;
    min-width: 220px;
    box-shadow: var(--shadow-lg);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: .7rem .8rem; }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { justify-content: center; margin-top: .4rem; }
}

/* ============================================================
   Hero
   ============================================================ */

.hero {
  position: relative;
  min-height: min(94vh, 880px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
}
.hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(4, 21, 48, .92) 0%, rgba(4, 21, 48, .45) 42%, rgba(4, 21, 48, .18) 75%),
    linear-gradient(to right, rgba(4, 21, 48, .5), rgba(4, 21, 48, 0) 60%);
}

.hero__inner {
  position: relative;
  padding-block: clamp(7rem, 16vh, 10rem) clamp(3.5rem, 8vh, 5.5rem);
  max-width: 780px;
}

.hero h1 { margin-bottom: .45em; }
.hero h1 em {
  font-style: italic;
  color: var(--aqua-lt);
}

.hero__lead {
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  color: rgba(255, 255, 255, .88);
  max-width: 56ch;
  margin-bottom: 2.1rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

/* Facts strip riding the bottom edge of the hero */
.hero__facts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 5vw, 4rem);
  margin-top: clamp(2.5rem, 6vh, 4rem);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .22);
}
.hero__fact { min-width: 120px; }
.hero__fact dt {
  font-family: var(--display);
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--aqua-lt);
  margin-bottom: .3rem;
}
.hero__fact dd {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.15rem;
}

/* Page banner (smaller hero for inner pages) */
.banner {
  position: relative;
  color: #fff;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.banner--short { min-height: 46vh; }
.banner__media { position: absolute; inset: 0; }
.banner__media img { width: 100%; height: 100%; object-fit: cover; }
.banner__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 21, 48, .93), rgba(4, 21, 48, .35) 60%, rgba(4, 21, 48, .28));
}
.banner__inner {
  position: relative;
  padding-block: clamp(6.5rem, 14vh, 9rem) clamp(2.5rem, 6vh, 4rem);
  max-width: 760px;
}
.banner h1 { margin-bottom: .35em; }
.banner__sub {
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  color: rgba(255, 255, 255, .86);
  margin-bottom: 1.7rem;
}

.crumbs {
  font-size: .85rem;
  color: rgba(255, 255, 255, .68);
  margin-bottom: 1.1rem;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs span[aria-hidden] { opacity: .5; }

/* ============================================================
   Sections
   ============================================================ */

.section { padding-block: var(--section-y); }
.section--mist { background: var(--mist); }
.section--navy { background: var(--navy-900); color: #fff; }
.section--tight { padding-block: clamp(3rem, 6vw, 4.5rem); }

.section__head { max-width: 620px; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.section__head p { color: var(--muted); font-size: 1.08rem; margin-bottom: 0; }
.section--navy .section__head p { color: rgba(255, 255, 255, .74); }

/* ============================================================
   Destination cards
   ============================================================ */

.destinations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

/* First card spans two columns on wide screens — the flagship route */
@media (min-width: 900px) {
  .destinations { grid-template-columns: repeat(6, 1fr); }
  .destinations .dest { grid-column: span 2; }
  .destinations .dest:nth-child(1),
  .destinations .dest:nth-child(2) { grid-column: span 3; }
  .destinations .dest:nth-child(1) .dest__media,
  .destinations .dest:nth-child(2) .dest__media { aspect-ratio: 16 / 10; }
}

.dest {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-900);
  text-decoration: none;
  color: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  isolation: isolate;
}
.dest:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.dest__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.dest__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}
.dest:hover .dest__media img { transform: scale(1.07); }

.dest__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 21, 48, .95) 6%, rgba(4, 21, 48, .35) 45%, rgba(4, 21, 48, 0) 78%);
}

.dest__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  z-index: 2;
}

.dest__route {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--aqua-lt);
  margin-bottom: .5rem;
}
.dest__route i {
  display: block;
  width: 22px; height: 1px;
  background: currentColor;
  position: relative;
  font-style: normal;
}
.dest__route i::after {
  content: "";
  position: absolute;
  right: -1px; top: -2px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.dest__name {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 .35rem;
}

.dest__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .45rem .9rem;
  font-size: .92rem;
  color: rgba(255, 255, 255, .8);
}
.dest__price {
  font-family: var(--display);
  font-weight: 800;
  color: var(--sun);
  font-size: 1.05rem;
}
.dest__price small { font-weight: 500; font-size: .74rem; letter-spacing: .05em; opacity: .85; }

.dest__go {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .85rem;
  font-family: var(--display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}
.dest__go svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.dest:hover .dest__go svg { transform: translateX(5px); }

.dest__flag {
  position: absolute;
  top: 1rem; left: 1rem;
  z-index: 2;
  background: rgba(255, 255, 255, .93);
  color: var(--navy-900);
  font-family: var(--display);
  font-weight: 700;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .4rem .75rem;
  border-radius: 100px;
}
.dest__flag--soon { background: rgba(255, 255, 255, .82); color: var(--muted); }

/* ============================================================
   Tour page: quick facts
   ============================================================ */

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: var(--mist-dk);
  border: 1px solid var(--mist-dk);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.fact {
  background: #fff;
  padding: 1.35rem 1.3rem;
}
.fact dt {
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .35rem;
}
.fact dd {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.28rem;
  color: var(--navy-900);
  letter-spacing: -0.01em;
}
.fact dd small { font-size: .72rem; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.fact--price dd { color: var(--brand); }

/* Tour body layout */
.tour-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
@media (max-width: 940px) {
  .tour-grid { grid-template-columns: 1fr; }
}

.tour-block { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.tour-block:last-child { margin-bottom: 0; }
.tour-block > h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }

/* Ticked list */
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.ticks li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.55;
}
.ticks li::before {
  content: "";
  position: absolute;
  left: 0; top: .42em;
  width: 1.1rem; height: 1.1rem;
  border-radius: 50%;
  background: var(--aqua);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: center;
}
.ticks--no li::before {
  background-color: var(--mist-dk);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6c82' stroke-width='4' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
}

.includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.includes-grid h3 {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 1rem;
}

/* ------------------------------------------------------------
   Itinerary — the signature route line
   ------------------------------------------------------------ */

.route { list-style: none; padding: 0; margin: 0; }

.route li {
  position: relative;
  padding-left: 2.6rem;
  padding-bottom: 2rem;
}
.route li:last-child { padding-bottom: 0; }

.route li::before {
  content: "";
  position: absolute;
  left: 5px; top: .5rem;
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--brand);
  z-index: 2;
}
.route li::after {
  content: "";
  position: absolute;
  left: 11px; top: 1.4rem;
  bottom: -.2rem;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--mist-dk) 0 6px, transparent 6px 12px);
}
.route li:last-child::after { display: none; }

.route li.is-swim::before { border-color: var(--sun); }
.route li.is-end::before { background: var(--brand); }

.route__time {
  font-family: var(--display);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .1em;
  color: var(--brand);
  display: block;
  margin-bottom: .15rem;
}
.route li.is-swim .route__time { color: #c5811d; }
.route__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
  margin: 0 0 .2rem;
}
.route__text { color: var(--muted); font-size: .98rem; margin: 0; }

/* ------------------------------------------------------------
   Booking card (sidebar)
   ------------------------------------------------------------ */

.booking-card {
  background: #fff;
  border: 1px solid var(--mist-dk);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 6rem;
}
@media (max-width: 940px) { .booking-card { position: static; } }

.booking-card__price {
  display: flex;
  align-items: baseline;
  gap: .5rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--mist-dk);
}
.booking-card__price b {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy-900);
}
.booking-card__price span { color: var(--muted); font-size: .95rem; }

.rate-list { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .55rem; }
.rate-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .95rem;
  color: var(--muted);
}
.rate-list li b { color: var(--ink); font-weight: 600; white-space: nowrap; }

.booking-card .btn { margin-bottom: .6rem; }
.booking-card__note {
  font-size: .84rem;
  color: var(--muted);
  text-align: center;
  margin: .9rem 0 0;
}

/* ------------------------------------------------------------
   Gallery
   ------------------------------------------------------------ */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .8rem;
}
.gallery img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  transition: transform .5s var(--ease);
}
.gallery a { overflow: hidden; border-radius: var(--radius); display: block; }
.gallery a:hover img { transform: scale(1.05); }

/* ============================================================
   Contact
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: 1.4rem; }

.contact-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  align-items: start;
}

.contact-list .ic {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(18, 179, 196, .16);
  color: var(--aqua-lt);
  flex: none;
}
.section:not(.section--navy) .contact-list .ic {
  background: rgba(22, 49, 218, .09);
  color: var(--brand);
}
.contact-list .ic svg { width: 21px; height: 21px; }

.contact-list dt,
.contact-list .lbl {
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--aqua-lt);
  margin-bottom: .15rem;
}
.section:not(.section--navy) .contact-list .lbl { color: var(--muted); }

.contact-list .val {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: inherit;
  word-break: break-word;
}
.contact-list a.val:hover { color: var(--aqua); text-decoration: underline; }
.section:not(.section--navy) .contact-list a.val:hover { color: var(--brand); }
.contact-list .sub { font-size: .9rem; color: rgba(255,255,255,.6); }
.section:not(.section--navy) .contact-list .sub { color: var(--muted); }

.contact-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: var(--shadow-md);
  background: var(--mist);
  line-height: 0;
}
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; }
.section:not(.section--navy) .map-frame { border-color: var(--mist-dk); }

/* Floating WhatsApp bubble */
.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  z-index: 90;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 10px 30px rgba(4, 21, 48, .3);
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* ============================================================
   CTA band
   ============================================================ */

.cta-band {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 6.5rem);
}
.cta-band__media { position: absolute; inset: 0; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(4, 21, 48, .88), rgba(6, 33, 74, .7));
}
.cta-band .wrap { position: relative; }
.cta-band p {
  max-width: 52ch;
  margin: 0 auto 2rem;
  color: rgba(255, 255, 255, .84);
  font-size: 1.1rem;
}
.cta-band .btn + .btn { margin-left: .6rem; }

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, .68);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  font-size: .95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }

.site-footer img.footer-logo { height: 48px; width: auto; margin-bottom: 1.2rem; }
.site-footer h4 {
  color: #fff;
  font-size: .74rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.site-footer a { text-decoration: none; transition: color .2s var(--ease); }
.site-footer a:hover { color: var(--aqua-lt); }

.footer-bottom {
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: .86rem;
  color: rgba(255, 255, 255, .5);
}

/* ============================================================
   Scroll reveal
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


/* ============================================================
   WORDPRESS / ELEMENTOR OVERRIDES
   Appended for the WP build only. Strips Elementor's own
   wrappers so the sections above sit flush, edge to edge.
   ============================================================ */

/* Elementor wraps every HTML widget in four nested divs, each of which is a
   flex item with its own padding and a 1140px cap. Undo all of it so our
   sections sit edge to edge, exactly as they do in the static build. */
body .elementor-section > .elementor-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  display: block !important;
}

body .elementor-section > .elementor-container > .elementor-column,
body .elementor-column > .elementor-widget-wrap,
body .elementor-widget-wrap > .elementor-widget-html,
body .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

body .elementor-section { padding: 0 !important; margin: 0 !important; }
body .elementor-widget:not(:last-child) { margin-bottom: 0 !important; }

/* Hello Elementor / Elementor global typography can leak in — pin ours back */
body,
.elementor-widget-html p,
.elementor-widget-html li { font-family: var(--body); }

.elementor-widget-html h1,
.elementor-widget-html h2,
.elementor-widget-html h3,
.elementor-widget-html h4 { font-family: var(--display); }

/* Theme Builder header: let our fixed positioning work */
header[data-elementor-type="header"] {
  position: static;
  padding: 0 !important;
  background: transparent !important;
}
header[data-elementor-type="header"] .elementor-section,
header[data-elementor-type="header"] .elementor-container,
header[data-elementor-type="header"] .elementor-column,
header[data-elementor-type="header"] .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

footer[data-elementor-type="footer"] { padding: 0 !important; }
footer[data-elementor-type="footer"] .elementor-section,
footer[data-elementor-type="footer"] .elementor-container,
footer[data-elementor-type="footer"] .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

/* Admin bar shouldn't push the fixed header off */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* Kill the theme's default page title if it slips through */
.page .entry-title, .single .entry-title { display: none; }/* End custom CSS */