.rpro-page {
  padding-top: 0;
  --rp-gold: #7a5a1a;
  --rp-gold-soft: #b8924a;
  --rp-gold-light: #d9b877;
  --rp-gold-btn: #e5bf65;
  --rp-ink: #1f2328;
  --rp-muted: #5b6470;
  --rp-bg: #faf9f7;
  --rp-cream: #faf7f1;
  --rp-sand: #f1eadd;
  --rp-paper: #fffdf9;
  --rp-line-cream: #e9e5da;
  --rp-line-sand: #e0d9c8;
  --rp-line-paper: #eeeae1;
  --rp-card-line: #e8e3d6;
  --rp-dark: #241a12;
  --rp-serif: Georgia, "Times New Roman", serif;
  --rp-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --rp-sh: 0 1px 2px rgba(60, 42, 14, .06), 0 14px 30px -22px rgba(60, 42, 14, .5);
  --rp-sh-lift: 0 2px 4px rgba(60, 42, 14, .08), 0 20px 44px -16px rgba(60, 42, 14, .5);
  background: var(--rp-bg);
}

.rpro-page section h2,
.rpro-page .rp-master h3 {
  font-family: var(--rp-serif);
  font-weight: 700;
  letter-spacing: 0;
}
.rpro-page section h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin: 0 0 24px; color: var(--rp-ink); }
.rpro-page .rp-lead { font-size: clamp(18px, 2vw, 22px); line-height: 1.6; color: var(--rp-muted); margin: 0 0 30px; max-width: 68ch; }
.rpro-page p { font-size: 18px; line-height: 1.65; margin: 0 0 18px; max-width: 72ch; }
.rpro-page p:last-child { margin-bottom: 0; }

.rpro-page .rp-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 0 16px; max-width: none;
  font-family: var(--rp-sans);
  color: var(--rp-gold);
  font-size: 13px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
.rpro-page .rp-eyebrow::before { content: none; }
.rpro-page .rp-hero-body .rp-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }

.rpro-page section { padding: clamp(60px, 7.5vw, 92px) 0; }
.rpro-page .rp-band-paper { background: var(--rp-paper); border-top: 0; }
.rpro-page .rp-band-cream { background: var(--rp-cream); border-top: 0; }
.rpro-page .rp-band-sand { background: var(--rp-sand); border-top: 0; }
.rpro-page main .wrap,
.rpro-page .rp-narrow { max-width: 864px; margin: 0 auto; padding: 0 22px; }
.rpro-page .rp-masters .wrap,
.rpro-page .rp-reviews .wrap { max-width: 1124px; }
.rpro-page .rp-narrow > * { max-width: 820px; }
.rpro-page .rp-head { max-width: 820px; margin: 0 0 clamp(30px, 3.4vw, 44px); }
.rpro-page .rp-head .rp-lead { margin-bottom: 0; }
.rpro-page .rp-narrow p,
.rpro-page .rp-narrow .rp-lead { max-width: 820px; }

.rpro-page .rp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas: "media brand" "media body";
  align-items: stretch;
  min-height: min(86vh, 800px);
  padding: 0;
  border-top: 0;
  background:
    radial-gradient(760px 420px at 78% -12%, rgba(217, 184, 119, .22), rgba(31, 23, 16, 0) 68%),
    var(--rp-dark);
  color: #f6ecd9;
}
.rpro-page .rp-hero-media { grid-area: media; position: relative; overflow: hidden; }
.rpro-page .rp-hero-media > img {
  display: block; width: 100%; height: 100%;
  object-fit: cover; object-position: 26% 42%;
  -webkit-mask-image: linear-gradient(90deg, #000 88%, rgba(0, 0, 0, .86) 94%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000 88%, rgba(0, 0, 0, .86) 94%, rgba(0, 0, 0, 0) 100%);
}
.rpro-page .rp-hero-media::before {
  content: ""; position: absolute; inset: 0 0 0 auto; width: 12%;
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 55%, #000 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 55%, #000 100%);
  pointer-events: none;
}
.rpro-page .rp-hero-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(31, 23, 16, 0) 50%, rgba(33, 24, 17, .55) 78%, rgba(36, 26, 18, .94) 96%, rgba(36, 26, 18, 1) 100%);
}

.rpro-page .rp-brand {
  position: relative; z-index: 1;
  grid-area: brand; justify-self: start; align-self: start;
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 46px;
  margin: clamp(28px, 3.2vw, 46px) clamp(26px, 4vw, 76px) 0;
  color: #fff; text-decoration: none;
}
.rpro-page .rp-brand > img {
  flex: 0 0 auto; width: 44px; height: 44px;
  background: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .3));
}
.rpro-page .rp-brand-text { display: inline-flex; flex-direction: column; gap: 3px; line-height: 1.1; }
.rpro-page .rp-brand-text strong { font-size: 21px; font-weight: 700; color: #fff; }
.rpro-page .rp-brand-text em { font-style: normal; font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, .78); }
.rpro-page .rp-brand:hover { color: #fff; text-decoration: none; }
.rpro-page .rp-brand:hover .rp-brand-text strong,
.rpro-page .rp-brand:hover .rp-brand-text em {
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px;
}

.rpro-page .rp-hero-body {
  position: relative; z-index: 1;
  grid-area: body;
  display: flex; align-items: flex-end;
  padding: clamp(24px, 2.6vw, 38px) clamp(26px, 4vw, 76px) clamp(48px, 5.4vw, 86px);
}
.rpro-page .rp-hero-inner { display: flex; flex-direction: column; max-width: 560px; width: 100%; }
.rpro-page .rp-hero-inner .rp-btn { align-self: flex-start; }
.rpro-page .rp-hero-body .rp-eyebrow { color: var(--rp-gold-btn); }
.rpro-page .rp-hero-body h1 {
  margin: 0 0 16px;
  font-family: var(--rp-serif); font-weight: 700;
  font-size: clamp(32px, 3vw, 46px); line-height: 1.1;
  color: #fdf6e8; margin-top: 4px;
  hyphens: manual; overflow-wrap: break-word;
}
.rpro-page .rp-hero-dates { margin: 0 0 18px; color: var(--rp-gold-light); font-size: 18px; font-weight: 700; }
.rpro-page .rp-hero-pitch { margin: 0 0 40px; max-width: 42ch; font-size: 18px; line-height: 1.6; color: rgba(246, 236, 217, .86); }

.rpro-page .rp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 14px 38px;
  border: 0; border-radius: 12px;
  background: var(--rp-gold); color: #fff;
  font-family: var(--rp-sans);
  font-size: 17px; font-weight: 700; text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rpro-page .rp-btn:hover {
  background: #6a4d15; color: #fff; text-decoration: none;
  transform: translateY(-2px); box-shadow: var(--rp-sh-lift);
}
.rpro-page .rp-hero-body .rp-btn { min-height: 48px; padding: 12px 30px; background: var(--rp-gold-btn); color: #241a0a; font-weight: 800; }
.rpro-page .rp-hero-body .rp-btn:hover { background: #f0d07b; color: #241a0a; box-shadow: 0 18px 40px -18px rgba(229, 191, 101, .55); }

.rpro-page .rp-stats-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
  margin-top: clamp(34px, 4vw, 48px);
}
.rpro-page .rp-stat {
  padding: 26px 22px; text-align: center;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 18px;
  box-shadow: var(--rp-sh);
}
.rpro-page .rp-stat b {
  display: block; margin-bottom: 10px;
  font-family: var(--rp-sans);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 38px; line-height: 1; font-weight: 700;
  color: var(--rp-gold);
}
.rpro-page .rp-stat span { display: block; font-size: 15px; line-height: 1.5; color: var(--rp-muted); }

.rpro-page .rp-about .rp-lead {
  padding-left: 20px;
  border-left: 2px solid rgba(184, 146, 74, .38);
  font-size: 18px; line-height: 1.65;
  color: var(--rp-muted);
}

.rpro-page .rp-cond {
  margin: 32px 0 0; padding: 24px 28px;
  border-radius: 16px;
  border: 1px solid rgba(184, 146, 74, .34);
  border-left: 3px solid var(--rp-gold-soft);
  background: rgba(184, 146, 74, .09);
  font-size: 17px; line-height: 1.62; color: var(--rp-ink);
}
.rpro-page .rp-cond a { color: var(--rp-gold); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.rpro-page .rp-cards { display: grid; gap: 16px; }
.rpro-page .rp-cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rpro-page .rp-cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.rpro-page .rp-card {
  position: relative; padding: 28px 26px 26px;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 18px;
  box-shadow: var(--rp-sh);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rpro-page .rp-card:hover { border-color: #d8cfbb; box-shadow: var(--rp-sh-lift); }
.rpro-page .rp-card .rp-tag {
  display: block; margin-bottom: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--rp-gold-soft);
}
.rpro-page .rp-card h3 {
  margin: 0 0 10px;
  font-family: var(--rp-sans); font-weight: 700;
  font-size: 20px; line-height: 1.3; color: var(--rp-ink);
}
.rpro-page .rp-card p { font-size: 15px; line-height: 1.6; color: var(--rp-muted); max-width: none; }
.rpro-page .rp-cards-3 .rp-card {
  padding-top: 30px;
  background-position: right 20px top 22px;
  background-size: 46px 46px;
  background-repeat: no-repeat;
}
.rpro-page .rp-cards-3 .rp-card:nth-child(1) { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27 fill=%27none%27 stroke=%27%23B8924A%27 stroke-opacity=%270.30%27 stroke-width=%272.2%27 stroke-linecap=%27round%27%3E%3Ccircle cx=%2732%27 cy=%2736%27 r=%2712%27/%3E%3Cpath d=%27M32 12v7M32 53v3M11 36h7M46 36h7M16 20l5 5M48 20l-5 5M6 50h52%27/%3E%3C/svg%3E"); }
.rpro-page .rp-cards-3 .rp-card:nth-child(2) { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27 fill=%27none%27 stroke=%27%23B8924A%27 stroke-opacity=%270.30%27 stroke-width=%272.2%27 stroke-linecap=%27round%27%3E%3Ccircle cx=%2732%27 cy=%2732%27 r=%2722%27/%3E%3Ccircle cx=%2732%27 cy=%2732%27 r=%278%27/%3E%3C/svg%3E"); }
.rpro-page .rp-cards-3 .rp-card:nth-child(3) { background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 64 64%27 fill=%27none%27 stroke=%27%23B8924A%27 stroke-opacity=%270.30%27 stroke-width=%272.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M42 8a24 24 0 1 0 14 32A22 22 0 0 1 42 8z%27/%3E%3C/svg%3E"); }

.rpro-page .rp-days {
  margin: 0 0 26px;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 18px;
  box-shadow: var(--rp-sh);
  overflow: hidden;
}
.rpro-page .rp-day {
  display: flex; align-items: baseline; justify-content: space-between; gap: 18px;
  padding: 20px 26px;
  border-bottom: 1px solid #f0ece2;
}
.rpro-page .rp-day:last-child { border-bottom: 0; }
.rpro-page .rp-day-name { font-size: 18px; color: var(--rp-ink); }
.rpro-page .rp-day-date { color: var(--rp-muted); font-size: 16px; }
.rpro-page .rp-day-time {
  color: var(--rp-gold); font-size: 18px; font-weight: 700; white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}

.rpro-page .rp-incl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.rpro-page .rp-incl-list li {
  position: relative; padding: 22px 26px 22px 62px;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 16px;
  box-shadow: var(--rp-sh);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rpro-page .rp-incl-list li:hover { border-color: #d8cfbb; box-shadow: var(--rp-sh-lift); }
.rpro-page .rp-incl-list li::before {
  content: ""; position: absolute; left: 26px; top: 28px;
  width: 16px; height: 9px;
  border-left: 2.5px solid var(--rp-gold-soft); border-bottom: 2.5px solid var(--rp-gold-soft);
  transform: rotate(-45deg);
}
.rpro-page .rp-incl-list b { display: block; font-size: 18px; font-weight: 700; color: var(--rp-ink); }
.rpro-page .rp-incl-list span { display: block; margin-top: 5px; font-size: 15px; line-height: 1.6; color: var(--rp-muted); }

.rpro-page .rp-master {
  display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(26px, 3vw, 42px); align-items: start;
}
.rpro-page .rp-master + .rp-master { margin-top: clamp(44px, 5vw, 66px); padding-top: 0; border-top: 0; }
.rpro-page .rp-master-photo { margin: 0; display: flex; justify-content: center; }
.rpro-page .rp-master-photo img {
  display: block; width: auto; max-width: 100%;
  height: clamp(250px, 21vw, 310px);
  object-fit: contain; object-position: bottom center;
  filter: drop-shadow(0 18px 26px rgba(60, 42, 14, .26));
}
.rpro-page .rp-master h3 { margin: 0 0 12px; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; color: var(--rp-ink); }
.rpro-page .rp-master p.rp-master-role {
  margin: 0 0 20px;
  color: var(--rp-gold); font-size: 17px; font-weight: 600;
  letter-spacing: 0;
}
.rpro-page .rp-master p { font-size: 17px; line-height: 1.7; color: var(--rp-muted); }
.rpro-page .rp-quote {
  position: relative; margin: 20px 0 0; padding: 22px 26px 22px 30px;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 16px;
  box-shadow: var(--rp-sh);
}
.rpro-page .rp-quote::before {
  content: "\201C"; position: absolute; top: 6px; left: 14px;
  font-family: var(--rp-serif); font-size: 52px; line-height: 1;
  color: var(--rp-gold-soft); opacity: .5;
}
.rpro-page .rp-quote p { position: relative; margin: 0; font-size: 17px; line-height: 1.65; color: #3d4557; }
.rpro-page .rp-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.rpro-page .rp-facts span {
  padding: 8px 15px;
  background: rgba(184, 146, 74, .10); border: 1px solid rgba(184, 146, 74, .28); border-radius: 999px;
  font-size: 14px; color: #4a3a20;
}
.rpro-page .rp-together {
  margin-top: 42px; padding: 28px 32px; text-align: center;
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 18px;
  box-shadow: var(--rp-sh);
}
.rpro-page .rp-together p { margin: 0 auto; max-width: 76ch; font-size: 17px; line-height: 1.7; color: var(--rp-muted); }

.rpro-page .rp-voices { columns: 3; column-gap: 16px; margin-top: 6px; }
.rpro-page .rp-voices img {
  display: block; width: 100%; height: auto; margin: 0 0 16px;
  border: 1px solid var(--rp-line-sand); border-radius: 14px;
  box-shadow: var(--rp-sh);
  break-inside: avoid;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rpro-page .rp-voices img:hover { border-color: #d8cfbb; box-shadow: var(--rp-sh-lift); }

.rpro-page .rp-price-box {
  max-width: 640px; margin: 0 auto; padding: 46px 38px 40px; text-align: center;
  background: var(--rp-paper);
  border: 1px solid rgba(184, 146, 74, .34); border-radius: 20px;
  box-shadow: 0 1px 2px rgba(60, 42, 14, .06), 0 26px 56px -30px rgba(60, 42, 14, .5);
}
.rpro-page .rp-price-box .rp-eyebrow { margin-bottom: 18px; }
.rpro-page .rp-price-num {
  margin: 0 0 14px; max-width: none;
  font-family: var(--rp-serif); font-weight: 400;
  font-size: clamp(38px, 5vw, 50px); line-height: 1;
  color: var(--rp-gold);
  font-variant-numeric: lining-nums tabular-nums;
}
.rpro-page .rp-price-sub { margin: 0 auto 28px; max-width: 46ch; font-size: 17px; line-height: 1.6; color: var(--rp-muted); }
.rpro-page .rp-price-cond {
  display: block; max-width: 44ch; margin: 18px auto 0;
  color: var(--rp-gold); font-size: 15px; font-weight: 700; line-height: 1.5;
}
.rpro-page .rp-price-deadline { margin: 20px auto 0; max-width: 52ch; font-size: 15px; line-height: 1.6; color: var(--rp-muted); }

.rpro-page .rp-faq-list { display: grid; gap: 12px; margin-top: 8px; }
.rpro-page .rp-faq details {
  background: var(--rp-paper); border: 1px solid var(--rp-card-line); border-radius: 16px;
  box-shadow: var(--rp-sh);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rpro-page .rp-faq details:hover { border-color: #d8cfbb; }
.rpro-page .rp-faq details[open] { box-shadow: var(--rp-sh-lift); }
.rpro-page .rp-faq summary {
  position: relative;
  padding: 22px 62px 22px 26px;
  font-family: var(--rp-sans); font-weight: 600;
  font-size: 18px; line-height: 1.45; color: var(--rp-ink);
  cursor: pointer; list-style: none;
}
.rpro-page .rp-faq summary::-webkit-details-marker { display: none; }
.rpro-page .rp-faq summary::after {
  content: ""; position: absolute; right: 28px; top: 30px;
  width: 10px; height: 10px;
  border-right: 2px solid var(--rp-gold-soft); border-bottom: 2px solid var(--rp-gold-soft);
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.rpro-page .rp-faq details[open] summary::after { transform: rotate(-135deg); }
.rpro-page .rp-faq details.is-closing summary::after { transform: rotate(45deg); }
.rpro-page .rp-faq summary:focus-visible { outline: 2px solid var(--rp-gold); outline-offset: 3px; border-radius: 16px; }
.rpro-page .rp-faq-body {
  display: grid; grid-template-rows: 0fr; opacity: 0;
  transition: grid-template-rows .44s cubic-bezier(.33, .68, .35, 1), opacity .32s ease;
}
.rpro-page .rp-faq-body > div { overflow: hidden; }
.rpro-page .rp-faq details[open] .rp-faq-body { grid-template-rows: 1fr; opacity: 1; }
.rpro-page .rp-faq details.is-opening .rp-faq-body,
.rpro-page .rp-faq details.is-closing .rp-faq-body { grid-template-rows: 0fr; opacity: 0; }
.rpro-page .rp-faq-body p { padding: 0 26px 24px; margin: 0; max-width: 76ch; font-size: 18px; line-height: 1.7; color: var(--rp-muted); }

.rpro-page .rp-cta {
  padding: clamp(48px, 5.4vw, 72px) 0;
  background:
    radial-gradient(680px 340px at 50% -30%, rgba(217, 184, 119, .18), rgba(36, 26, 18, 0) 70%),
    var(--rp-dark);
  color: #f6ecd9;
}
.rpro-page .rp-cta-box { max-width: 640px; margin: 0 auto; text-align: center; }
.rpro-page .rp-cta h2 { margin-bottom: 16px; font-size: clamp(28px, 3.4vw, 40px); color: #fdf6e8; }
.rpro-page .rp-cta .rp-eyebrow { color: var(--rp-gold-btn); }
.rpro-page .rp-cta .rp-lead { margin: 0 auto 28px; max-width: 52ch; font-size: 18px; color: rgba(246, 236, 217, .84); }
.rpro-page .rp-cta .rp-btn {
  min-height: 54px; padding: 15px 44px; font-size: 18px;
  background: var(--rp-gold-btn); color: #241a0a; font-weight: 800;
}
.rpro-page .rp-cta .rp-btn:hover { background: #f0d07b; color: #241a0a; }

.rpro-page .rp-support-box {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(22px, 3vw, 40px);
  align-items: center;
}
.rpro-page .rp-support-box h2 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 34px); }
.rpro-page .rp-support-box .rp-lead { margin: 0; }
.rpro-page .rp-support-box .rp-btn { white-space: nowrap; }

.rpro-page #quantum-footer-lite { margin-top: 0; }

@media (min-width: 761px) and (max-width: 1040px) {
  .rpro-page .rp-hero-body h1 { font-size: clamp(30px, 4.2vw, 40px); }
  .rpro-page .rp-hero-pitch { font-size: 17px; }
  .rpro-page .rp-brand strong { font-size: 20px; }
  .rpro-page .rp-cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rpro-page .rp-cards-3 .rp-card:nth-child(3) { grid-column: span 2; }
  .rpro-page .rp-master { grid-template-columns: minmax(0, 250px) minmax(0, 1fr); gap: 26px; }
  .rpro-page .rp-master-photo img { height: clamp(230px, 28vw, 280px); }
  .rpro-page .rp-voices { columns: 2; }
}

@media (min-width: 1041px), (min-width: 761px) and (max-width: 1040px) and (orientation: landscape) {
  .rpro-page .rp-hero {
    --rp-hero-h: min(86vh, 800px, 56.25vw);
    --rp-hero-panel: calc(min(53%, 1000px) + 30px);
    grid-template-columns: minmax(0, 1fr) var(--rp-hero-panel);
    grid-template-areas: ". brand" ". body";
    min-height: var(--rp-hero-h);
    background: var(--rp-dark);
  }
  .rpro-page .rp-hero-media {
    grid-area: auto;
    position: absolute; top: 0; bottom: 0; left: 0;
    width: min(100%, calc(var(--rp-hero-h) * 16 / 9));
  }
  .rpro-page .rp-hero-media > img {
    object-position: 20% center;
    -webkit-mask-image: linear-gradient(90deg, #000 88%, rgba(0, 0, 0, .78) 94%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, #000 88%, rgba(0, 0, 0, .78) 94%, rgba(0, 0, 0, 0) 100%);
  }
  .rpro-page .rp-hero-media::before { width: 10%; }
  .rpro-page .rp-hero-media::after { content: none; }
  .rpro-page .rp-hero::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
      radial-gradient(760px 420px at 78% -12%, rgba(217, 184, 119, .20), rgba(31, 23, 16, 0) 68%),
      linear-gradient(90deg,
        rgba(36, 26, 18, 0) 24%,
        rgba(36, 26, 18, .26) 40%,
        rgba(36, 26, 18, .6) 54%,
        rgba(36, 26, 18, .86) 68%,
        rgba(36, 26, 18, .93) 84%,
        rgba(36, 26, 18, .94) 100%);
  }
  .rpro-page .rp-hero-inner { max-width: 560px; }
  .rpro-page .rp-hero-body h1 { font-size: clamp(34px, 2.8vw, 46px); }
}

@media (min-width: 761px) and (max-width: 1040px) and (orientation: landscape) {
  .rpro-page .rp-hero { --rp-hero-h: min(84vh, 620px, 56.25vw); }
  .rpro-page .rp-hero-body h1 { font-size: clamp(30px, 3.6vw, 38px); }
  .rpro-page .rp-hero-inner { max-width: 460px; }
}

@media (max-width: 760px),
       (min-width: 761px) and (max-width: 1040px) and (orientation: portrait) {
  .rpro-page .rp-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas: "brand" "media" "body";
    min-height: 0;
    background:
      radial-gradient(520px 220px at 50% -40px, rgba(217, 184, 119, .20), rgba(31, 23, 16, 0) 72%),
      radial-gradient(600px 320px at 50% 42%, rgba(217, 184, 119, .10), rgba(31, 23, 16, 0) 70%),
      var(--rp-dark);
  }
  .rpro-page .rp-brand { margin: 26px 22px 8px; }
  .rpro-page .rp-hero-media { grid-area: media; aspect-ratio: 4 / 3; min-height: 0; }
  .rpro-page .rp-hero-media::before {
    inset: auto 0 0 0; width: auto; height: 26%;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .85) 75%, #000 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .85) 75%, #000 100%);
  }
  .rpro-page .rp-hero-media > img {
    object-position: 50% 44%;
    -webkit-mask-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 9%, rgba(0, 0, 0, .66) 19%, rgba(0, 0, 0, .9) 27%, #000 34%,
      #000 62%, rgba(0, 0, 0, .86) 78%, rgba(0, 0, 0, .5) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 9%, rgba(0, 0, 0, .66) 19%, rgba(0, 0, 0, .9) 27%, #000 34%,
      #000 62%, rgba(0, 0, 0, .86) 78%, rgba(0, 0, 0, .5) 90%, rgba(0, 0, 0, 0) 100%);
  }
  .rpro-page .rp-hero-media::after {
    content: "";
    background: linear-gradient(180deg,
      rgba(31, 23, 16, 0) 38%,
      rgba(34, 25, 17, .42) 66%,
      rgba(36, 26, 18, .54) 82%,
      rgba(36, 26, 18, .24) 94%,
      rgba(36, 26, 18, 0) 100%);
  }
  .rpro-page .rp-hero-body { padding: 8px 22px 40px; }
}

@media (min-width: 761px) and (max-width: 1040px) and (orientation: portrait) {
  .rpro-page .rp-hero-media { aspect-ratio: 16 / 9; }
  .rpro-page .rp-brand { margin: 30px 34px 10px; }
  .rpro-page .rp-hero-body { padding: 12px 34px 54px; }
  .rpro-page .rp-hero-inner { max-width: 640px; }
}

@media (max-width: 760px) {
  .rpro-page section { padding: 54px 0; }
  .rpro-page .rp-hero-body h1 { font-size: clamp(25px, 7.2vw, 34px); }
  .rpro-page .rp-hero-dates { font-size: 17px; }
  .rpro-page .rp-hero-pitch { font-size: 16px; margin-bottom: 24px; }
  .rpro-page .rp-brand strong { font-size: 19px; }
  .rpro-page .rp-brand em { font-size: 12px; }
  .rpro-page .rp-btn { width: 100%; padding: 14px 24px; }
  .rpro-page .rp-stats-grid { grid-template-columns: 1fr; }
  .rpro-page .rp-stat { display: flex; align-items: center; gap: 18px; padding: 20px 22px; text-align: left; }
  .rpro-page .rp-stat b { margin: 0; flex: 0 0 auto; min-width: 72px; font-size: 32px; }
  .rpro-page .rp-cards-3,
  .rpro-page .rp-cards-2 { grid-template-columns: 1fr; }
  .rpro-page .rp-cards-3 .rp-card { background-size: 38px 38px; background-position: right 18px top 20px; }
  .rpro-page .rp-day { flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 22px; }
  .rpro-page .rp-incl-list li { padding: 20px 22px 20px 54px; }
  .rpro-page .rp-incl-list li::before { left: 22px; top: 26px; }
  .rpro-page .rp-master { grid-template-columns: 1fr; gap: 22px; }
  .rpro-page .rp-master-photo { width: 100%; margin: 0 auto; justify-content: center; }
  .rpro-page .rp-master-photo img { height: 280px; }
  .rpro-page .rp-master h3,
  .rpro-page .rp-master .rp-master-role { text-align: center; }
  .rpro-page .rp-master + .rp-master { margin-top: 40px; }
  .rpro-page .rp-voices { columns: 1; }
  .rpro-page .rp-price-box { padding: 34px 22px 30px; }
  .rpro-page .rp-cond { padding: 22px 20px; font-size: 16px; }
  .rpro-page .rp-faq summary { padding: 20px 54px 20px 22px; }
  .rpro-page .rp-faq summary::after { right: 22px; top: 28px; }
  .rpro-page .rp-faq-body p { padding: 0 22px 22px; }
  .rpro-page .rp-together { padding: 24px 22px; }
  .rpro-page .rp-support-box { grid-template-columns: 1fr; gap: 22px; }
}

.rpro-page .rp-stat,
.rpro-page .rp-card,
.rpro-page .rp-days,
.rpro-page .rp-incl-list li,
.rpro-page .rp-master-photo,
.rpro-page .rp-master-body,
.rpro-page .rp-together,
.rpro-page .rp-voices img,
.rpro-page .rp-price-box,
.rpro-page .rp-faq details {
  transition: opacity .42s ease, transform .42s cubic-bezier(.16, 1, .3, 1),
    border-color .2s ease, box-shadow .2s ease;
}
.rpro-page .rp-stat.is-hidden,
.rpro-page .rp-card.is-hidden,
.rpro-page .rp-days.is-hidden,
.rpro-page .rp-incl-list li.is-hidden,
.rpro-page .rp-master-photo.is-hidden,
.rpro-page .rp-master-body.is-hidden,
.rpro-page .rp-together.is-hidden,
.rpro-page .rp-voices img.is-hidden,
.rpro-page .rp-price-box.is-hidden,
.rpro-page .rp-faq details.is-hidden {
  opacity: 0;
  transform: translateY(13px);
}

@media (prefers-reduced-motion: reduce) {
  .rpro-page .rp-faq-body { transition: none; }
  .rpro-page .rp-btn:hover { transform: none; }
  .rpro-page .rp-stat,
  .rpro-page .rp-card,
  .rpro-page .rp-days,
  .rpro-page .rp-incl-list li,
  .rpro-page .rp-master-photo,
  .rpro-page .rp-master-body,
  .rpro-page .rp-together,
  .rpro-page .rp-voices img,
  .rpro-page .rp-price-box,
  .rpro-page .rp-faq details { transition: none; }
  .rpro-page .rp-stat.is-hidden,
  .rpro-page .rp-card.is-hidden,
  .rpro-page .rp-days.is-hidden,
  .rpro-page .rp-incl-list li.is-hidden,
  .rpro-page .rp-master-photo.is-hidden,
  .rpro-page .rp-master-body.is-hidden,
  .rpro-page .rp-together.is-hidden,
  .rpro-page .rp-voices img.is-hidden,
  .rpro-page .rp-price-box.is-hidden,
  .rpro-page .rp-faq details.is-hidden { opacity: 1; transform: none; }
}
