/* Rayflections V2 - Brochure panorama des offres */

body.production-v2.panorama-v2 {
  --panorama-bg: var(--ivory-pure, #fffcf6);
  --panorama-bg-alt: var(--ivory-warm, #f8f4eb);
  --panorama-ink: var(--marine, #14233a);
  --panorama-soft: rgba(20, 35, 58, 0.76);
  --panorama-muted: rgba(20, 35, 58, 0.58);
  --panorama-line: rgba(142, 115, 67, 0.24);
  --panorama-card: rgba(255, 252, 246, 0.94);
  --panorama-card-strong: #fffaf0;
  --panorama-gold: var(--gold, #d8b27a);
  --panorama-gold-deep: var(--gold-deep, #8b6b34);
  color: var(--panorama-ink);
  background: var(--panorama-bg);
  font-family: var(--sans, "Inter", sans-serif);
  overflow-x: hidden;
}

body.production-v2.panorama-v2 > nav.nav:not(.nav--global),
body.production-v2.panorama-v2 > .nav__mobile {
  display: none !important;
}

body.production-v2.panorama-v2 .panorama-print-actions {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 80;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(calc(100vw - 32px), 760px);
  transform: translateX(-50%);
  pointer-events: auto;
}

body.production-v2.panorama-v2 .panorama-tool-btn {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(216, 178, 122, 0.34);
  border-radius: 999px;
  padding: 0 13px;
  font-family: var(--sans, "Inter", sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 60px rgba(7, 16, 31, 0.14);
  cursor: pointer;
}

body.production-v2.panorama-v2 .panorama-tool-btn--light {
  background: rgba(255, 250, 240, 0.82);
  color: #07101f;
}

body.production-v2.panorama-v2 .panorama-tool-btn--gold {
  border-color: rgba(216, 178, 122, 0.72);
  background: linear-gradient(135deg, #ead082, #c9a54f);
  color: #07101f;
}

body.production-v2.panorama-v2.theme-night .panorama-tool-btn--light,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-tool-btn--light {
  background: rgba(7, 16, 31, 0.72);
  color: #f5f2eb;
}

body.production-v2.panorama-v2 .panorama-tool-btn .theme-toggle__icon {
  width: 15px;
  height: 15px;
}

body.production-v2.panorama-v2.theme-day .panorama-tool-btn .theme-toggle__icon--sun,
html[data-theme="day"] body.production-v2.panorama-v2 .panorama-tool-btn .theme-toggle__icon--sun,
body.production-v2.panorama-v2.theme-night .panorama-tool-btn .theme-toggle__icon--moon,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-tool-btn .theme-toggle__icon--moon {
  display: none;
}

/* Photo hero sans filtre sur la brochure commerciale - demande 2026-06-17. */
.panorama-v2 .panorama-hero__scrim {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.panorama-v2 .panorama-hero__media img {
  filter: none !important;
  opacity: 1;
}

.panorama-v2.theme-day .panorama-hero,
body.panorama-v2:not(.theme-night) .panorama-hero {
  color: #fffaf0;
  text-shadow: 0 14px 34px rgba(5, 11, 20, 0.42);
}

.panorama-v2 .panorama-main *,
.panorama-v2 .panorama-main *::before,
.panorama-v2 .panorama-main *::after {
  box-sizing: border-box;
}

body.production-v2.panorama-v2.theme-night,
html[data-theme="night"] body.production-v2.panorama-v2 {
  --panorama-bg: var(--ink-night, #0b1320);
  --panorama-bg-alt: var(--ink-deep, #07101f);
  --panorama-ink: var(--paper, #f5f2eb);
  --panorama-soft: rgba(245, 242, 235, 0.76);
  --panorama-muted: rgba(245, 242, 235, 0.56);
  --panorama-line: rgba(216, 178, 122, 0.25);
  --panorama-card: rgba(15, 26, 46, 0.9);
  --panorama-card-strong: rgba(20, 35, 58, 0.92);
}

.panorama-v2 .panorama-main {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 6%, rgba(107, 138, 181, 0.14), transparent 28rem),
    linear-gradient(180deg, var(--panorama-bg) 0%, var(--panorama-bg-alt) 100%);
}

.panorama-v2 .panorama-main > section {
  position: relative;
}

.panorama-v2 .panorama-main > section:not(.panorama-hero)::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(18px, 4vw, 54px);
  z-index: 1;
  width: clamp(54px, 7vw, 96px);
  aspect-ratio: 1;
  background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.panorama-v2 .panorama-main > section:not(.panorama-hero) > *:not(.panorama-theme-img):not(.panorama-section-bg):not(.panorama-bg-img):not(.v2-auto-cover) {
  position: relative;
  z-index: 2;
}

.panorama-v2 .panorama-shell {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  min-width: 0;
}

.panorama-v2 .panorama-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--panorama-gold-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.panorama-v2.theme-night .panorama-kicker,
html[data-theme="night"] .panorama-v2 .panorama-kicker {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.panorama-v2 h1,
.panorama-v2 h2,
.panorama-v2 h3 {
  margin: 0;
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.panorama-v2 p {
  margin: 0;
  color: var(--panorama-soft);
  line-height: 1.72;
}

.panorama-v2 img {
  max-width: 100%;
  display: block;
}

.panorama-hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 148px 0 70px;
  color: #f5f2eb;
  isolation: isolate;
}

body.production-v2.panorama-v2 .panorama-hero-logo {
  position: absolute;
  right: clamp(22px, 4vw, 72px);
  bottom: clamp(22px, 4vw, 64px);
  z-index: 2;
  width: clamp(42px, 4.2vw, 64px);
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.34));
}

.panorama-hero__media,
.panorama-hero__media img,
.panorama-hero__scrim {
  position: absolute;
  inset: 0;
}

.panorama-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panorama-hero__scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.92) 0%, rgba(7, 16, 31, 0.62) 46%, rgba(7, 16, 31, 0.28) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.16) 0%, rgba(7, 16, 31, 0.92) 100%);
}

.panorama-hero__media {
  z-index: -2;
}

.panorama-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: end;
  min-width: 0;
}

.panorama-hero__copy {
  max-width: 780px;
  min-width: 0;
}

.panorama-hero .panorama-kicker,
.panorama-final .panorama-kicker {
  color: var(--panorama-gold);
}

.panorama-hero h1 {
  max-width: 780px;
  margin-top: 20px;
  color: #fffcf6;
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.96;
  overflow-wrap: normal;
}

.panorama-hero p {
  max-width: 690px;
  margin-top: 24px;
  color: rgba(255, 252, 246, 0.82);
  font-size: 1.08rem;
}

.panorama-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.panorama-actions--stacked {
  flex-direction: column;
}

.panorama-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.panorama-btn:hover {
  transform: translateY(-2px);
}

.panorama-btn--primary {
  color: #07101f;
  background: var(--panorama-gold);
  border-color: rgba(216, 178, 122, 0.82);
}

.panorama-btn--ghost {
  color: inherit;
  background: rgba(255, 252, 246, 0.08);
  border-color: rgba(255, 252, 246, 0.28);
}

.panorama-proof-grid {
  display: grid;
  gap: 12px;
}

.panorama-proof-grid article {
  border: 1px solid rgba(255, 252, 246, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(7, 16, 31, 0.48);
  backdrop-filter: blur(18px);
}

.panorama-proof-grid span,
.panorama-price-card span,
.panorama-discipline-grid span,
.panorama-format-row span,
.panorama-recovery-grid span,
.panorama-ladder-card span,
.panorama-detail-card-grid span {
  display: block;
  color: var(--panorama-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.panorama-proof-grid strong {
  display: block;
  margin-top: 6px;
  color: #fffcf6;
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 2rem;
  font-weight: 500;
}

.panorama-proof-grid p {
  margin-top: 8px;
  color: rgba(255, 252, 246, 0.72);
  font-size: 0.92rem;
}

.panorama-section,
.panorama-offer-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.panorama-two-col {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.15fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.panorama-two-col > *,
.panorama-offer-layout > *,
.panorama-offer-heading > *,
.panorama-price-grid > *,
.panorama-discipline-grid > *,
.panorama-recovery-grid > *,
.panorama-choice-grid > *,
.panorama-detail-card-grid > *,
.panorama-method-grid > *,
.panorama-ladder > * {
  min-width: 0;
}

.panorama-section h2,
.panorama-offer-section h2,
.panorama-final h2 {
  margin-top: 14px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
}

.panorama-intro-text {
  display: grid;
  gap: 18px;
}

.panorama-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 8px;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: 22px;
  background: var(--panorama-card);
}

.panorama-stat strong {
  color: var(--panorama-gold-deep);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.92;
}

.panorama-stat span {
  color: var(--panorama-soft);
  line-height: 1.62;
}

.theme-night .panorama-stat strong,
html[data-theme="night"] .panorama-stat strong {
  color: var(--panorama-gold);
}

.panorama-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.panorama-section-head p {
  margin-top: 16px;
  font-size: 1.03rem;
}

.panorama-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.panorama-method-card {
  position: relative;
  min-height: 250px;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: 22px;
  overflow: hidden;
  background: var(--panorama-card);
}

.panorama-method-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--method-accent, var(--panorama-gold));
}

.panorama-method-card--reset { --method-accent: var(--m-reset, #c9a96a); }
.panorama-method-card--mirror { --method-accent: var(--m-mirror, #e0cfaa); }
.panorama-method-card--vision { --method-accent: var(--m-vision, #8b7bbf); }
.panorama-method-card--direction { --method-accent: var(--m-direction, #7da88a); }

.panorama-method-card > span {
  color: var(--method-accent);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 2.6rem;
  line-height: 1;
}

.panorama-method-card h3 {
  margin-top: 18px;
  font-size: 1.72rem;
}

.panorama-method-card p {
  margin-top: 14px;
}

.panorama-section--offers,
.panorama-section--choose {
  background: linear-gradient(180deg, rgba(20, 35, 58, 0.06), transparent);
}

.theme-night .panorama-section--offers,
.theme-night .panorama-section--choose,
html[data-theme="night"] .panorama-section--offers,
html[data-theme="night"] .panorama-section--choose {
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.035), transparent);
}

.panorama-ladder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.panorama-ladder-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 238px;
  overflow: hidden;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  background: var(--panorama-card);
}

.panorama-ladder-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panorama-ladder-card div {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.panorama-ladder-card h3 {
  margin-top: 10px;
  font-size: 2rem;
}

.panorama-ladder-card p {
  margin-top: 12px;
}

.panorama-ladder-card a,
.panorama-price-card a,
.panorama-discipline-grid a,
.panorama-detail-links a,
.panorama-choice-grid a,
.panorama-detail-card-grid a {
  width: fit-content;
  margin-top: auto;
  color: var(--panorama-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-night .panorama-ladder-card a,
.theme-night .panorama-price-card a,
.theme-night .panorama-discipline-grid a,
.theme-night .panorama-detail-links a,
.theme-night .panorama-choice-grid a,
.theme-night .panorama-detail-card-grid a,
html[data-theme="night"] .panorama-ladder-card a,
html[data-theme="night"] .panorama-price-card a,
html[data-theme="night"] .panorama-discipline-grid a,
html[data-theme="night"] .panorama-detail-links a,
html[data-theme="night"] .panorama-choice-grid a,
html[data-theme="night"] .panorama-detail-card-grid a {
  color: var(--panorama-gold);
}

.panorama-offer-section {
  border-top: 1px solid var(--panorama-line);
}

.panorama-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.panorama-offer-copy p {
  margin-top: 18px;
  font-size: 1.04rem;
}

.panorama-check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.panorama-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--panorama-soft);
  line-height: 1.62;
}

.panorama-check-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 1px;
  background: var(--panorama-gold-deep);
}

.theme-night .panorama-check-list li::before,
html[data-theme="night"] .panorama-check-list li::before {
  background: var(--panorama-gold);
}

.panorama-offer-panel {
  position: sticky;
  top: 110px;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: 26px;
  background: var(--panorama-card-strong);
}

.panorama-offer-panel span {
  color: var(--panorama-gold-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-night .panorama-offer-panel span,
html[data-theme="night"] .panorama-offer-panel span {
  color: var(--panorama-gold);
}

.panorama-offer-panel strong {
  display: block;
  margin-top: 10px;
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.panorama-offer-panel p {
  margin-top: 12px;
}

.panorama-offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: 32px;
}

.panorama-offer-heading p {
  font-size: 1.03rem;
}

.panorama-price-grid,
.panorama-discipline-grid,
.panorama-recovery-grid,
.panorama-choice-grid,
.panorama-detail-card-grid {
  display: grid;
  gap: 16px;
}

.panorama-price-grid--three,
.panorama-discipline-grid,
.panorama-recovery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panorama-price-card,
.panorama-discipline-grid article,
.panorama-recovery-grid article,
.panorama-format-row article,
.panorama-choice-grid article,
.panorama-detail-card-grid a {
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  background: var(--panorama-card);
}

.panorama-price-card,
.panorama-discipline-grid article,
.panorama-recovery-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.panorama-price-card.is-featured,
.panorama-format-row article.is-featured {
  border-color: rgba(216, 178, 122, 0.62);
  box-shadow: 0 22px 60px rgba(7, 16, 31, 0.14);
}

.theme-night .panorama-price-card.is-featured,
.theme-night .panorama-format-row article.is-featured,
html[data-theme="night"] .panorama-price-card.is-featured,
html[data-theme="night"] .panorama-format-row article.is-featured {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.panorama-price-card img,
.panorama-discipline-grid img,
.panorama-recovery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.panorama-price-card > span,
.panorama-price-card h3,
.panorama-price-card p,
.panorama-price-card a,
.panorama-discipline-grid article > span,
.panorama-discipline-grid h3,
.panorama-discipline-grid p,
.panorama-discipline-grid a,
.panorama-recovery-grid article > span,
.panorama-recovery-grid h3,
.panorama-recovery-grid p,
.panorama-recovery-grid strong {
  margin-left: 22px;
  margin-right: 22px;
}

.panorama-price-card > span,
.panorama-discipline-grid article > span,
.panorama-recovery-grid article > span {
  margin-top: 22px;
  color: var(--panorama-gold-deep);
}

.theme-night .panorama-price-card > span,
.theme-night .panorama-discipline-grid article > span,
.theme-night .panorama-recovery-grid article > span,
html[data-theme="night"] .panorama-price-card > span,
html[data-theme="night"] .panorama-discipline-grid article > span,
html[data-theme="night"] .panorama-recovery-grid article > span {
  color: var(--panorama-gold);
}

.panorama-price-card h3 {
  margin-top: 8px;
  font-size: 2.4rem;
}

.panorama-price-card p,
.panorama-discipline-grid p,
.panorama-recovery-grid p {
  margin-top: 12px;
}

.panorama-price-card a,
.panorama-discipline-grid a {
  margin-bottom: 24px;
  padding-top: 22px;
}

.panorama-reserved-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(216, 178, 122, 0.4);
  border-radius: 8px;
  padding: 20px;
  background: rgba(216, 178, 122, 0.1);
}

.panorama-reserved-band strong {
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.panorama-reserved-band a {
  color: var(--panorama-gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-night .panorama-reserved-band a,
html[data-theme="night"] .panorama-reserved-band a {
  color: var(--panorama-gold);
}

.panorama-detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.panorama-detail-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: 0 14px;
  background: var(--panorama-card);
}

.panorama-discipline-grid h3,
.panorama-recovery-grid h3 {
  margin-top: 10px;
  font-size: 1.62rem;
  line-height: 1.12;
}

.panorama-format-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.panorama-format-row article {
  padding: 22px;
}

.panorama-format-row span {
  color: var(--panorama-gold-deep);
}

.theme-night .panorama-format-row span,
html[data-theme="night"] .panorama-format-row span {
  color: var(--panorama-gold);
}

.panorama-format-row strong {
  display: block;
  margin-top: 8px;
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 2rem;
  font-weight: 500;
}

.panorama-format-row p {
  margin-top: 10px;
}

.panorama-recovery-grid strong {
  display: block;
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 22px;
  color: var(--panorama-gold-deep);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.theme-night .panorama-recovery-grid strong,
html[data-theme="night"] .panorama-recovery-grid strong {
  color: var(--panorama-gold);
}

.panorama-choice-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panorama-choice-grid article,
.panorama-detail-card-grid a {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 22px;
}

.panorama-choice-grid span {
  color: var(--panorama-soft);
  line-height: 1.55;
}

.panorama-choice-grid strong,
.panorama-detail-card-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 1.72rem;
  font-weight: 500;
  line-height: 1.12;
}

.panorama-detail-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panorama-detail-card-grid a {
  width: 100%;
}

.panorama-detail-card-grid a span {
  color: var(--panorama-gold-deep);
}

.theme-night .panorama-detail-card-grid a span,
html[data-theme="night"] .panorama-detail-card-grid a span {
  color: var(--panorama-gold);
}

.panorama-final {
  position: relative;
  padding: clamp(82px, 10vw, 140px) 0;
  color: #f5f2eb;
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.94), rgba(7, 16, 31, 0.74)),
    url("../assets/visuals-v2/generated/home/home-hero-rio-overlook-night-20260616.jpg") center / cover;
}

.panorama-final__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.panorama-final .panorama-kicker {
  justify-content: center;
}

.panorama-final h2,
.panorama-final p {
  color: #fffcf6;
}

.panorama-final p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 252, 246, 0.78);
}

.panorama-final .panorama-actions {
  justify-content: center;
}

@media (max-width: 1080px) {
  .panorama-hero__inner,
  .panorama-two-col,
  .panorama-offer-layout,
  .panorama-offer-heading {
    grid-template-columns: 1fr;
  }

  .panorama-method-grid,
  .panorama-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panorama-price-grid--three,
  .panorama-discipline-grid,
  .panorama-recovery-grid,
  .panorama-format-row,
  .panorama-detail-card-grid {
    grid-template-columns: 1fr;
  }

  .panorama-offer-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .panorama-v2 .panorama-shell {
    width: min(100% - 28px, 1180px);
  }

  .panorama-hero {
    min-height: 90vh;
    padding: 132px 0 46px;
  }

  .panorama-hero h1 {
    max-width: 9ch;
    font-size: 2.9rem;
    line-height: 1.02;
  }

  .panorama-hero p {
    font-size: 1rem;
  }

  .panorama-actions,
  .panorama-detail-links {
    flex-direction: column;
  }

  .panorama-btn,
  .panorama-detail-links a {
    width: 100%;
  }

  .panorama-ladder,
  .panorama-method-grid,
  .panorama-choice-grid {
    grid-template-columns: 1fr;
  }

  .panorama-ladder-card {
    grid-template-columns: 1fr;
  }

  .panorama-ladder-card img {
    height: 220px;
  }

  .panorama-stat,
  .panorama-reserved-band {
    grid-template-columns: 1fr;
  }

  .panorama-stat strong {
    font-size: 3.2rem;
  }

  .panorama-section,
  .panorama-offer-section {
    padding: 64px 0;
  }

  .panorama-section h2,
  .panorama-offer-section h2,
  .panorama-final h2 {
    font-size: 2.55rem;
  }
}

@media (max-width: 420px) {
  .panorama-hero h1 {
    max-width: 8.8ch;
    font-size: 2.5rem;
  }

  .panorama-proof-grid strong,
  .panorama-price-card h3 {
    font-size: 2rem;
  }

  .panorama-offer-panel strong {
    font-size: 2.45rem;
  }
}

/* Commercial brochure pass - 2026-06-16 */
.panorama-v2 .panorama-theme-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 320ms ease;
}

.panorama-v2.theme-day .panorama-theme-img--day,
html[data-theme="day"] .panorama-v2 .panorama-theme-img--day,
body.panorama-v2:not(.theme-night) .panorama-theme-img--day {
  opacity: 1;
}

.panorama-v2.theme-night .panorama-theme-img--night,
html[data-theme="night"] .panorama-v2 .panorama-theme-img--night {
  opacity: 1;
}

.panorama-v2 .panorama-hero__scrim {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.78) 0%, rgba(7, 16, 31, 0.42) 46%, rgba(7, 16, 31, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.06) 0%, rgba(7, 16, 31, 0.76) 100%);
}

.panorama-v2.theme-night .panorama-hero__scrim,
html[data-theme="night"] .panorama-v2 .panorama-hero__scrim {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9) 0%, rgba(7, 16, 31, 0.58) 48%, rgba(7, 16, 31, 0.22) 100%),
    linear-gradient(180deg, rgba(7, 16, 31, 0.12) 0%, rgba(7, 16, 31, 0.88) 100%);
}

.panorama-v2 .panorama-hero__inner--single {
  grid-template-columns: minmax(0, 820px);
}

.panorama-v2 .panorama-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.6rem);
}

.panorama-v2 .panorama-hero h1 span,
.panorama-v2 .panorama-hero h1 small {
  display: block;
}

.panorama-v2 .panorama-hero h1 small {
  max-width: 14ch;
  margin-top: 12px;
  color: rgba(255, 252, 246, 0.86);
  font-family: var(--sans, "Inter", sans-serif);
  font-size: clamp(1.05rem, 1.75vw, 1.45rem);
  font-weight: 500;
  line-height: 1.28;
}

.panorama-v2 .panorama-section-head--center,
.panorama-v2 .panorama-offer-heading--center {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.panorama-v2 .panorama-section-head--center .panorama-kicker,
.panorama-v2 .panorama-offer-heading--center .panorama-kicker {
  justify-content: center;
}

.panorama-v2 .panorama-section-head--center .panorama-kicker::after,
.panorama-v2 .panorama-offer-heading--center .panorama-kicker::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.panorama-v2 .panorama-intro-text--center {
  max-width: 860px;
  margin: 24px auto 0;
  text-align: center;
}

.panorama-v2 .panorama-stat--center {
  max-width: 760px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  text-align: center;
}

.panorama-v2 .panorama-stat--center a {
  width: fit-content;
  margin: 0 auto;
  color: var(--panorama-gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.panorama-v2.theme-night .panorama-stat--center a,
html[data-theme="night"] .panorama-v2 .panorama-stat--center a {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-method-card {
  text-align: center;
}

.panorama-v2 .panorama-method-card h3 {
  margin-top: 8px;
}

.panorama-v2 .panorama-method-card--vision h3,
.panorama-v2 .panorama-method-card--direction h3 {
  color: var(--panorama-gold-deep);
}

.panorama-v2.theme-night .panorama-method-card--vision h3,
.panorama-v2.theme-night .panorama-method-card--direction h3,
html[data-theme="night"] .panorama-v2 .panorama-method-card--vision h3,
html[data-theme="night"] .panorama-v2 .panorama-method-card--direction h3 {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-ladder-card h3 {
  color: var(--panorama-gold-deep);
}

.panorama-v2.theme-night .panorama-ladder-card h3,
html[data-theme="night"] .panorama-v2 .panorama-ladder-card h3 {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-offer-heading--center {
  display: block;
}

.panorama-v2 .panorama-offer-heading--center p {
  max-width: 760px;
  margin: 16px auto 0;
}

.panorama-v2 .panorama-offer-subtitle {
  color: var(--panorama-gold-deep);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: clamp(1.5rem, 2.2vw, 2.3rem);
}

.panorama-v2.theme-night .panorama-offer-subtitle,
html[data-theme="night"] .panorama-v2 .panorama-offer-subtitle {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-offer-panel__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  border-radius: 8px;
  object-fit: cover;
}

.panorama-v2 .panorama-price-card,
.panorama-v2 .panorama-discipline-grid article,
.panorama-v2 .panorama-recovery-grid article {
  text-align: center;
}

.panorama-v2 .panorama-price-card > span,
.panorama-v2 .panorama-discipline-grid article > span,
.panorama-v2 .panorama-recovery-grid article > span {
  color: var(--panorama-gold-deep);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: 1.78rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.panorama-v2.theme-night .panorama-price-card > span,
.panorama-v2.theme-night .panorama-discipline-grid article > span,
.panorama-v2.theme-night .panorama-recovery-grid article > span,
html[data-theme="night"] .panorama-v2 .panorama-price-card > span,
html[data-theme="night"] .panorama-v2 .panorama-discipline-grid article > span,
html[data-theme="night"] .panorama-v2 .panorama-recovery-grid article > span {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-price-card .panorama-btn,
.panorama-v2 .panorama-discipline-grid .panorama-btn,
.panorama-v2 .panorama-recovery-grid .panorama-btn {
  width: calc(100% - 44px);
  margin: auto 22px 24px;
  color: #07101f;
  background: var(--panorama-gold);
  border-color: rgba(216, 178, 122, 0.82);
  padding-top: 0;
  letter-spacing: 0.08em;
  text-align: center;
}

.panorama-v2 .panorama-price-card .panorama-btn:hover,
.panorama-v2 .panorama-discipline-grid .panorama-btn:hover,
.panorama-v2 .panorama-recovery-grid .panorama-btn:hover {
  color: #07101f;
}

.panorama-v2 .panorama-reserved-band {
  grid-template-columns: 1fr;
  text-align: center;
}

.panorama-v2 .panorama-reserved-band strong {
  font-size: 2rem;
}

.panorama-v2 .panorama-reserved-band a {
  width: min(100%, 340px);
  margin: 0 auto;
}

.panorama-v2 .panorama-reserved-band .panorama-btn--ghost {
  color: var(--panorama-ink);
  background: transparent;
  border-color: rgba(216, 178, 122, 0.58);
}

.panorama-v2.theme-night .panorama-reserved-band .panorama-btn--ghost,
html[data-theme="night"] .panorama-v2 .panorama-reserved-band .panorama-btn--ghost {
  color: var(--panorama-gold);
}

.panorama-v2 .panorama-discipline-card {
  --discipline-accent: var(--panorama-gold-deep);
}

.panorama-v2 .panorama-discipline-card--personnel {
  --discipline-accent: #8b6b34;
}

.panorama-v2 .panorama-discipline-card--relationnel {
  --discipline-accent: #8b3d5b;
}

.panorama-v2 .panorama-discipline-card--professionnel {
  --discipline-accent: #516784;
}

.panorama-v2 .panorama-discipline-card::before {
  content: "";
  display: block;
  height: 5px;
  background: var(--discipline-accent);
}

.panorama-v2 .panorama-discipline-card > span,
.panorama-v2 .panorama-discipline-card h3 {
  color: var(--discipline-accent);
}

.panorama-v2.theme-night .panorama-discipline-card--personnel,
html[data-theme="night"] .panorama-v2 .panorama-discipline-card--personnel {
  --discipline-accent: #d8b27a;
}

.panorama-v2.theme-night .panorama-discipline-card--relationnel,
html[data-theme="night"] .panorama-v2 .panorama-discipline-card--relationnel {
  --discipline-accent: #d58aa8;
}

.panorama-v2.theme-night .panorama-discipline-card--professionnel,
html[data-theme="night"] .panorama-v2 .panorama-discipline-card--professionnel {
  --discipline-accent: #aebbd0;
}

.panorama-v2 .panorama-discipline-grid ul {
  display: grid;
  gap: 8px;
  margin: 18px 22px 24px;
  padding: 0;
  list-style: none;
}

.panorama-v2 .panorama-discipline-grid li {
  border-top: 1px solid var(--panorama-line);
  padding-top: 8px;
  color: var(--panorama-soft);
  font-size: 0.95rem;
}

.panorama-v2 .panorama-recovery-grid h3,
.panorama-v2 .panorama-recovery-grid span {
  text-align: center;
}

.panorama-v2 .panorama-recovery-grid span {
  font-size: 2rem;
}

.panorama-v2 .panorama-recovery-grid .panorama-btn {
  margin: 0 22px 24px;
}

.panorama-v2 .panorama-choice-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.panorama-v2 .panorama-choice-visual {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
}

.panorama-v2 .panorama-choice-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.panorama-v2 .panorama-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panorama-v2 .panorama-choice-grid article {
  min-height: 260px;
}

.panorama-v2 .panorama-choice-grid p {
  margin-top: 14px;
}

.panorama-v2 .panorama-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.9), rgba(7, 16, 31, 0.52), rgba(7, 16, 31, 0.24)),
    url("../assets/visuals-v2/generated/brochure-panorama/brochure-final-horizon-woman-20260617.jpg") center / cover;
}

@media (max-width: 1080px) {
  .panorama-v2 .panorama-choice-layout {
    grid-template-columns: 1fr;
  }

  .panorama-v2 .panorama-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .panorama-v2 .panorama-hero h1 {
    max-width: 12ch;
    font-size: 2.85rem;
  }

  .panorama-v2 .panorama-hero h1 small {
    max-width: 18ch;
    font-size: 1rem;
  }

  .panorama-v2 .panorama-choice-grid {
    grid-template-columns: 1fr;
  }

  .panorama-v2 .panorama-choice-visual img {
    min-height: 280px;
  }
}

body.production-v2.panorama-v2.theme-night .panorama-discipline-card > span,
body.production-v2.panorama-v2.theme-night .panorama-discipline-card h3,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-discipline-card > span,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-discipline-card h3 {
  color: var(--discipline-accent);
}

body.production-v2.panorama-v2.theme-night .panorama-price-card > span,
body.production-v2.panorama-v2.theme-night .panorama-recovery-grid article > span,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-price-card > span,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-recovery-grid article > span {
  color: var(--panorama-gold);
}

body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card > span,
body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3,
html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card > span,
html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3 {
  color: var(--discipline-accent) !important;
}

body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-price-grid article.panorama-price-card > span,
body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-recovery-grid article > span,
html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-price-grid article.panorama-price-card > span,
html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-recovery-grid article > span {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card > span,
body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3 {
  color: var(--discipline-accent) !important;
}

body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card p,
body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card li,
body.production-v2.panorama-v2 section.panorama-offer-section .panorama-price-grid article.panorama-price-card p,
body.production-v2.panorama-v2 section.panorama-offer-section .panorama-recovery-grid article p {
  color: var(--panorama-soft) !important;
}

body.production-v2.panorama-v2 section.panorama-offer-section .panorama-price-grid article.panorama-price-card > span,
body.production-v2.panorama-v2 section.panorama-offer-section .panorama-recovery-grid article > span {
  color: var(--panorama-gold-deep) !important;
}

body.production-v2.panorama-v2 section.panorama-offer-section .panorama-recovery-grid article strong {
  color: var(--panorama-gold-deep) !important;
}

body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-recovery-grid article strong,
html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-recovery-grid article strong {
  color: var(--panorama-gold) !important;
}

/* Commercial brochure pass - 2026-06-17 */
body.production-v2.panorama-v2 .panorama-founder-quote {
  max-width: 820px;
  margin: 30px auto 0;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  background: rgba(216, 178, 122, 0.08);
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-founder-quote p {
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-style: italic;
  line-height: 1.28;
}

body.production-v2.panorama-v2 .panorama-founder-quote cite {
  display: block;
  margin-top: 18px;
  color: var(--panorama-gold-deep);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.production-v2.panorama-v2.theme-night .panorama-founder-quote,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-founder-quote {
  background: rgba(216, 178, 122, 0.1);
}

body.production-v2.panorama-v2.theme-night .panorama-founder-quote cite,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-founder-quote cite {
  color: var(--panorama-gold);
}

body.production-v2.panorama-v2 .panorama-method-grid--route {
  position: relative;
  counter-reset: route-step;
}

body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -20px;
  z-index: 2;
  width: 28px;
  height: 10px;
  border-top: 2px solid var(--panorama-gold-deep);
  border-right: 2px solid var(--panorama-gold-deep);
  transform: skewX(28deg);
}

body.production-v2.panorama-v2.theme-night .panorama-method-grid--route .panorama-method-card:not(:last-child)::after,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card:not(:last-child)::after {
  border-color: var(--panorama-gold);
}

body.production-v2.panorama-v2 .panorama-method-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-top: 8px;
  border: 1px solid color-mix(in srgb, var(--method-accent) 54%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--method-accent) 12%, transparent);
  color: var(--method-accent);
  font-family: var(--sans, "Inter", sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
}

body.production-v2.panorama-v2 .panorama-actions--center,
body.production-v2.panorama-v2 .panorama-detail-links--center {
  justify-content: center;
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-offer-heading h2 span,
body.production-v2.panorama-v2 .panorama-offer-heading h2 small {
  display: block;
}

body.production-v2.panorama-v2 .panorama-offer-heading h2 small {
  margin-top: 8px;
  color: var(--panorama-gold-deep);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: clamp(1.65rem, 2.6vw, 2.85rem);
  font-weight: 500;
  line-height: 1.08;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-heading h2 small,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-heading h2 small {
  color: var(--panorama-gold);
}

body.production-v2.panorama-v2 .panorama-session-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  max-width: 1040px;
  margin: 34px auto 0;
}

body.production-v2.panorama-v2 .panorama-session-layout .panorama-offer-copy,
body.production-v2.panorama-v2 .panorama-offer-panel--session {
  min-width: 0;
}

body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list {
  height: 100%;
  margin-top: 0;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 34px);
  background: var(--panorama-card);
}

body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li {
  color: rgba(20, 35, 58, 0.76) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-session-layout .panorama-check-list li,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li {
  color: rgba(245, 242, 235, 0.76) !important;
}

body.production-v2.panorama-v2 .panorama-offer-panel--session {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--panorama-card-strong);
  color: var(--panorama-ink);
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-offer-panel--session p,
body.production-v2.panorama-v2 .panorama-offer-panel--session strong {
  color: #14233a !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-panel--session p,
body.production-v2.panorama-v2.theme-night .panorama-offer-panel--session strong,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-panel--session p,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-panel--session strong {
  color: #f5f2eb !important;
}

body.production-v2.panorama-v2 .panorama-price-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 22px 24px;
  padding: 18px;
  border: 1px solid rgba(216, 178, 122, 0.22);
  border-radius: 8px;
  background: rgba(245, 242, 235, 0.56);
  list-style: none;
  text-align: left;
}

body.production-v2.panorama-v2 .panorama-price-card li {
  position: relative;
  padding-left: 18px;
  color: var(--panorama-soft);
  line-height: 1.48;
}

body.production-v2.panorama-v2 .panorama-price-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--panorama-gold-deep);
}

body.production-v2.panorama-v2.theme-night .panorama-price-card ul,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-price-card ul {
  background: rgba(255, 252, 246, 0.045);
}

body.production-v2.panorama-v2.theme-night .panorama-price-card li::before,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-price-card li::before {
  background: var(--panorama-gold);
}

body.production-v2.panorama-v2 .panorama-reserved-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

body.production-v2.panorama-v2 .panorama-reserved-band--actions {
  align-content: center;
  min-height: 100%;
  background: rgba(216, 178, 122, 0.11);
}

body.production-v2.panorama-v2 .panorama-reserved-band--actions .panorama-actions {
  margin-top: 8px;
}

body.production-v2.panorama-v2 .panorama-discipline-card--personnel {
  --discipline-accent: #8b6b34;
}

body.production-v2.panorama-v2 .panorama-discipline-card--relationnel {
  --discipline-accent: #521426;
}

body.production-v2.panorama-v2 .panorama-discipline-card--professionnel {
  --discipline-accent: #697582;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card {
  background: rgba(255, 250, 240, 0.92) !important;
  backdrop-filter: blur(18px);
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-discipline-card,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card {
  background: rgba(7, 16, 29, 0.62) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card p {
  color: rgba(20, 35, 58, 0.76) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-discipline-card p,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card p {
  color: rgba(245, 242, 235, 0.76) !important;
}

body.production-v2.panorama-v2 .panorama-discipline-grid ul {
  border: 1px solid rgba(142, 115, 67, 0.22);
  border-radius: 8px;
  padding: 18px;
  background: #f5f2eb;
  text-align: left;
}

body.production-v2.panorama-v2 .panorama-discipline-grid li {
  position: relative;
  border-top: 0;
  padding: 0 0 0 18px;
}

body.production-v2.panorama-v2 .panorama-discipline-grid li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--discipline-accent);
}

body.production-v2.panorama-v2.theme-night .panorama-discipline-grid ul,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-discipline-grid ul {
  background: rgba(255, 252, 246, 0.045);
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band {
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(18px);
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band p {
  color: rgba(20, 35, 58, 0.76) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band strong {
  color: #14233a !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-reserved-band,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band {
  background: rgba(7, 16, 29, 0.5);
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-reserved-band p,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band p {
  color: rgba(245, 242, 235, 0.76) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-reserved-band strong,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band strong {
  color: #f5f2eb !important;
}

body.production-v2.panorama-v2 .panorama-discipline-card--personnel img {
  object-position: center 34%;
}

body.production-v2.panorama-v2 .panorama-discipline-card--relationnel img {
  object-position: center 38%;
}

body.production-v2.panorama-v2 .panorama-discipline-card--professionnel img {
  object-position: center 28%;
}

body.production-v2.panorama-v2 .panorama-recovery-grid article {
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-recovery-grid p {
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
}

body.production-v2.panorama-v2 .panorama-support-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

body.production-v2.panorama-v2 .panorama-support-layout--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
}

body.production-v2.panorama-v2 .panorama-support-layout--reverse .panorama-support-visual {
  order: 2;
}

body.production-v2.panorama-v2 .panorama-support-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  background: var(--panorama-card);
}

body.production-v2.panorama-v2 .panorama-support-visual img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

body.production-v2.panorama-v2 .panorama-support-copy {
  min-width: 0;
}

body.production-v2.panorama-v2 .panorama-support-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.45rem, 4.2vw, 4.5rem);
}

body.production-v2.panorama-v2 .panorama-support-copy p {
  margin-top: 18px;
  font-size: 1.03rem;
}

body.production-v2.panorama-v2 .panorama-support-copy .panorama-actions {
  margin-top: 28px;
}

body.production-v2.panorama-v2 .panorama-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.58), rgba(7, 16, 31, 0.22)),
    url("../assets/visuals-v2/generated/brochure-panorama/brochure-final-horizon-woman-20260617.jpg") center 42% / cover !important;
}

body.production-v2.panorama-v2 .panorama-final > .v2-auto-cover {
  display: none !important;
}

body.production-v2.panorama-v2.theme-night .panorama-final,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-final {
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.94), rgba(7, 16, 31, 0.62), rgba(7, 16, 31, 0.28)),
    url("../assets/visuals-v2/generated/brochure-panorama/brochure-final-horizon-woman-20260617.jpg") center 36% / cover !important;
}

/* Brochure Trajectoire Reflexion - pass commercial 2026-06-18 */
body.production-v2.panorama-v2 .panorama-hero {
  min-height: 96vh;
  padding-bottom: clamp(42px, 6vh, 78px);
}

body.production-v2.panorama-v2 .panorama-hero__copy {
  transform: translateY(clamp(18px, 4vh, 42px));
}

body.production-v2.panorama-v2 .panorama-hero h1 em {
  color: var(--panorama-gold) !important;
  font-style: normal;
}

body.production-v2.panorama-v2 .panorama-hero h1 small {
  max-width: 34ch;
}

body.production-v2.panorama-v2 .panorama-hero__media .panorama-theme-img,
body.production-v2.panorama-v2 .panorama-support-visual--theme .panorama-theme-img {
  opacity: 0 !important;
}

body.production-v2.panorama-v2.theme-day .panorama-hero__media .panorama-theme-img--day,
html[data-theme="day"] body.production-v2.panorama-v2 .panorama-hero__media .panorama-theme-img--day,
body.production-v2.panorama-v2:not(.theme-night) .panorama-hero__media .panorama-theme-img--day,
body.production-v2.panorama-v2.theme-day .panorama-support-visual--theme .panorama-theme-img--day,
html[data-theme="day"] body.production-v2.panorama-v2 .panorama-support-visual--theme .panorama-theme-img--day,
body.production-v2.panorama-v2:not(.theme-night) .panorama-support-visual--theme .panorama-theme-img--day {
  opacity: 1 !important;
}

body.production-v2.panorama-v2.theme-night .panorama-hero__media .panorama-theme-img--night,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-hero__media .panorama-theme-img--night,
body.production-v2.panorama-v2.theme-night .panorama-support-visual--theme .panorama-theme-img--night,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-support-visual--theme .panorama-theme-img--night {
  opacity: 1 !important;
}

body.production-v2.panorama-v2 .panorama-hero p {
  display: none;
}

body.production-v2.panorama-v2 .panorama-doctrine-line {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-doctrine-pair {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 0;
  max-width: 1020px;
  margin: 34px auto 0;
  border: 1px solid var(--panorama-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panorama-card);
}

body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat,
body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote {
  max-width: none;
  min-height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat {
  border-right: 1px solid var(--panorama-line);
}

body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote {
  display: grid;
  align-content: center;
}

body.production-v2.panorama-v2 .panorama-section--method .panorama-kicker {
  color: var(--marine, #14233a) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-section--method .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--method .panorama-kicker {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-section--method .panorama-section-head p {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-section--method .panorama-section-head p strong {
  display: block;
  margin-bottom: 8px;
  color: var(--panorama-ink);
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.16;
}

body.production-v2.panorama-v2 .panorama-section--offers .panorama-section-head p:not(.panorama-offer-subtitle) {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.production-v2.panorama-v2.theme-night .panorama-section--offers .panorama-ladder-card span,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--offers .panorama-ladder-card span {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--session {
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 178, 122, 0.14), transparent 26rem),
    linear-gradient(135deg, #14233a 0%, #07101f 100%);
  color: #fffaf0;
}

body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-kicker {
  color: #fffaf0 !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--session .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-kicker {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--session h2,
body.production-v2.panorama-v2 .panorama-offer-section--session p,
body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-offer-subtitle {
  color: #fffaf0;
}

body.production-v2.panorama-v2 .panorama-session-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.06);
}

body.production-v2.panorama-v2 .panorama-session-visual {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
}

body.production-v2.panorama-v2 .panorama-session-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

body.production-v2.panorama-v2 .panorama-session-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(7, 16, 31, 0.66);
  color: #fffaf0;
  font-size: 0.9rem;
  line-height: 1.45;
  backdrop-filter: blur(12px);
}

body.production-v2.panorama-v2 .panorama-session-flow {
  display: grid;
  align-content: center;
  padding: clamp(24px, 4vw, 42px);
}

body.production-v2.panorama-v2 .panorama-session-flow h3 {
  color: var(--panorama-gold);
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list {
  border: 0;
  background: transparent;
}

body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li,
body.production-v2.panorama-v2.theme-night .panorama-session-layout .panorama-check-list li,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li {
  color: rgba(255, 250, 240, 0.78) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--checkpoint .panorama-kicker,
body.production-v2.panorama-v2.theme-night .panorama-offer-section--checkpoint .panorama-offer-heading h2 small,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint .panorama-offer-heading h2 small {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-reserved-grid--compact .panorama-reserved-band {
  min-height: 0;
  padding: 18px 20px;
}

body.production-v2.panorama-v2 .panorama-reserved-grid--compact .panorama-actions,
body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band .panorama-actions {
  margin-top: 10px;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-kicker,
body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-offer-subtitle,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-offer-subtitle {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-kicker {
  color: var(--panorama-gold-deep) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-kicker {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-discipline-card--personnel {
  --discipline-accent: #b9904c;
  --discipline-metal: linear-gradient(135deg, #f2d99a 0%, #b9904c 46%, #73531d 100%);
}

body.production-v2.panorama-v2 .panorama-discipline-card--relationnel {
  --discipline-accent: #7c1d3a;
  --discipline-metal: linear-gradient(135deg, #b56a82 0%, #7c1d3a 48%, #2a0713 100%);
}

body.production-v2.panorama-v2 .panorama-discipline-card--professionnel {
  --discipline-accent: #8d9aaa;
  --discipline-metal: linear-gradient(135deg, #f2f5f7 0%, #b9c3cf 48%, #657384 100%);
}

body.production-v2.panorama-v2 .panorama-discipline-card::before {
  height: 7px;
  background: var(--discipline-metal);
}

body.production-v2.panorama-v2 .panorama-discipline-card {
  --card-copy-min: 6.8rem;
}

body.production-v2.panorama-v2 .panorama-discipline-tags {
  display: grid;
  min-height: 4.2rem;
  align-items: center;
  margin: 14px 22px 0;
  border-radius: 8px;
  padding: 12px 14px;
  background: var(--discipline-metal);
  color: #fffaf0 !important;
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card .panorama-discipline-tags {
  color: #fffaf0 !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-discipline-card--professionnel .panorama-discipline-tags--professional {
  color: var(--marine, #14233a) !important;
}

body.production-v2.panorama-v2 .panorama-discipline-tags + p {
  min-height: var(--card-copy-min);
}

body.production-v2.panorama-v2 .panorama-premium-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 20px 22px 26px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--discipline-accent) 34%, transparent);
  border-radius: 8px;
  background: rgba(245, 242, 235, 0.72);
}

body.production-v2.panorama-v2.theme-night .panorama-premium-prices,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-premium-prices {
  background: rgba(255, 252, 246, 0.055);
}

body.production-v2.panorama-v2 .panorama-premium-prices div {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 74px;
  border-radius: 8px;
  padding: 10px 6px;
  background: rgba(255, 250, 240, 0.72);
}

body.production-v2.panorama-v2.theme-night .panorama-premium-prices div,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-premium-prices div {
  background: rgba(7, 16, 31, 0.58);
}

body.production-v2.panorama-v2 .panorama-premium-prices small {
  color: var(--discipline-accent) !important;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.production-v2.panorama-v2 .panorama-premium-prices strong {
  margin-top: 5px;
  color: var(--panorama-ink) !important;
  font-family: var(--serif, "Cormorant Garamond", serif);
  font-size: clamp(0.98rem, 1.25vw, 1.16rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

body.production-v2.panorama-v2 .panorama-premium-prices .panorama-price-tax {
  display: inline-block;
  color: inherit !important;
  font-size: 0.68em;
  font-family: var(--sans, "Inter", sans-serif);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
}

body.production-v2.panorama-v2.theme-night .panorama-premium-prices strong,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-premium-prices strong {
  color: #fffaf0 !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band {
  min-height: 0;
  padding: 18px 20px;
}

body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-detail-links {
  margin-top: 28px;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--recovery .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--recovery .panorama-kicker {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2 .panorama-offer-section--recovery .panorama-offer-subtitle {
  color: var(--panorama-gold) !important;
}

body.production-v2.panorama-v2.theme-night .panorama-offer-section--recovery .panorama-offer-subtitle,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--recovery .panorama-offer-subtitle {
  color: var(--panorama-gold);
}

body.production-v2.panorama-v2 .panorama-recovery-grid .panorama-btn {
  margin: auto 22px 24px !important;
  padding-top: 0;
}

body.production-v2.panorama-v2 .panorama-support-visual--theme {
  position: relative;
  min-height: 430px;
}

body.production-v2.panorama-v2 .panorama-support-visual--theme .panorama-theme-img {
  object-position: center;
}

body.production-v2.panorama-v2 .panorama-support-copy .panorama-btn--ghost {
  color: var(--marine, #14233a);
  border-color: rgba(20, 35, 58, 0.58);
  background: rgba(255, 250, 240, 0.24);
}

body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-support-copy .panorama-btn--ghost {
  color: #fffaf0;
  border-color: rgba(255, 250, 240, 0.48);
  background: rgba(255, 250, 240, 0.1);
}

body.production-v2.panorama-v2.theme-night .panorama-support-copy .panorama-btn--ghost,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-support-copy .panorama-btn--ghost {
  color: var(--panorama-gold);
  border-color: rgba(216, 178, 122, 0.7);
  background: rgba(7, 16, 31, 0.22);
}

body.production-v2.panorama-v2 .panorama-offer-section--partnership .panorama-kicker,
body.production-v2.panorama-v2 .panorama-final .panorama-kicker,
body.production-v2.panorama-v2.theme-night .panorama-offer-section--partnership .panorama-kicker,
body.production-v2.panorama-v2.theme-night .panorama-final .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--partnership .panorama-kicker,
html[data-theme="night"] body.production-v2.panorama-v2 .panorama-final .panorama-kicker {
  color: var(--panorama-gold) !important;
}

@media (max-width: 1080px) {
  body.production-v2.panorama-v2 .panorama-session-layout,
  body.production-v2.panorama-v2 .panorama-support-layout,
  body.production-v2.panorama-v2 .panorama-support-layout--reverse {
    grid-template-columns: 1fr;
  }

  body.production-v2.panorama-v2 .panorama-support-layout--reverse .panorama-support-visual {
    order: 0;
  }

  body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card:not(:last-child)::after {
    display: none;
  }

  body.production-v2.panorama-v2 .panorama-reserved-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card {
    min-height: 0;
  }

  body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list,
  body.production-v2.panorama-v2 .panorama-offer-panel--session {
    padding: 22px;
  }

  body.production-v2.panorama-v2 .panorama-support-visual img {
    min-height: 280px;
  }

  body.production-v2.panorama-v2 .panorama-price-card ul,
  body.production-v2.panorama-v2 .panorama-discipline-grid ul {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 760px) {
  body.production-v2.panorama-v2 .panorama-hero h1 {
    max-width: min(100%, 25rem);
  }

  body.production-v2.panorama-v2 .panorama-hero h1 small {
    max-width: 32ch;
    font-size: 0.92rem;
    line-height: 1.24;
  }

  body.production-v2.panorama-v2 .panorama-premium-prices {
    grid-template-columns: 1fr;
  }
}

/* Digital commercial brochure polish - 2026-06-18 */
@media screen {
  body.production-v2.panorama-v2 .panorama-hero {
    min-height: min(820px, 82svh);
    align-items: center;
    padding-top: clamp(94px, 11vh, 124px);
    padding-bottom: clamp(34px, 5vh, 54px);
  }

  body.production-v2.panorama-v2 .panorama-hero__copy {
    transform: translateY(clamp(-52px, -6vh, -28px));
  }

  body.production-v2.panorama-v2 .panorama-hero h1 {
    max-width: 880px;
    margin-top: 14px;
    text-shadow: 0 18px 46px rgba(7, 16, 31, 0.58), 0 1px 0 rgba(7, 16, 31, 0.18);
  }

  body.production-v2.panorama-v2 .panorama-hero h1 small {
    max-width: 42ch;
    margin-top: 14px;
  }

  body.production-v2.panorama-v2 .panorama-hero__promise {
    display: block !important;
    max-width: 620px;
    margin-top: 18px;
    color: rgba(255, 252, 246, 0.88);
    font-size: clamp(1.02rem, 1.4vw, 1.24rem);
    line-height: 1.55;
    text-shadow: 0 14px 38px rgba(7, 16, 31, 0.52);
  }

  body.production-v2.panorama-v2 .panorama-hero .panorama-kicker {
    text-shadow: 0 12px 34px rgba(7, 16, 31, 0.46);
  }

  body.production-v2.panorama-v2 .panorama-hero__scrim {
    background:
      radial-gradient(circle at 18% 24%, rgba(7, 16, 31, 0.48), rgba(7, 16, 31, 0.16) 34%, transparent 58%),
      linear-gradient(90deg, rgba(7, 16, 31, 0.56) 0%, rgba(7, 16, 31, 0.28) 44%, rgba(7, 16, 31, 0.04) 74%),
      linear-gradient(180deg, rgba(7, 16, 31, 0.08) 0%, rgba(7, 16, 31, 0.48) 100%) !important;
  }

  body.production-v2.panorama-v2 .panorama-hero .panorama-actions {
    margin-top: 24px;
  }

  body.production-v2.panorama-v2 .panorama-hero__media .panorama-theme-img--day {
    object-position: center 44%;
  }

  body.production-v2.panorama-v2 .panorama-hero__media .panorama-theme-img--night {
    object-position: center 48%;
  }

  body.production-v2.panorama-v2 .panorama-section,
  body.production-v2.panorama-v2 .panorama-offer-section {
    padding-top: clamp(52px, 6.5vw, 88px);
    padding-bottom: clamp(48px, 6vw, 80px);
  }

  body.production-v2.panorama-v2 .panorama-section--intro,
  body.production-v2.panorama-v2 .panorama-section--method,
  body.production-v2.panorama-v2 .panorama-section--offers,
  body.production-v2.panorama-v2 .panorama-offer-section--masterclass,
  body.production-v2.panorama-v2 .panorama-offer-section--recovery {
    padding-top: clamp(42px, 5vw, 68px);
  }

  body.production-v2.panorama-v2 .panorama-section-head,
  body.production-v2.panorama-v2 .panorama-offer-heading {
    margin-bottom: clamp(22px, 3vw, 30px);
  }

  body.production-v2.panorama-v2 .panorama-doctrine-line {
    margin-top: 12px;
    line-height: 1.52;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair {
    margin-top: 24px;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat,
  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote {
    padding: clamp(22px, 3.2vw, 34px);
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat {
    gap: 8px;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat strong {
    font-size: clamp(5.4rem, 9vw, 8.4rem);
    line-height: 0.84;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat span {
    max-width: 26rem;
    margin: 0 auto;
    line-height: 1.42;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat a,
  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote cite {
    margin-top: 6px;
    color: var(--panorama-gold-deep);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  body.production-v2.panorama-v2.theme-night .panorama-doctrine-pair .panorama-stat a,
  body.production-v2.panorama-v2.theme-night .panorama-doctrine-pair .panorama-founder-quote cite,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat a,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote cite {
    color: var(--panorama-gold);
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote p {
    font-size: clamp(1.25rem, 1.9vw, 1.74rem);
    line-height: 1.3;
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote p::before {
    content: "“";
  }

  body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-founder-quote p::after {
    content: "”";
  }

  body.production-v2.panorama-v2 .panorama-method-grid--route {
    gap: 18px;
  }

  body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card {
    min-height: 0;
    padding: 0 0 20px;
  }

  body.production-v2.panorama-v2 .panorama-method-grid--route .panorama-method-card:not(:last-child)::after {
    top: 34%;
    right: -23px;
  }

  body.production-v2.panorama-v2 .panorama-method-card::before {
    z-index: 1;
  }

  body.production-v2.panorama-v2 .panorama-method-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  body.production-v2.panorama-v2 .panorama-method-card h3 {
    margin: 18px 18px 0;
  }

  body.production-v2.panorama-v2 .panorama-method-card p {
    margin: 12px 18px 0;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--session {
    position: relative;
    background:
      linear-gradient(135deg, rgba(7, 16, 31, 0.92) 0%, rgba(7, 16, 31, 0.76) 54%, rgba(20, 35, 58, 0.72) 100%),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-session-discovery-20260617.jpg") center 44% / cover;
  }

  body.production-v2.panorama-v2 .panorama-session-layout {
    background: rgba(7, 16, 31, 0.42);
    backdrop-filter: blur(12px);
  }

  body.production-v2.panorama-v2 .panorama-session-flow {
    background: rgba(7, 16, 31, 0.78);
  }

  body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li,
  body.production-v2.panorama-v2.theme-night .panorama-session-layout .panorama-check-list li,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-session-layout .panorama-check-list li {
    color: rgba(255, 250, 240, 0.9) !important;
  }

  body.production-v2.panorama-v2 .panorama-price-card a,
  body.production-v2.panorama-v2 .panorama-discipline-grid a {
    margin-bottom: 20px;
  }

  body.production-v2.panorama-v2 .panorama-discipline-card--personnel > span {
    color: #8b6b34 !important;
  }

  body.production-v2.panorama-v2 .panorama-discipline-card--relationnel > span {
    color: #7c1d3a !important;
  }

  body.production-v2.panorama-v2 .panorama-discipline-card--professionnel > span {
    color: #697582 !important;
  }

  body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--personnel > span {
    color: #8b6b34 !important;
  }

  body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--relationnel > span {
    color: #7c1d3a !important;
  }

  body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--professionnel > span {
    color: #657384 !important;
  }

  body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--personnel > span,
  html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--personnel > span {
    color: #d8b27a !important;
  }

  body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--relationnel > span,
  html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--relationnel > span {
    color: #c97994 !important;
  }

  body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--professionnel > span,
  html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card--professionnel > span {
    color: #b8c4d2 !important;
  }

  body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3 {
    color: var(--marine, #14233a) !important;
  }

  body.production-v2.panorama-v2.theme-night section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3,
  html[data-theme="night"] body.production-v2.panorama-v2 section.panorama-offer-section .panorama-discipline-grid article.panorama-discipline-card h3 {
    color: #fffaf0 !important;
  }

  body.production-v2.panorama-v2 .panorama-premium-prices {
    background: #f5f2eb;
  }

  body.production-v2.panorama-v2 .panorama-premium-prices strong {
    white-space: nowrap;
  }

  body.production-v2.panorama-v2 .panorama-premium-prices div:last-child strong {
    font-size: clamp(0.95rem, 1.15vw, 1.18rem);
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook {
    position: relative;
    overflow: hidden;
    color: #fffaf0;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-logbook-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
      linear-gradient(100deg, rgba(7, 16, 31, 0.9), rgba(7, 16, 31, 0.72), rgba(7, 16, 31, 0.54)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-day-second-plan-20260618.jpg") center / cover;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--logbook .panorama-logbook-bg,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-logbook-bg {
    background:
      linear-gradient(100deg, rgba(7, 16, 31, 0.94), rgba(7, 16, 31, 0.78), rgba(7, 16, 31, 0.58)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-night-second-plan-20260618.jpg") center / cover;
  }

  body.production-v2.panorama-v2 .panorama-support-head {
    margin-bottom: 24px;
  }

  body.production-v2.panorama-v2 .panorama-support-layout--framed,
  body.production-v2.panorama-v2 .panorama-support-layout--raised {
    align-items: start;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-support-visual {
    border-color: rgba(255, 250, 240, 0.24);
    background: rgba(7, 16, 31, 0.38);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-support-visual img {
    min-height: 440px;
    object-position: center 42%;
  }

  body.production-v2.panorama-v2 .panorama-support-copy--panel {
    border: 1px solid rgba(255, 250, 240, 0.22);
    border-radius: 8px;
    padding: clamp(24px, 4vw, 42px);
    background: rgba(7, 16, 31, 0.66);
    backdrop-filter: blur(16px);
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-support-copy--panel h2 {
    color: var(--panorama-gold) !important;
    font-size: clamp(2.05rem, 3.4vw, 3rem);
    line-height: 0.96;
    white-space: nowrap;
  }

  body.production-v2.panorama-v2 .panorama-support-copy--panel p,
  body.production-v2.panorama-v2 .panorama-support-copy--panel li {
    color: #fffaf0 !important;
  }

  body.production-v2.panorama-v2 .panorama-support-copy--panel .panorama-check-list {
    background: rgba(255, 250, 240, 0.08);
    border-color: rgba(255, 250, 240, 0.18);
  }

  body.production-v2.panorama-v2 .panorama-offer-section--partnership {
    padding-top: clamp(48px, 6vw, 82px);
  }

  body.production-v2.panorama-v2 .panorama-offer-section--partnership .panorama-support-copy h2 {
    margin-top: 0;
  }

  body.production-v2.panorama-v2 .panorama-ladder-card:nth-child(3) img {
    object-position: center 30%;
  }

  body.production-v2.panorama-v2 .panorama-ladder-card:nth-child(4) img {
    object-position: center 45%;
  }

  body.production-v2.panorama-v2 .panorama-print-actions {
    z-index: 12;
  }

  body.production-v2.panorama-v2 .panorama-main > section:not(.panorama-hero),
  body.production-v2.panorama-v2 .panorama-final {
    position: relative;
    z-index: 30;
  }

  @media (max-width: 1080px) {
    body.production-v2.panorama-v2 .panorama-method-grid--route {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 760px) {
    body.production-v2.panorama-v2 .panorama-hero {
      min-height: 78svh;
      padding-top: 104px;
    }

    body.production-v2.panorama-v2 .panorama-hero__copy {
      transform: translateY(-26px);
    }

    body.production-v2.panorama-v2 .panorama-method-grid--route {
      grid-template-columns: 1fr;
    }

    body.production-v2.panorama-v2 .panorama-doctrine-pair {
      grid-template-columns: 1fr;
    }

    body.production-v2.panorama-v2 .panorama-doctrine-pair .panorama-stat {
      border-right: 0;
      border-bottom: 1px solid var(--panorama-line);
    }
  }
}

.panorama-pdf-compact {
  display: none;
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }

  html,
  body {
    width: 210mm;
    margin: 0 !important;
    background: #f7f2e8 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body.production-v2.panorama-v2 > :not(.panorama-pdf-compact) {
    display: none !important;
  }

  body.production-v2.panorama-v2 .panorama-pdf-compact {
    display: block !important;
    width: 210mm;
    background: #f7f2e8;
    color: #07101f;
    font-family: var(--rf-font-body, "Inter", sans-serif);
  }

  .panorama-pdf-page {
    position: relative;
    display: flex;
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    overflow: hidden;
    page-break-after: always;
    break-after: page;
    background: #f7f2e8;
    color: #07101f;
  }

  .panorama-pdf-page:not(.panorama-pdf-page--cover):not(.panorama-pdf-page--checkpoint):not(.panorama-pdf-page--masterclass):not(.panorama-pdf-page--final) {
    background:
      linear-gradient(135deg, rgba(216, 178, 122, 0.11), transparent 44%),
      #f7f2e8 !important;
    color: #07101f !important;
  }

  .panorama-pdf-page:last-child {
    page-break-after: auto;
    break-after: auto;
  }

  .panorama-pdf-bg,
  .panorama-pdf-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .panorama-pdf-bg {
    object-fit: cover;
  }

  .panorama-pdf-shade {
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.9), rgba(7, 16, 31, 0.56), rgba(7, 16, 31, 0.18)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.08), rgba(7, 16, 31, 0.6));
  }

  .panorama-pdf-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 22mm 17mm;
  }

  .panorama-pdf-content--cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fffaf0;
    padding-bottom: 24mm;
  }

  .panorama-pdf-page--cover h1,
  .panorama-pdf-page--cover .panorama-pdf-lead {
    color: #fffaf0 !important;
    text-shadow: 0 1px 0 rgba(5, 11, 20, 0.78), 0 18px 42px rgba(5, 11, 20, 0.72);
  }

  .panorama-pdf-logo {
    position: absolute;
    right: 17mm;
    bottom: 18mm;
    z-index: 2;
    width: 19mm;
    height: auto;
  }

  .panorama-pdf-logo--gold {
    width: 15mm;
    opacity: 0.9;
  }

  .panorama-pdf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c79b45;
    font-size: 8.5pt;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .panorama-pdf-kicker::before {
    content: "";
    width: 20mm;
    height: 1px;
    background: currentColor;
  }

  .panorama-pdf-page h1,
  .panorama-pdf-page h2,
  .panorama-pdf-page h3 {
    margin: 0;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif);
    font-weight: 400;
    letter-spacing: 0;
  }

  .panorama-pdf-page h1 {
    max-width: 132mm;
    margin-top: 10mm;
    font-size: 54pt;
    line-height: 0.94;
  }

  .panorama-pdf-page h2 {
    max-width: 150mm;
    margin-top: 7mm;
    font-size: 37pt;
    line-height: 0.98;
  }

  .panorama-pdf-page h3 {
    margin-top: 4mm;
    font-size: 18pt;
    line-height: 1.06;
  }

  .panorama-pdf-page p,
  .panorama-pdf-page li,
  .panorama-pdf-page span,
  .panorama-pdf-linkline {
    font-size: 10.2pt;
    line-height: 1.46;
  }

  .panorama-pdf-lead {
    max-width: 112mm;
    margin: 7mm 0 0;
    font-size: 16pt !important;
    line-height: 1.2 !important;
  }

  .panorama-pdf-content--cover > p:not(.panorama-pdf-lead) {
    max-width: 132mm;
    margin-top: 7mm;
    color: rgba(255, 250, 240, 0.84);
    font-size: 11.5pt;
  }

  .panorama-pdf-doctrine {
    display: grid;
    gap: 3mm;
    max-width: 132mm;
    margin-top: 14mm;
    padding: 8mm;
    border: 1px solid rgba(255, 250, 240, 0.28);
    background: rgba(7, 16, 31, 0.36);
  }

  .panorama-pdf-doctrine strong,
  .panorama-pdf-cta strong {
    color: #d8b27a;
    font-size: 13pt;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .panorama-pdf-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4mm;
    margin-top: 10mm;
    max-width: 150mm;
  }

  .panorama-pdf-steps span,
  .panorama-pdf-card,
  .panorama-pdf-pricing article,
  .panorama-pdf-note,
  .panorama-pdf-cta {
    border: 1px solid rgba(184, 148, 85, 0.34);
    background: rgba(255, 250, 240, 0.9);
  }

  .panorama-pdf-steps span {
    padding: 4mm 3mm;
    color: #fffaf0;
    background: rgba(7, 16, 31, 0.56);
    font-size: 8.5pt;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .panorama-pdf-two,
  .panorama-pdf-pricing {
    display: grid;
    gap: 6mm;
    margin-top: 10mm;
  }

  .panorama-pdf-two {
    grid-template-columns: repeat(2, 1fr);
  }

  .panorama-pdf-pricing--three {
    grid-template-columns: repeat(3, 1fr);
  }

  .panorama-pdf-card,
  .panorama-pdf-pricing article,
  .panorama-pdf-note,
  .panorama-pdf-cta {
    padding: 7mm;
    border-radius: 3mm;
    box-shadow: 0 7mm 18mm rgba(7, 16, 31, 0.06);
  }

  .panorama-pdf-card--gold {
    border-color: rgba(7, 16, 31, 0.14);
    background: linear-gradient(135deg, #e5c994, #d8b27a);
  }

  .panorama-pdf-card > span,
  .panorama-pdf-pricing span {
    display: block;
    color: #b8904f;
    font-size: 8pt;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .panorama-pdf-card--gold > span {
    color: #07101f;
  }

  .panorama-pdf-pricing strong {
    display: block;
    margin-top: 5mm;
    color: #07101f;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif);
    font-size: 24pt;
    font-weight: 500;
    line-height: 1;
  }

  .panorama-pdf-pricing--disciplines strong {
    font-size: 14.5pt;
    white-space: nowrap;
  }

  .panorama-pdf-card p,
  .panorama-pdf-pricing p,
  .panorama-pdf-note span,
  .panorama-pdf-cta p {
    margin: 5mm 0 0;
    color: rgba(7, 16, 31, 0.82);
  }

  .panorama-pdf-page ul {
    margin: 5mm 0 0;
    padding-left: 5mm;
  }

  .panorama-pdf-note {
    display: grid;
    grid-template-columns: 42mm 1fr;
    gap: 6mm;
    align-items: center;
    margin-top: 9mm;
  }

  .panorama-pdf-note--links {
    grid-template-columns: 38mm 1fr;
  }

  .panorama-pdf-note--links b {
    grid-column: 2;
    color: #8d6f2d;
    font-size: 7.8pt;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .panorama-pdf-note strong {
    color: #07101f;
    font-size: 12pt;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .panorama-pdf-page--masterclass {
    background:
      linear-gradient(180deg, rgba(247, 242, 232, 0.96), rgba(247, 242, 232, 0.92)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-masterclass-relationnel-blonde-afro-20260617.png") right center / auto 100% no-repeat;
  }

  .panorama-pdf-page--checkpoint {
    color: #fffaf0;
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.9), rgba(7, 16, 31, 0.68), rgba(7, 16, 31, 0.26)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.3), rgba(7, 16, 31, 0.82)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-session-catalogue-20260617.jpg") center / cover;
  }

  .panorama-pdf-page--checkpoint h2,
  .panorama-pdf-page--checkpoint h3,
  .panorama-pdf-page--checkpoint .panorama-pdf-lead {
    color: #fffaf0 !important;
  }

  .panorama-pdf-page--checkpoint .panorama-pdf-card,
  .panorama-pdf-page--checkpoint .panorama-pdf-pricing article,
  .panorama-pdf-page--checkpoint .panorama-pdf-note {
    background: rgba(7, 16, 31, 0.62);
    border-color: rgba(255, 250, 240, 0.24);
    box-shadow: 0 10mm 24mm rgba(5, 11, 20, 0.16);
  }

  .panorama-pdf-page--checkpoint .panorama-pdf-card--gold {
    background: rgba(216, 178, 122, 0.88);
  }

  .panorama-pdf-page--checkpoint .panorama-pdf-card--gold h3,
  .panorama-pdf-page--checkpoint .panorama-pdf-card--gold p,
  .panorama-pdf-page--checkpoint .panorama-pdf-card--gold li {
    color: #07101f !important;
  }

  .panorama-pdf-page--checkpoint .panorama-pdf-pricing strong,
  .panorama-pdf-page--checkpoint .panorama-pdf-note strong {
    color: #fffaf0;
  }

  .panorama-pdf-page--checkpoint .panorama-pdf-card p,
  .panorama-pdf-page--checkpoint .panorama-pdf-pricing p,
  .panorama-pdf-page--checkpoint .panorama-pdf-note span {
    color: rgba(255, 250, 240, 0.82);
  }

  .panorama-pdf-linkline {
    margin-top: 8mm;
    color: #8d6f2d;
    font-size: 8.5pt;
    font-weight: 800;
    letter-spacing: 0.05em;
  }

  .panorama-pdf-page--final {
    color: #fffaf0;
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.68), rgba(7, 16, 31, 0.24)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.14), rgba(7, 16, 31, 0.76)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-final-horizon-woman-20260617.jpg") center / cover;
  }

  .panorama-pdf-page--final h2 {
    color: #fffaf0 !important;
    text-shadow: 0 16px 44px rgba(5, 11, 20, 0.72);
  }

  .panorama-pdf-page--final .panorama-pdf-pricing article,
  .panorama-pdf-page--final .panorama-pdf-card,
  .panorama-pdf-page--final .panorama-pdf-cta {
    background: rgba(7, 16, 31, 0.62);
    border-color: rgba(255, 250, 240, 0.22);
  }

  .panorama-pdf-page--final :is(p, .panorama-pdf-card p, .panorama-pdf-pricing p, .panorama-pdf-cta p) {
    color: rgba(255, 250, 240, 0.82);
  }

  .panorama-pdf-page--final .panorama-pdf-pricing strong,
  .panorama-pdf-page--final .panorama-pdf-cta span {
    color: #fffaf0;
  }

  .panorama-pdf-cta {
    margin-top: 10mm;
  }

  .panorama-pdf-cta span {
    display: block;
    margin-top: 5mm;
    color: #d8b27a;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
}

/* Editorial A4 PDF system - commercial brochure - 2026-06-18. */
@media print {
  body.production-v2.panorama-v2 .panorama-pdf-compact.rf-pdf-editorial {
    display: block !important;
    width: 210mm !important;
    background: #f7f2e8 !important;
    color: #07101f !important;
    font-family: var(--rf-font-body, "Inter", sans-serif) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page {
    position: relative !important;
    display: block !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    padding: 16mm !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    page-break-after: always !important;
    break-after: page !important;
    background: #f7f2e8 !important;
    color: #07101f !important;
    isolation: isolate !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page:last-child {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover::before,
  body.production-v2.panorama-v2 .rf-pdf-page--visual::before,
  body.production-v2.panorama-v2 .rf-pdf-side-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--rf-pdf-bg);
    background-position: var(--rf-pdf-pos, center);
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(0.96) contrast(1.04);
  }

  body.production-v2.panorama-v2 .rf-pdf-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 74% 22%, rgba(216, 178, 122, 0.18), transparent 32%),
      linear-gradient(90deg, rgba(5, 11, 20, 0.93) 0%, rgba(7, 16, 31, 0.68) 48%, rgba(7, 16, 31, 0.24) 100%),
      linear-gradient(180deg, rgba(5, 11, 20, 0.08), rgba(5, 11, 20, 0.62));
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
      linear-gradient(90deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.72), rgba(7, 16, 31, 0.36)),
      linear-gradient(180deg, rgba(7, 16, 31, 0.18), rgba(7, 16, 31, 0.72));
  }

  body.production-v2.panorama-v2 .rf-pdf-cover__copy {
    position: absolute;
    left: 16mm;
    bottom: 42mm;
    z-index: 1;
    max-width: 132mm;
    color: #fffaf0 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover__panel {
    position: absolute;
    left: 16mm;
    right: 62mm;
    bottom: 17mm;
    z-index: 1;
    display: grid;
    gap: 2.5mm;
    padding: 6mm;
    border: 1px solid rgba(255, 250, 240, 0.28);
    background: rgba(5, 11, 20, 0.5);
    color: #fffaf0 !important;
    backdrop-filter: blur(14px);
  }

  body.production-v2.panorama-v2 .rf-pdf-logo {
    position: absolute;
    right: 15mm;
    bottom: 15mm;
    z-index: 3;
    width: 14mm;
    height: auto;
    opacity: 0.92;
  }

  body.production-v2.panorama-v2 .rf-pdf-logo--white {
    width: 16mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 3mm;
    color: #c79b45 !important;
    font-size: 8pt !important;
    font-weight: 850 !important;
    letter-spacing: 0.16em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-kicker::before {
    content: "";
    width: 18mm;
    height: 1px;
    background: currentColor;
  }

  body.production-v2.panorama-v2 .rf-pdf-page h1,
  body.production-v2.panorama-v2 .rf-pdf-page .rf-pdf-cover-title,
  body.production-v2.panorama-v2 .rf-pdf-page h2,
  body.production-v2.panorama-v2 .rf-pdf-page h3 {
    margin: 0 !important;
    color: inherit !important;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page h1,
  body.production-v2.panorama-v2 .rf-pdf-page .rf-pdf-cover-title {
    margin-top: 8mm !important;
    color: #fffaf0 !important;
    font-size: 55pt !important;
    line-height: 0.92 !important;
    text-shadow: 0 14px 38px rgba(5, 11, 20, 0.72);
  }

  body.production-v2.panorama-v2 .rf-pdf-page h2 {
    max-width: 156mm;
    margin-top: 6mm !important;
    font-size: 35pt !important;
    line-height: 0.98 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page p,
  body.production-v2.panorama-v2 .rf-pdf-page span,
  body.production-v2.panorama-v2 .rf-pdf-page small {
    font-size: 9.3pt !important;
    line-height: 1.42 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover__copy p {
    max-width: 108mm;
    margin: 6mm 0 0 !important;
    color: rgba(255, 250, 240, 0.88) !important;
    font-size: 17pt !important;
    line-height: 1.16 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover__panel strong {
    color: #d8b27a !important;
    font-size: 12pt !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.production-v2.panorama-v2 .rf-pdf-page__head {
    position: relative;
    z-index: 1;
    max-width: 164mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-page__head p {
    max-width: 128mm;
    margin: 5mm 0 0 !important;
    color: rgba(7, 16, 31, 0.75) !important;
    font-size: 11pt !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual {
    color: #fffaf0 !important;
    background: #07101f !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual .rf-pdf-page__head p {
    color: rgba(255, 250, 240, 0.82) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8mm;
    align-items: center;
    margin-top: 10mm;
    padding: 7mm 8mm;
    border: 1px solid rgba(184, 148, 85, 0.32);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 8mm 24mm rgba(7, 16, 31, 0.06);
  }

  body.production-v2.panorama-v2 .rf-pdf-stat strong {
    color: #b8904f !important;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: 58pt !important;
    font-weight: 300 !important;
    line-height: 0.9 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline,
  body.production-v2.panorama-v2 .rf-pdf-grid {
    display: grid;
    gap: 5mm;
    margin-top: 9mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.production-v2.panorama-v2 .rf-pdf-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline article,
  body.production-v2.panorama-v2 .rf-pdf-card,
  body.production-v2.panorama-v2 .rf-pdf-grid article,
  body.production-v2.panorama-v2 .rf-pdf-cta {
    border: 1px solid rgba(184, 148, 85, 0.34);
    background: rgba(255, 250, 240, 0.91);
    box-shadow: 0 8mm 20mm rgba(7, 16, 31, 0.08);
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline article,
  body.production-v2.panorama-v2 .rf-pdf-grid article {
    padding: 5mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline span,
  body.production-v2.panorama-v2 .rf-pdf-grid article > span {
    display: block;
    color: #b8904f !important;
    font-size: 7.2pt !important;
    font-weight: 900 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase;
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline strong,
  body.production-v2.panorama-v2 .rf-pdf-grid strong {
    display: block;
    margin-top: 2.4mm;
    color: #07101f !important;
    font-family: var(--rf-font-title, "Cormorant Garamond", serif) !important;
    font-size: 16pt !important;
    font-weight: 500 !important;
    line-height: 1.02 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-methodline p,
  body.production-v2.panorama-v2 .rf-pdf-grid p {
    margin: 2.8mm 0 0 !important;
    color: rgba(7, 16, 31, 0.72) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual .rf-pdf-grid article {
    background: rgba(7, 16, 31, 0.68) !important;
    border-color: rgba(255, 250, 240, 0.22);
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual .rf-pdf-grid :is(strong, h3) {
    color: #fffaf0 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-page--visual .rf-pdf-grid :is(p, small) {
    color: rgba(255, 250, 240, 0.76) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-card--gold {
    background: linear-gradient(135deg, #e6ca95, #d8b27a) !important;
    color: #07101f !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-prices strong {
    font-size: 21pt !important;
  }

  body.production-v2.panorama-v2 blockquote {
    margin: 9mm 0 0;
    padding: 6mm 8mm;
    border-left: 1.2mm solid #d8b27a;
    background: rgba(255, 255, 255, 0.68);
    color: rgba(7, 16, 31, 0.78);
    font-family: var(--rf-font-title, "Cormorant Garamond", serif);
    font-size: 17pt;
    line-height: 1.18;
  }

  body.production-v2.panorama-v2 .rf-pdf-page--split {
    display: grid !important;
    grid-template-columns: 74mm 1fr;
    gap: 0;
    padding: 0 !important;
    background: #f7f2e8 !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-side-visual {
    position: relative;
    min-height: 297mm;
    overflow: hidden;
    background: #07101f;
  }

  body.production-v2.panorama-v2 .rf-pdf-side-copy {
    padding: 17mm 15mm 20mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-side-copy > p {
    max-width: 100mm;
    margin: 5mm 0 0 !important;
    color: rgba(7, 16, 31, 0.74) !important;
    font-size: 10.5pt !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-mini {
    gap: 3.8mm;
    margin-top: 7mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-mini article {
    padding: 4.2mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-mini strong {
    font-size: 14.2pt !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cta {
    margin-top: 8mm;
    padding: 6mm;
  }

  body.production-v2.panorama-v2 .rf-pdf-cta strong {
    display: block;
    color: #b8904f !important;
    font-size: 9pt !important;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.production-v2.panorama-v2 .rf-pdf-cta p {
    margin: 3mm 0 0 !important;
    color: rgba(7, 16, 31, 0.76) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cta span,
  body.production-v2.panorama-v2 .rf-pdf-linkbar {
    display: block;
    margin-top: 4mm;
    color: #8d6f2d !important;
    font-size: 7.5pt !important;
    font-weight: 850;
    letter-spacing: 0.04em;
  }

  body.production-v2.panorama-v2 .rf-pdf-linkbar {
    position: relative;
    z-index: 1;
    padding-top: 6mm;
    color: rgba(216, 178, 122, 0.96) !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-side-visual {
    background-image: var(--rf-pdf-bg) !important;
    background-position: var(--rf-pdf-pos, center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-side-visual::before {
    display: none !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover,
  body.production-v2.panorama-v2 .rf-pdf-page--visual {
    background-image: var(--rf-pdf-bg) !important;
    background-position: var(--rf-pdf-pos, center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  body.production-v2.panorama-v2 .rf-pdf-cover::before,
  body.production-v2.panorama-v2 .rf-pdf-page--visual::before {
    display: none !important;
  }
}

/* Brochure signature: discreet Rayflections watermark on every non-hero page. */
@media screen {
  body.production-v2.panorama-v2 .panorama-main > :is(.panorama-section, .panorama-offer-section, .panorama-final):not(.panorama-hero) {
    position: relative;
    isolation: isolate;
  }

  body.production-v2.panorama-v2 .panorama-main > :is(.panorama-section, .panorama-offer-section, .panorama-final):not(.panorama-hero)::after {
    content: "";
    position: absolute;
    right: clamp(18px, 3vw, 44px);
    bottom: clamp(18px, 3vw, 42px);
    z-index: 1;
    width: clamp(46px, 5.2vw, 82px);
    aspect-ratio: 1;
    background: url("../assets/visuals-v2/rayflections-logo-gold.png") center / contain no-repeat;
    opacity: 0.18;
    pointer-events: none;
  }

  body.production-v2.panorama-v2.theme-night .panorama-main > :is(.panorama-section, .panorama-offer-section, .panorama-final):not(.panorama-hero)::after,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-main > :is(.panorama-section, .panorama-offer-section, .panorama-final):not(.panorama-hero)::after {
    opacity: 0.24;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
  }

  body.production-v2.panorama-v2 .panorama-section--offers {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 240, 232, 0.95)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-session-catalogue-20260617.jpg") center 42% / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--session {
    background:
      linear-gradient(135deg, rgba(7, 16, 31, 0.88), rgba(7, 16, 31, 0.76)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-session-discovery-20260617.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--checkpoint {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 240, 232, 0.96)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-method-day-boardroom-20260617.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--masterclass {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 240, 232, 0.95)),
      url("../assets/visuals-v2/generated/brochure-masterclass/v2/programme-signature-bg-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--recovery {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(245, 240, 232, 0.95)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-role-day-session-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--partnership {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(245, 240, 232, 0.95)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-partnership-atelier-group-20260617.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-section--offers,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--offers {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-session-catalogue-20260617.jpg") center 42% / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--checkpoint,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-checkpoint/checkpoint-brochure-method-night-boardroom-20260617.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-masterclass/v2/programme-signature-bg-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--recovery,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--recovery {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-role-night-session-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--partnership,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--partnership {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.86), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/brochure-recovery/v2/recovery-parcours-night-workshop-20260618.webp") center / cover !important;
  }
}

@media screen {
  /* Commercial brochure final polish - 2026-06-19 */
  body.production-v2.panorama-v2 .panorama-print-actions {
    z-index: 1200 !important;
  }

  body.production-v2.panorama-v2 .panorama-hero .panorama-kicker,
  body.production-v2.panorama-v2.theme-day .panorama-hero .panorama-kicker,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-hero .panorama-kicker,
  body.production-v2.panorama-v2.theme-night .panorama-hero .panorama-kicker,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-hero .panorama-kicker {
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2 .panorama-hero h1 {
    max-width: 900px;
    margin-top: 16px;
    font-size: clamp(3.2rem, 6.1vw, 5.15rem);
    line-height: 0.96;
  }

  body.production-v2.panorama-v2 .panorama-hero__promise,
  body.production-v2.panorama-v2 .panorama-hero__subtitle {
    display: block !important;
    text-shadow: 0 14px 40px rgba(7, 16, 31, 0.6);
  }

  body.production-v2.panorama-v2 .panorama-hero__promise,
  body.production-v2.panorama-v2.theme-night .panorama-hero__promise,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-hero__promise {
    max-width: 720px;
    margin-top: 18px;
    color: var(--panorama-gold) !important;
    font-family: var(--serif, "Cormorant Garamond", serif);
    font-size: clamp(1.55rem, 2.55vw, 2.1rem);
    font-weight: 500;
    line-height: 1.08;
  }

  body.production-v2.panorama-v2 .panorama-hero__subtitle {
    max-width: 690px;
    margin-top: 14px;
    color: rgba(255, 252, 246, 0.88) !important;
    font-size: clamp(1.02rem, 1.8vw, 1.28rem);
    font-weight: 500;
    line-height: 1.32;
  }

  body.production-v2.panorama-v2.theme-night .panorama-hero h1 em,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-hero h1 em {
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2.theme-day .panorama-hero .panorama-btn--ghost,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-hero .panorama-btn--ghost {
    border-color: rgba(7, 16, 31, 0.84) !important;
    color: #07101f !important;
    background: rgba(255, 250, 240, 0.18) !important;
  }

  body.production-v2.panorama-v2 .panorama-section--offers,
  body.production-v2.panorama-v2 .panorama-offer-section--checkpoint,
  body.production-v2.panorama-v2 .panorama-offer-section--recovery,
  body.production-v2.panorama-v2 .panorama-offer-section--partnership {
    background:
      radial-gradient(circle at 10% 0%, rgba(216, 178, 122, 0.12), transparent 25rem),
      linear-gradient(180deg, #fffaf0 0%, #f5f2eb 100%) !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-section--offers,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--offers,
  body.production-v2.panorama-v2.theme-night .panorama-offer-section--checkpoint,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint,
  body.production-v2.panorama-v2.theme-night .panorama-offer-section--recovery,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--recovery,
  body.production-v2.panorama-v2.theme-night .panorama-offer-section--partnership,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--partnership {
    background:
      radial-gradient(circle at 12% 0%, rgba(216, 178, 122, 0.14), transparent 25rem),
      linear-gradient(180deg, #07101f 0%, #0b1424 100%) !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--masterclass {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(245, 240, 232, 0.94)),
      url("../assets/visuals-v2/generated/masterclass-promo/promo-bg-masterclass-general-coastal-second-plan-20260616.png") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--masterclass,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass {
    background:
      linear-gradient(180deg, rgba(7, 16, 31, 0.88), rgba(7, 16, 31, 0.94)),
      url("../assets/visuals-v2/generated/masterclass-promo/promo-bg-masterclass-general-coastal-second-plan-20260616.png") center / cover !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--session {
    isolation: isolate;
    overflow: hidden;
    background: #07101f !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-session-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
  }

  body.production-v2.panorama-v2.theme-day .panorama-offer-section--session .panorama-session-bg--day,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-session-bg--day,
  body.production-v2.panorama-v2:not(.theme-night) .panorama-offer-section--session .panorama-session-bg--day {
    opacity: 1;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--session .panorama-session-bg--night,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-session-bg--night {
    opacity: 1;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--session::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(7, 16, 31, 0.78), rgba(7, 16, 31, 0.56)) !important;
    pointer-events: none;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--session,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--session {
    background: #07101f !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--session::before,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--session::before {
    background: linear-gradient(135deg, rgba(7, 16, 31, 0.88), rgba(7, 16, 31, 0.7)) !important;
  }

  body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-logbook-bg {
    background:
      linear-gradient(100deg, rgba(7, 16, 31, 0.92), rgba(7, 16, 31, 0.72), rgba(7, 16, 31, 0.46)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-day-second-plan-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--logbook .panorama-logbook-bg,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--logbook .panorama-logbook-bg {
    background:
      linear-gradient(100deg, rgba(7, 16, 31, 0.94), rgba(7, 16, 31, 0.78), rgba(7, 16, 31, 0.56)),
      url("../assets/visuals-v2/generated/brochure-panorama/brochure-trajectoire-support-night-second-plan-20260618.jpg") center / cover !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-section--intro .panorama-kicker,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--intro .panorama-kicker,
  body.production-v2.panorama-v2.theme-night .panorama-stat strong,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-stat strong,
  body.production-v2.panorama-v2.theme-night .panorama-section--offers :is(.panorama-kicker, h2, .panorama-offer-subtitle),
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--offers :is(.panorama-kicker, h2, .panorama-offer-subtitle) {
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-section--method .panorama-method-card h3,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-section--method .panorama-method-card h3 {
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2.theme-day .panorama-offer-section--session .panorama-session-layout,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-session-layout {
    border-color: rgba(216, 178, 122, 0.34);
    background: rgba(255, 250, 240, 0.54);
  }

  body.production-v2.panorama-v2.theme-day .panorama-session-flow,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-session-flow,
  body.production-v2.panorama-v2.theme-day .panorama-session-visual figcaption,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-session-visual figcaption {
    border-color: rgba(216, 178, 122, 0.34);
    background: rgba(255, 250, 240, 0.9) !important;
    color: #07101f !important;
  }

  body.production-v2.panorama-v2.theme-day .panorama-session-flow :is(h3, p, li),
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-session-flow :is(h3, p, li),
  body.production-v2.panorama-v2.theme-day .panorama-session-visual figcaption,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-session-visual figcaption {
    color: #07101f !important;
  }

  body.production-v2.panorama-v2.theme-day .panorama-session-flow .panorama-check-list li::before,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-session-flow .panorama-check-list li::before {
    color: var(--panorama-gold-deep) !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--session .panorama-offer-subtitle,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--session .panorama-offer-subtitle {
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2.theme-night .panorama-offer-section--checkpoint .panorama-reserved-grid--compact .panorama-reserved-band--actions .panorama-btn--primary,
  html[data-theme="night"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint .panorama-reserved-grid--compact .panorama-reserved-band--actions .panorama-btn--primary {
    border-color: rgba(216, 178, 122, 0.78) !important;
    background: transparent !important;
    color: var(--panorama-gold) !important;
  }

  body.production-v2.panorama-v2.theme-day .panorama-offer-section--checkpoint .panorama-reserved-grid--compact .panorama-reserved-band--actions:first-child .panorama-btn--primary,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-offer-section--checkpoint .panorama-reserved-grid--compact .panorama-reserved-band--actions:first-child .panorama-btn--primary {
    color: #07101f !important;
  }

  body.production-v2.panorama-v2 .panorama-logbook-actions {
    position: relative;
    z-index: 2;
    max-width: min(100%, 860px);
    margin: clamp(22px, 3vw, 34px) auto 0;
  }

  body.production-v2.panorama-v2 .panorama-logbook-actions .panorama-btn {
    min-width: min(100%, 210px);
  }

  body.production-v2.panorama-v2.theme-day .panorama-offer-section--masterclass .panorama-reserved-band .panorama-btn--ghost,
  html[data-theme="day"] body.production-v2.panorama-v2 .panorama-offer-section--masterclass .panorama-reserved-band .panorama-btn--ghost {
    border-color: rgba(216, 178, 122, 0.84) !important;
    background: var(--panorama-gold) !important;
    color: #07101f !important;
  }
}

@media print {
  body.production-v2.panorama-v2 .rf-pdf-page:not(.rf-pdf-cover) .rf-pdf-logo {
    opacity: 0.42 !important;
  }
}

/* Mobile audit pass 2026-07-12: brochure controls stay thumb-safe. */
@media (max-width: 760px) {
  body.production-v2.panorama-v2 .panorama-print-actions {
    position: static !important;
    left: auto !important;
    top: auto !important;
    z-index: 30 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
    gap: 8px;
    width: 100% !important;
    padding: 88px 14px 12px;
    border-bottom: 1px solid rgba(216, 178, 122, 0.24);
    background: #07101f;
    transform: none !important;
  }

  body.production-v2.panorama-v2 .panorama-print-actions .panorama-tool-btn {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    font-size: 0.66rem;
    line-height: 1.1;
    white-space: normal;
  }

  body.production-v2.panorama-v2 .panorama-print-actions .panorama-tool-btn--gold {
    grid-column: 1 / -1;
    order: 3;
  }

  body.production-v2.panorama-v2 .panorama-print-actions a[href$=".pdf"] {
    order: 4;
  }

  body.production-v2.panorama-v2 .panorama-print-actions button[data-v2-theme-toggle] {
    order: 5;
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
  }

  body.production-v2.panorama-v2 .panorama-print-actions button[onclick] {
    display: none !important;
  }

  body.production-v2.panorama-v2 .panorama-hero {
    min-height: calc(100svh - 154px) !important;
    padding-top: 54px !important;
  }

  body.production-v2.panorama-v2 .panorama-tool-btn,
  body.production-v2.panorama-v2 .panorama-btn,
  body.production-v2.panorama-v2 .panorama-price-card a,
  body.production-v2.panorama-v2 .panorama-detail-links a,
  body.production-v2.panorama-v2 .panorama-logbook-actions .panorama-btn,
  body.production-v2.panorama-v2 .panorama-recovery-grid .panorama-btn,
  body.production-v2.panorama-v2 .panorama-support-copy .panorama-btn {
    min-height: 44px !important;
  }
}
