/* Public landing page only. Member, application and admin screens are intentionally untouched. */
.rv-home {
  --rv-ink: #171411;
  --rv-paper: #f8f2e9;
  --rv-white: #fffdf9;
  --rv-coral: #ff7469;
  --rv-pink: #f4a3cf;
  --rv-mint: #9be1c3;
  --rv-blue: #75c8e8;
  --rv-lilac: #d9d0ff;
  --rv-sage: #dcebdc;
}

.rv-home .hero {
  min-height: 92svh;
  background:
    linear-gradient(90deg, rgba(55, 13, 22, .44) 0%, rgba(55, 13, 22, .24) 38%, rgba(23, 20, 17, .04) 68%),
    url("/assets/hero-arrival-v2.webp") 55% center / cover no-repeat !important;
}

.rv-home .hero-copy {
  max-width: 760px;
}

.rv-hero-actions,
.rv-closing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.rv-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 15px;
  background: #070707;
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.05;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
}

.rv-store-badge small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
}

.rv-store-badge:hover {
  transform: translateY(-2px);
}

.rv-store-badge-dark {
  border-color: rgba(255, 255, 255, .24);
}

.rv-apple-mark {
  width: 25px;
  font-size: 0;
  line-height: 1;
}

.rv-apple-mark::before {
  content: "";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 29px;
}

.rv-editorial-intro,
.rv-offers,
.rv-how,
.rv-app-journey,
.rv-map-section {
  padding: clamp(72px, 9vw, 140px) clamp(24px, 6vw, 100px);
}

.rv-editorial-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  background: var(--rv-paper);
  color: var(--rv-ink);
}

.rv-intro-copy h2,
.rv-section-heading h2,
.rv-offer-copy h2,
.rv-app-copy h2,
.rv-map-section h2 {
  margin: 0;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.045em;
}

.rv-intro-copy p,
.rv-offer-copy p,
.rv-app-copy p,
.rv-map-section > p {
  max-width: 700px;
  margin: 28px 0 0;
  font-size: clamp(19px, 1.6vw, 27px);
  line-height: 1.48;
}

.rv-preview-stage {
  position: relative;
  min-height: 620px;
}

.rv-phone {
  position: absolute;
  overflow: hidden;
  width: min(330px, 68%);
  aspect-ratio: 9 / 18.9;
  border: 11px solid var(--rv-ink);
  border-radius: 48px;
  background: var(--rv-white);
  box-shadow: 0 34px 70px rgba(39, 28, 20, .24);
}

.rv-mock-screen { display:flex; min-height:100%; flex-direction:column; align-items:center; padding:34px 24px 22px; background:#fffdf9; color:#241f1c; text-align:center; }
.rv-mock-brand { align-self:flex-start; font-family:var(--font-display, Georgia, serif); font-size:20px; letter-spacing:-.05em; }
.rv-mock-brand span { font-style:italic; }
.rv-mock-kicker { margin-top:42px; color:#a45b52; font-size:9px; font-weight:850; letter-spacing:.18em; }
.rv-mock-screen h3 { margin:17px 0 10px; font-family:var(--font-display, Georgia, serif); font-size:27px; font-weight:500; line-height:1.03; letter-spacing:-.035em; }
.rv-mock-screen p { margin:0; color:#756b65; font-size:12px; line-height:1.55; }
.rv-mock-screen button { width:100%; margin-top:auto; padding:13px; border:0; border-radius:999px; background:#f2796d; color:#fff; font-size:11px; font-weight:800; }
.rv-mock-screen > small { margin-top:12px; color:#a69d96; font-size:8px; letter-spacing:.06em; }
.rv-mock-orbit { position:relative; width:145px; height:145px; margin-top:26px; border-radius:50%; background:#f7ded7; }
.rv-mock-orbit::before { content:""; position:absolute; inset:18px; border:1px dashed rgba(36,31,28,.22); border-radius:50%; }
.rv-mock-orbit i { position:absolute; top:50%; width:43px; height:43px; border:4px solid #fff; border-radius:50%; background:#d9d0ff; box-shadow:0 5px 18px rgba(78,58,45,.15); }
.rv-mock-orbit i:first-child { left:19px; transform:translateY(-50%); }
.rv-mock-orbit i:nth-child(2) { right:19px; transform:translateY(-50%); background:#dcebdc; }
.rv-mock-orbit b { position:absolute; top:50%; left:50%; z-index:2; display:grid; width:35px; height:35px; transform:translate(-50%,-50%); place-items:center; border-radius:50%; background:#241f1c; color:#fff; font-family:Georgia,serif; }
.rv-mock-date-card { width:100%; margin-top:46px; padding:24px 18px; border:1px solid #eee4dc; border-radius:24px; background:#f8efe5; text-align:left; box-shadow:0 14px 32px rgba(55,38,27,.08); }
.rv-mock-date-card > span { color:#a45b52; font-size:9px; font-weight:850; letter-spacing:.14em; }
.rv-mock-date-card h3 { margin:18px 0 6px; font-size:28px; }
.rv-mock-details { display:grid; gap:8px; margin-top:22px; }
.rv-mock-details b { padding:10px 12px; border-radius:10px; background:#fff; font-size:9px; }
.rv-arrival-mark { display:grid; width:108px; height:108px; margin-top:52px; place-items:center; border-radius:50%; background:#dcebdc; color:#34604a; font-size:48px; }
.rv-mock-arrival > a { margin-top:13px; color:#655c57; font-size:9px; font-weight:750; text-decoration:underline; }

.rv-phone-back {
  top: 0;
  left: 2%;
  transform: rotate(-7deg);
}

.rv-phone-front {
  right: 1%;
  bottom: 0;
  transform: rotate(6deg);
}

.rv-how {
  background: var(--rv-white);
  color: var(--rv-ink);
}

.rv-section-heading {
  max-width: 900px;
  margin: 0 auto clamp(48px, 7vw, 92px);
  text-align: center;
}

.rv-section-heading p {
  margin: 18px auto 0;
  max-width: 680px;
  font-size: 20px;
  line-height: 1.5;
}

.rv-how-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.rv-step-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(23, 20, 17, .12);
  border-radius: 34px;
  box-shadow: 0 24px 50px rgba(33, 23, 17, .07);
}

.rv-step-card:nth-child(odd) { transform: rotate(-1.2deg); }
.rv-step-card:nth-child(even) { transform: rotate(1.2deg); }

.rv-step-card span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rv-step-card h3 {
  margin: 34px 0 18px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(32px, 3vw, 49px);
  font-weight: 500;
  line-height: 1;
}

.rv-step-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.rv-step-coral { background: #ffd4c8; }
.rv-step-cream { background: #f3eadc; }
.rv-step-pink { background: #efb4d4; }
.rv-step-lilac { background: var(--rv-lilac); color: var(--rv-ink); }

.rv-offers {
  display: grid;
  gap: 34px;
  background: #f0e7db;
  color: var(--rv-ink);
}

.rv-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 560px;
  border-radius: 42px;
  background: var(--rv-white);
  box-shadow: 0 28px 70px rgba(54, 35, 24, .12);
}

.rv-offer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 86px);
}

.rv-offer-copy .eyebrow,
.rv-app-copy .eyebrow,
.rv-map-section .eyebrow {
  margin-bottom: 18px;
  color: #d34f48;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rv-offer-copy .button {
  align-self: flex-start;
  margin-top: 30px;
}

.rv-offer-media {
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 76px);
  min-height: 520px;
  background: #f7d7d0;
}

.rv-ambassador-button {
  align-items: center;
  background: rgba(255, 253, 250, 0.12);
  border: 1px solid rgba(255, 253, 250, 0.8);
  border-radius: 999px;
  color: #fffdfa;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.rv-ambassador-button:hover {
  background: rgba(255, 253, 250, 0.22);
  transform: translateY(-2px);
}

.rv-google-play-mark {
  flex: 0 0 auto;
  width: 27px;
  height: 31px;
}

.rv-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.rv-offer-coffee { background:#dcebdc; }
.rv-feature-mock { width:min(430px,100%); padding:clamp(34px,5vw,64px); border:1px solid rgba(36,31,28,.12); border-radius:38px; background:#fffaf5; box-shadow:0 28px 60px rgba(77,48,34,.14); transform:rotate(2deg); }
.rv-feature-coffee { transform:rotate(-2deg); }
.rv-feature-label { color:#a45b52; font-size:11px; font-weight:850; letter-spacing:.16em; }
.rv-feature-time { margin:38px 0 8px; font-family:var(--font-display, Georgia, serif); font-size:clamp(64px,8vw,112px); line-height:.8; letter-spacing:-.07em; }
.rv-feature-mock h4 { margin:28px 0 8px; font-family:var(--font-display, Georgia, serif); font-size:32px; font-weight:500; }
.rv-feature-mock p { color:#756b65; line-height:1.5; }
.rv-feature-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.rv-feature-chips span { padding:9px 12px; border-radius:999px; background:#f2e9e1; font-size:11px; font-weight:750; }

.rv-offer-reverse .rv-offer-media { order: -1; }
.rv-offer-dinner .rv-offer-copy { background: #f6b9d7; }
.rv-offer-coffee .rv-offer-copy { background: #a6e2cb; }

.rv-app-journey {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  overflow: hidden;
  background: #e7e1fb;
  color: var(--rv-ink);
}

.rv-app-copy p { color: #625b70; }

.rv-screen-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 18px;
  align-items: center;
}

.rv-screen-strip .rv-phone { position:relative; width:100%; border-width:7px; border-color:#2b2724; border-radius:34px; box-shadow:0 25px 55px rgba(64,49,82,.18); }
.rv-screen-strip .rv-phone:nth-child(1) { transform:rotate(-4deg) translateY(20px); }
.rv-screen-strip .rv-phone:nth-child(2) { z-index:2; transform:translateY(-15px); }
.rv-screen-strip .rv-phone:nth-child(3) { transform:rotate(4deg) translateY(25px); }
.rv-screen-strip .rv-mock-screen { padding:24px 15px 16px; }
.rv-screen-strip .rv-mock-kicker { margin-top:24px; }
.rv-screen-strip .rv-mock-orbit { width:100px; height:100px; margin-top:18px; }
.rv-screen-strip .rv-mock-orbit i { width:32px; height:32px; }
.rv-screen-strip .rv-mock-screen h3 { font-size:20px; }
.rv-screen-strip .rv-mock-date-card { margin-top:28px; padding:17px 12px; }
.rv-screen-strip .rv-mock-date-card h3 { font-size:20px; }
.rv-screen-strip .rv-arrival-mark { width:78px; height:78px; margin-top:34px; font-size:34px; }

.rv-map-section {
  text-align: center;
  background: var(--rv-paper);
  color: var(--rv-ink);
}

.rv-map-section > p { margin-left: auto; margin-right: auto; }

.rv-city-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px auto;
  max-width: 1000px;
}

.rv-city-pills button {
  padding: 11px 17px;
  border: 1px solid rgba(23, 20, 17, .18);
  border-radius: 999px;
  background: var(--rv-white);
  color: var(--rv-ink);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.rv-city-pills button:hover,
.rv-city-pills button.active {
  color: #fff;
  background: var(--rv-ink);
  border-color: var(--rv-ink);
  transform: translateY(-2px);
}

#rvCitiesMap {
  height: min(620px, 72vh);
  min-height: 420px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border: 10px solid var(--rv-white);
  border-radius: 38px;
  box-shadow: 0 26px 70px rgba(42, 30, 21, .16);
  text-align: left;
}

.rv-map-section .leaflet-tile-pane {
  filter: saturate(.82) contrast(1.04) brightness(1.03);
}

.rv-map-section .leaflet-control-zoom {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(23, 20, 17, .16);
}

.rv-map-section .leaflet-control-zoom a {
  width: 40px;
  height: 40px;
  color: var(--rv-ink);
  border-color: rgba(23, 20, 17, .1);
  font: 400 25px/40px Arial, sans-serif;
}

.rv-city-pin-shell { background: transparent; border: 0; }

.rv-city-pin {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 10%;
  background: var(--rv-ink);
  box-shadow: 0 9px 22px rgba(23, 20, 17, .3);
  transform: rotate(-45deg);
  transition: transform .18s ease;
}

.rv-city-pin i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rv-coral);
  transform: translate(-50%, -50%);
}

.leaflet-marker-icon:hover .rv-city-pin { transform: rotate(-45deg) scale(1.1); }

.rv-map-section .leaflet-tooltip {
  border: 0;
  border-radius: 999px;
  background: var(--rv-ink);
  color: #fff;
  font-weight: 750;
  box-shadow: none;
}

.rv-map-section .leaflet-tooltip-top::before { border-top-color: var(--rv-ink); }

.rv-home .closing-cta {
  padding-top: clamp(80px, 10vw, 150px);
  padding-bottom: clamp(80px, 10vw, 150px);
}

.rv-closing-actions { justify-content: center; }

@media (max-width: 1050px) {
  .rv-editorial-intro,
  .rv-app-journey {
    grid-template-columns: 1fr;
  }

  .rv-preview-stage { min-height: 680px; max-width: 680px; width: 100%; margin: 0 auto; }
  .rv-how-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-app-copy { text-align: center; }
  .rv-store-links { justify-content: center; }
}

@media (max-width: 760px) {
  .rv-home { width: 100%; max-width: 100%; overflow-x: clip; }
  .rv-home .app-header { gap: 10px; }
  .rv-home .app-header .brand { flex: 0 1 auto; min-width: 0; font-size: 27px; }
  .rv-home .header-actions { flex: 0 0 auto; gap: 6px; }
  .rv-home .header-actions .signup { padding: 10px 12px; font-size: 12px; white-space: nowrap; }
  .rv-home #rvLanguageButton { height: 38px !important; padding: 0 10px !important; box-shadow: none !important; }
  .rv-home .hero {
    min-height: 88svh;
    background-position: 82% center !important;
  }
  .rv-hero-actions { align-items: stretch; flex-direction: column; }
  .rv-hero-actions .button,
  .rv-hero-actions .rv-ambassador-button,
  .rv-hero-actions .rv-store-badge { justify-content: center; width: 100%; }

  .rv-editorial-intro,
  .rv-offers,
  .rv-how,
  .rv-app-journey,
  .rv-map-section { padding: 70px 20px; }

  .rv-editorial-intro { grid-template-columns: 1fr; }
  .rv-preview-stage { min-height: 540px; }
  .rv-phone { width: 62%; border-width: 8px; border-radius: 34px; }

  .rv-how-grid { grid-template-columns: 1fr; }
  .rv-step-card { min-height: 310px; transform: none !important; }

  .rv-offer { grid-template-columns: 1fr; min-height: 0; border-radius: 30px; }
  .rv-offer-media { min-height: 430px; }
  .rv-offer-reverse .rv-offer-media { order: 0; }

  .rv-app-journey { display: block; width: 100%; min-width: 0; overflow: hidden; }
  .rv-app-copy { width: 100%; min-width: 0; text-align: left; }
  .rv-app-copy h2 { max-width: 100%; font-size: clamp(40px, 12vw, 52px); line-height: .98; overflow-wrap: anywhere; }
  .rv-app-copy p { max-width: 100%; font-size: 17px; line-height: 1.55; }
  .rv-store-links { justify-content: flex-start; margin-top: 26px; }
  .rv-screen-strip { display: flex; width: 100%; max-width: 100%; gap: 14px; margin: 38px 0 0; padding: 20px 10px 36px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .rv-screen-strip::-webkit-scrollbar { display: none; }
  .rv-screen-strip .rv-phone { flex: 0 0 min(72vw, 280px); width: min(72vw, 280px); min-width: 0; border-width: 5px; border-radius: 26px; scroll-snap-align: center; transform: none !important; }
  #rvCitiesMap { min-height: 390px; border-width: 6px; border-radius: 26px; }
}

@media (max-width: 410px) {
  .rv-home .app-header { padding-inline: 12px; }
  .rv-home .app-header .brand { font-size: 24px; }
  .rv-home .header-actions .signup { padding-inline: 10px; font-size: 11px; }
  .rv-home #rvLanguageButton { height: 36px !important; padding-inline: 8px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .rv-phone,
  .rv-step-card,
  .rv-screen-strip .rv-phone,
  .rv-store-badge { transform: none !important; }
}
