:root {
  --ivory: #fffdf9;
  --cream: #f8efe7;
  --sand: #ead8ca;
  --sage: #7d7568;
  --ink: #070504;
  --muted: #655d57;
  --plum: #9b4327;
  --berry: #b45431;
  --gold: #df7a47;
  --teal: #000000;
  --blue: #2a211c;
  --coral: #e77f4d;
  --rust: #a4482b;
  --copper: #c46138;
  --line: rgba(7, 5, 4, 0.13);
  --shadow: 0 18px 48px rgba(69, 33, 20, 0.12);
  --soft-radius: 8px;
  --soft-radius-lg: 8px;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
.brand-photo {
  filter: sepia(.16) saturate(.88) contrast(1.04) brightness(.98);
}
.brand-photo-wrap,
.community-image-band figure,
.learning-photo,
.membership-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: #f8efe7;
  box-shadow: var(--shadow);
}
.brand-photo-wrap::after,
.community-image-band figure::after,
.learning-photo::after,
.membership-photo::after,
.apoc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(164,72,43,.18), transparent 42%),
    linear-gradient(0deg, rgba(7,5,4,.08), transparent 36%);
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 22px;
  text-wrap: balance;
}
h1 { font-size: clamp(3.05rem, 5.2vw, 4.75rem); letter-spacing: 0; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.65rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 18px; color: var(--muted); text-wrap: pretty; }
em { color: var(--plum); font-style: italic; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.container > *,
.hero-grid > *,
.split > *,
.coach-grid > *,
.faq-layout > *,
.familiar-section > *,
.booking-grid > *,
.training-block > *,
.program-grid > *,
.testimonial-grid > *,
.method-grid > *,
.research-grid > *,
.three-grid > * {
  min-width: 0;
}
.narrow { max-width: 760px; }
.center { text-align: center; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 40px;
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: clamp(170px, 17vw, 248px); height: auto; }
.brand small { font-family: inherit; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--muted); }
.nav { justify-self: center; display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); font-size: 1rem; }
.nav a { color: #302620; }
.nav a:hover, .text-link:hover { color: var(--plum); }
.menu-toggle { display: none; background: transparent; border: 0; font-size: 1.6rem; color: var(--ink); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.button-primary { background: var(--rust); color: white; }
.button-secondary { background: rgba(255,255,255,.42); border-color: rgba(164,72,43,.26); color: var(--ink); }
.button-light { background: var(--ivory); color: var(--rust); }
.button-outline-light { border-color: rgba(255,255,255,.42); color: white; }
.text-link { color: var(--plum); font-weight: 700; overflow-wrap: anywhere; }
.header-cta { white-space: nowrap; }
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header-login {
  white-space: nowrap;
  font-size: .92rem;
}
.apoc-header {
  background: rgba(255, 253, 249, .95);
}
.apoc-brand img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center 43%;
  clip-path: inset(17% 18% 17% 18%);
  transform: scale(1.28);
  transform-origin: center;
}
.apoc-brand span {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 1.42rem;
}

.hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 74px 0 78px;
  background: linear-gradient(180deg, #fff8f0, var(--ivory));
}
.hero-grid, .split, .coach-grid, .faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.hero-grid { grid-template-columns: 1.05fr .95fr; gap: 64px; }
.lead { font-size: 1.14rem; max-width: 660px; }
.eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--rust);
  background: rgba(255,255,255,.38);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .76rem;
  white-space: normal;
}
.eyebrow::before { content: "*"; color: var(--coral); letter-spacing: 0; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 18px; }
.quiet { font-size: .95rem; }
.hero-media { margin: 0; }
.hero-media img, .portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.theme-image {
  filter: saturate(.94) sepia(.08) brightness(1.02);
}
.portrait-speaking {
  object-position: center top;
}
.hero-media figcaption {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: var(--plum);
  text-align: center;
}

.apoc-hero {
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(112deg, rgba(255,253,249,.99) 0%, rgba(248,239,231,.96) 54%, rgba(231,127,77,.16) 100%),
    radial-gradient(circle at 86% 20%, rgba(164,72,43,.18), transparent 30%);
}
.apoc-hero h1 {
  max-width: 820px;
  color: var(--ink);
}
.apoc-hero .lead {
  color: #534741;
}
.apoc-hero-media {
  position: relative;
  overflow: visible;
}
.apoc-hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 22px 42px -18px;
  z-index: -1;
  border: 1px solid rgba(164,72,43,.24);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.48);
}
.apoc-hero-media img {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: auto;
  object-position: center;
  border-radius: var(--soft-radius);
}
.apoc-hero-media::after {
  border-radius: var(--soft-radius);
}
.apoc-hero-media figcaption {
  max-width: 460px;
  margin-inline: auto;
  color: var(--rust);
  font-size: 1.12rem;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-proof span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(164,72,43,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  color: #42352e;
  font-size: .92rem;
}
.hero-proof strong {
  color: var(--rust);
}

.section { padding: clamp(76px, 8vw, 104px) 0; background: var(--ivory); }
.section-cream { background: var(--cream); }
.section-sand { background: color-mix(in srgb, var(--sand), white 22%); }
.section-heading { max-width: 820px; margin-bottom: clamp(34px, 4vw, 48px); }
.section-heading p:last-child { font-size: 1.08rem; }
.section-heading span { display: block; color: var(--plum); }
.copy-stack > * + * { margin-top: 10px; }
.familiar-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(54px, 8vw, 96px);
  align-items: center;
}
.plain-eyebrow {
  margin-bottom: 18px;
  color: var(--copper);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.familiar-copy h2 {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: clamp(2.45rem, 4.2vw, 4rem);
  line-height: 1.14;
}
.familiar-copy p {
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.55;
}
.familiar-emphasis {
  margin-top: 24px;
  color: var(--rust);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem !important;
  font-style: italic;
  line-height: 1.35 !important;
}
.quote-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.quote-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 106px;
  padding: 25px 26px;
  background: rgba(255, 250, 244, .86);
  border: 1px solid rgba(73, 52, 40, .16);
  border-radius: var(--soft-radius-lg);
  box-shadow: 0 8px 18px rgba(80,49,32,.09);
}
.quote-list span {
  color: #c15f40;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: .7;
}
.quote-list em {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  line-height: 1.45;
}
.question-list, .check-list { display: grid; gap: 14px; padding: 0; margin: 24px 0 0; list-style: none; }
.question-list li, .check-list li {
  padding: 18px 20px;
  background: rgba(255,255,255,.54);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
}
.check-list li::before { content: "+"; color: var(--plum); font-weight: 900; margin-right: 10px; }
.ideal-client {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: 68px;
  align-items: start;
}
.ideal-intro {
  position: sticky;
  top: 104px;
  text-align: left;
}
.ideal-intro .eyebrow {
  margin-left: 0;
  margin-right: 0;
}
.ideal-content {
  display: grid;
  gap: 24px;
}
.ideal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ideal-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  justify-items: start;
  min-height: 78px;
  padding: 18px 20px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(114,35,75,.16);
  border-radius: var(--soft-radius);
  color: #4a3a31;
  text-align: left;
  box-shadow: 0 12px 28px rgba(80,49,32,.07);
}
.ideal-list span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
  color: var(--gold);
  border: 1px solid var(--line);
  font-size: .8rem;
  font-weight: 900;
}
.not-fit-card {
  padding: 28px;
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(114,35,75,.2);
  border-radius: var(--soft-radius-lg);
  text-align: left;
}
.not-fit-card .eyebrow {
  background: rgba(255,255,255,.54);
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}
.not-fit-card h3 {
  color: var(--plum);
  margin-bottom: 18px;
}
.not-fit-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}
.not-fit-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  justify-content: start;
  color: #4a3a31;
}
.not-fit-card li::before {
  content: "-";
  color: var(--plum);
  font-size: 1.4rem;
  line-height: 1;
}
.not-fit-card p:last-child {
  margin: 0;
  font-size: .94rem;
}
.three-grid, .program-grid, .testimonial-grid, .method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
  box-shadow: 0 12px 32px rgba(80,49,32,.08);
}
.feature { padding: 32px; }
.feature h3 { color: var(--plum); }
.insight-panel {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.insight-panel h3 {
  margin-bottom: 18px;
  color: var(--ink);
}
.clean-checks {
  gap: 12px;
  margin: 0;
}
.clean-checks li {
  border-radius: var(--soft-radius);
  background: #fbf8f2;
}
.community-image-band {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(38px, 5vw, 58px) auto 0;
}
.community-image-band img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.community-image-band figure:first-child img {
  aspect-ratio: 4 / 3;
  object-position: center;
}
.community-image-band figure:last-child img {
  aspect-ratio: 16 / 9;
  object-position: center;
}
.apoc-programs .program-card {
  min-height: 430px;
}
.apoc-programs .program-card h3,
.membership-card h3 {
  color: var(--ink);
}
.learning-layout {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}
.learning-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}
.library-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.library-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.library-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--rust);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.library-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.35rem;
}
.library-grid p {
  margin: 0;
}
.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.membership-intro {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, .62fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 48px);
}
.membership-intro .section-heading {
  margin-bottom: 0;
}
.membership-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.membership-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 28px;
}
.membership-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 8px 0 28px;
  color: var(--muted);
}
.membership-card .button {
  margin-top: auto;
}
.featured-membership {
  border-color: rgba(164,72,43,.36);
  box-shadow: 0 22px 58px rgba(164,72,43,.16);
}
.login-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .55fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}
.login-card {
  border-color: rgba(164,72,43,.24);
}
.login-card .text-link {
  text-align: center;
}
.apoc-final {
  background: linear-gradient(135deg, #070504, var(--rust) 58%, var(--coral));
}

.events-hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  background:
    linear-gradient(112deg, rgba(255,253,249,.99) 0%, rgba(248,239,231,.94) 52%, rgba(231,127,77,.16) 100%),
    radial-gradient(circle at 86% 22%, rgba(164,72,43,.18), transparent 30%);
}
.events-hero-grid,
.humanitix-layout,
.events-info-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .7fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}
.events-hero h1 {
  color: var(--ink);
  max-width: 880px;
}
.events-hero-photo,
.event-type-card,
.humanitix-embed-card,
.humanitix-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.74);
  box-shadow: var(--shadow);
}
.events-hero-photo {
  margin: 0;
}
.events-hero-photo::after,
.event-type-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(164,72,43,.16), transparent 45%);
  mix-blend-mode: multiply;
}
.events-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.humanitix-layout {
  align-items: start;
  margin-bottom: 26px;
}
.humanitix-note {
  padding: 28px;
}
.humanitix-note h3 {
  color: var(--ink);
  font-size: 1.55rem;
}
.humanitix-embed-card {
  padding: clamp(24px, 4vw, 34px);
}
.humanitix-embed-placeholder {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px dashed rgba(164,72,43,.34);
  border-radius: var(--soft-radius);
  background:
    linear-gradient(rgba(255,253,249,.88), rgba(255,253,249,.88)),
    url("/assets/apoc-adelaide-networking.jpeg") center / cover;
  text-align: center;
}
.humanitix-embed-placeholder span {
  margin-bottom: 10px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.humanitix-embed-placeholder h3 {
  max-width: 680px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.humanitix-embed-placeholder p {
  max-width: 740px;
}
.event-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.event-type-card {
  display: flex;
  flex-direction: column;
}
.event-type-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}
.event-type-card > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.event-type-card h3 {
  margin-top: 16px;
  color: var(--ink);
}
.event-type-card .button {
  margin-top: auto;
}
.event-testimonials-section {
  overflow: hidden;
}
.event-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.event-testimonial-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(164,72,43,.16);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.event-testimonial-card figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #171b1d;
}
.event-testimonial-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(164,72,43,.18), transparent 48%),
    linear-gradient(0deg, rgba(7,5,4,.08), transparent 32%);
  mix-blend-mode: multiply;
}
.event-testimonial-card img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: top center;
}
.event-testimonial-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}
.event-testimonial-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.35rem;
}
.event-testimonial-card p {
  margin: 0;
  font-size: .96rem;
  line-height: 1.5;
}
.setup-steps {
  display: grid;
  gap: 16px;
}
.setup-steps article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 4px 16px;
  padding: 22px;
  border: 1px solid rgba(164,72,43,.16);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.setup-steps span {
  grid-row: span 2;
  color: rgba(164,72,43,.42);
  font-size: 1.9rem;
  font-weight: 700;
}
.setup-steps h3 {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1.35rem;
}
.setup-steps p {
  margin: 0;
}
.gala-video-section {
  background: var(--ivory);
}
.gala-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.gala-video-card {
  overflow: hidden;
  border: 1px solid rgba(164,72,43,.16);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.gala-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #171b1d;
  object-fit: cover;
  filter: sepia(.12) saturate(.92) contrast(1.03) brightness(.98);
}
.gala-video-card div {
  padding: 22px;
}
.gala-video-card h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 1.35rem;
}

.membership-hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  background:
    linear-gradient(112deg, rgba(255,253,249,.99) 0%, rgba(248,239,231,.94) 52%, rgba(231,127,77,.16) 100%),
    radial-gradient(circle at 84% 24%, rgba(164,72,43,.18), transparent 30%);
}
.membership-hero-grid,
.membership-value-grid,
.stripe-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .68fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}
.membership-hero h1 {
  max-width: 900px;
  color: var(--ink);
}
.membership-hero-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow);
}
.membership-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(164,72,43,.16), transparent 44%);
  mix-blend-mode: multiply;
}
.membership-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.member-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.member-benefit-grid article,
.membership-page-card,
.stripe-embed-card {
  border: 1px solid rgba(164,72,43,.16);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.member-benefit-grid article {
  min-height: 220px;
  padding: 24px;
}
.member-benefit-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: rgba(164,72,43,.48);
  font-size: 1.9rem;
  font-weight: 700;
}
.member-benefit-grid h3,
.membership-page-card h3 {
  color: var(--ink);
}
.membership-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.membership-page-card {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 24px;
}
.membership-page-card .price {
  margin: 8px 0 12px;
  color: var(--rust);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1;
}
.membership-page-card .price span {
  color: var(--muted);
  font-size: 1rem;
}
.membership-page-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 12px 0 26px;
  color: var(--muted);
}
.membership-page-card .button {
  margin-top: auto;
}
.stripe-layout {
  align-items: start;
}
.stripe-embed-card {
  padding: clamp(22px, 4vw, 34px);
}
.stripe-placeholder {
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: clamp(26px, 5vw, 52px);
  border: 1px dashed rgba(164,72,43,.34);
  border-radius: var(--soft-radius);
  background:
    linear-gradient(rgba(255,253,249,.9), rgba(255,253,249,.9)),
    url("/assets/apoc-sydney-panel.jpg") center / cover;
  text-align: center;
}
.stripe-placeholder span {
  margin-bottom: 10px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.stripe-placeholder h3 {
  max-width: 680px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.stripe-placeholder p {
  max-width: 700px;
}
.stripe-code-sample {
  max-width: 100%;
  padding: 14px 16px;
  margin: 8px 0 22px;
  overflow-x: auto;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.78);
  color: #42352e;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .86rem;
}
.member-journey .setup-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.member-journey .setup-steps article {
  grid-template-columns: 1fr;
}
.member-journey .setup-steps span {
  grid-row: auto;
}
.member-access-section {
  background: var(--ivory);
}
.member-access-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .52fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}
.member-access-grid h2 {
  max-width: 760px;
}
.member-access-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.member-access-points span {
  padding: 9px 13px;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: var(--rust);
  font-weight: 700;
}
.member-login-card {
  border-color: rgba(164,72,43,.2);
}
.login-helper {
  margin: 0;
  font-size: .94rem;
  text-align: center;
}
.member-dashboard-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .32fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}
.member-dashboard-header h2 {
  max-width: 860px;
}
.member-status-card {
  padding: 24px;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.member-status-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--rust);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.member-status-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.5rem;
}
.member-status-card p {
  margin: 8px 0 0;
}
.module-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.module-filter {
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(164,72,43,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}
.module-filter.is-active {
  background: var(--rust);
  color: white;
}
.learning-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.learning-module-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(164,72,43,.16);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(69,33,20,.08);
}
.learning-module-card.is-featured {
  border-color: rgba(164,72,43,.36);
  box-shadow: 0 22px 58px rgba(164,72,43,.16);
}
.learning-module-card h3 {
  margin-top: 16px;
  color: var(--ink);
}
.module-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 16px;
}
.module-meta span {
  padding: 6px 9px;
  border: 1px solid rgba(164,72,43,.14);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--muted);
  font-size: .86rem;
}
.module-progress {
  height: 8px;
  margin-bottom: 18px;
  background: rgba(164,72,43,.12);
}
.module-progress span {
  background: var(--rust);
}
.learning-module-card .button {
  margin-top: 0;
}
.bio-note {
  margin-top: 34px;
  padding: 26px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius-lg);
}
.bio-note h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
}
.training-block {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 6vw, 68px);
  align-items: start;
  margin-top: 72px;
}
.training-copy {
  position: sticky;
  top: 104px;
}
.training-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.training-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.training-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--soft-radius);
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(80,49,32,.1);
  filter: saturate(.9) sepia(.06) brightness(1.03);
}
blockquote {
  margin: 28px 0;
  padding-left: 22px;
  border-left: 3px solid var(--plum);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.program-card { overflow: hidden; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.program-card img { height: 232px; width: 100%; object-fit: cover; border-radius: 14px; margin-bottom: 4px; }
.program-card img.group-program-image { object-position: center 48%; }
.program-card .button { margin-top: auto; }
.program-card > h2,
.program-card > h3 {
  margin: 0;
  font-size: clamp(1.48rem, 2vw, 1.85rem);
  line-height: 1.16;
  overflow-wrap: anywhere;
}
.program-card > h3 {
  margin-top: 12px;
  font-size: clamp(1.25rem, 1.55vw, 1.45rem);
  color: var(--plum);
}
.program-card p { margin-bottom: 2px; }
.program-card ul { padding-left: 20px; margin: 4px 0 18px; color: var(--muted); }
.program-card li { margin-bottom: 5px; }
.program-card .button {
  min-height: 50px;
  padding-inline: 16px;
  text-align: center;
  white-space: normal;
}
.tag {
  width: fit-content;
  padding: 5px 12px;
  border-radius: 999px;
  background: #f1dfcf;
  color: var(--plum);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.accent-card { border-color: rgba(114,35,75,.34); box-shadow: 0 18px 48px rgba(114,35,75,.16); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--soft-radius); background: rgba(255,255,255,.58); }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
tbody th { width: 18%; }
.method-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
.method-grid article {
  position: relative;
  min-height: 242px;
  padding: 34px 28px 30px;
  background: rgba(255, 250, 244, .72);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius-lg);
}
.method-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 1px;
  background: rgba(193, 95, 64, .32);
}
.method-grid span {
  display: block;
  margin-bottom: 12px;
  color: rgba(193, 95, 64, .32);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}
.method-grid h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
}
.method-grid p {
  margin: 0;
  line-height: 1.45;
}
.form-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--soft-radius-lg);
  box-shadow: var(--shadow);
}
input, textarea, select {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffaf4;
  color: var(--ink);
  font: inherit;
}
textarea { min-height: 138px; resize: vertical; }
label { display: grid; gap: 7px; color: var(--ink); font-weight: 700; }
.form-note { color: var(--plum); font-weight: 700; margin: 0; }
.booking-hero {
  padding: clamp(72px, 8vw, 104px) 0;
  background: color-mix(in srgb, var(--sand), white 22%);
}
.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(44px, 7vw, 82px);
  align-items: start;
}
.booking-copy {
  position: sticky;
  top: 104px;
}
.booking-copy > p {
  max-width: 620px;
  font-size: 1.05rem;
}
.booking-summary {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}
.booking-summary article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px 16px;
  padding: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
}
.booking-summary span {
  grid-row: span 2;
  color: rgba(193,95,64,.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.booking-summary strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}
.booking-summary p {
  margin: 0;
  line-height: 1.45;
}
.expect-card,
.booking-panel-head {
  padding: 26px;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius-lg);
}
.expect-card h2,
.booking-panel-head h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
}
.booking-panel {
  display: grid;
  gap: 20px;
}
.calendly-card {
  overflow: hidden;
  min-height: 720px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--soft-radius-lg);
  box-shadow: var(--shadow);
}
.calendly-card iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
}
.testimonial {
  padding: 28px;
  background: rgba(255,255,255,.58);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
}
.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 34px;
}
.video-card {
  overflow: hidden;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
  box-shadow: 0 12px 32px rgba(80,49,32,.08);
}
.video-frame {
  aspect-ratio: 16 / 9;
  background: #fffaf4;
}
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-card-short {
  max-width: 340px;
  justify-self: end;
}
.video-card-short .video-frame {
  aspect-ratio: 9 / 16;
}
.video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}
.video-caption h2 {
  margin: 0;
  font-size: 1.35rem;
}
.testimonial img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
  border: 3px solid rgba(255,255,255,.8);
  box-shadow: 0 10px 24px rgba(80,49,32,.14);
  filter: saturate(.92) sepia(.06) brightness(1.03);
}
.testimonial strong { color: var(--plum); }
.research-panel { margin-top: 72px; }
.research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.research-card {
  display: block;
  min-height: 260px;
  padding: 26px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
  box-shadow: 0 12px 32px rgba(80,49,32,.08);
}
.research-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.research-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--plum);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.research-card h3 {
  font-size: 1.35rem;
  line-height: 1.18;
}
.research-card p { margin-bottom: 0; }
.research-note {
  max-width: 900px;
  margin: 24px 0 0;
  font-size: .92rem;
}
.faq { display: grid; gap: 14px; }
details { background: white; border: 1px solid var(--line); border-radius: var(--soft-radius); padding: 18px 20px; }
summary { cursor: pointer; color: var(--ink); font-weight: 800; }
details p { margin-top: 12px; }
.faq-references {
  font-size: .94rem;
}
.faq-references a {
  color: var(--plum);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.final-cta {
  padding: 90px 0;
  background: var(--plum);
  color: white;
  text-align: center;
}
.final-cta p { color: rgba(255,255,255,.82); max-width: 760px; margin: 0 auto 10px; }
.center-actions { justify-content: center; }
.site-footer { padding: 60px 0 28px; background: #261c18; color: white; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 42px; }
.footer-grid h2, .footer-grid h3 { font-size: 1.3rem; margin-bottom: 12px; }
.footer-grid a { display: block; margin: 8px 0; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .9rem;
}
.footer-bottom div { display: flex; gap: 18px; flex-wrap: wrap; }

.is-hidden { display: none !important; }

.assessment-app {
  background: var(--ivory);
}

.assessment-hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  background:
    linear-gradient(rgba(47, 38, 31, .5), rgba(47, 38, 31, .58)),
    url("https://changewindow.lovable.app/assets/reflect-Dy1DPeZv.jpg") center / cover;
  color: white;
}

.assessment-hero .lead,
.assessment-hero .quiet {
  color: rgba(255,255,255,.84);
}

.assessment-hero .eyebrow {
  color: white;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.28);
}

.assessment-hero .button-secondary {
  color: white;
  border-color: rgba(255,255,255,.44);
  background: rgba(255,255,255,.08);
}

.assessment-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  gap: 58px;
  align-items: center;
}

.assessment-copy h1 {
  max-width: 760px;
}

.assessment-preview {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--soft-radius-lg);
  background: rgba(252, 247, 239, .9);
  box-shadow: var(--shadow);
}

.assessment-preview svg,
.wheel-chart svg {
  width: min(100%, 430px);
  height: auto;
  overflow: visible;
}

.assessment-preview circle,
.assessment-preview line,
.wheel-chart circle,
.wheel-chart line {
  fill: none;
  stroke: rgba(73, 52, 40, .18);
  stroke-width: 1.5;
}

.assessment-preview path,
.wheel-chart polygon {
  fill: rgba(141, 49, 95, .22);
  stroke: var(--plum);
  stroke-width: 3;
}

.assessment-preview text,
.wheel-chart text {
  fill: var(--ink);
  font: 700 15px Inter, ui-sans-serif, system-ui, sans-serif;
}

.assessment-overview {
  border-bottom: 1px solid var(--line);
}

.assessment-stage {
  min-height: calc(100vh - 72px);
  padding: 58px 0 86px;
  overflow-x: hidden;
}

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(230px, .38fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  min-width: 0;
}

.quiz-progress-panel,
.quiz-card,
.wheel-panel,
.overall-panel,
.category-card,
.gate-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
  box-shadow: var(--shadow);
}

.quiz-progress-panel {
  position: sticky;
  top: 96px;
  padding: 26px;
}

.quiz-progress-panel h2 {
  font-size: 2rem;
}

.mini-score-list {
  display: grid;
  gap: 12px;
}

.mini-score-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.mini-score-list strong {
  color: var(--plum);
}

.quiz-card {
  min-width: 0;
  min-height: 620px;
  padding: clamp(28px, 5vw, 58px);
}

.quiz-topline,
.scale-labels,
.quiz-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quiz-topline {
  margin-bottom: 14px;
  color: var(--plum);
  font-weight: 800;
}

.progress-track {
  height: 10px;
  margin-bottom: 44px;
  overflow: hidden;
  border-radius: 999px;
  background: #eadfd6;
}

.progress-track span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--plum);
  transition: width .24s ease;
}

.quiz-card h1 {
  max-width: 880px;
  margin-bottom: 38px;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  overflow-wrap: anywhere;
}

.scale-field {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.scale-field legend {
  margin-bottom: 22px;
  color: var(--muted);
}

.scale-options {
  display: grid;
  grid-template-columns: repeat(10, minmax(38px, 1fr));
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.scale-choice {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-height: 46px;
  border: 2px solid rgba(114,35,75,.28);
  border-radius: 50%;
  background: #fffaf4;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}

.scale-choice[aria-pressed="true"] {
  background: var(--plum);
  border-color: var(--plum);
  color: white;
}

.scale-choice:focus-visible,
.scale-choice:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(114,35,75,.16);
}

.scale-labels {
  margin-top: 10px;
  color: var(--muted);
  font-size: .95rem;
}

.quiz-actions {
  margin-top: 42px;
}

.quiz-actions .button:disabled {
  opacity: .45;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

.assessment-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(47,38,31,.58);
}

.gate-card {
  position: relative;
  width: min(620px, 100%);
  display: grid;
  gap: 16px;
  padding: clamp(26px, 5vw, 42px);
}

.gate-card h2 {
  margin-bottom: 4px;
}

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

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f6eadc;
  color: var(--ink);
  font-size: 1.45rem;
  cursor: pointer;
}

.results-shell {
  display: grid;
  gap: 30px;
}

.results-top-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.results-next-step {
  max-width: 780px;
  margin: 22px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(114,35,75,.22);
  border-radius: var(--soft-radius);
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 32px rgba(80,49,32,.08);
}

.results-next-step h2 {
  margin: 0 0 10px;
  color: var(--plum);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.results-next-step p {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}

.assessment-email-status {
  min-height: 24px;
  margin: 16px auto 0;
  color: var(--plum);
  font-weight: 800;
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 28px;
  align-items: stretch;
}

.wheel-panel,
.overall-panel {
  padding: clamp(24px, 4vw, 38px);
}

.wheel-panel {
  text-align: center;
}

.wheel-panel h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.wheel-chart {
  display: grid;
  place-items: center;
  padding: 20px 8px 8px;
}

.wheel-chart polygon {
  fill: rgba(200, 143, 78, .28);
  stroke: #d66c36;
}

.wheel-dot {
  fill: #fffaf4;
  stroke: #d66c36;
  stroke-width: 4;
}

.wheel-chart .grid-score {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.overall-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.results-actions {
  display: grid;
  gap: 12px;
}

.results-actions .button {
  width: 100%;
  text-align: center;
}

.score-kicker,
.category-card span {
  color: var(--plum);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
}

.overall-panel strong {
  display: block;
  margin: 10px 0 16px;
  color: var(--plum);
  font: 500 clamp(4rem, 9vw, 6.5rem) / .95 Georgia, "Times New Roman", serif;
}

.category-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.category-card {
  padding: 26px;
  border-top: 6px solid var(--category-color);
}

.category-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.category-card strong {
  color: var(--category-color);
  font-size: 1.3rem;
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .menu-toggle { display: block; }
  .nav, .header-actions, .header-cta {
    display: none;
    grid-column: 1 / -1;
  }
  .site-header.is-open .nav, .site-header.is-open .header-actions, .site-header.is-open .header-cta { display: flex; }
  .site-header.is-open .nav { flex-direction: column; align-items: flex-start; padding-bottom: 16px; gap: 14px; }
  .site-header.is-open .header-actions, .site-header.is-open .header-cta { justify-self: start; margin-bottom: 18px; flex-wrap: wrap; justify-content: flex-start; }
  .hero-grid, .split, .coach-grid, .faq-layout, .familiar-section, .booking-grid, .events-hero-grid, .humanitix-layout, .events-info-grid, .membership-hero-grid, .membership-value-grid, .stripe-layout, .member-access-grid, .member-dashboard-header { grid-template-columns: 1fr; gap: 42px; }
  .booking-copy { position: static; }
  .training-block { grid-template-columns: 1fr; }
  .training-copy { position: static; }
  .training-gallery { grid-template-columns: repeat(2, 1fr); }
  .assessment-hero-grid,
  .quiz-shell,
  .results-grid,
  .category-results {
    grid-template-columns: 1fr;
  }
  .quiz-progress-panel {
    position: static;
  }
  .ideal-client { grid-template-columns: 1fr; gap: 34px; }
  .ideal-intro { position: static; }
  .ideal-list { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .three-grid, .program-grid, .testimonial-grid, .method-grid, .research-grid, .video-grid, .learning-layout, .membership-grid, .login-grid, .membership-intro, .community-image-band, .event-type-grid, .membership-page-grid, .member-benefit-grid, .member-journey .setup-steps, .gala-video-grid, .learning-module-grid { grid-template-columns: 1fr; }
  .event-testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .library-grid { grid-template-columns: 1fr; }
  .method-grid article:not(:last-child)::after { display: none; }
  .video-card-short { max-width: none; justify-self: stretch; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(2.25rem, 12vw, 2.75rem); line-height: 1.12; }
  h2 { font-size: clamp(1.9rem, 10vw, 2.45rem); line-height: 1.14; }
  h3 { font-size: 1.35rem; line-height: 1.2; }
  .section { padding: 70px 0; }
  .actions, .button { width: 100%; }
  .brand { font-size: 1.05rem; }
  .brand img { width: 150px; }
  .brand small { display: none; }
  .site-header {
    min-height: 70px;
    padding: 0 16px;
  }
  .menu-toggle {
    justify-self: end;
  }
  .eyebrow,
  .plain-eyebrow {
    letter-spacing: .12em;
    font-size: .68rem;
  }
  .eyebrow {
    padding-inline: 12px;
  }
  .hero {
    min-height: auto;
    padding: 56px 0 64px;
  }
  .hero-copy h1,
  .familiar-copy h2 {
    max-width: 100%;
  }
  .lead,
  .hero-copy p,
  .familiar-copy p {
    font-size: 1rem;
  }
  .quote-list li {
    grid-template-columns: 22px 1fr;
    padding: 22px 20px;
  }
  .quote-list em {
    font-size: 1.04rem;
  }
  .feature,
  .form-card,
  .expect-card,
  .booking-panel-head,
  .bio-note {
    padding: 22px;
  }
  .program-card {
    padding: 20px;
  }
  .footer-grid {
    gap: 24px;
  }
  .training-gallery { grid-template-columns: 1fr; }
  .event-testimonial-grid { grid-template-columns: 1fr; }
  .calendly-card,
  .calendly-card iframe {
    min-height: 760px;
    height: 760px;
  }
  .assessment-hero {
    min-height: auto;
    padding: 58px 0;
  }
  .assessment-preview {
    min-height: 300px;
    padding: 14px;
  }
  .quiz-card {
    min-height: auto;
  }
  .scale-options {
    grid-template-columns: repeat(5, minmax(40px, 1fr));
  }
  .quiz-actions,
  .gate-grid {
    grid-template-columns: 1fr;
  }
  .quiz-actions {
    flex-direction: column-reverse;
  }
}

.wheel-page {
  background: #f8f3eb;
}

.wheel-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 40px;
  background: rgba(252, 247, 239, .94);
  border-bottom: 1px solid var(--line);
}

.wheel-status {
  padding: 7px 13px;
  border: 1px solid rgba(114,35,75,.2);
  border-radius: 999px;
  color: var(--plum);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.wheel-app {
  min-height: calc(100vh - 72px);
}

.wheel-intro {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 68px 0;
  background:
    linear-gradient(90deg, rgba(252,247,239,.98), rgba(252,247,239,.82)),
    url("/assets/vineti-window.png") right center / min(42vw, 620px) auto no-repeat;
}

.wheel-intro-grid,
.wheel-quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.wheel-intro-copy h1 {
  max-width: 800px;
}

.wheel-lead-panel,
.wheel-preview-panel,
.wheel-side-panel,
.wheel-question-card,
.wheel-summary-card {
  background: rgba(255,255,255,.84);
  border: 1px solid var(--line);
  border-radius: var(--soft-radius);
  box-shadow: var(--shadow);
}

.wheel-lead-panel {
  display: grid;
  gap: 16px;
  max-width: 680px;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 34px);
}

.wheel-lead-panel h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.wheel-preview-panel {
  min-width: 0;
  padding: clamp(22px, 4vw, 38px);
}

.wheel-quiz,
.wheel-results {
  min-height: calc(100vh - 72px);
  padding: 56px 0 86px;
}

.wheel-quiz-layout {
  grid-template-columns: minmax(240px, .35fr) minmax(0, 1fr);
  align-items: start;
}

.wheel-side-panel {
  position: sticky;
  top: 24px;
  padding: 26px;
}

.wheel-side-panel h2 {
  font-size: 2rem;
}

.wheel-mini-list {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.wheel-mini-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.wheel-mini-list .is-active {
  color: var(--plum);
  font-weight: 800;
}

.wheel-question-card {
  min-width: 0;
  padding: clamp(28px, 5vw, 58px);
}

.wheel-question-card h1 {
  font-size: clamp(2.35rem, 4.4vw, 4rem);
}

.wheel-question-card > p {
  max-width: 780px;
  font-size: 1.08rem;
}

.wheel-slider-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 18px;
  align-items: center;
  margin-top: 42px;
}

.wheel-slider-row input {
  width: 100%;
  min-height: auto;
  padding: 0;
  accent-color: var(--plum);
}

.wheel-slider-row output {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--plum);
  color: white;
  font: 500 2.1rem / 1 Georgia, "Times New Roman", serif;
}

.wheel-scale-labels {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  color: var(--muted);
  font-size: .94rem;
}

.wheel-reflection {
  margin-top: 36px;
}

.wheel-reflection textarea {
  min-height: 126px;
}

.wheel-results-layout {
  display: grid;
  gap: 30px;
}

.wheel-insights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wheel-summary-card {
  grid-column: span 2;
  padding: 26px;
}

.wheel-summary-card h2 {
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.wheel-note {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: .94rem;
}

@media print {
  .wheel-header,
  .results-actions {
    display: none;
  }

  .wheel-results {
    padding: 0;
  }

  .wheel-panel,
  .overall-panel,
  .category-card,
  .wheel-summary-card {
    box-shadow: none;
  }
}

@media (max-width: 920px) {
  .wheel-header {
    padding: 0 20px;
  }

  .wheel-intro {
    background: var(--ivory);
  }

  .wheel-intro-grid,
  .wheel-quiz-layout {
    grid-template-columns: 1fr;
  }

  .wheel-side-panel {
    position: static;
  }

  .wheel-insights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wheel-header {
    min-height: 66px;
  }

  .wheel-status {
    font-size: .68rem;
  }

  .wheel-slider-row {
    grid-template-columns: 1fr;
  }

  .wheel-slider-row output {
    justify-self: center;
  }

  .wheel-insights,
  .wheel-summary-card {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
}
