/* Program and workshop pages: extend the existing Transcend theme. */
.offering-page { color: var(--navy); background: var(--white); }
.offer-shell { width: min(calc(100% - 48px), 1160px); margin-inline: auto; }
.offer-section { padding-block: 72px; }
.offer-section.offer-workshop-intro { padding-block: 36px; }
.offer-soft { background: #e8f1fb; }
.offer-hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy-deep); color: var(--white); }
.offer-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(var(--navy-deep-rgb), .92) 36%, rgba(var(--navy-deep-rgb), .25) 100%), url("assets/hero-mountain.png") right center / auto 120% no-repeat; }
/* Shared height leaves room for the longer Program headline on both pages. */
.offer-hero .offer-shell { min-height: 38rem; display: flex; align-items: center; padding-block: 72px; }
.offer-hero-copy { width: min(100%, 680px); }
.offer-eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.offer-hero h1 { max-width: 670px; font-size: clamp(2.3rem, 4.5vw, 3.9rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.07; text-shadow: none; }
.offer-hero-lead { max-width: 540px; margin: 24px 0 30px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); font-weight: 500; line-height: 1.7; }
.offer-hero .button { margin-top: 4px; }
.offer-section h2, .offer-band h2, .offer-closing h2 { margin: 0; font-size: clamp(1.6rem, 2.7vw, 2.45rem); font-weight: 900; line-height: 1.15; letter-spacing: -.035em; text-transform: uppercase; }
.offer-section h3 { margin: 0 0 12px; font-size: 1.05rem; font-weight: 800; line-height: 1.4; }
.offer-section p { line-height: 1.75; }
.offer-section p:last-child { margin-bottom: 0; }
.offer-section-heading { max-width: 800px; margin: 0 auto 36px; text-align: center; }
.offer-section-heading > p { margin: 20px 0 0; }
.offer-divider { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 22px 0; }
.offer-divider::before, .offer-divider::after { content: ""; width: 48px; height: 1px; background: var(--gold); }
.offer-divider img { width: 34px; height: 25px; object-fit: contain; }
.offer-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.offer-intro-copy { max-width: 570px; }
.offer-intro-copy > p { font-size: 1rem; font-weight: 500; }
.offer-intro-copy .offer-accent { color: var(--navy); font-size: 1.15rem; font-weight: 800; margin-top: 24px; }
.offer-book { margin: 0; padding-left: 50px; border-left: 1px solid var(--border-soft); text-align: center; }
.offer-book figcaption { margin-bottom: 20px; font-size: .86rem; font-weight: 800; }
.offer-book img { display: block; width: min(100%, 260px); height: auto; margin: auto; filter: drop-shadow(0 14px 20px rgba(var(--navy-rgb), .12)); }
.offer-text-link { display: inline-block; margin-top: 20px; color: var(--navy); font-size: .85rem; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.offer-text-link:hover { color: var(--gold); }
.offer-focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 20px; }
.offer-focus-card { display: flex; gap: 20px; padding: 28px 24px; border: 1px solid var(--border-soft); border-radius: 12px; background: var(--white); box-shadow: 0 10px 24px rgba(var(--navy-rgb), .05); }
.offer-focus-card .site-icon { width: 48px; height: 48px; color: var(--gold); }
.offer-focus-card p { margin: 0; font-size: .87rem; font-weight: 500; }
.offer-focus-grid > .offer-focus-card { transition: transform 220ms ease, box-shadow 220ms ease; }
.offer-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding: 0; margin: 48px 0 0; list-style: none; }
.offer-step { position: relative; padding: 42px 20px 26px; border: 1px solid var(--border-soft); border-radius: 12px; background: var(--surface-cloud); text-align: center; transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease; }
@media (hover: hover) and (pointer: fine) {
  .offer-focus-grid > .offer-focus-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(var(--navy-rgb), .14); }
  .offer-step:hover { background: var(--white); transform: translateY(-6px); box-shadow: 0 18px 42px rgba(var(--navy-rgb), .14); }
}
.offer-step-number { position: absolute; top: -20px; left: calc(50% - 20px); display: grid; place-items: center; width: 40px; height: 40px; border: 4px solid var(--white); border-radius: 50%; background: var(--gold); color: var(--navy-deep); font-weight: 900; }
.offer-step > .site-icon { display: block; width: 50px; height: 50px; margin: 0 auto 22px; color: var(--gold); }
.offer-step h3 { font-size: .95rem; }
.offer-step p { margin: 0; font-size: .82rem; }
.offer-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; max-width: 1000px; margin-inline: auto; }
.offer-option { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; border: 1px solid var(--navy); border-radius: 12px; background: var(--white); box-shadow: 0 12px 30px rgba(var(--navy-rgb), .06); }
.offer-option-featured { border: 2px solid var(--gold); }
.offering-page .offer-options > .offer-option { border-width: 2px; transition: border-color 220ms ease; }
@media (hover: hover) and (pointer: fine) {
  .offering-page .offer-options:has(> .offer-option:hover) > .offer-option { border-color: var(--navy); }
  .offering-page .offer-options:has(> .offer-option:hover) > .offer-option:hover { border-color: var(--gold); }
}
.offer-option > .site-icon { width: 40px; height: 40px; margin-bottom: 20px; color: var(--gold); }
.offer-option h3 { font-size: 1.4rem; line-height: 1.2; }
.offer-option-kicker { margin: 0 0 20px; color: var(--text-muted); font-size: .83rem; font-weight: 700; }
.offer-checklist { padding: 0; margin: 0 0 30px; list-style: none; }
.offer-checklist li { position: relative; padding-left: 25px; margin-bottom: 12px; font-size: .88rem; line-height: 1.6; }
.offer-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.offer-option > .button { width: 100%; margin-top: auto; padding-inline: 18px; }
.offering-page .button, .offering-page .button .text { white-space: normal; }
.offering-page .button .text-container { overflow: visible; }
.offer-option > p:not(.offer-option-kicker) { margin: 0 0 28px; font-size: .95rem; }
.offer-option .offer-option-note { color: var(--text-muted); font-size: .8rem; }
.offer-option-centered { align-items: center; text-align: center; }
.offer-option-centered h3 { max-width: 330px; margin-bottom: 20px; }
.offer-continuation { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-continuation .offer-focus-card { padding: 30px; background: var(--surface-cloud); transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease; }
@media (hover: hover) and (pointer: fine) {
  .offer-continuation .offer-focus-card:hover { background: var(--white); transform: translateY(-6px); box-shadow: 0 18px 42px rgba(var(--navy-rgb), .14); }
}
.offer-footnote { margin-top: 26px; color: var(--text-muted); font-size: .85rem; text-align: center; }
.offer-closing { padding: 54px 24px; color: var(--white); text-align: center; background: linear-gradient(100deg, rgba(var(--navy-deep-rgb), .96), rgba(var(--navy-rgb), .82)), url("assets/about-footer-mountains.png") center / cover; }
.offer-closing > p { max-width: 620px; margin: 18px auto 24px; line-height: 1.7; }
.offer-closing > .button { margin-top: 24px; }

.program-closing {
  min-height: 410px;
  padding: 105px 24px 90px;
  border-top: 5px solid var(--gold);
  background: linear-gradient(100deg, rgba(var(--navy-deep-rgb), .9), rgba(var(--navy-rgb), .68)), url("assets/about-footer-mountains.png") center / cover no-repeat;
}

.program-closing .offer-eyebrow {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: clamp(.78rem, 1.2vw, 1rem);
  letter-spacing: .2em;
}

.program-closing h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.program-closing > p:not(.offer-eyebrow) {
  max-width: 980px;
  margin: 28px auto 12px;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  font-weight: 500;
  line-height: 1.75;
}

.program-participation-closing {
  min-height: clamp(600px, 52.5vw, 700px);
  padding: 72px 24px 82px;
  box-sizing: border-box;
}

.program-participation-closing .offer-shell {
  width: min(calc(100% - 48px), 1000px);
}

.program-participation-closing .offer-section-heading {
  margin-bottom: 42px;
}

.program-participation-closing .offer-section-heading h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.program-participation-closing .offer-option {
  min-height: 360px;
  padding: 36px;
  align-items: center;
  color: var(--navy);
  text-align: center;
  border-color: var(--gold);
  background: rgba(255, 255, 255, .96);
}

.program-participation-closing .offer-option > .site-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto -8px;
}

.program-participation-closing .offer-option h3 {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.program-participation-closing .offer-option-kicker {
  max-width: 390px;
  margin: 0 auto 24px;
  line-height: 1.55;
  text-align: center;
}

.program-participation-closing .offer-checklist {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}

.program-participation-closing .offer-checklist li {
  line-height: 1.55;
}

.workshop-participation-closing {
  min-height: 0;
  padding-block: 68px 76px;
}

.workshop-participation-closing .offer-shell {
  width: min(calc(100% - 48px), 1180px);
}

.workshop-participation-closing .offer-section-heading h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.4rem);
}

.workshop-participation-options {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-participation-closing .workshop-participation-option {
  min-height: 320px;
  padding: 24px 20px;
}

.workshop-participation-closing .offer-option > .workshop-participation-icon {
  display: grid;
  width: 58px;
  height: 44px;
  margin: 0 auto 8px;
  place-items: center;
  color: var(--gold);
  font-size: 2.25rem;
  line-height: 1;
}

.workshop-participation-closing .offer-option h3 {
  min-height: 2.4em;
  margin-bottom: 14px;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.workshop-participation-closing .offer-option-kicker {
  margin-bottom: 20px;
  font-size: .76rem;
  line-height: 1.45;
}

.program-participation-closing .workshop-participation-option > .workshop-participation-price {
  margin: auto 0 8px;
  color: var(--gold);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.program-participation-closing .workshop-participation-option > .workshop-participation-note {
  min-height: 2.5em;
  margin: 0 0 14px;
  color: var(--text-muted);
  font-size: .58rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.workshop-participation-option .button .text {
  font-size: clamp(.58rem, .72vw, .7rem);
  white-space: nowrap;
}

.program-participation-closing .workshop-participation-option > .button {
  margin-top: auto;
}
.offer-centered-copy { max-width: 850px; margin-inline: auto; text-align: center; }
.offer-centered-copy p { font-size: 1.04rem; line-height: 1.85; }
.offer-band { padding: 38px 24px; background: #e8f1fb; text-align: center; }
.offer-workshop-photo { margin: 0; }
.offer-workshop-photo img { display: block; width: 100%; height: auto; }
.offer-workshop-photo figcaption { margin-top: 16px; text-align: center; color: var(--text-muted); font-size: .78rem; line-height: 1.6; }
.workshops-page .offer-split { grid-template-columns: .9fr 1.1fr; gap: 54px; }
.offer-anchor { scroll-margin-top: 115px; }
.offer-skip-link { position: fixed; top: 8px; left: 16px; z-index: 11000; padding: 12px 18px; background: var(--white); color: var(--navy); font-weight: 700; transform: translateY(-160%); }
.offer-skip-link:focus { transform: translateY(0); }
@media (max-width: 1000px) {
  .offer-focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-split, .workshops-page .offer-split { gap: 36px; }
  .offer-book { padding-left: 30px; }
  .offer-option { padding: 28px; }
  .workshop-participation-options { max-width: 620px; grid-template-columns: 1fr; }
  .program-participation-closing .workshop-participation-option { min-height: 0; }
}
@media (max-width: 760px) {
  .offer-shell { width: min(calc(100% - 36px), 620px); }
  .offer-section { padding-block: 48px; }
  .offer-section.offer-workshop-intro { padding-block: 24px; }
  .offer-hero .offer-shell { padding-block: 54px; }
  .offer-hero::before { opacity: .75; background-position: right bottom; }
  .offer-hero-copy { width: 100%; }
  .offer-hero h1 { font-size: clamp(2rem, 7.5vw, 3rem); }
  .offer-hero-lead { font-size: 1.05rem; }
  .offer-split, .workshops-page .offer-split, .offer-options, .offer-continuation { grid-template-columns: 1fr; }
  .offer-book { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--border-soft); }
  .offer-book img { width: min(65%, 230px); }
  .offer-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 18px; }
  .offer-band { padding-block: 30px; }
}
@media (max-width: 480px) {
  .offer-hero .offer-shell { min-height: 42rem; }
  .offer-focus-grid { grid-template-columns: 1fr; }
  .offer-focus-card { padding: 24px 20px; }
  .offer-steps { grid-template-columns: 1fr; }
  .offer-step { padding-bottom: 24px; }
  .offer-option { padding: 28px 22px; }
  .offer-hero .button, .offer-closing .button { width: 100%; padding-inline: 18px; }
}

/* Workshop reference build */
.workshop-reference-page {
  --workshop-blue: #072b47;
  --workshop-blue-deep: #05233a;
  --workshop-gold: var(--gold);
  color: var(--workshop-blue);
}

.workshop-hero {
  display: grid;
  min-height: 500px;
  place-items: center;
  padding: 70px 24px 58px;
  color: var(--white);
  text-align: center;
  background: url("assets/Transformyourmessage-hero-workshop.jpg") 35% 28% / cover no-repeat;
}

.workshop-hero-inner {
  width: min(100%, 1120px);
}

.workshop-hero-kicker,
.workshop-hero-lead,
.workshop-hero h1,
.workshop-intro-section h2,
.workshop-benefit h3,
.workshop-guide-copy h2,
.workshop-section-heading h2,
.workshop-option-card h3,
.workshop-closing h2 {
  text-transform: uppercase;
}

.workshop-hero-kicker {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 32px);
  font-size: clamp(.9rem, 1.6vw, 1.08rem);
  font-weight: 800;
}

.workshop-hero-kicker::before,
.workshop-hero-kicker::after {
  content: "";
  width: clamp(54px, 7vw, 92px);
  height: 1px;
  flex: 0 0 auto;
  background: var(--gold);
}

.workshop-hero h1 {
  margin: 0;
  color: var(--workshop-gold);
  font-family: "Oswald", "Montserrat", sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.03;
}

.workshop-hero-lead {
  margin: 22px auto 0;
  font-size: clamp(.86rem, 1.45vw, 1.06rem);
  font-weight: 800;
  line-height: 1.55;
}

.workshop-divider,
.workshop-title-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.workshop-divider {
  margin: 32px auto 0;
}

.workshop-divider span {
  width: min(23vw, 180px);
  height: 2px;
  background: var(--workshop-gold);
}

.workshop-divider img,
.workshop-title-divider img {
  width: 34px;
  height: auto;
  object-fit: contain;
}

.workshop-intro-section {
  padding: 56px 24px 48px;
  background: var(--white);
}

.workshop-narrow {
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
}

.workshop-intro-section h2,
.workshop-guide-copy h2,
.workshop-section-heading h2,
.workshop-option-card h3,
.workshop-benefit h3 {
  font-family: "Oswald", "Montserrat", sans-serif;
}

.workshop-intro-section h2 {
  margin: 0 0 20px;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  letter-spacing: .02em;
  line-height: 1.15;
}

.workshop-intro-section h2 strong {
  color: var(--workshop-gold);
  font-weight: 700;
}

.workshop-narrow > p {
  margin: 0 auto 22px;
  font-size: clamp(.9rem, 1.35vw, 1.02rem);
  font-weight: 600;
  line-height: 1.7;
}

.workshop-divider-small {
  margin: 12px auto 26px;
}

.workshop-divider-small span,
.workshop-title-divider span {
  width: 54px;
  height: 1px;
  background: var(--workshop-gold);
}

.workshop-divider-small img,
.workshop-title-divider img {
  width: 26px;
}

.workshop-narrow .workshop-intro-emphasis {
  margin-bottom: 0;
  font-weight: 800;
}

.workshop-benefits {
  display: grid;
  width: min(100%, 1040px);
  margin: 48px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workshop-benefit {
  min-height: 190px;
  padding: 0 34px;
  text-align: center;
}

.workshop-benefit + .workshop-benefit {
  border-left: 1px solid rgba(8, 40, 65, .42);
}

.workshop-benefit-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  color: #315fbb;
  background: #f0f5fd;
}

.workshop-benefit-icon .site-icon,
.workshop-benefit-icon .workshop-bulb-icon {
  width: 41px;
  height: 41px;
}

.workshop-bulb-icon {
  display: block;
  background: currentColor;
  -webkit-mask: url("assets/icons/lightbulb.svg") center / contain no-repeat;
  mask: url("assets/icons/lightbulb.svg") center / contain no-repeat;
  font-size: 0;
}

.workshop-benefit h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 700;
  line-height: 1.05;
}

.workshop-benefit-line {
  display: block;
  white-space: nowrap;
}

.workshop-guide-section {
  padding: 44px 24px;
  background: #e8f1fb;
}

.workshop-guide-inner {
  display: grid;
  width: min(100%, 1030px);
  margin: 0 auto;
  align-items: center;
  grid-template-columns: 270px 1px 1fr;
  gap: 54px;
}

.workshop-guide-photo {
  position: relative;
  width: 240px;
  aspect-ratio: .83;
  margin: 0 auto 14px;
}

.workshop-guide-photo span {
  position: absolute;
  z-index: 0;
  right: 14px;
  bottom: -14px;
  width: 100%;
  height: 100%;
  background: #0b4e80;
}

.workshop-guide-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center 28%;
}

.workshop-guide-rule {
  width: 1px;
  height: 270px;
  background: var(--workshop-gold);
}

.workshop-guide-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.1;
}

.workshop-guide-copy .workshop-title-divider {
  justify-content: flex-start;
  margin: 10px 0 25px;
}

.workshop-guide-copy p {
  margin: 0 0 18px;
  font-size: .96rem;
  line-height: 1.55;
}

.workshop-guide-copy p:last-child {
  margin-bottom: 0;
}

.workshop-options-section {
  padding: 54px 24px 62px;
  scroll-margin-top: 76px;
  background: var(--white);
}

.workshop-section-heading {
  text-align: center;
}

.workshop-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
}

.workshop-section-heading .workshop-title-divider {
  margin: 18px 0 34px;
}

.workshop-option-grid {
  display: grid;
  width: min(100%, 900px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.workshop-option-card {
  display: flex;
  min-height: 360px;
  padding: 34px 36px 28px;
  align-items: center;
  flex-direction: column;
  border: 2px solid var(--workshop-gold);
  border-radius: 12px;
  text-align: center;
}

.workshop-card-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  color: var(--workshop-gold);
  font-size: 34px;
}

.workshop-option-card h3 {
  margin: 0 0 24px;
  font-size: 1.33rem;
  line-height: 1.08;
}

.workshop-option-card p {
  max-width: 330px;
  margin: 0 auto 30px;
  font-size: .86rem;
  line-height: 1.55;
}

.workshop-option-card .button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  border: 0;
  font-size: .73rem;
}

.workshop-closing {
  padding: 55px 24px 62px;
  color: var(--white);
  text-align: center;
  background: var(--workshop-blue);
}

.workshop-closing h2 {
  margin: 0;
  color: var(--workshop-gold);
  font-family: "Oswald", "Montserrat", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  line-height: 1.15;
}

.workshop-closing .workshop-divider {
  margin-top: 24px;
}

.workshop-closing .workshop-divider span {
  width: 105px;
}

.workshop-closing p {
  margin: 26px auto 0;
  font-size: .95rem;
  line-height: 1.65;
}

.workshop-booking-dialog {
  width: min(calc(100% - 32px), 960px);
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--gold-rgb), .55);
  border-radius: 14px;
  color: var(--workshop-blue);
  background: var(--white);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.workshop-booking-dialog::backdrop {
  background: rgba(2, 17, 30, .78);
}

.workshop-dialog-header {
  display: flex;
  min-height: 70px;
  padding: 16px 20px 16px 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  background: var(--workshop-blue);
}

.workshop-dialog-header h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  text-transform: uppercase;
}

.workshop-dialog-close {
  width: 42px;
  height: 42px;
  padding: 0;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.workshop-booking-dialog iframe {
  display: block;
  width: 100%;
  min-height: min(730px, calc(100vh - 102px));
  border: 0;
  background: var(--white);
}

@media (max-width: 900px) {
  .workshop-guide-inner {
    grid-template-columns: 220px 1px 1fr;
    gap: 32px;
  }
  .workshop-guide-photo { width: 205px; }
}

@media (max-width: 760px) {
  .workshop-hero { min-height: 460px; padding-block: 60px 48px; }
  .workshop-benefits { grid-template-columns: 1fr; gap: 32px; }
  .workshop-benefit { min-height: 0; padding: 0 20px 32px; }
  .workshop-benefit + .workshop-benefit { padding-top: 32px; border-top: 1px solid rgba(8, 40, 65, .28); border-left: 0; }
  .workshop-guide-inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .workshop-guide-rule { width: min(100%, 320px); height: 1px; margin: 0 auto; }
  .workshop-guide-copy .workshop-title-divider { justify-content: center; }
  .workshop-option-grid { grid-template-columns: 1fr; }
  .workshop-option-card { min-height: 340px; }
}

@media (max-width: 520px) {
  .workshop-hero { min-height: 430px; padding-inline: 18px; }
  .workshop-hero h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .workshop-intro-section, .workshop-options-section { padding-inline: 18px; }
  .workshop-intro-section { padding-top: 46px; }
  .workshop-option-card { padding-inline: 22px; }
  .desktop-only { display: none; }
  .workshop-booking-dialog { width: calc(100% - 16px); }
}

/* Workshop screenshot fidelity pass */
.workshop-reference-page :is(
  .workshop-hero h1,
  .workshop-intro-section h2,
  .workshop-guide-copy h2,
  .workshop-section-heading h2,
  .workshop-closing h2
) {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
}

.workshop-reference-page :is(
  .workshop-benefit h3,
  .workshop-option-card h3
) {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.workshop-hero {
  min-height: 530px;
  padding-block: 62px 54px;
}

.workshop-hero-kicker {
  margin-bottom: 24px;
  font-size: .8rem;
  letter-spacing: .13em;
}

.workshop-reference-page .workshop-hero h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.1rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.02;
}

.workshop-hero .workshop-divider {
  margin-top: 24px;
}

.workshop-hero .workshop-divider span {
  width: min(24vw, 205px);
}

.workshop-hero-lead {
  margin-top: 34px;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.workshop-intro-section {
  min-height: 575px;
  padding-block: 60px 54px;
}

.workshop-narrow {
  width: min(72%, 720px);
}

.workshop-intro-section h2 {
  margin-bottom: 26px;
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
  line-height: 1.15;
}

.workshop-narrow > p {
  margin-bottom: 24px;
  font-size: clamp(.86rem, 1.2vw, 1rem);
  line-height: 1.55;
}

.workshop-divider-small {
  margin-top: 26px;
  margin-bottom: 30px;
}

.workshop-narrow .workshop-intro-emphasis {
  font-size: clamp(.88rem, 1.2vw, 1rem);
  line-height: 1.45;
}

.workshop-benefits {
  width: min(72%, 780px);
  margin-top: 52px;
}

.workshop-benefit {
  min-height: 205px;
  padding-inline: 24px;
}

.workshop-benefit-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 19px;
}

.workshop-benefit h3 {
  font-size: 1.05rem;
  line-height: 1.4;
}

.workshop-guide-section {
  min-height: 390px;
  padding-block: 48px;
}

.workshop-guide-inner {
  width: min(76%, 1120px);
  grid-template-columns: minmax(230px, 290px) 1px minmax(0, 1fr);
  gap: 64px;
}

.workshop-guide-photo {
  width: min(100%, 290px);
}

.workshop-guide-photo span {
  right: 14px;
  bottom: -14px;
}

.workshop-guide-rule {
  height: 320px;
}

.workshop-guide-copy h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
  line-height: 1.15;
}

.workshop-guide-copy .workshop-title-divider {
  margin: 12px 0 28px;
}

.workshop-guide-copy .workshop-title-divider span {
  width: 100px;
}

.workshop-guide-copy p {
  margin-bottom: 22px;
  font-size: clamp(.88rem, 1.25vw, 1rem);
  line-height: 1.5;
}

.workshop-options-section {
  padding-block: 52px 58px;
}

.workshop-section-heading h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
}

.workshop-section-heading .workshop-title-divider {
  margin-block: 14px 30px;
}

.workshop-option-grid {
  width: min(100%, 1000px);
  gap: 28px;
}

.workshop-option-card {
  min-height: 290px;
  padding: 36px;
}

.workshop-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  font-size: 52px;
}

.workshop-option-card h3 {
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.workshop-option-card p {
  max-width: 370px;
  margin-bottom: 20px;
  font-size: clamp(.68rem, 1vw, .82rem);
  line-height: 1.45;
}

.workshop-copy-line {
  display: block;
  white-space: nowrap;
}

.workshop-option-card .button {
  min-height: 42px;
  font-size: .75rem;
  white-space: nowrap;
}

.workshop-option-card .button .text {
  white-space: nowrap;
}

.workshop-closing {
  min-height: 255px;
  padding-block: 44px 48px;
  background: linear-gradient(100deg, rgba(var(--navy-deep-rgb), .9), rgba(var(--navy-rgb), .68)), url("assets/about-footer-mountains.png") center / cover no-repeat;
}

.workshop-closing h2 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
}

.workshop-closing .workshop-divider {
  margin-top: 22px;
}

.workshop-closing p {
  width: min(72%, 800px);
  margin-top: 24px;
  font-size: clamp(.82rem, 1.15vw, .96rem);
  line-height: 1.55;
}

.workshop-participation-closing {
  min-height: clamp(600px, 52.5vw, 700px);
  padding: 72px 24px 82px;
  box-sizing: border-box;
}

.workshop-participation-closing .workshop-section-heading h2 {
  color: var(--white);
}

.workshop-participation-closing .workshop-option-card {
  color: var(--workshop-blue);
  background: rgba(255, 255, 255, .96);
}

.workshop-participation-closing .workshop-option-card p {
  width: auto;
  margin-top: 0;
  color: var(--workshop-blue);
}

@media (max-width: 1000px) {
  .workshop-option-card {
    padding: 28px;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  .workshop-option-card h3 {
    font-size: clamp(.92rem, 1.8vw, 1.15rem);
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .workshop-benefits {
    width: min(100%, 780px);
  }
  .workshop-benefit {
    padding-inline: 16px;
  }
  .workshop-guide-inner {
    width: min(82%, 760px);
    grid-template-columns: minmax(190px, 31%) 1px 1fr;
    gap: 34px;
  }
  .workshop-guide-photo { width: min(100%, 235px); }
  .workshop-guide-rule { height: 285px; }
}

@media (max-width: 760px) {
  .workshop-hero { min-height: 465px; }
  .workshop-hero h1 { font-size: clamp(2rem, 7.5vw, 3rem); }
  .workshop-narrow, .workshop-benefits, .workshop-option-grid, .workshop-closing p { width: min(100%, 620px); }
  .workshop-intro-section { min-height: 0; }
  .workshop-benefit { min-height: 0; }
  .workshop-guide-section { min-height: 0; }
  .workshop-guide-inner { width: min(100%, 620px); grid-template-columns: 1fr; }
  .workshop-guide-rule { width: min(100%, 320px); height: 1px; }
  .workshop-option-card { min-height: 300px; }
  .workshop-closing { min-height: 0; }
  .program-participation-closing,
  .workshop-participation-closing {
    min-height: 0;
    padding: 56px 18px 64px;
  }
}

@media (max-width: 480px) {
  .workshop-option-card {
    padding-inline: 22px;
  }

  .workshop-option-card p {
    font-size: clamp(.62rem, 2.7vw, .72rem);
  }
}

/* Sales System hero reference layout */
.program-page .offer-hero::before {
  background:
    linear-gradient(90deg, var(--navy-deep) 0%, rgba(var(--navy-deep-rgb), .9) 30%, rgba(var(--navy-deep-rgb), .28) 100%),
    url("assets/hero-mountain.png") right center / auto 120% no-repeat;
}

.program-page.workshop-program-page .offer-hero::before {
  background:
    linear-gradient(90deg, rgba(var(--navy-deep-rgb), .42), rgba(var(--navy-deep-rgb), .18)),
    url("assets/Transformyourmessage-hero-workshop.jpg") center 28% / cover no-repeat;
}

.program-page .offer-hero .offer-shell {
  width: min(calc(100% - 48px), 1600px);
  min-height: 530px;
  padding-block: 62px 54px;
  justify-content: center;
}

.program-page .offer-hero-copy {
  width: min(100%, 1260px);
  text-align: center;
}

.program-page .offer-hero .offer-eyebrow {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 32px);
  color: var(--white);
  font-size: .8rem;
  letter-spacing: .13em;
}

.program-page .offer-hero .offer-eyebrow::before,
.program-page .offer-hero .offer-eyebrow::after {
  content: "";
  width: clamp(54px, 7vw, 92px);
  height: 1px;
  flex: 0 0 auto;
  background: var(--gold);
}

.program-page .offer-hero h1 {
  max-width: none;
  margin-inline: auto;
  color: var(--gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.1rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.02;
}

.program-page .program-hero-divider {
  margin: 24px 0 0;
}

.program-page .program-hero-divider::before,
.program-page .program-hero-divider::after {
  width: min(24vw, 205px);
  height: 2px;
}

.program-page .program-hero-divider img {
  width: 34px;
  height: auto;
}

.program-page .offer-hero-lead {
  max-width: none;
  margin: 34px 0 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .program-page .offer-hero {
    min-height: 465px;
  }

  .program-page .offer-hero .offer-shell {
    min-height: 465px;
    padding-block: 54px;
  }

  .program-page .offer-hero .offer-eyebrow {
    margin-bottom: 24px;
    gap: 12px;
    letter-spacing: .12em;
  }

  .program-page .offer-hero .offer-eyebrow::before,
  .program-page .offer-hero .offer-eyebrow::after {
    width: clamp(24px, 8vw, 48px);
  }

  .program-page .program-hero-divider {
    margin-top: 24px;
  }
}

/* Sales Intensive Workshop: why this workshop */
.program-page {
  --service-card-gap: 32px;
}

.workshop-why-section {
  padding: var(--service-card-gap) 24px 0;
  background: #e8f1fb;
}

.workshop-why-shell {
  width: min(calc(100% - 48px), 1600px);
}

.workshop-why-panel {
  padding: 58px 64px 64px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(var(--navy-rgb), .08);
}

.workshop-why-eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.workshop-why-panel > h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-transform: uppercase;
}

.workshop-why-rule {
  width: 112px;
  height: 5px;
  margin-top: 26px;
  background: var(--gold);
}

.workshop-why-grid {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.workshop-why-card {
  padding: 24px 26px 30px;
  border: 1px solid var(--border-soft);
  border-top: 7px solid var(--gold);
  border-radius: 8px;
  background: #f8fafc;
}

.workshop-why-number {
  display: grid;
  width: 58px;
  min-height: 34px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: .74rem;
  font-weight: 900;
}

.workshop-why-card h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.workshop-why-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.workshop-solution-band {
  display: grid;
  margin-top: 30px;
  padding: 30px 34px;
  align-items: center;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.6fr);
  border-left: 8px solid var(--gold);
  border-radius: 8px;
  background: var(--navy-deep);
  color: var(--white);
}

.workshop-solution-heading {
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.workshop-solution-heading p {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.workshop-solution-heading h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.solution-heading-line {
  display: block;
  white-space: nowrap;
}

.workshop-solution-band > p {
  margin: 0;
  padding-left: 42px;
  color: rgba(255, 255, 255, .82);
  font-size: .94rem;
  line-height: 1.6;
}

.transformation-why-panel,
.tracking-why-panel,
.marketing-why-panel {
  margin-bottom: var(--service-card-gap);
}

@media (max-width: 900px) {
  .workshop-why-grid {
    grid-template-columns: 1fr;
  }

  .workshop-solution-band {
    grid-template-columns: 1fr;
  }

  .workshop-solution-heading {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }

  .workshop-solution-band > p {
    padding: 24px 0 0;
  }
}

@media (max-width: 760px) {
  .program-page {
    --service-card-gap: 24px;
  }

  .workshop-why-section {
    padding: var(--service-card-gap) 18px 0;
  }

  .workshop-why-shell {
    width: min(100%, 620px);
  }

  .workshop-why-panel {
    padding: 38px 22px 42px;
  }

  .workshop-why-panel > h2 br {
    display: none;
  }

  .workshop-solution-band {
    padding: 26px 22px;
  }
}

/* Sales System build overview reference layout */
.program-build-overview {
  padding-block: var(--service-card-gap);
  background: #e8f1fb;
}

.program-manage-overview {
  padding-block: 102px 120px;
  background: #e8f1fb;
}

.program-market-overview {
  padding-block: 102px 120px;
  background: #e8f1fb;
}

.program-build-shell {
  width: min(calc(100% - 48px), 1600px);
}

.program-build-heading {
  width: min(100%, 1320px);
  margin: 0 auto;
  text-align: center;
}

.program-build-overview .program-build-heading,
.program-manage-overview .program-build-heading,
.program-market-overview .program-build-heading {
  width: 100%;
  padding: 58px 64px 64px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(var(--navy-rgb), .08);
}

.program-part-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.program-client-pill {
  display: inline-block;
  margin: 0 0 32px;
  padding: 8px 20px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.offer-section .program-build-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1.05;
}

@media (min-width: 900px) {
  #program-intro-title br {
    display: none;
  }
}

.program-build-heading .program-build-lead {
  max-width: 1280px;
  margin: 34px auto 0;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  font-weight: 500;
  line-height: 1.85;
}

.program-includes-card {
  margin-top: 32px;
  padding: 58px 64px 70px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(var(--navy-rgb), .08);
}

.program-workshop-summary-card {
  margin-bottom: 32px;
  padding: 46px 64px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(var(--navy-rgb), .08);
  text-align: center;
}

.program-workshop-summary-card p {
  max-width: 1340px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  font-weight: 500;
  line-height: 1.75;
}

.program-build-overview .program-includes-card {
  margin-top: 0;
}

.offer-section .program-includes-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.program-includes-rule {
  width: 108px;
  height: 4px;
  margin: 24px 0 42px;
  background: var(--gold);
}

.program-includes-intro {
  margin: 28px 0 40px;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 500;
  line-height: 1.6;
}

.program-includes-list {
  display: grid;
  gap: 24px;
}

.program-includes-card > h3 + .program-includes-list {
  margin-top: 42px;
}

.program-includes-step {
  padding: 34px 40px;
  border: 1px solid var(--border-soft);
  border-left: 7px solid var(--gold);
  border-radius: 8px;
  background: var(--surface-cloud);
}

.program-step-heading {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.program-step-number {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--navy);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.program-step-heading h4 {
  margin: 0;
  font-size: clamp(1.2rem, 1.65vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.1;
  text-transform: uppercase;
}

.program-step-heading p {
  margin: 0;
  color: var(--gold);
  font-size: clamp(.85rem, 1.1vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
}

.program-includes-step > p {
  margin: 0;
  font-size: clamp(.95rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.75;
}

.program-includes-outcome {
  max-width: 1420px;
  margin: 52px auto 0;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 760px) {
  .program-build-overview,
  .program-manage-overview,
  .program-market-overview {
    padding-block: var(--service-card-gap);
  }

  .program-build-shell {
    width: min(calc(100% - 36px), 620px);
  }

  .program-build-overview .program-build-heading,
  .program-manage-overview .program-build-heading,
  .program-market-overview .program-build-heading {
    padding: 42px 22px 46px;
  }

  .program-includes-card {
    margin-top: 24px;
    padding: 38px 22px 48px;
  }

  .program-workshop-summary-card {
    margin-bottom: 24px;
    padding: 34px 22px;
  }

  .program-includes-outcome {
    margin-top: 36px;
  }

  .program-includes-step {
    padding: 26px 22px;
  }

  .program-step-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
