/* Homepage information architecture v2 — photo-led community experience */

.home-page {
  background: #eef0ec;
}

.home-page .home-shell {
  width: min(100%, 1520px);
  max-width: 1520px;
}

.home-page .home-header {
  margin-bottom: 16px;
}

.home-page .home-main {
  display: grid;
  gap: 24px;
}

.home-page .editorial-index {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #168c88;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.home-page .editorial-index::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ed755d;
}

/* Full-photo hero */
.photo-hero {
  position: relative;
  min-height: clamp(680px, 68vw, 820px);
  overflow: hidden;
  border-radius: 42px;
  background: #10283d;
  box-shadow: 0 30px 80px rgba(16, 40, 61, 0.2);
  isolation: isolate;
}

.photo-hero-image,
.photo-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center 44%;
}

.photo-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 24, 37, 0.95) 0%, rgba(8, 28, 42, 0.83) 36%, rgba(8, 26, 39, 0.28) 68%, rgba(8, 26, 39, 0.12) 100%),
    linear-gradient(0deg, rgba(6, 20, 31, 0.64) 0%, transparent 42%);
}

.photo-hero-content {
  position: absolute;
  top: 50%;
  left: clamp(34px, 6vw, 90px);
  width: min(620px, 54%);
  transform: translateY(-48%);
  color: #fff;
}

.hero-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.hero-label span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #9ae0d7;
}

.photo-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 6.4vw, 6rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.photo-hero h1 strong {
  color: #f4d276;
  font-weight: 900;
}

.photo-hero-content > p:not(.hero-label) {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 2;
}

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

.photo-hero-actions .btn {
  min-width: 190px;
  min-height: 54px;
}

.hero-primary {
  background: #ed755d;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.hero-primary:hover,
.hero-primary:focus-visible {
  background: #d95f49;
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(9, 29, 43, 0.24);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.69);
  font-size: 0.76rem;
}

.hero-facts li {
  position: relative;
  padding-left: 15px;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6fc9bd;
}

.hero-photo-note {
  position: absolute;
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(22px, 4vw, 46px);
  display: grid;
  max-width: 230px;
  gap: 2px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(7, 25, 37, 0.5);
  color: #fff;
  backdrop-filter: blur(12px);
}

.hero-photo-note span {
  color: #8ed8ce;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero-photo-note strong {
  font-size: 0.82rem;
}

.hero-photo-note small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

/* Purpose-based shortcuts */
.purpose-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(24, 50, 74, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(24, 50, 74, 0.08);
}

.purpose-nav > a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 110px;
  padding: 22px;
  border-right: 1px solid rgba(24, 50, 74, 0.1);
  transition: background 180ms ease, color 180ms ease;
}

.purpose-nav > a:last-child {
  border-right: 0;
}

.purpose-nav > a:hover,
.purpose-nav > a:focus-visible {
  background: #e4f3ef;
  color: #0d726f;
}

.purpose-number {
  color: #ed755d;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.purpose-nav a > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.purpose-nav small {
  color: #7a8b95;
  font-size: 0.66rem;
  font-weight: 600;
}

.purpose-nav strong {
  color: #18324a;
  font-size: 0.88rem;
}

.purpose-arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(24, 50, 74, 0.14);
  border-radius: 50%;
  color: #168c88;
  font-size: 0.9rem;
}

/* Photo experience mosaic */
.experience-section {
  padding: clamp(64px, 8vw, 112px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(24, 50, 74, 0.08);
}

.editorial-heading {
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 76px);
}

.editorial-heading h2,
.programs-intro h2,
.intro-video-copy h2,
.format-copy h2,
.report-heading h2,
.join-intro h2,
.trust-copy h2,
.access-section > header h2,
.home-auth-heading h2,
.contact-compact h2 {
  margin: 16px 0 0;
  color: #10283d;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.055em;
}

.editorial-heading h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
}

.editorial-heading > p {
  margin: 0;
  color: #526a79;
  line-height: 2;
}

.experience-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 16px;
}

.experience-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dbe4e4;
  isolation: isolate;
}

.experience-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(8, 28, 42, 0.9) 0%, rgba(8, 28, 42, 0.08) 60%);
}

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.experience-photo:hover img {
  transform: scale(1.025);
}

.experience-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 7px;
  padding: clamp(20px, 3vw, 34px);
  color: #fff;
}

.experience-photo figcaption span {
  color: #83cfc5;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.experience-photo figcaption strong {
  max-width: 680px;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.experience-photo figcaption p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.experience-photo-main {
  grid-column: 1 / 8;
  grid-row: span 2;
}

.experience-photo-coaching {
  grid-column: 8 / 13;
}

.experience-photo-talk {
  grid-column: 8 / 13;
}

.experience-photo-community {
  grid-column: 1 / 13;
  grid-row: span 2;
}

.experience-photo-community img {
  object-position: center 42%;
}

.experience-quote {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  max-width: 860px;
  margin: clamp(50px, 8vw, 96px) auto 0;
  color: #18324a;
}

.experience-quote > span {
  color: #ed755d;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.8;
}

.experience-quote p {
  margin: 0;
  font-size: clamp(1.7rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.035em;
}

/* Outcome stories */
.programs-section {
  padding: clamp(66px, 8vw, 112px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 95% 2%, rgba(22, 140, 136, 0.28), transparent 32rem),
    #10283d;
  color: #fff;
  box-shadow: 0 28px 74px rgba(16, 40, 61, 0.2);
}

.programs-intro {
  display: grid;
  grid-template-columns: 1fr minmax(270px, 0.52fr);
  grid-template-areas:
    "index text"
    "title text";
  gap: 12px 80px;
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 96px);
}

.programs-intro .editorial-index {
  grid-area: index;
  color: #87d2c8;
}

.programs-intro h2 {
  grid-area: title;
  color: #fff;
}

.programs-intro > p {
  grid-area: text;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.95;
}

.program-story-list {
  display: grid;
  gap: clamp(72px, 10vw, 130px);
}

.program-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.program-story-reverse .program-story-image {
  order: 2;
}

.program-story-reverse .program-story-copy {
  order: 1;
}

.program-story-image {
  height: clamp(360px, 42vw, 560px);
  overflow: hidden;
  border-radius: 30px;
  background: #18384d;
}

.program-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-story-copy {
  position: relative;
  padding-top: 30px;
}

.program-story-number {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.11);
  font-size: clamp(5rem, 9vw, 8.5rem);
  font-weight: 900;
  line-height: 0.9;
}

.program-story-label {
  margin: 0 0 14px;
  color: #83cfc5;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.program-story-copy h3 {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.35;
  letter-spacing: -0.045em;
}

.program-story-copy > p:not(.program-story-label) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.95;
}

.program-story-copy ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
}

.program-story-copy li {
  position: relative;
  padding-left: 20px;
}

.program-story-copy li::before {
  content: "↳";
  position: absolute;
  left: 0;
  color: #ed8a76;
}

/* Event formats */
.event-format-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(44px, 8vw, 110px);
  padding: clamp(60px, 8vw, 100px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background: #f8f3e8;
}

.format-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.format-cards {
  display: grid;
  gap: 12px;
}

.format-cards article {
  display: grid;
  grid-template-columns: 54px minmax(160px, 0.4fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.format-cards article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #10283d;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
}

.format-cards article:nth-child(2) > span {
  background: #168c88;
}

.format-cards article:nth-child(3) > span {
  background: #ed755d;
}

.format-cards h3,
.format-cards p {
  margin: 0;
}

.format-cards h3 {
  color: #10283d;
  font-size: 1.05rem;
}

.format-cards p {
  color: #607580;
  font-size: 0.84rem;
  line-height: 1.8;
}

/* Event report */
.report-section {
  position: relative;
  padding: clamp(66px, 8vw, 112px) clamp(24px, 6vw, 88px);
  overflow: hidden;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(24, 50, 74, 0.08);
}

.report-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.report-heading h2 {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
}

.report-heading > p {
  flex: 0 0 auto;
  max-width: 360px;
  margin: 0;
  color: #607580;
  font-size: 0.86rem;
  line-height: 1.9;
}

.featured-report {
  position: relative;
  display: block;
  height: clamp(460px, 54vw, 680px);
  overflow: hidden;
  border-radius: 30px;
  background: #10283d;
  isolation: isolate;
}

.featured-report img,
.featured-report-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.featured-report img {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.featured-report:hover img {
  transform: scale(1.025);
}

.featured-report-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 27, 41, 0.91) 0%, rgba(8, 27, 41, 0.52) 47%, transparent 76%);
}

.featured-report-copy {
  position: absolute;
  bottom: clamp(34px, 6vw, 72px);
  left: clamp(28px, 6vw, 72px);
  max-width: 590px;
  color: #fff;
}

.featured-report-copy > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.featured-report-copy > p span {
  margin-right: 10px;
  color: #87d2c8;
}

.featured-report-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.report-link-label {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  font-weight: 800;
}

.report-side-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  gap: 46px;
  max-width: 900px;
  margin: 34px 0 0 auto;
  padding: 28px 0 0;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
}

.report-side-note strong {
  color: #10283d;
  font-size: 1.05rem;
}

.report-side-note p {
  margin: 0;
  color: #607580;
  font-size: 0.86rem;
}

.report-body {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: start;
  margin-top: 48px;
}

.report-kicker {
  color: #0d726f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.report-story h3,
.report-takeaways h3 {
  margin: 13px 0 0;
  color: #10283d;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.45;
}

.report-story p {
  margin: 20px 0 0;
  color: #526a79;
  line-height: 2;
}

.report-takeaways {
  padding: 30px;
  border-radius: 24px;
  background: #eef8f5;
}

.report-takeaways ul {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.report-takeaways li {
  position: relative;
  padding: 15px 0 15px 25px;
  border-top: 1px solid rgba(16, 40, 61, 0.1);
  color: #385362;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.75;
}

.report-takeaways li::before {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 0;
  color: #168c88;
  font-weight: 900;
}

.report-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  gap: 14px;
  margin-top: 48px;
}

.report-gallery figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #10283d;
}

.report-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(7, 24, 37, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

/* Joining journey */
.join-section {
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.05fr);
  gap: clamp(56px, 9vw, 130px);
  padding: clamp(66px, 8vw, 112px) clamp(24px, 6vw, 88px);
  border: 1px solid rgba(22, 140, 136, 0.13);
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 4%, rgba(255, 255, 255, 0.62), transparent 25rem),
    #dff2ee;
}

.join-intro {
  align-self: start;
}

.join-intro h2 {
  font-size: clamp(2.3rem, 4.5vw, 3.8rem);
}

.join-intro > p {
  margin: 24px 0 0;
  color: #536b78;
  line-height: 1.95;
}

.join-main-button {
  margin-top: 28px;
  background: #ed755d;
  color: #fff;
}

.join-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.join-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 0 0 38px;
}

.join-timeline li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 6px;
  left: 28px;
  width: 1px;
  background: rgba(22, 140, 136, 0.3);
}

.join-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #10283d;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.join-timeline li:nth-child(2) .join-step-number,
.join-timeline li:nth-child(3) .join-step-number {
  background: #168c88;
}

.join-timeline li:nth-child(4) .join-step-number {
  background: #ed755d;
}

.join-step-meta {
  margin: 0 0 4px;
  color: #0d726f;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.join-timeline h3 {
  margin: 0;
  color: #10283d;
  font-size: 1.22rem;
}

.join-timeline li div > p:last-child {
  margin: 8px 0 0;
  color: #58707d;
  font-size: 0.86rem;
  line-height: 1.8;
}

/* Trust */
.trust-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  min-height: 720px;
  padding: clamp(54px, 7vw, 88px) clamp(24px, 6vw, 76px);
  border-radius: 42px;
  background: #f4cf72;
}

.trust-portrait {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 580px;
  overflow: hidden;
  border-radius: 34px 34px 180px 34px;
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.65), transparent 22%),
    #dceee9;
}

.trust-portrait img {
  width: min(98%, 520px);
  height: auto;
  transform: scale(1.13);
  transform-origin: center bottom;
}

.trust-photo-label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16, 40, 61, 0.92);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.trust-copy h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.7rem);
}

.trust-copy blockquote {
  margin: 28px 0 0;
  color: #18324a;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.75;
}

.trust-name {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: baseline;
  margin-top: 28px;
}

.trust-name strong {
  color: #10283d;
  font-size: 1.5rem;
}

.trust-name span {
  color: #526570;
  font-size: 0.76rem;
  font-weight: 700;
}

.trust-copy > p {
  margin: 18px 0 0;
  color: #435b69;
  font-size: 0.92rem;
  line-height: 1.9;
}

.trust-credentials {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.trust-credentials li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid rgba(16, 40, 61, 0.16);
  color: #243e50;
  font-size: 0.82rem;
  font-weight: 700;
}

.trust-credentials span {
  color: #0d726f;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

/* Introduction video */
.intro-video-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 8vw, 108px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 6% 0, rgba(22, 140, 136, 0.24), transparent 26rem),
    #10283d;
  color: #fff;
}

.intro-video-copy h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
}

.intro-video-copy > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.95;
}

.intro-video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.intro-video-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
}

.intro-video-frame {
  position: relative;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  aspect-ratio: 16 / 9;
  background: #071825;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.intro-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Membership access */
.access-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(50px, 8vw, 110px);
  padding: clamp(66px, 8vw, 104px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(24, 50, 74, 0.08);
}

.access-section > header h2 {
  font-size: clamp(2.2rem, 4.1vw, 3.5rem);
}

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

.access-plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 26px;
}

.access-plan-free {
  background: #f6f8f6;
}

.access-plan-premium {
  border-color: rgba(237, 117, 93, 0.28);
  background: #fbe8e2;
}

.access-plan-label {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #dff2ee;
  color: #0d726f;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.access-plan-premium .access-plan-label {
  background: rgba(237, 117, 93, 0.14);
  color: #c9533e;
}

.access-plan h3 {
  margin: 20px 0 0;
  color: #10283d;
  font-size: 1.25rem;
}

.access-price {
  margin: 12px 0 0;
  color: #10283d;
  font-size: 2.1rem;
  font-weight: 900;
}

.access-price small {
  color: #75858e;
  font-size: 0.75rem;
}

.access-plan ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 28px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(24, 50, 74, 0.1);
  list-style: none;
  color: #526a78;
  font-size: 0.82rem;
}

.access-plan li::before {
  content: "✓";
  margin-right: 8px;
  color: #168c88;
  font-weight: 900;
}

.access-plan .btn {
  width: 100%;
  margin-top: auto;
  border: 0;
  background: #10283d;
  color: #fff;
}

.access-coming {
  margin-top: auto;
  padding: 13px;
  border: 1px dashed rgba(217, 95, 73, 0.34);
  border-radius: 12px;
  color: #9a5144;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
}

/* Auth */
.home-auth-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(50px, 8vw, 110px);
  padding: clamp(66px, 8vw, 104px) clamp(24px, 6vw, 88px);
  border-radius: 42px;
  background: #f7f1e8;
}

.home-auth-heading h2 {
  font-size: clamp(2.3rem, 4.4vw, 3.8rem);
}

.home-auth-heading > p {
  margin: 22px 0 0;
  color: #60737e;
  font-size: 0.88rem;
}

.home-auth-section .auth-wrapper {
  width: 100%;
  max-width: none;
  padding: 10px;
  align-self: start;
}

.home-auth-section .auth-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.home-auth-section .auth-panel[data-auth-state="signed-in"],
.home-auth-section .auth-wrapper[data-auth-state="signed-in"] .auth-panel {
  grid-template-columns: 1fr;
}

/* Partner / contact */
.partner-contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border-radius: 42px;
}

.partner-compact,
.contact-compact {
  padding: clamp(48px, 6vw, 78px);
}

.partner-compact {
  background: #dff2ee;
}

.partner-compact > a {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.partner-compact img {
  width: min(100%, 330px);
  height: auto;
  border-radius: 14px;
  background: #fff;
}

.partner-compact a span {
  color: #0d726f;
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-compact {
  background: #10283d;
  color: #fff;
}

.contact-compact .editorial-index {
  color: #83cfc5;
}

.contact-compact h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.contact-compact > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-compact > a {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-footer {
  padding-bottom: 86px;
}

.mobile-entry-cta {
  display: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .purpose-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .purpose-nav > a:nth-child(2) {
    border-right: 0;
  }

  .purpose-nav > a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(24, 50, 74, 0.1);
  }

  .editorial-heading,
  .programs-intro {
    gap: 42px;
  }

  .program-story {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
    gap: 42px;
  }

  .format-cards article {
    grid-template-columns: 50px 1fr;
  }

  .format-cards article p {
    grid-column: 2;
  }

  .access-section,
  .home-auth-section {
    grid-template-columns: 1fr;
  }

  .access-section > header,
  .home-auth-heading {
    max-width: 720px;
  }
}

@media (max-width: 860px) {
  .photo-hero {
    min-height: 760px;
  }

  .photo-hero-image {
    object-position: 59% center;
  }

  .photo-hero-shade {
    background:
      linear-gradient(0deg, rgba(7, 24, 37, 0.96) 0%, rgba(7, 24, 37, 0.84) 48%, rgba(7, 24, 37, 0.12) 100%),
      linear-gradient(90deg, rgba(7, 24, 37, 0.45), transparent);
  }

  .photo-hero-content {
    top: auto;
    right: 30px;
    bottom: 40px;
    left: 30px;
    width: auto;
    transform: none;
  }

  .hero-photo-note {
    display: none;
  }

  .experience-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .experience-photo-main,
  .experience-photo-community {
    grid-column: 1 / -1;
  }

  .experience-photo-coaching,
  .experience-photo-talk {
    grid-column: auto;
  }

  .editorial-heading,
  .programs-intro,
  .intro-video-section,
  .event-format-section,
  .join-section,
  .trust-section,
  .partner-contact-section {
    grid-template-columns: 1fr;
  }

  .programs-intro {
    grid-template-areas:
      "index"
      "title"
      "text";
  }

  .programs-intro > p {
    max-width: 680px;
    margin-top: 12px;
  }

  .program-story,
  .program-story-reverse {
    grid-template-columns: 1fr;
  }

  .program-story-reverse .program-story-image,
  .program-story-reverse .program-story-copy {
    order: initial;
  }

  .program-story-image {
    height: min(64vw, 480px);
  }

  .format-copy {
    max-width: 650px;
  }

  .report-heading {
    align-items: start;
    flex-direction: column;
  }

  .join-intro {
    max-width: 680px;
  }

  .trust-portrait {
    max-width: 480px;
    min-height: 430px;
  }

  .trust-section {
    min-height: 0;
  }

  .intro-video-copy {
    max-width: 680px;
  }

  .report-body {
    grid-template-columns: 1fr;
  }

  .partner-contact-section {
    overflow: visible;
  }

  .partner-compact,
  .contact-compact {
    border-radius: 34px;
  }
}

@media (max-width: 600px) {
  .home-page .home-shell {
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-page .home-main {
    gap: 14px;
  }

  .home-page .home-header {
    margin-bottom: 12px;
  }

  .photo-hero,
  .experience-section,
  .programs-section,
  .intro-video-section,
  .event-format-section,
  .report-section,
  .join-section,
  .trust-section,
  .access-section,
  .home-auth-section,
  .partner-compact,
  .contact-compact {
    border-radius: 26px;
  }

  .photo-hero {
    min-height: 690px;
  }

  .photo-hero-image {
    object-position: 57% top;
  }

  .photo-hero-content {
    right: 22px;
    bottom: 28px;
    left: 22px;
  }

  .hero-label {
    margin-bottom: 16px;
    font-size: 0.57rem;
    letter-spacing: 0.09em;
  }

  .photo-hero h1 {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .photo-hero-content > p:not(.hero-label) {
    margin-top: 18px;
    font-size: 0.86rem;
    line-height: 1.9;
  }

  .photo-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 20px;
  }

  .photo-hero-actions .btn {
    width: 100%;
  }

  .hero-facts {
    gap: 6px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 18px;
  }

  .purpose-nav {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .purpose-nav > a {
    min-height: 82px;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 50, 74, 0.1);
  }

  .purpose-nav > a:last-child {
    border-bottom: 0;
  }

  .experience-section,
  .programs-section,
  .intro-video-section,
  .event-format-section,
  .report-section,
  .join-section,
  .trust-section,
  .access-section,
  .home-auth-section {
    padding: 48px 20px;
  }

  .editorial-heading h2,
  .programs-intro h2,
  .intro-video-copy h2,
  .format-copy h2,
  .report-heading h2,
  .join-intro h2,
  .trust-copy h2,
  .access-section > header h2,
  .home-auth-heading h2,
  .contact-compact h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .editorial-heading h2,
  .join-intro h2,
  .home-auth-heading h2,
  .intro-video-copy h2,
  .trust-copy h2 {
    font-size: 1.9rem;
    letter-spacing: -0.04em;
  }

  .editorial-heading {
    gap: 22px;
  }

  .editorial-heading > p {
    font-size: 0.86rem;
  }

  .experience-mosaic {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .experience-photo,
  .experience-photo-main,
  .experience-photo-coaching,
  .experience-photo-talk,
  .experience-photo-community {
    grid-column: 1;
    grid-row: auto;
    min-height: 330px;
  }

  .experience-photo-main,
  .experience-photo-community {
    min-height: 430px;
  }

  .experience-photo figcaption strong {
    font-size: 1.05rem;
  }

  .experience-photo figcaption p {
    display: none;
  }

  .experience-quote {
    gap: 10px;
    margin-top: 54px;
  }

  .experience-quote > span {
    font-size: 3.5rem;
  }

  .experience-quote p {
    font-size: 1.55rem;
  }

  .program-story-list {
    gap: 70px;
  }

  .program-story-image {
    height: 340px;
    border-radius: 22px;
  }

  .program-story-copy h3 {
    font-size: 1.9rem;
  }

  .program-story-number {
    font-size: 5.5rem;
  }

  .format-cards article {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 18px;
  }

  .format-cards article > span {
    width: 42px;
    height: 42px;
  }

  .featured-report {
    height: 540px;
  }

  .featured-report img {
    object-position: 56% center;
  }

  .featured-report-overlay {
    background: linear-gradient(0deg, rgba(8, 27, 41, 0.94), rgba(8, 27, 41, 0.05) 78%);
  }

  .featured-report-copy {
    right: 22px;
    bottom: 28px;
    left: 22px;
  }

  .featured-report-copy h3 {
    font-size: 1.85rem;
  }

  .report-side-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .join-timeline li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }

  .join-step-number {
    width: 46px;
    height: 46px;
  }

  .join-timeline li:not(:last-child)::before {
    top: 44px;
    left: 22px;
  }

  .trust-portrait {
    min-height: 350px;
    border-radius: 24px 24px 100px 24px;
  }

  .trust-copy blockquote {
    font-size: 1.1rem;
  }

  .trust-photo-label {
    right: 16px;
    bottom: 16px;
  }

  .intro-video-frame {
    border-width: 6px;
    border-radius: 20px;
  }

  .report-body {
    margin-top: 34px;
  }

  .report-takeaways {
    padding: 22px;
  }

  .report-gallery {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .report-gallery figure {
    min-height: 300px;
  }

  .access-plans {
    grid-template-columns: 1fr;
  }

  .home-auth-section .auth-panel {
    padding: 22px;
  }

  .partner-contact-section {
    gap: 14px;
  }

  .partner-compact,
  .contact-compact {
    padding: 44px 22px;
  }

  .mobile-entry-cta {
    position: fixed;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: #ed755d;
    color: #fff;
    box-shadow: 0 14px 34px rgba(16, 40, 61, 0.25);
    font-size: 0.86rem;
    font-weight: 900;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-entry-cta.is-hidden {
    opacity: 0;
    transform: translateY(16px);
    pointer-events: none;
  }

  .home-footer {
    padding-bottom: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-photo img,
  .featured-report img {
    transition: none;
  }
}
