.rh-section-note {
  margin: -8px 0 20px;
  color: var(--rh-muted);
  font-size: 10px;
}

.rh-detail-main > section.editorial-guide {
  margin: 30px 0;
  padding: 30px 32px;
  border: 0;
  border-left: 4px solid var(--rh-aqua);
  border-radius: 0 8px 8px 0;
  background: #f1f8f7;
}

.rh-detail-main > section.editorial-guide .rh-kicker {
  margin: 0 0 8px;
}

.rh-detail-main > section.editorial-guide h2 {
  margin: 0 0 13px;
  font-size: 23px;
}

.rh-detail-main > section.editorial-guide > p:last-child {
  margin: 0;
  color: var(--rh-muted);
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 600px) {
  .rh-detail-main > section.editorial-guide {
    margin: 22px 0;
    padding: 24px 20px;
  }

  .rh-detail-main > section.editorial-guide h2 {
    font-size: 20px;
  }
}
.rh-gallery-switcher { gap: 12px; }
.rh-gallery-stage {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, .78fr);
  gap: 8px;
  height: 520px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 50px #07374c1c;
}
.rh-gallery-stage .rh-gallery-main { height: 100%; }
.rh-gallery-stage img { transition: transform .45s ease, filter .3s ease; }
.rh-gallery-stage button:hover img { transform: scale(1.025); filter: saturate(1.06); }
.rh-gallery-main > button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, #061f2b80 100%);
  pointer-events: none;
}
.rh-gallery-main .rh-gallery-zoom {
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid #ffffff99;
  border-radius: 999px;
  background: #ffffffed;
  backdrop-filter: blur(8px);
}
.rh-gallery-zoom i { font-style: normal; font-size: 16px; font-weight: 400; }
.rh-gallery-main .rh-gallery-count {
  z-index: 2;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 18px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #07374cdb;
  color: #fff;
  font: 700 9px 'DM Sans', sans-serif;
  letter-spacing: .12em;
  box-shadow: none;
}
.rh-gallery-count b { font-size: 16px; letter-spacing: 0; }
.rh-gallery-featured { display: grid; grid-template-rows: 1fr 1fr; gap: 8px; min-width: 0; }
.rh-gallery-featured button {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #dbe8e6;
  cursor: zoom-in;
}
.rh-gallery-featured img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rh-gallery-featured span {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #052b3a99;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}
.rh-gallery-featured span b { font: 700 25px 'DM Sans', sans-serif; }
.rh-gallery-thumbs { gap: 7px; scrollbar-width: thin; scrollbar-color: var(--rh-aqua) transparent; }
.rh-gallery-thumbs button { flex-basis: 112px; border-width: 0 0 3px; border-radius: 7px; }
.rh-gallery-thumbs button:hover, .rh-gallery-thumbs button.active { transform: translateY(-1px); }
.rh-plan-list { display: grid; gap: 12px; }
.rh-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--rh-line);
  background: #fff;
}
.rh-plan-card h3 {
  margin: 5px 0 8px;
  color: var(--rh-navy);
  font-size: 15px;
  line-height: 1.6;
}
.rh-plan-card > div > small,
.rh-plan-card p,
.rh-plan-card footer small { color: var(--rh-muted); font-size: 9px; }
.rh-plan-card p { margin: 0 0 10px; line-height: 1.8; }
.rh-plan-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.rh-plan-tags span {
  padding: 5px 8px;
  background: #eff7f6;
  color: var(--rh-blue);
  font-size: 9px;
  font-weight: 700;
}
.rh-plan-card footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: right;
}
.rh-plan-card footer strong {
  margin: 3px 0 10px;
  color: var(--rh-navy);
  font-size: 19px;
}
.rh-plan-card footer a {
  padding: 11px 13px;
  background: var(--rh-coral);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.rh-info-list dd small { color: var(--rh-muted); font-size: 9px; }
.rh-gallery-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 2px 0;
  color: var(--rh-muted);
  font-size: 9px;
}
.rh-gallery-summary b { color: var(--rh-navy); font-size: 11px; }
.rh-gallery-summary a { margin-left: auto; color: var(--rh-blue); font-weight: 700; }
@media (max-width: 600px) {
  .rh-gallery-stage { grid-template-columns: 1fr; grid-template-rows: 310px 105px; height: auto; border-radius: 0; box-shadow: none; }
  .rh-gallery-featured { grid-template-columns: 1fr 1fr; grid-template-rows: 105px; }
  .rh-gallery-main .rh-gallery-count { top: 12px; left: 12px; }
  .rh-gallery-main .rh-gallery-zoom { right: 12px; bottom: 12px; }
  .rh-gallery-thumbs button { flex-basis: 88px; }
  .rh-plan-card { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .rh-plan-card footer { text-align: left; }
  .rh-gallery-summary { align-items: flex-start; flex-wrap: wrap; }
  .rh-gallery-summary a { width: 100%; margin-left: 0; }
}
