/* RDK Terapia · capa visual de experiencia 2026. No altera contenido ni layout base. */
:root {
  --rdk-ink: #102d40;
  --rdk-ocean: #1b4965;
  --rdk-coral: #e07a5f;
  --rdk-coral-deep: #ad4e39;
  --rdk-cream: #f8f5ee;
  --rdk-line: rgba(27, 73, 101, .12);
  --rdk-ease: cubic-bezier(.2,.75,.25,1);
  --rdk-shadow-soft: 0 18px 48px rgba(16, 45, 64, .09);
}

html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { text-rendering: optimizeLegibility; }
::selection { color: #102d40; background: rgba(224, 122, 95, .28); }
.rdk-skip-link {
  position: fixed;
  z-index: 10000;
  top: -6rem;
  left: 1rem;
  padding: .8rem 1.1rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #102d40;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(2,16,27,.25);
}
.rdk-skip-link:focus { top: 1rem; }
#rdk-main-content, [id^="rdk-main-content-"] { scroll-margin-top: 5.5rem; }
/* Keep RDK's coral/teal identity while meeting readable contrast on light surfaces. */
body.rdk-experience .text-coral { color: #963d2c !important; }
body.rdk-experience :is(.hero-gradient, .bg-ocean, .bg-deep) .text-coral { color: #ffb49b !important; }
body.rdk-experience :is(.bg-navy, .bg-teal, [class~="bg-ocean/95"], [class~="bg-deep/95"]) .text-coral { color: #ffb49b !important; }
body.rdk-experience .text-teal { color: #1b627f !important; }
body.rdk-experience :is(.hero-gradient, .bg-ocean, .bg-deep) .text-teal,
body.rdk-experience .text-teal\/60 { color: #b8dfdf !important; }
body.rdk-experience :is(.bg-navy, .bg-teal, [class~="bg-ocean/95"], [class~="bg-deep/95"]) .text-teal { color: #b8dfdf !important; }
body.rdk-experience .text-white\/40,
body.rdk-experience .text-white\/30 { color: rgba(255,255,255,.82) !important; }
body.rdk-experience .text-white\/50,
body.rdk-experience .text-white\/60,
body.rdk-experience .text-white\/70,
body.rdk-experience .text-white\/80 { color: rgba(255,255,255,.92) !important; }
body.rdk-experience .text-gray-400,
body.rdk-experience .text-gray-500,
body.rdk-experience .text-slate-500 { color: #52616d !important; }
body.rdk-experience :is(.hero-gradient, nav.rdk-nav, .bg-ocean, .bg-deep, .bg-navy) :is(.text-gray-400, .text-gray-500, .text-slate-500) { color: #d4dee5 !important; }
body.rdk-experience :is(.hero-gradient, nav.rdk-nav, .bg-ocean, .bg-deep, .bg-navy, [class~="bg-ocean/95"], [class~="bg-deep/95"]) :is(.text-gray-400, .text-gray-500, .text-slate-400, .text-slate-500) { color: #d4dee5 !important; }
body.rdk-experience .text-gold { color: #806500 !important; }
body.rdk-experience :is(.hero-gradient, nav, .bg-ocean, .bg-deep) .text-gold { color: #f5d978 !important; }
body.rdk-experience .text-purple-500,
body.rdk-experience .text-violet-500 { color: #504096 !important; }
body.rdk-experience .bg-purple-400 { background-color: #6046a5 !important; }
body.rdk-experience .bg-coral,
body.rdk-experience [class~="bg-coral/90"] { background-color: #963d2c !important; }
body.rdk-experience .btn-primary,
body.rdk-experience .btn-cta,
body.rdk-experience .cta-btn { background-color: #963d2c !important; color: #fff !important; }
body.rdk-experience [class~="bg-green-500"],
body.rdk-experience [class~="bg-green-600"],
body.rdk-experience [class~="bg-emerald-600"] { background-color: #12633f !important; }
body.rdk-experience [class~="bg-rose-500"],
body.rdk-experience [class~="bg-pink-500"] { background-color: #a72d50 !important; }
:where(body.rdk-experience main) :where(p, li, dd, blockquote) a:not(.btn-primary):not(.btn-secondary):not(.btn-cta):not(.cta-btn):not(.rdk-nav-cta) {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: .18em;
  text-decoration-thickness: .08em;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #0d2b3e;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px #fff;
}

/* El movimiento revela contenido ya presente; sin JS o con movimiento reducido, todo queda visible. */
.rdk-reveal { opacity: 1; transform: none; }
.rdk-motion-ready .rdk-reveal[data-reveal="pending"] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s var(--rdk-ease), transform .65s var(--rdk-ease);
}
.rdk-motion-ready .rdk-reveal[data-reveal="shown"] { opacity: 1; transform: none; }
.rdk-motion-ready .rdk-reveal[data-reveal="pending"]:nth-child(2) { transition-delay: 70ms; }
.rdk-motion-ready .rdk-reveal[data-reveal="pending"]:nth-child(3) { transition-delay: 120ms; }

/* Barras de navegación existentes: respuesta sutil, sin sustituir enlaces ni controles. */
body.rdk-experience nav { transition: box-shadow .25s ease, background-color .25s ease; }
body.rdk-experience nav.rdk-nav-scrolled { box-shadow: 0 8px 28px rgba(9, 30, 43, .17); }
body.rdk-experience .btn-primary,
body.rdk-experience .rdk-nav-cta {
  background-color: #b9573b;
  transition: transform .22s var(--rdk-ease), box-shadow .22s ease, background-color .22s ease;
}
body.rdk-experience .btn-primary:hover,
body.rdk-experience .rdk-nav-cta:hover { background-color: #963d2c; }
body.rdk-experience .btn-secondary,
body.rdk-experience .rdk-nav-cta { min-height: 44px; }
.rdk-experience :where(input, select, textarea) { border-radius: .75rem; }
.rdk-experience :where(input, select, textarea):focus-visible { border-color: #1b4965; }
body.rdk-experience section[id], body.rdk-experience [id].section { scroll-margin-top: 5.5rem; }
.rdk-experience main :where(.card-hover, .rdk-test-card, .story-card, .rdk-tools .card) {
  transition: transform .28s var(--rdk-ease), box-shadow .28s ease, border-color .28s ease;
}
.rdk-experience main :where(.card-hover, .rdk-test-card, .story-card, .rdk-tools .card):hover {
  transform: translateY(-3px);
  border-color: rgba(224,122,95,.38);
  box-shadow: 0 18px 44px rgba(16,45,64,.1);
}
.rdk-experience main :where(a:not(.btn-primary):not(.btn-secondary):not(.rdk-nav-cta)):focus-visible {
  border-radius: .25rem;
}

/* Lecturas: más aire y una columna amable, sin tocar el artículo ni sus metadatos. */
body.rdk-blog-article .article-content {
  max-width: 74ch;
  margin-inline: auto;
  font-size: clamp(1rem, .96rem + .18vw, 1.1rem);
  line-height: 1.82;
}
body.rdk-blog-article .article-content :where(p, li) { line-height: inherit; }
body.rdk-blog-article .article-content :where(h2, h3) {
  scroll-margin-top: 6rem;
  text-wrap: balance;
}
body.rdk-blog-article .article-content blockquote {
  margin: 2rem 0;
  padding: 1.15rem 1.4rem;
  border-left: 3px solid #e07a5f;
  border-radius: 0 .9rem .9rem 0;
  background: #f8f5ee;
}
body.rdk-blog-article .article-content img { border-radius: 1.15rem; }
body.rdk-blog-article .article-content table { display: block; max-width: 100%; overflow-x: auto; }
body.rdk-blog-article :is(.article-container, .article-content) {
  max-width: min(calc(100% - 2rem), 76ch);
  margin-inline: auto;
}
body.rdk-blog-article h1 {
  max-width: 22ch;
  font-size: clamp(2rem, 3.35vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}
body.rdk-blog-article :is(.article-content, .article-container) :where(p, li) {
  text-wrap: pretty;
}
body.rdk-blog-article :is(.article-content, .article-container) :where(h2, h3) {
  text-wrap: balance;
  scroll-margin-top: 6rem;
}
.rdk-article-toc {
  margin: 1.5rem 0 2rem;
  padding: 0;
  border: 1px solid rgba(27,73,101,.16);
  border-radius: 1rem;
  background: linear-gradient(135deg, #fbf8f1, #fff);
  color: #102d40;
  box-shadow: 0 12px 30px rgba(16,45,64,.06);
}
.rdk-article-toc details { padding: .95rem 1.15rem; }
.rdk-article-toc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.75rem;
  color: #102d40;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.rdk-article-toc summary::-webkit-details-marker { display: none; }
.rdk-article-toc summary::after {
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  background: rgba(224,122,95,.14);
  color: #963d2c;
  content: "+";
  font-size: 1.2rem;
  transition: transform .2s ease;
}
.rdk-article-toc details[open] summary::after { content: "−"; }
.rdk-article-toc ol {
  display: grid;
  gap: .45rem;
  margin: .8rem 0 .25rem;
  padding: .8rem 0 0 1.5rem;
  border-top: 1px solid rgba(27,73,101,.12);
}
.rdk-article-toc li { padding-left: .2rem; }
.rdk-article-toc a {
  color: #1b4965;
  text-decoration-color: rgba(224,122,95,.55);
  text-underline-offset: .2em;
}
.rdk-article-toc a:hover { color: #963d2c; }
@media (max-width: 520px) {
  .rdk-article-toc { margin: 1.1rem 0 1.5rem; }
  .rdk-article-toc details { padding: .8rem .9rem; }
  body.rdk-blog-article h1 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
}
body.rdk-blog-index main > :where(section, article) { scroll-margin-top: 5.5rem; }
body.rdk-blog-index main article:hover { transform: translateY(-3px); }
body.rdk-blog-index main article { transition: transform .25s var(--rdk-ease), box-shadow .25s ease, border-color .25s ease; }

/* Landings y recursos: microinteracciones y lectura legible, sin reescritura de copy. */
body.rdk-service-landing section:not(.hero-gradient) { scroll-margin-top: 5.5rem; }
body.rdk-service-landing section:not(.hero-gradient) h2 { text-wrap: balance; }
body.rdk-service-landing .card-hover:hover,
body.rdk-resources .card-hover:hover { border-color: rgba(224,122,95,.38); }
body.rdk-resources .rdk-paths { border: 1px solid var(--rdk-line); border-radius: 1rem; }
body.rdk-resources .btn-game:hover { transform: translateY(-2px); filter: brightness(.95); }
body.rdk-resources .btn-game { transition: transform .2s ease, filter .2s ease; }

/* Los formularios y pagos reciben foco visible; no se alteran acciones ni destinos. */
body.rdk-booking main :where(form, section[id^="pago"], .card.payment) {
  border-color: var(--rdk-line);
}
body.rdk-booking main :where(form, section[id^="pago"], .card.payment):focus-within {
  box-shadow: 0 16px 42px rgba(16,45,64,.08);
}
.rdk-reading-progress {
  position: fixed;
  z-index: 100;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: transparent;
}
.rdk-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #e07a5f, #f2b486);
  will-change: transform;
}

/* Primera unidad: portada de inicio. Respeta el contenido, refuerza la bienvenida y el CTA. */
body.rdk-home-experience .hero-gradient:first-of-type {
  position: relative;
  isolation: isolate;
  min-height: min(88svh, 900px);
  overflow: clip;
  background: radial-gradient(ellipse at 83% 38%, rgba(95,168,211,.19), transparent 34%),
              linear-gradient(128deg, #1b4965 0%, #102f43 57%, #0d2b3e 100%);
}
body.rdk-home-experience .hero-gradient:first-of-type::after {
  position: absolute;
  z-index: -1;
  right: -9rem;
  bottom: -18rem;
  width: 36rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 3rem rgba(255,255,255,.018), 0 0 0 6rem rgba(255,255,255,.014);
  content: "";
  pointer-events: none;
}
body.rdk-home-experience .rdk-home-copy { position: relative; z-index: 1; }
body.rdk-home-experience .rdk-home-copy > p:first-child { color: #b8dfdf; }
body.rdk-home-experience .rdk-home-copy h1 { max-width: 18ch; letter-spacing: -.035em; text-wrap: balance; }
body.rdk-home-experience .rdk-home-copy > p:nth-of-type(2) { max-width: 38rem; color: rgba(255,255,255,.82); }
body.rdk-home-experience .rdk-home-copy .btn-primary {
  background-color: #b9573b;
  box-shadow: 0 10px 28px rgba(224, 122, 95, .25);
  transition: transform .22s var(--rdk-ease), box-shadow .22s ease, background-color .22s ease;
}
body.rdk-home-experience .rdk-home-copy .btn-primary:hover {
  transform: translateY(-2px);
  background-color: #963d2c;
  box-shadow: 0 14px 32px rgba(224, 122, 95, .33);
}
body.rdk-home-experience .rdk-welcome-card {
  width: min(100%, 26rem);
  overflow: hidden;
  padding: 0 0 1.75rem;
  border-color: rgba(255,255,255,.17);
  border-radius: 1.65rem;
  background: rgba(255,255,255,.095);
  box-shadow: 0 26px 75px rgba(2,16,27,.26);
  backdrop-filter: blur(16px);
  transform: translateY(0);
  transition: transform .4s var(--rdk-ease), box-shadow .4s ease;
}
body.rdk-home-experience .rdk-welcome-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 86px rgba(2,16,27,.32);
}
body.rdk-home-experience .rdk-welcome-card > img {
  display: block;
  width: 100%;
  height: clamp(12rem, 24vw, 19.5rem);
  margin: 0 0 1.5rem;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
body.rdk-home-experience .rdk-welcome-card > :not(img) { margin-right: 1.75rem; margin-left: 1.75rem; }
body.rdk-home-experience .rdk-welcome-card > h3 { color: #fff; }
body.rdk-home-experience .rdk-welcome-card > p { color: rgba(255,255,255,.8); }
body.rdk-home-experience .rdk-welcome-card .rdk-price { color: #ffab8e; }
body.rdk-home-experience .rdk-welcome-card .rdk-card-cta { width: calc(100% - 3.5rem); }
body.rdk-home-experience section:not(.hero-gradient) { scroll-margin-top: 5.5rem; }
body.rdk-home-experience .card-hover,
body.rdk-home-experience #temas a,
body.rdk-home-experience #tests a {
  transition: transform .28s var(--rdk-ease), box-shadow .28s ease, border-color .28s ease;
}
body.rdk-home-experience .card-hover:hover,
body.rdk-home-experience #temas a:hover,
body.rdk-home-experience #tests a:hover {
  border-color: rgba(224,122,95,.35);
  box-shadow: var(--rdk-shadow-soft);
}
body.rdk-home-experience #sobre-mi img { transition: transform .55s var(--rdk-ease); }
body.rdk-home-experience #sobre-mi img:hover { transform: scale(1.025); }

/* Contraste AA por contexto para componentes heredados; conserva las familias cromáticas. */
body.rdk-experience .text-sky { color: #1b627f !important; }
body.rdk-experience .text-slate-400 { color: #52616d !important; }
body.rdk-experience .text-green-600 { color: #17613f !important; }
body.rdk-experience .text-yellow-600 { color: #725000 !important; }
body.rdk-experience .article-meta { color: #52616d !important; }
body.rdk-experience .text-emerald-600 { color: #08734f !important; }
body.rdk-experience .bg-amber-600 { background-color: #9b5100 !important; }
body.rdk-experience .bg-emerald-500 { background-color: #12633f !important; }
body.rdk-experience .bg-purple-400 { background-color: #6046a5 !important; }
body.rdk-experience .btn-game.bg-teal { background-color: #1b627f !important; }
body.rdk-blog-article footer.bg-navy :is(.text-gray-400, .text-gray-500, .text-slate-500) { color: #d4dee5 !important; }
body.rdk-blog-article footer.bg-navy :is(.text-gray-400, .text-gray-500, .text-slate-400, .text-slate-500) { color: #d4dee5 !important; }
body.rdk-blog-article footer.bg-navy.text-slate-400 { color: #d4dee5 !important; }
body.rdk-blog-article :is(.conversion-box, footer[class*="0B2545"]) { color: #d4dee5 !important; }
body.rdk-blog-article :is(.conversion-box, footer[class*="0B2545"]) :is(.text-gray-400, .text-gray-500, .text-slate-400, .text-slate-500, .line-through, .border-white\/10, .pt-1) { color: #d4dee5 !important; }
body.rdk-blog-article .conversion-box .text-teal { color: #b8dfdf !important; }
body.rdk-blog-article .conversion-box .bg-teal\/60 { background-color: #1b4965 !important; }
body.rdk-blog-article .bg-stone-900 :is(.text-white, .text-white\/90, .text-stone-100, .text-stone-300, .text-gray-700, .text-gray-800, .text-gray-900) { color: #f4f0e8 !important; }
body.rdk-blog-article .bg-stone-900 .bg-amber-600 { background-color: #9b5100 !important; }
body.rdk-test-activity .rdk-nav-logo,
body.rdk-test-activity .rdk-nav-logo span { color: #ffb49b !important; }
body.rdk-experience .rdk-nav-logo > span { color: #ffb49b !important; }
body.rdk-experience .rdk-test-meta { color: #55458d !important; }
body.rdk-test-activity .rdk-nav-cta,
body.rdk-test-activity .rdk-btn-primary { background-color: #9b2944 !important; color: #fff !important; }
body.rdk-test-activity :is(.rdk-test-meta, footer p) { color: #55458d !important; }
body.rdk-test-hub footer.rdk-foot { color: #55458d !important; }
body.rdk-experience .text-white\/25 { color: rgba(255,255,255,.82) !important; }
body.rdk-experience .bg-coral { background-color: #963d2c !important; }
body.rdk-experience .rdk-btn-primary { background-color: #9b2944 !important; color: #fff !important; }
body.rdk-experience main a[href="/"].rounded-full { background-color: #963d2c !important; }
body.rdk-service-landing .bg-white .text-coral { color: #963d2c !important; }

/* Artículos heredados: conservar el contenido y hacer usable su cabecera/tabla en móviles angostos. */
@media (max-width: 420px) {
  body.rdk-service-landing .flex.items-baseline.gap-3 {
    flex-wrap: wrap;
    column-gap: .6rem;
    row-gap: .25rem;
  }
  body.rdk-blog-article > header > div { gap: .5rem; }
  body.rdk-blog-article > header > div > a {
    flex: 0 0 auto;
    font-size: 1.05rem;
    white-space: nowrap;
  }
  body.rdk-blog-article > header nav {
    gap: 0;
    margin-left: auto;
    min-width: 0;
    font-size: .75rem;
  }
  body.rdk-blog-article > header nav > a:nth-child(2) { display: none; }
  body.rdk-blog-article > header nav > * + * { margin-left: .5rem !important; margin-right: 0 !important; }
  body.rdk-blog-article > header nav > a:last-child {
    padding: .45rem .55rem;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }
  body.rdk-blog-article > header > div > a > span:not(:first-child) { display: none; }
  body.rdk-blog-article > header > div > div { gap: .5rem; min-width: 0; }
  body.rdk-blog-article > header > div > div > a:nth-child(2) { display: none; }
  body.rdk-blog-article > header > div > div > a:last-child {
    padding: .45rem .6rem;
    font-size: .72rem;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }
  body.rdk-blog-article article { overflow-wrap: anywhere; }
  body.rdk-blog-article table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  body.rdk-blog-article .conversion-box a.btn-cta {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  body.rdk-blog-article table {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  body.rdk-blog-article .article-content table {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  body.rdk-blog-article article :where(a, li, p, td, th) { overflow-wrap: anywhere; }
  body.rdk-resources footer .flex.items-center.gap-6 {
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
  }
}

@media (max-width: 767px) {
  body.rdk-home-experience .hero-gradient:first-of-type { min-height: auto; padding-bottom: 4rem; }
  body.rdk-home-experience .rdk-home-copy h1 { max-width: 16ch; font-size: clamp(2.35rem, 11vw, 3.6rem); }
  body.rdk-home-experience .rdk-home-copy > p:nth-of-type(2) { font-size: 1.03rem; }
  body.rdk-home-experience .rdk-home-copy > .flex.flex-wrap .btn-primary,
  body.rdk-home-experience .rdk-home-copy > .flex.flex-wrap .btn-secondary {
    width: 100%;
    text-align: center;
  }
  body.rdk-home-experience .rdk-home-card-wrap { display: flex; justify-content: center; margin-top: 2.25rem; }
  body.rdk-home-experience .rdk-welcome-card { max-width: 28rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .rdk-motion-ready .rdk-reveal[data-reveal="pending"] { opacity: 1; transform: none; }
}

/* RDK editorial card art: contextual images, restrained crops, stable layout. */
.rdk-home-art,
.rdk-fee-art,
.rdk-couple-art,
.rdk-archive-art,
.rdk-discovery-art {
  display: block;
  object-fit: cover;
  background: #f4eee5;
}
.rdk-home-art {
  width: calc(100% + 3rem);
  height: auto;
  aspect-ratio: 3 / 2;
  margin: -1.5rem -1.5rem 1.25rem;
  border-radius: 1rem 1rem .5rem .5rem;
}
.rdk-home-art--wide {
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.25rem;
  aspect-ratio: 16 / 10;
}
.rdk-welcome-card .btn-primary,
.rdk-welcome-card .btn-secondary {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
body.rdk-home-experience .rdk-welcome-card > a.btn-secondary {
  width: calc(100% - 3.5rem);
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}
.rdk-welcome-card a.btn-secondary {
  border-color: rgb(255 255 255 / 38%);
  background-color: rgb(255 255 255 / 7%);
  color: #fff;
}
.rdk-welcome-card a.btn-secondary:hover { background-color: rgb(255 255 255 / 14%); }
.rdk-welcome-card a.btn-secondary:focus-visible { outline: 3px solid #e9a48f; outline-offset: 3px; }
.rdk-fee-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8e1d8;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 28px rgb(13 43 62 / 7%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rdk-fee-card:hover {
  transform: translateY(-3px);
  border-color: rgb(224 122 95 / 48%);
  box-shadow: 0 15px 36px rgb(13 43 62 / 12%);
}
.rdk-fee-art {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
}
.rdk-fee-card__body {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 1.35rem;
}
.rdk-fee-kicker {
  margin: 0 0 .55rem;
  color: #aa5543;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.rdk-fee-card h3 { margin: 0 0 .65rem; color: #1b4965; font-size: 1.14rem; line-height: 1.3; }
.rdk-fee-description { margin: 0 0 1rem; color: #4b5563; font-size: .92rem; line-height: 1.55; }
.rdk-fee-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .4rem .65rem; margin: auto 0 .25rem; color: #1b4965; }
.rdk-fee-price strong { color: #bd5e49; font-size: 1.55rem; }
.rdk-old-price { color: #707983; font-size: .83rem; text-decoration: line-through; }
.rdk-discount { border-radius: 999px; background: #fae7df; padding: .2rem .5rem; color: #883c2e; font-size: .72rem; font-weight: 800; }
.rdk-fee-duration { margin: .25rem 0 1rem; color: #65717a; font-size: .82rem; }
.rdk-fee-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: auto;
  border-top: 1px solid #eee8e1;
  padding-top: .9rem;
  color: #16425c;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: rgb(22 66 92 / 35%);
  text-underline-offset: .2em;
}
.rdk-fee-cta:hover { color: #aa4d39; text-decoration-color: currentColor; }
.rdk-fee-cta:focus-visible { border-radius: .25rem; outline: 3px solid #e07a5f; outline-offset: 3px; }
.rdk-couple-art {
  width: calc(100% + 4rem);
  height: auto;
  aspect-ratio: 16 / 10;
  margin: -2rem -2rem 1.25rem;
  border-radius: 1rem 1rem .5rem .5rem;
}
.rdk-archive-art {
  width: calc(100% + 3rem);
  height: auto;
  aspect-ratio: 3 / 2;
  margin: -1.5rem -1.5rem 1.15rem;
  border-radius: 1rem 1rem .45rem .45rem;
}
.rdk-discovery-art {
  width: calc(100% + 3rem);
  height: auto;
  aspect-ratio: 3 / 2;
  margin: -1.5rem -1.5rem 1.15rem;
  border-radius: 1rem 1rem .45rem .45rem;
}
.rdk-discovery-art--wide {
  width: calc(100% + 4rem);
  margin: -2rem -2rem 1.2rem;
  aspect-ratio: 16 / 10;
}
@media (max-width: 639px) {
  .rdk-fee-card__body { padding: 1.2rem; }
  .rdk-home-art--wide { aspect-ratio: 16 / 9; }
}
@media (prefers-reduced-motion: reduce) {
  .rdk-fee-card { transition: none; }
  .rdk-fee-card:hover { transform: none; }
}

/* One primary menu across the site; only the current destination is highlighted. */
body.rdk-experience nav.rdk-site-nav {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 4rem;
  z-index: 1000;
  color: #fff;
  background: rgb(26 75 101 / 97%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  box-shadow: 0 4px 18px rgb(9 30 43 / 12%);
  backdrop-filter: blur(14px);
}
body.rdk-experience nav.rdk-site-nav[data-rdk-position="fixed"] { position: fixed; inset: 0 0 auto; }
body.rdk-experience nav.rdk-site-nav[data-rdk-position="sticky"],
body.rdk-experience nav.rdk-site-nav[data-rdk-position="flow"] { position: sticky; top: 0; }
.rdk-site-nav__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100%, 82rem);
  min-height: 4rem;
  margin: 0 auto;
  padding: .45rem clamp(1rem, 4vw, 2rem);
}
.rdk-site-nav__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .55rem;
  color: #fff !important;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -.025em;
  text-decoration: none !important;
}
.rdk-site-nav__brand em { color: #ffb49b; font-style: normal; }
.rdk-site-nav__mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #a34131;
  font-size: .8rem;
}
.rdk-site-nav__links { display: none; align-items: center; gap: clamp(.8rem, 1.35vw, 1.3rem); }
.rdk-site-nav__links a,
.rdk-site-nav__mobile a {
  color: rgb(255 255 255 / 86%);
  font-size: .91rem;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: .25em;
  transition: color .16s ease, background-color .16s ease;
}
.rdk-site-nav__links a:hover,
.rdk-site-nav__mobile a:hover { color: #fff; }
.rdk-site-nav__links a[aria-current="page"],
.rdk-site-nav__mobile a[aria-current="page"] { color: #ffd0bd; text-decoration: underline; text-decoration-color: #e07a5f; }
.rdk-site-nav__links a[data-nav-key="booking"] {
  padding: .62rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: #a34131;
}
.rdk-site-nav__links a[data-nav-key="booking"]:hover { background: #873727; }
.rdk-site-nav__toggle {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: .8rem;
  color: #fff;
  background: rgb(255 255 255 / 8%);
  font-size: 1.4rem;
  cursor: pointer;
}
.rdk-site-nav__toggle:hover { background: rgb(255 255 255 / 16%); }
.rdk-site-nav__toggle:focus-visible,
.rdk-site-nav a:focus-visible { outline: 3px solid #ffd27b; outline-offset: 3px; }
.rdk-site-nav__mobile {
  box-sizing: border-box;
  width: min(100%, 82rem);
  margin: 0 auto;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
}
.rdk-site-nav__mobile[hidden] { display: none !important; }
.rdk-site-nav__mobile:not([hidden]) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem .7rem; }
.rdk-site-nav__mobile a { min-height: 2.8rem; display: flex; align-items: center; padding: .35rem .6rem; border-radius: .5rem; }
.rdk-site-nav__mobile a[data-nav-key="booking"] { color: #ffd0bd; }
@media (min-width: 1120px) {
  .rdk-site-nav__links { display: flex; }
  .rdk-site-nav__toggle, .rdk-site-nav__mobile { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .rdk-site-nav__links a, .rdk-site-nav__mobile a { transition: none; }
}

/* Raised image panels inside cards give the illustrations a deliberate frame. */
.rdk-experience main .rdk-art-card:not(.rdk-fee-card) {
  overflow: hidden;
  border: 1px solid rgb(22 66 92 / 12%);
  border-radius: 1.3rem;
  background: #fffdfa;
  box-shadow: 0 10px 26px rgb(13 43 62 / 10%), 0 2px 5px rgb(13 43 62 / 5%);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rdk-experience main .rdk-art-card:not(.rdk-fee-card):hover,
.rdk-experience main .rdk-art-card:not(.rdk-fee-card):focus-within {
  transform: translateY(-3px);
  border-color: rgb(224 122 95 / 46%);
  box-shadow: 0 18px 34px rgb(13 43 62 / 15%), 0 4px 10px rgb(13 43 62 / 7%);
}
.rdk-experience main .rdk-art-card:not(.rdk-fee-card) > :is(.rdk-home-art, .rdk-couple-art, .rdk-archive-art, .rdk-discovery-art) {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1.05rem;
  padding: .38rem;
  border: 1px solid rgb(22 66 92 / 13%);
  border-radius: 1.02rem;
  background: #fff;
  box-shadow: 0 9px 19px rgb(13 43 62 / 14%), 0 2px 5px rgb(13 43 62 / 7%);
  object-fit: cover;
}
.rdk-experience main .rdk-art-card:not(.rdk-fee-card) > .rdk-home-art { aspect-ratio: 3 / 2; }
.rdk-experience main .rdk-art-card:not(.rdk-fee-card) > .rdk-home-art--wide,
.rdk-experience main .rdk-art-card:not(.rdk-fee-card) > .rdk-discovery-art--wide { aspect-ratio: 16 / 10; }
.rdk-experience main .rdk-fee-card.rdk-art-card .rdk-fee-art { box-shadow: inset 0 -1px rgb(22 66 92 / 12%); }
@media (prefers-reduced-motion: reduce) {
  .rdk-experience main .rdk-art-card { transition: none; }
  .rdk-experience main .rdk-art-card:hover,
  .rdk-experience main .rdk-art-card:focus-within { transform: none; }
}

.rdk-test-catalog-wrap { display: flex; justify-content: center; margin-top: 2rem; }
.rdk-test-catalog-cta {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: .72rem 1.4rem;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  color: #fff !important;
  background: #174b66;
  box-shadow: 0 10px 24px rgb(13 43 62 / 16%), inset 0 1px rgb(255 255 255 / 13%);
  font-weight: 750;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.rdk-test-catalog-cta span { color: #ffd27b; font-size: 1.25rem; }
.rdk-test-catalog-cta:hover { transform: translateY(-2px); background: #123c53; box-shadow: 0 15px 28px rgb(13 43 62 / 21%); }
.rdk-test-catalog-cta:focus-visible { outline: 3px solid #e07a5f; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { .rdk-test-catalog-cta { transition: none; } .rdk-test-catalog-cta:hover { transform: none; } }
