/* ============================================================
   Ranas Porongo — Portada / landing (basada en el diseño de Claude Design)
   ============================================================ */
.rp {
  --bg:#F6F1E8; --bg2:#EFE6D6; --card:#FBF8F1; --ink:#24211B; --muted:#6E665A;
  --line:rgba(36,33,27,.13); --green:#3C5A43; --green-d:#2f4835; --green2:#5C7A5A;
  --clay:#B06A43; --gold:#C0964E;
  background:var(--bg); color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
.rp *{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; }
.rp img{ display:block; max-width:100%; }
.rp ::selection{ background:#3c5a4333; color:#24211b; }

@keyframes rp-fade{ from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:none} }
@keyframes rp-pop{ from{opacity:0;transform:translateY(14px) scale(.98)} to{opacity:1;transform:none} }
@keyframes rp-up{ from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }

/* ---------- Animaciones de scroll (revelado estilo Apple) ---------- */
/* Solo se ocultan si hay JS (progressive enhancement: sin JS todo se ve). */
.rp-js .rp-reveal{ opacity:0; transform:translateY(30px);
  transition:opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1);
  will-change:opacity, transform; }
.rp-js .rp-reveal.is-visible{ opacity:1; transform:none; }
.rp-reveal.rp-d1{ transition-delay:.09s } .rp-reveal.rp-d2{ transition-delay:.18s }
.rp-reveal.rp-d3{ transition-delay:.27s } .rp-reveal.rp-d4{ transition-delay:.36s }
.rp-reveal.rp-d5{ transition-delay:.45s }

/* Hero: entrada suave al cargar (siempre termina visible) */
.rp-js .rp-hero-content > *{ animation:rp-up .95s both cubic-bezier(.22,.61,.36,1); }
.rp-js .rp-hero-content > *:nth-child(1){ animation-delay:.10s }
.rp-js .rp-hero-content > *:nth-child(2){ animation-delay:.20s }
.rp-js .rp-hero-content > *:nth-child(3){ animation-delay:.32s }
.rp-js .rp-hero-content > *:nth-child(4){ animation-delay:.44s }

@media (prefers-reduced-motion: reduce){
  .rp-js .rp-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
  .rp-js .rp-hero-content > *{ animation:none !important; }
  html{ scroll-behavior:auto; }
}

/* ---------- Tipografía / helpers ---------- */
.rp-h2{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:600;
  font-size:clamp(30px,5vw,52px); line-height:1.08; letter-spacing:-.01em; }
.rp-eyebrow{ margin:0 0 16px; font-size:12.5px; font-weight:600; letter-spacing:.2em;
  text-transform:uppercase; }
.rp-clay{ color:var(--clay); }
.rp-white{ color:#fff; }
.rp-eyebrow-light{ color:rgba(255,255,255,.9); }
.rp-wrap{ max-width:1200px; margin:0 auto; padding:0 clamp(20px,5vw,64px); }
.rp-sec{ padding:clamp(52px,7vw,96px) 0; }
.rp-bg1{ background:var(--bg); }
.rp-bg2{ background:var(--bg2); }
.rp-dot{ width:7px; height:7px; border-radius:50%; background:var(--green2); flex:none; }

/* ---------- Botones ---------- */
.rp-btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 22px; border-radius:999px; border:none; cursor:pointer;
  font-family:inherit; font-size:14px; font-weight:600; text-decoration:none;
  transition:background .18s ease, transform .18s ease, opacity .18s ease; }
.rp-btn-lg{ padding:16px 30px; font-size:15.5px; }
.rp-btn-block{ width:100%; padding:16px; border-radius:14px; font-size:16px; }
.rp-btn-green{ background:var(--green); color:#fff; }
.rp-btn-green:hover{ background:var(--green-d); }
.rp-hero-cta .rp-btn-green{ box-shadow:0 8px 30px rgba(24,33,26,.35); }
.rp-btn-outline{ background:transparent; border:1px solid var(--green); color:var(--green); }
.rp-btn-outline:hover{ background:#f0ece2; }
.rp-btn-glass{ background:rgba(255,255,255,.12); backdrop-filter:blur(6px); color:#fff;
  border:1px solid rgba(255,255,255,.55); }
.rp-btn-glass:hover{ background:rgba(255,255,255,.22); }
.rp-btn-gold{ background:var(--gold); color:#20281f; border-radius:12px; font-weight:700; }
.rp-btn-gold:hover{ opacity:.9; }

/* ---------- Header ---------- */
.rp-header{ position:sticky; top:0; z-index:40; background:rgba(246,241,232,.82);
  backdrop-filter:saturate(1.4) blur(14px); border-bottom:1px solid var(--line); }
.rp-header-inner{ max-width:1200px; margin:0 auto; padding:14px clamp(18px,4vw,48px);
  display:flex; align-items:center; justify-content:space-between; gap:20px; }
.rp-brand{ display:flex; align-items:center; gap:11px; text-decoration:none; }
.rp-logo{ height:40px; width:auto; }
.rp-nav{ display:flex; align-items:center; gap:26px; }
.rp-nav-link{ text-decoration:none; color:var(--ink); font-size:14px; letter-spacing:.01em;
  opacity:.82; transition:opacity .15s, color .15s; }
.rp-nav-link:hover{ opacity:1; color:var(--green); }
.rp-header-right{ display:flex; align-items:center; gap:14px; flex:none; }
.rp-lang{ display:flex; align-items:center; gap:2px; font-size:12.5px; font-weight:600;
  letter-spacing:.05em; color:var(--muted); }
.rp-lang-btn{ background:none; border:none; cursor:pointer; padding:3px 5px; color:#B6AD9E;
  font:inherit; }
.rp-lang-btn.is-active{ color:var(--ink); }
.rp-lang-sep{ opacity:.4; }
.rp-burger{ width:42px; height:42px; border:1px solid var(--line); border-radius:12px;
  background:var(--card); cursor:pointer; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:4px; }
.rp-burger span{ width:18px; height:2px; background:var(--ink); border-radius:2px; }

/* Desktop / mobile toggles */
.rp-mobile{ display:none; }
@media (max-width:860px){
  .rp-desktop{ display:none !important; }
  .rp-mobile{ display:flex; }
}

/* ---------- Menú móvil ---------- */
.rp-mobile-menu{ position:fixed; inset:0; z-index:60; background:var(--bg);
  animation:rp-fade .25s ease; display:flex; flex-direction:column;
  padding:22px clamp(20px,6vw,40px); }
.rp-mobile-menu[hidden]{ display:none; }
.rp-mobile-menu-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; }
.rp-close-sq{ width:42px; height:42px; border:1px solid var(--line); border-radius:12px;
  background:var(--card); cursor:pointer; font-size:20px; color:var(--ink);
  display:flex; align-items:center; justify-content:center; }
.rp-mobile-nav{ display:flex; flex-direction:column; gap:4px; }
.rp-mobile-nav a{ text-decoration:none; color:var(--ink); font-family:'Cormorant Garamond',serif;
  font-size:30px; font-weight:500; padding:11px 0; border-bottom:1px solid var(--line); }
.rp-mobile-cta{ display:flex; flex-direction:column; gap:12px; margin-top:auto; padding-top:24px; }

/* ---------- Hero ---------- */
.rp-hero{ position:relative; min-height:min(94vh,820px); display:flex; align-items:flex-end;
  overflow:hidden; }
.rp-hero-bg{ position:absolute; inset:0; z-index:0; }
.rp-hero-slide{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition:opacity 1.6s ease; }
.rp-hero-slide.is-active{ opacity:1; }
.rp-hero-scrim{ position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(180deg,rgba(24,33,26,.28) 0%,rgba(24,33,26,.05) 34%,rgba(24,33,26,.55) 100%); }
.rp-hero-arrows{ position:absolute; z-index:3; right:clamp(14px,2.5vw,26px);
  bottom:clamp(20px,4vw,40px); display:flex; gap:10px; }
.rp-hero-arrow{ width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.4);
  background:rgba(24,33,26,.32); backdrop-filter:blur(6px); color:#fff; cursor:pointer;
  font-size:20px; display:flex; align-items:center; justify-content:center; transition:background .15s; }
.rp-hero-arrow:hover{ background:rgba(24,33,26,.6); }
.rp-hero-content{ position:relative; z-index:2; width:100%; max-width:1200px; margin:0 auto;
  padding:0 clamp(20px,5vw,64px) clamp(48px,7vw,92px); }
.rp-hero-title{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:600; color:#fff;
  font-size:clamp(52px,10vw,110px); line-height:.96; letter-spacing:-.01em;
  text-shadow:0 2px 30px rgba(0,0,0,.25); }
.rp-hero-sub{ margin:18px 0 0; font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:clamp(22px,3.4vw,34px); color:#fff; font-weight:500; max-width:640px; line-height:1.25; }
.rp-hero-cta{ display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }

/* ---------- Tranquilidad ---------- */
.rp-calm{ max-width:960px; margin:0 auto; padding:0 clamp(20px,5vw,64px); text-align:center; }
.rp-calm-title{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:500;
  font-size:clamp(30px,5.4vw,54px); line-height:1.12; letter-spacing:-.01em; text-wrap:balance; }
.rp-calm-text{ margin:26px auto 0; max-width:620px; font-size:clamp(16px,2vw,18px);
  line-height:1.7; color:var(--muted); }

/* ---------- Nosotros ---------- */
.rp-about{ max-width:1200px; margin:0 auto; padding:0 clamp(20px,5vw,64px);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:clamp(32px,5vw,72px); align-items:center; }
.rp-about-text{ margin:22px 0 0; font-size:16.5px; line-height:1.75; color:var(--muted); }
.rp-about-text + .rp-about-text{ margin-top:16px; }
.rp-about-img{ position:relative; aspect-ratio:4/5; border-radius:18px; overflow:hidden;
  box-shadow:0 20px 60px rgba(24,33,26,.14); }
.rp-about-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

/* ---------- Servicios ---------- */
.rp-sec-head{ text-align:center; max-width:640px; margin:0 auto 48px; }
.rp-services{ display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:26px; }
.rp-srv-card{ background:var(--card); border:1px solid var(--line); border-radius:20px;
  overflow:hidden; display:flex; flex-direction:column; transition:box-shadow .2s ease; }
.rp-srv-card:hover{ box-shadow:0 18px 44px rgba(24,33,26,.12); }
.rp-srv-img{ position:relative; aspect-ratio:3/2; overflow:hidden; }
.rp-srv-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rp-srv-body{ padding:26px 26px 28px; display:flex; flex-direction:column; flex:1; }
.rp-srv-tag{ font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--green2); }
.rp-srv-title{ margin:9px 0 0; font-family:'Cormorant Garamond',serif; font-weight:600;
  font-size:27px; line-height:1.1; }
.rp-srv-desc{ margin:12px 0 0; font-size:15px; line-height:1.65; color:var(--muted); }
.rp-srv-hours{ margin:18px 0 22px; display:flex; align-items:center; gap:9px;
  font-size:13.5px; color:var(--ink); opacity:.85; }
.rp-srv-cta{ margin-top:auto; align-self:flex-start; }

/* ---------- Galería ---------- */
.rp-gal-head{ display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between;
  gap:16px; margin-bottom:40px; }
.rp-gal-lead{ margin:0; max-width:360px; font-size:15px; line-height:1.6; color:var(--muted); }
.rp-gal-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px; }
.rp-gal-item{ position:relative; border-radius:14px; overflow:hidden; }
.rp-gal-item img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rp-ar-34{ aspect-ratio:3/4; }
.rp-ar-11{ aspect-ratio:1/1; }

/* ---------- Descubre Porongo ---------- */
.rp-green-bg{ background:var(--green); color:#fff; }
.rp-por-head{ max-width:660px; margin:0 auto 52px; text-align:center; }
.rp-por-eyebrow{ color:rgba(255,255,255,.72); }
.rp-por-lead{ margin:24px auto 0; max-width:560px; font-size:16.5px; line-height:1.7; color:rgba(255,255,255,.82); }
.rp-por-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.rp-por-img{ position:relative; aspect-ratio:4/3; border-radius:16px; overflow:hidden;
  box-shadow:0 16px 44px rgba(0,0,0,.28); }
.rp-por-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rp-por-title{ margin:20px 0 0; font-family:'Cormorant Garamond',serif; font-weight:600; font-size:25px; color:#fff; }
.rp-por-desc{ margin:9px 0 0; font-size:14.5px; line-height:1.65; color:rgba(255,255,255,.78); }
/* Tarjetas clicables (abren el detalle del atractivo) */
.rp-por-clickable{ cursor:pointer; }
.rp-por-clickable .rp-por-img img{ transition:transform .55s cubic-bezier(.22,.61,.36,1); }
.rp-por-clickable:hover .rp-por-img img{ transform:scale(1.06); }
.rp-por-more{ display:inline-block; margin:14px 0 0; font-size:14px; font-weight:600;
  color:var(--gold); transition:transform .2s ease; }
.rp-por-clickable:hover .rp-por-more{ transform:translateX(4px); }
.rp-por-clickable:focus-visible{ outline:2px solid rgba(255,255,255,.75); outline-offset:5px; border-radius:16px; }

/* ---------- Reservas ---------- */
.rp-res-wrap{ max-width:1120px; margin:0 auto; padding:0 clamp(20px,5vw,64px); }
.rp-res-card{ background:var(--card); border:1px solid var(--line); border-radius:26px;
  padding:clamp(36px,5vw,64px); text-align:center; box-shadow:0 24px 70px rgba(24,33,26,.10); }
.rp-res-text{ margin:20px auto 0; max-width:520px; font-size:16.5px; line-height:1.65; color:var(--muted); }
.rp-res-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:34px auto 0;
  max-width:760px; }
.rp-res-opt{ display:flex; flex-direction:column; align-items:center; gap:6px; padding:22px 16px;
  border-radius:16px; background:var(--card); border:1px solid var(--green); color:var(--green);
  cursor:pointer; font-family:inherit; font-size:15px; font-weight:600; text-decoration:none;
  transition:background .15s; }
.rp-res-opt:hover{ background:#f0ece2; }
.rp-res-emoji{ font-size:22px; }

/* ---------- Ubicación ---------- */
.rp-loc{ max-width:1200px; margin:0 auto; padding:0 clamp(20px,5vw,64px);
  display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(28px,4vw,56px); align-items:center; }
.rp-loc-text{ margin:18px 0 0; font-size:16.5px; line-height:1.7; color:var(--muted); }
.rp-loc-addr{ margin:24px 0 0; display:flex; align-items:flex-start; gap:12px; }
.rp-loc-pin{ font-size:20px; line-height:1.4; }
.rp-loc-addr-1{ font-weight:600; font-size:16px; }
.rp-loc-addr-2{ font-size:14px; color:var(--muted); margin-top:2px; }
.rp-hours{ margin:26px 0 0; padding-top:24px; border-top:1px solid var(--line); }
.rp-hours-title{ font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--green2); margin-bottom:14px; }
.rp-hours-row{ display:flex; justify-content:space-between; gap:16px; font-size:14.5px;
  border-bottom:1px dotted var(--line); padding-bottom:10px; margin-bottom:11px; }
.rp-hours-row span:first-child{ font-weight:600; color:var(--ink); }
.rp-hours-row span:last-child{ color:var(--muted); text-align:right; }
.rp-map{ position:relative; aspect-ratio:1/1; max-height:520px; border-radius:20px; overflow:hidden;
  border:1px solid var(--line); box-shadow:0 18px 50px rgba(24,33,26,.12); }
.rp-map iframe{ width:100%; height:100%; border:0; filter:saturate(.9); }

/* ---------- Footer / contacto ---------- */
.rp-footer{ background:#20281f; color:#fff; }
.rp-footer-inner{ max-width:1200px; margin:0 auto; padding:clamp(56px,8vw,96px) clamp(20px,5vw,64px); }
.rp-footer-head{ max-width:520px; margin-bottom:36px; }
.rp-footer-eyebrow{ color:rgba(255,255,255,.55); }
.rp-footer-lead{ margin:16px 0 0; font-size:16px; line-height:1.6; color:rgba(255,255,255,.7); }
.rp-form-card{ max-width:640px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12);
  border-radius:20px; padding:clamp(22px,3vw,32px); margin-bottom:40px; }
.rp-form-heading{ font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:600; color:#fff; margin-bottom:6px; }
.rp-form-sub{ margin:0 0 18px; font-size:14.5px; line-height:1.55; color:rgba(255,255,255,.65); }
.rp-field{ display:flex; flex-direction:column; gap:7px; font-size:12.5px; font-weight:600;
  color:rgba(255,255,255,.8); }
.rp-field input, .rp-field select, .rp-field textarea{ border:1px solid rgba(255,255,255,.18);
  border-radius:11px; padding:12px 13px; font-size:15px; font-family:inherit;
  background:rgba(255,255,255,.06); color:#fff; outline:none; }
.rp-field textarea{ resize:vertical; }
.rp-field select option{ color:#20281f; }
.rp-form-row2{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:14px; margin-bottom:14px; }
.rp-form-row-phone{ display:grid; grid-template-columns:minmax(140px,1fr) 1.4fr; gap:14px; margin-bottom:14px; }
.rp-form-card .rp-field:last-of-type{ margin-bottom:0; }
.rp-form-send{ margin-top:16px; }
.rp-form-msg{ margin:14px 0 0; font-size:14px; line-height:1.5; }
.rp-form-ok{ color:#8fd19e; }
.rp-form-err{ color:#e8a89a; }
.rp-footer-cols{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:32px; }
.rp-footer-col-title{ font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(255,255,255,.5); margin-bottom:14px; }
.rp-footer-contact{ display:inline-flex; align-items:center; gap:10px; color:#fff; text-decoration:none;
  font-size:19px; font-weight:600; }
.rp-footer-contact:hover{ color:var(--gold); }
.rp-footer-mail{ display:inline-flex; align-items:center; gap:9px; margin-top:12px;
  color:rgba(255,255,255,.85); text-decoration:none; font-size:15px; font-weight:600; }
.rp-footer-mail:hover{ color:var(--gold); }
.rp-footer-addr{ margin:12px 0 0; font-size:14px; color:rgba(255,255,255,.6); }
.rp-footer-social{ display:block; color:rgba(255,255,255,.85); text-decoration:none; font-size:15px; margin-bottom:10px; }
.rp-footer-social:hover{ color:#fff; }
.rp-footer-link{ display:block; text-align:left; background:none; border:none; padding:0 0 10px;
  cursor:pointer; font-family:inherit; color:rgba(255,255,255,.85); font-size:15px; }
.rp-footer-link:hover{ color:#fff; }
.rp-footer-rights{ margin-top:56px; padding-top:22px; border-top:1px solid rgba(255,255,255,.14);
  font-size:13px; color:rgba(255,255,255,.5); }
.rp-field-label{ font-size:13px; font-weight:600; color:var(--ink); margin-bottom:9px; }

/* ---------- WhatsApp flotante ---------- */
.rp-wa-float{ position:fixed; right:clamp(16px,3vw,28px); bottom:clamp(16px,3vw,28px); z-index:80;
  display:flex; align-items:center; justify-content:center; width:54px; height:54px;
  border-radius:50%; background:#25D366; box-shadow:0 12px 34px rgba(37,211,102,.42);
  text-decoration:none; transition:transform .15s; }
.rp-wa-float:hover{ transform:scale(1.06); }

/* ---------- Overlays de detalle ---------- */
.rp-detail{ position:fixed; inset:0; z-index:95; background:var(--bg); overflow-y:auto;
  animation:rp-fade .25s ease; }
.rp-detail[hidden]{ display:none; }
.rp-detail-bar{ position:sticky; top:0; z-index:5; display:flex; align-items:center; gap:14px;
  padding:11px clamp(16px,4vw,44px); background:rgba(246,241,232,.85);
  backdrop-filter:saturate(1.4) blur(14px); border-bottom:1px solid var(--line); }
.rp-detail-bar .rp-close-sq{ flex:none; width:38px; height:38px; border-radius:10px; font-size:18px; }
.rp-detail-bar-title{ flex:1; min-width:0; font-family:'Cormorant Garamond',serif; font-weight:600;
  font-size:19px; line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rp-detail-bar .rp-btn{ flex:none; }
.rp-detail-hero-wrap{ max-width:1080px; margin:0 auto; padding:clamp(38px,6vw,76px) clamp(20px,5vw,64px) 0; text-align:center; }
.rp-detail-title{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:600;
  font-size:clamp(34px,6vw,62px); line-height:1.03; letter-spacing:-.01em; }
.rp-detail-tagline{ margin:18px auto 0; max-width:600px; font-size:clamp(17px,2.2vw,21px); line-height:1.5; color:var(--muted); }
.rp-detail-hero{ position:relative; margin:34px 0 0; border-radius:22px; overflow:hidden; aspect-ratio:16/9;
  box-shadow:0 24px 70px rgba(24,33,26,.16); }
.rp-detail-hero img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rp-detail-intro{ max-width:720px; margin:0 auto; padding:clamp(46px,7vw,86px) clamp(20px,5vw,64px); text-align:center; }
.rp-detail-intro p{ margin:0; font-family:'Cormorant Garamond',serif; font-size:clamp(24px,3.4vw,34px);
  line-height:1.35; color:var(--ink); text-wrap:balance; }
/* Cuerpo de texto de los atractivos de Porongo (intro + párrafos) */
.rp-detail-body{ max-width:720px; margin:0 auto; padding:clamp(40px,6vw,72px) clamp(20px,5vw,64px); }
.rp-detail-body .rp-detail-lead{ margin:0 0 24px; font-family:'Cormorant Garamond',serif;
  font-size:clamp(24px,3.4vw,34px); line-height:1.35; color:var(--ink); text-align:center; text-wrap:balance; }
.rp-detail-body p{ margin:0 0 18px; font-size:16.5px; line-height:1.75; color:var(--muted); }
.rp-detail-body p:last-child{ margin-bottom:0; }
.rp-detail-feats{ max-width:1080px; margin:0 auto; padding:0 clamp(20px,5vw,64px);
  display:flex; flex-direction:column; gap:20px; }
.rp-detail-feat{ display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  background:var(--card); border:1px solid var(--line); border-radius:22px; overflow:hidden; }
.rp-detail-feat-img{ aspect-ratio:4/3; position:relative; overflow:hidden; }
.rp-detail-feat-img img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.rp-detail-feat-body{ padding:clamp(28px,4vw,48px); display:flex; flex-direction:column; justify-content:center; }
.rp-detail-feat-body h3{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:600;
  font-size:clamp(24px,3vw,32px); line-height:1.1; }
.rp-detail-feat-body p{ margin:14px 0 0; font-size:16px; line-height:1.65; color:var(--muted); }
.rp-detail-info-wrap{ max-width:1080px; margin:0 auto; padding:clamp(46px,7vw,86px) clamp(20px,5vw,64px); }
.rp-detail-info{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1px;
  background:var(--line); border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.rp-detail-info-cell{ background:var(--bg2); padding:26px 24px; }
.rp-detail-info-label{ font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  color:var(--clay); margin-bottom:8px; }
.rp-detail-info-value{ font-size:16px; color:var(--ink); line-height:1.4; }
.rp-detail-cta{ text-align:center; margin-top:clamp(40px,6vw,68px); }

/* ---------- Modal evento ---------- */
.rp-modal{ position:fixed; inset:0; z-index:90; background:rgba(24,33,26,.55);
  backdrop-filter:blur(4px); display:flex; align-items:center; justify-content:center;
  padding:20px; animation:rp-fade .2s ease; }
.rp-modal[hidden]{ display:none; }
.rp-modal-box{ width:min(96vw,560px); max-height:92vh; overflow-y:auto; background:var(--bg);
  border-radius:22px; box-shadow:0 30px 80px rgba(24,33,26,.4); animation:rp-pop .24s ease; }
.rp-modal-head{ display:flex; align-items:flex-start; gap:14px; padding:26px 28px 18px; }
.rp-modal-title{ margin:0; font-family:'Cormorant Garamond',serif; font-weight:600; font-size:30px; line-height:1.05; }
.rp-modal-sub{ margin:8px 0 0; font-size:14.5px; line-height:1.55; color:var(--muted); }
.rp-modal-head .rp-close-sq{ flex:none; width:34px; height:34px; border-radius:10px; font-size:19px; }
.rp-modal-body{ padding:4px 28px 28px; display:flex; flex-direction:column; gap:16px; }
.rp-modal-body .rp-field{ color:var(--ink); font-size:13px; }
.rp-modal-body .rp-field input, .rp-modal-body .rp-field select, .rp-modal-body .rp-field textarea{
  border:1px solid var(--line); background:var(--card); color:var(--ink); }
.rp-modal-body .rp-form-row2, .rp-modal-body .rp-form-row-phone{ margin-bottom:0; }
.rp-chips{ display:flex; flex-wrap:wrap; gap:10px; }
.rp-chip{ padding:11px 18px; border-radius:999px; border:1px solid var(--line); background:var(--card);
  color:var(--ink); cursor:pointer; font-family:inherit; font-size:14px; font-weight:600; }
.rp-chip.is-on{ background:var(--green); border-color:var(--green); color:#fff; }
.rp-modal-actions{ display:flex; gap:12px; margin-top:4px; }
.rp-modal-actions .rp-btn-outline{ flex:none; border-radius:12px; padding:14px 22px; }
.rp-modal-submit{ flex:1; border-radius:12px; padding:14px 22px; }

/* ---------- Body scroll-lock cuando hay overlay ---------- */
body.rp-lock{ overflow:hidden; }

/* ---------- Ajustes responsive ---------- */
@media (max-width:620px){
  .rp-res-grid{ grid-template-columns:1fr; }
  .rp-form-row-phone{ grid-template-columns:1fr; }
}
