/* ===========================================================================
   Trip Adventure — redesign theme (single source of truth for the new look).
   Premium yacht-charter aesthetic: Cormorant Garamond + Manrope, navy/teal/cream.
   Edit the look HERE; every reskinned page + shared component uses these classes.
   =========================================================================== */

:root {
  --ink: #11303f;          /* headings, body, primary buttons, dark fills */
  --ink-2: #16465a;        /* hero fallback / secondary dark */
  --teal: #2d7d9a;         /* eyebrows, links, hover, active */
  --footer: #0c2632;
  --body: #54656c;         /* paragraph copy */
  --muted: #6a7980;        /* secondary copy */
  --faint: #8a979c;        /* meta, captions */
  --bg: #fbfcfc;           /* page background */
  --warm: #f3efe8;         /* warm panels */
  --warm-2: #fcfbf8;
  --card-fallback: #cdd9dd;
  --line-warm: #e7e3da;
  --line-cool: #ececec;
  --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
  --pad: clamp(22px, 4vw, 48px);
  --shadow-card: 0 30px 70px -28px rgba(17,48,63,.32);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.rd { background: var(--bg); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
.rd ::selection { background: var(--ink); color: #fff; }
.rd a { color: inherit; text-decoration: none; }
.rd img { display: block; max-width: 100%; }

.rd-container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.rd-section { max-width: var(--maxw); margin: 0 auto; padding: clamp(48px, 7vw, 90px) var(--pad); }

/* Headings */
.rd-serif { font-family: var(--serif); font-weight: 500; }
.rd-eyebrow { display: flex; align-items: center; gap: 13px; color: var(--teal);
  font-size: 12.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.rd-eyebrow .rd-rule { width: 30px; height: 1px; background: var(--teal); display: inline-block; }

/* Buttons */
.rd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: 14.5px; font-weight: 600; letter-spacing: .4px;
  border-radius: 100px; padding: 15px 32px; cursor: pointer; border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .05s ease; }
.rd .rd-btn-ink { background: var(--ink); color: #fff; }
.rd .rd-btn-ink:hover { background: var(--teal); color: #fff; }
.rd .rd-btn-light { background: #fff; color: var(--ink); }
.rd .rd-btn-light:hover { background: var(--teal); color: #fff; }
.rd .rd-btn-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.rd .rd-btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.rd-btn:active { transform: translateY(1px); }

/* ---- NAV (shared header component) — fixed, follows the user, frosts on scroll ---- */
.rd-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex;
  align-items: center; justify-content: space-between; padding: clamp(16px,2.4vw,24px) var(--pad);
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease, backdrop-filter .35s ease; }
.rd-nav--scrolled { background: rgba(12,38,50,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px -16px rgba(0,0,0,.55); padding-top: 12px; padding-bottom: 12px; }
.rd-nav__logo img { height: 60px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); transition: height .35s ease; }
.rd-nav--scrolled .rd-nav__logo img { height: 46px; }
.rd-nav__links { display: flex; align-items: center; gap: 36px; font-size: 16px; font-weight: 500; letter-spacing: .5px; }
.rd-nav__links a { color: rgba(255,255,255,.92); transition: color .2s ease; }
.rd-nav__links a:hover { color: #fff; }
.rd-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.rd-burger span { width: 26px; height: 2px; background: #fff; display: block; }

/* ---- HERO ---- */
.rd-hero { position: relative; display: flex; align-items: flex-end; background-color: var(--ink-2);
  background-size: cover; background-position: center 40%; background-repeat: no-repeat; }
.rd-hero--home { height: 100vh; min-height: 620px; }
.rd-hero--detail { height: 72vh; min-height: 540px; }
.rd-hero__inner { position: relative; width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--pad) clamp(46px,6vw,72px); }
.rd-hero__inner--home { max-width: 980px; }
.rd-hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; color: #fff; letter-spacing: -.5px; }
.rd-hero--home h1 { font-size: clamp(44px,8.5vw,84px); line-height: .98; letter-spacing: -1px; }
.rd-hero--detail h1 { font-size: clamp(38px,6.5vw,68px); line-height: 1; }
.rd-hero__eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 18px;
  color: rgba(255,255,255,.85); font-size: 12.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.rd-hero__eyebrow .rd-rule { width: 34px; height: 1px; background: rgba(255,255,255,.6); }
.rd-hero__sub { margin: 24px 0 34px; max-width: 560px; color: rgba(255,255,255,.9);
  font-size: clamp(15.5px,2vw,18px); line-height: 1.6; }
.rd-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 20px;
  font-size: 13px; color: rgba(255,255,255,.78); font-weight: 500; }
.rd-breadcrumb a { color: rgba(255,255,255,.78); }
.rd-rating { display: flex; align-items: center; gap: 16px; margin-top: 18px; flex-wrap: wrap;
  color: rgba(255,255,255,.9); font-size: 14.5px; }

/* ---- HOME: launcher / inquiry bar ---- */
.rd-inquiry-wrap { position: relative; z-index: 20; max-width: 1080px; margin: -46px auto 0; padding: 0 var(--pad); }
.rd-inquiry { background: #fff; border-radius: 8px; box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: center; padding: 10px 10px 10px 30px; gap: 8px; }
.rd-iq-field { padding: 14px 0; }
.rd-iq-field + .rd-iq-field { border-left: 1px solid var(--line-cool); padding-left: 28px; }
.rd-iq-label { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--teal); margin-bottom: 5px; }
.rd-iq-field select, .rd-iq-field input { font-family: var(--sans); font-size: 15px; font-weight: 500; color: var(--ink);
  border: none; background: transparent; outline: none; width: 100%; padding: 0; }
.rd-iq-btn { background: var(--ink); color: #fff; padding: 18px 34px; border-radius: 6px;
  font-size: 14.5px; font-weight: 600; letter-spacing: .4px; cursor: pointer; text-align: center; border: none;
  font-family: var(--sans); transition: background .18s ease; }
.rd-iq-btn:hover { background: var(--teal); }

/* ---- Intro / stats-free ---- */
.rd-intro { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: clamp(40px,6vw,80px); align-items: end; }
.rd-h2 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(34px,5vw,52px);
  line-height: 1.06; letter-spacing: -.5px; color: var(--ink); }
.rd-h2--detail { font-size: clamp(28px,4vw,40px); line-height: 1.1; }
.rd-h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(28px,4vw,38px); letter-spacing: -.3px; color: var(--ink); }
.rd-lead { margin: 0; color: var(--body); font-size: clamp(15.5px,2vw,17px); line-height: 1.75; }
.rd-p { margin: 0 0 16px; color: var(--body); font-size: 16.5px; line-height: 1.8; }

/* ---- Cards (signature voyages) ---- */
.rd-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 28px; }
.rd-card { display: block; color: inherit; }
.rd-card__media { position: relative; aspect-ratio: 3/4; border-radius: 6px; overflow: hidden;
  background: var(--card-fallback); transition: box-shadow .25s ease, transform .25s ease; }
.rd-card__media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,30,40,0) 45%, rgba(10,30,40,.6) 100%); }
.rd-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rd-card:hover .rd-card__media { transform: translateY(-4px); box-shadow: 0 26px 50px -22px rgba(17,48,63,.45); }
.rd-card:hover .rd-card__img { transform: scale(1.06); }
.rd-card__badge { position: absolute; top: 18px; left: 18px; z-index: 2; background: rgba(255,255,255,.92);
  color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 7px 13px; border-radius: 100px; }
.rd-card__body { padding: 22px 4px 0; }
.rd-card__title { margin: 0; font-family: var(--serif); font-weight: 600; font-size: 26px; color: var(--ink); }
.rd-card__desc { margin: 9px 0 16px; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.rd-card__foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-warm); padding-top: 15px; }
.rd-card__meta { font-size: 13px; color: var(--faint); font-weight: 500; }
.rd-discover { color: var(--teal); font-size: 14px; font-weight: 600; }
.rd-discover span { display: inline-block; transition: transform .2s ease; }
.rd-card:hover .rd-discover span { transform: translateX(4px); }

/* ---- More ways cards ---- */
.rd-grid4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 24px; }
.rd-mw { display: block; color: inherit; }
.rd-mw__media { aspect-ratio: 1/1; border-radius: 6px; overflow: hidden; background: var(--card-fallback); }
.rd-mw__img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rd-mw:hover .rd-mw__media { box-shadow: 0 22px 44px -20px rgba(17,48,63,.4); }
.rd-mw:hover .rd-mw__img { transform: scale(1.06); }
.rd-mw__title { margin: 18px 0 4px; font-family: var(--serif); font-weight: 600; font-size: 21px; color: var(--ink); }
.rd-mw__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.rd-mw__cap { color: var(--faint); font-size: 13.5px; font-weight: 500; }

/* ---- Feature band (sailing) ---- */
.rd-band { margin: 90px 0; position: relative; min-height: 560px; display: flex; align-items: center;
  background-color: var(--ink-2); background-size: cover; background-position: center; }
.rd-band__inner { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); width: 100%; }
.rd-band__col { max-width: 480px; color: #fff; }
.rd-band__col .rd-eyebrow { color: rgba(255,255,255,.85); }
.rd-band__col .rd-eyebrow .rd-rule { background: rgba(255,255,255,.6); }
.rd-band h3 { margin: 14px 0 0; font-family: var(--serif); font-weight: 500; font-size: clamp(32px,5vw,50px); line-height: 1.05; letter-spacing: -.5px; }
.rd-band p { margin: 22px 0 32px; color: rgba(255,255,255,.88); font-size: clamp(15.5px,2vw,17px); line-height: 1.7; }

/* ---- Split feature (transfers) ---- */
.rd-split { display: grid; grid-template-columns: 1.05fr 1fr; border-radius: 10px; overflow: hidden;
  background: var(--warm); box-shadow: 0 30px 70px -36px rgba(17,48,63,.28); }
.rd-split__media { position: relative; min-height: 440px; background-size: cover; background-position: center; background-color: var(--card-fallback); }
.rd-split__pill { position: absolute; top: 22px; left: 22px; background: rgba(255,255,255,.92); color: var(--ink);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 8px 14px; border-radius: 100px; }
.rd-split__body { padding: clamp(40px,5vw,64px); display: flex; flex-direction: column; justify-content: center; }
.rd-split__body h3 { margin: 14px 0 0; font-family: var(--serif); font-weight: 500; font-size: clamp(30px,4.5vw,46px); line-height: 1.06; letter-spacing: -.4px; color: var(--ink); }
.rd-split__body p { margin: 20px 0 28px; color: var(--body); font-size: clamp(15.5px,2vw,17px); line-height: 1.7; }
.rd-bullets { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-bottom: 34px; }
.rd-bullets div { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--ink); font-weight: 500; }
.rd-bullets span { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

/* ---- CTA band ---- */
.rd-cta { position: relative; border-radius: 10px; overflow: hidden; min-height: 420px; display: flex; align-items: center;
  background-color: var(--ink-2); background-size: cover; background-position: center; }
.rd-cta__inner { text-align: center; width: 100%; padding: clamp(60px,8vw,70px) 24px; color: #fff; }
.rd-cta h3 { margin: 0 auto; max-width: 720px; font-family: var(--serif); font-weight: 500; font-size: clamp(32px,5vw,50px); line-height: 1.08; letter-spacing: -.5px; }
.rd-cta p { margin: 20px auto 34px; max-width: 480px; color: rgba(255,255,255,.85); font-size: clamp(15.5px,2vw,16.5px); line-height: 1.6; }

/* ---- DETAIL: switcher + facts ---- */
.rd-overcard { position: relative; margin-top: -34px; z-index: 10; background: #fff; border-radius: 8px;
  box-shadow: 0 26px 60px -30px rgba(17,48,63,.3); overflow: hidden; }
.rd-switch-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding: 18px 20px; border-bottom: 1px solid #f0ece4; background: var(--warm-2); }
.rd-switch-label { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--teal); }
.rd-seg { display: flex; gap: 6px; background: #f1ece3; border-radius: 100px; padding: 5px; }
.rd-seg__opt { position: relative; border-radius: 100px; cursor: pointer; }
.rd-seg__hi { position: absolute; inset: 0; border-radius: 100px; background: var(--ink); box-shadow: 0 4px 12px -4px rgba(17,48,63,.5); }
.rd-seg__txt { position: relative; display: flex; flex-direction: column; gap: 1px; padding: 9px 22px; text-align: center; }
.rd-seg__txt b { font-size: 14px; font-weight: 600; }
.rd-seg__txt small { font-size: 11px; font-weight: 500; }
.rd-facts { display: flex; flex-wrap: wrap; gap: 0; padding: 8px 12px; }
.rd-fact { flex: 1 1 0; min-width: 130px; padding: 18px 24px; }
.rd-fact + .rd-fact { border-left: 1px solid var(--line-cool); }
.rd-fact__k { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--teal); margin-bottom: 6px; }
.rd-fact__v { font-size: 15px; font-weight: 600; color: var(--ink); }

/* ---- Gallery + lightbox ---- */
.rd-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: 460px; }
.rd-tile { border-radius: 8px; overflow: hidden; background-size: cover; background-position: center;
  background-color: var(--card-fallback); cursor: pointer; position: relative; }
.rd-tile--big { grid-row: span 2; }
.rd-tile--more::after { content: attr(data-more); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(10,30,40,.32); color: #fff; font-size: 14px; font-weight: 600; }
.rd-lightbox { display: none; position: fixed; inset: 0; z-index: 80; background: rgba(8,22,30,.92); align-items: center; justify-content: center; }
.rd-lightbox.open { display: flex; }
.rd-lb-img { max-width: 88vw; max-height: 84vh; border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.rd-lb-ctrl { position: absolute; color: #fff; cursor: pointer; user-select: none; font-family: var(--sans); }
.rd-lb-close { top: 18px; right: 26px; font-size: 40px; line-height: 1; }
.rd-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); font-size: 46px; padding: 10px; }
.rd-lb-next { right: 18px; top: 50%; transform: translateY(-50%); font-size: 46px; padding: 10px; }
.rd-lb-count { bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.8); font-size: 13px; }

/* ---- Detail main grid ---- */
.rd-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: clamp(40px,5vw,68px); align-items: start; }
.rd-timeline { display: flex; flex-direction: column; }
.rd-stop { display: grid; grid-template-columns: 88px 1fr; gap: 22px; }
.rd-stop__time { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--ink); padding-top: 2px; }
.rd-stop__body { position: relative; padding: 0 0 30px 28px; border-left: 1.5px solid var(--line-cool); }
.rd-stop__dot { position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); border: 2px solid #fff; }
.rd-stop__t { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.rd-stop__d { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.rd-route { border-radius: 10px; overflow: hidden; border: 1px solid var(--line-warm);
  background: repeating-linear-gradient(135deg,#eef3f4 0,#eef3f4 14px,#e7eef0 14px,#e7eef0 28px); }
.rd-route__inner { position: relative; min-height: 200px; display: flex; align-items: center; justify-content: center; padding: 40px 24px; }
.rd-route__label { position: absolute; top: 16px; left: 18px; font-family: var(--sans); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #93a3a8; font-weight: 600; }
.rd-route__path { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; width: 92%; max-width: 820px; }
.rd-route__node { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.rd-route__node span:first-child { width: 13px; height: 13px; border-radius: 50%; background: var(--teal); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(17,48,63,.25); }
.rd-route__node--first span:first-child { width: 16px; height: 16px; background: var(--ink); }
.rd-route__node small { font-size: 12px; font-weight: 600; color: var(--body); white-space: nowrap; }
.rd-route__node--first small { font-weight: 700; color: var(--ink); }
.rd-route__seg { flex: 1; height: 2px; min-width: 24px; background: repeating-linear-gradient(90deg,var(--teal) 0,var(--teal) 6px,transparent 6px,transparent 12px); }
.rd-incl { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 40px; }
.rd-incl__h { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 18px; }
.rd-incl__list { display: flex; flex-direction: column; gap: 14px; }
.rd-incl__row { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; }
.rd-incl__row--y { color: #2f3f46; } .rd-incl__row--y span { color: var(--teal); font-weight: 700; }
.rd-incl__row--n { color: #93a0a5; } .rd-incl__row--n span { color: #c2b6a6; font-weight: 700; }

/* ---- Booking card (detail aside) ---- */
.rd-aside { position: sticky; top: 24px; }
.rd-book { background: #fff; border: 1px solid #e9e4db; border-radius: 12px; box-shadow: 0 30px 70px -34px rgba(17,48,63,.3); padding: 28px; }
.rd-book__badge { display: inline-flex; align-items: center; gap: 7px; background: #eef5f3; color: #1f6f54; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 100px; margin-bottom: 16px; }
.rd-book__badge span:first-child { width: 6px; height: 6px; flex: none; border-radius: 50%; background: #1f6f54; }
.rd-book__price { display: flex; align-items: baseline; gap: 8px; }
.rd-book__price b { font-family: var(--serif); font-size: 42px; font-weight: 600; color: var(--ink); line-height: 1; }
.rd-book__price s { font-size: 13px; color: var(--faint); font-weight: 500; text-decoration: none; }
.rd-book__sub { font-size: 13.5px; color: var(--faint); margin-top: 4px; }
.rd-book__hr { height: 1px; background: #efeae1; margin: 22px 0; }
.rd-book__lbl { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--teal); margin-bottom: 9px; }
.rd-book input[type=date], .rd-date { width: 100%; padding: 13px 14px; border: 1px solid #e3ddd2; border-radius: 8px; font-size: 15px; color: var(--ink); background: #fbfaf7; outline: none; font-family: var(--sans); }
.rd-step { display: flex; align-items: center; justify-content: space-between; padding: 11px 4px; }
.rd-step + .rd-step { border-top: 1px solid #f1ece3; }
.rd-step__t { font-size: 15px; font-weight: 600; color: var(--ink); }
.rd-step__s { font-size: 12.5px; color: var(--faint); }
.rd-step__ctl { display: flex; align-items: center; gap: 14px; }
.rd-step__btn { width: 34px; height: 34px; border: 1px solid #d8d0c4; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--ink); cursor: pointer; user-select: none; transition: border-color .15s, color .15s; }
.rd-step__btn:hover { border-color: var(--teal); color: var(--teal); }
.rd-step__n { min-width: 18px; text-align: center; font-size: 16px; font-weight: 600; }
.rd-book__total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.rd-book__total b { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--ink); }
.rd .rd-book__cta { display: block; text-align: center; background: var(--ink); color: #fff; padding: 17px; border-radius: 8px; font-size: 15px; font-weight: 600; transition: background .18s ease; }
.rd .rd-book__cta:hover { background: var(--teal); }
.rd-book__fine { text-align: center; font-size: 12.5px; color: #98a4a8; margin-top: 12px; line-height: 1.5; }
.rd-status { padding: 10px; background: #f0f8ff; border: 1px solid #ddd; border-radius: 4px; color: #666; font-size: 14px; margin-top: 8px; }

/* ---- FOOTER (shared component) ---- */
.rd-footer { margin-top: 100px; background: var(--footer); color: rgba(255,255,255,.7); }
.rd-footer__grid { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px,8vw,80px) var(--pad) 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(170px,1fr)); gap: 48px; }
.rd-footer__brand { grid-column: span 2; min-width: 220px; }
.rd-footer__name { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.rd-footer p { margin: 0 0 18px; max-width: 320px; font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,.6); }
.rd-footer__social { display: flex; gap: 16px; color: rgba(255,255,255,.8); font-size: 18px; }
.rd-footer__col h4 { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 18px; }
.rd-footer__col .rd-footer__links { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.rd-footer__col a:hover { color: #fff; }
.rd-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.rd-footer__bottom > div { max-width: var(--maxw); margin: 0 auto; padding: 22px var(--pad); display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; font-size: 12.5px; color: rgba(255,255,255,.45); letter-spacing: .3px; }

/* ---- WhatsApp (unchanged from live site) ---- */
#whatsapp-container { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; align-items: center; z-index: 100; }
#whatsapp-button { background-color: #25D366; color: #fff; border-radius: 50%; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: all .3s ease; text-decoration: none; }
#whatsapp-button:hover { transform: scale(1.1); }
.whatsapp-icon { font-size: 110px; text-shadow: 2px 2px 4px rgba(0,0,0,0.6); }
.whatsapp-text { color: #25D366; font-size: 2em; margin-top: 5px; font-weight: bold; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }

/* ---- Simple two-column listing (category / activity price tables) ---- */
.rd-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 28px; }
.rd-pricecard { background: #fff; border: 1px solid var(--line-warm); border-radius: 12px; padding: 26px 28px; box-shadow: 0 20px 50px -34px rgba(17,48,63,.25); }
.rd-pricecard h4 { margin: 0 0 14px; font-family: var(--serif); font-weight: 600; font-size: 22px; color: var(--ink); }
.rd-pricecard ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.rd-pricecard li { display: flex; justify-content: space-between; font-size: 15px; color: var(--body); border-bottom: 1px solid var(--line-cool); padding-bottom: 10px; }
.rd-pricecard li b { color: var(--ink); font-weight: 600; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  .rd-nav__links { display: none; }
  .rd-nav__links.open { display: flex; flex-direction: column; align-items: flex-end; gap: 18px;
    position: absolute; top: 100%; right: var(--pad); background: rgba(12,38,50,.97);
    padding: 24px 30px; border-radius: 12px; box-shadow: 0 20px 50px -20px rgba(0,0,0,.5); }
  .rd-burger { display: flex; }
  .rd-detail-grid { grid-template-columns: 1fr; }
  .rd-aside { position: static; }
  .rd-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
  .rd-tile { aspect-ratio: 4/3; }
  .rd-tile--big { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; }
}
@media (max-width: 760px) {
  .rd-inquiry { grid-template-columns: 1fr; padding: 18px; gap: 0; }
  .rd-iq-field + .rd-iq-field { border-left: none; border-top: 1px solid var(--line-cool); padding-left: 0; padding: 16px 0; }
  .rd-iq-btn { margin-top: 14px; }
  .rd-split { grid-template-columns: 1fr; }
  .rd-split__media { min-height: 0; aspect-ratio: 16/10; }
  .rd-band { min-height: 0; padding: 80px 0; margin: 60px 0; }
}
@media (max-width: 560px) {
  .rd-facts { gap: 0; }
  .rd-fact { flex: 1 1 45%; }
  .rd-fact + .rd-fact { border-left: none; }
  .rd-seg { width: 100%; }
  .rd-seg__opt { flex: 1 1 0; }
  .rd-stop { grid-template-columns: 64px 1fr; gap: 14px; }
}
@media (max-width: 768px) {
  #whatsapp-container { bottom: 10px; right: 10px; }
  #whatsapp-button { width: 56px; height: 56px; }
  .whatsapp-icon { font-size: 56px; }
  .whatsapp-text { font-size: 14px; }
}
@media (max-width: 480px) { .whatsapp-text { display: none; } }
