.about-page {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 8%, rgba(212, 168, 83, 0.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(245, 230, 200, 0.12), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(212, 168, 83, 0.12), transparent 40%),
    linear-gradient(180deg, #0f1b2d 0%, #102034 26%, #0f1c2d 62%, #0a1220 100%);
}

.about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 24%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.02), transparent 58%);
  pointer-events: none;
  opacity: 0.85;
}

.about-page .section {
  z-index: 1;
}

.about-page p,
.about-page li {
  color: rgba(246, 240, 234, 0.8);
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
  color: #f6f0ea !important;
}

.about-page .btn {
  min-height: 52px;
}

.about-eyebrow,
.about-panel__eyebrow,
.about-closing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.82);
}

.about-eyebrow::before,
.about-panel__eyebrow::before,
.about-closing__eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 168, 83, 0), rgba(212, 168, 83, 0.85));
}

.about-hero {
  padding-top: clamp(126px, 11vw, 162px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.about-hero__content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.about-hero__title {
  max-width: 12.6ch;
  font-size: clamp(40px, 5.7vw, 70px);
  line-height: 1.01;
  letter-spacing: -0.018em;
  text-wrap: balance;
  color: #f6f0ea !important;
  text-shadow: 0 10px 34px rgba(5, 7, 18, 0.18);
}

.about-hero__lead {
  max-width: 38rem;
  margin-top: 28px;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.74;
  color: rgba(246, 240, 234, 0.84);
}

.about-hero__lead--soft {
  color: rgba(245, 240, 232, 0.72);
}

.about-hero__actions,
.about-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-hero__media {
  justify-self: end;
  width: min(100%, 560px);
  margin-top: clamp(20px, 4vw, 52px);
}

.about-portrait {
  position: relative;
}

.about-portrait__frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(245, 230, 200, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(17, 20, 36, 0.82);
  box-shadow:
    0 28px 80px rgba(3, 4, 12, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.about-portrait__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 14, 27, 0.04), rgba(10, 14, 27, 0.22)),
    radial-gradient(circle at 18% 18%, rgba(245, 230, 200, 0.16), transparent 24%);
  pointer-events: none;
  z-index: 1;
}

.about-portrait__frame::after {
  content: "";
  position: absolute;
  inset: -14%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.16) 0%, transparent 58%);
  filter: blur(44px);
  z-index: -1;
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-portrait__caption {
  max-width: 28rem;
  margin: 18px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.64);
}

.about-story {
  padding-top: clamp(18px, 4vw, 42px);
}

.about-method {
  padding-top: clamp(42px, 5vw, 78px);
}

.about-principles {
  padding-top: clamp(42px, 5vw, 78px);
}

.about-panel,
.about-card,
.about-method__list,
.about-closing__card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(20, 31, 48, 0.88), rgba(10, 18, 32, 0.9));
  box-shadow:
    0 24px 60px rgba(4, 6, 15, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-panel {
  padding: clamp(32px, 5vw, 52px);
}

.about-panel--quiet {
  background:
    radial-gradient(circle at top right, rgba(245, 230, 200, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(16, 27, 42, 0.88), rgba(9, 18, 31, 0.92));
}

.about-section__title {
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.about-richtext {
  margin-top: 22px;
}

.about-richtext p {
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.82;
}

.section-heading {
  max-width: 720px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.about-principles .section-heading .about-eyebrow {
  margin-bottom: 24px;
}

.about-principles .section-heading .about-section__title {
  margin-bottom: 0;
}

.about-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-card {
  padding: 28px 26px 30px;
  min-height: 100%;
}

.about-card__index {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.78);
}

.about-card h3,
.about-method__item h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.15vw, 30px);
  line-height: 1.12;
}

.about-card p:last-child,
.about-method__item p:last-child {
  font-size: 17px;
  line-height: 1.76;
  color: rgba(245, 240, 232, 0.74);
}

.about-method__grid,
.about-honesty__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4.4vw, 52px);
  align-items: start;
}

.about-method__intro {
  max-width: 520px;
}

.about-method__intro .about-eyebrow {
  margin-bottom: 24px;
}

.about-method__intro .about-section__title {
  margin-bottom: 22px;
}

.about-method__intro > p:last-child {
  margin-top: 0;
  font-size: clamp(18px, 1.75vw, 20px);
  line-height: 1.78;
}

.about-method__list {
  padding: clamp(28px, 4vw, 38px);
}

.about-method__item + .about-method__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 230, 200, 0.08);
}

.about-list {
  display: grid;
  gap: 18px;
}

.about-list p {
  position: relative;
  padding-left: 24px;
  font-size: clamp(17px, 1.55vw, 19px);
  line-height: 1.78;
}

.about-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.95), rgba(245, 230, 200, 0.55));
  box-shadow: 0 0 18px rgba(212, 168, 83, 0.24);
}

.about-closing {
  padding-top: clamp(30px, 5vw, 54px);
  padding-bottom: clamp(110px, 11vw, 150px);
}

.about-closing__card {
  padding: clamp(36px, 5vw, 58px);
  text-align: center;
}

.about-closing__card h2 {
  max-width: 14ch;
  margin: 0 auto;
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 1.08;
  text-wrap: balance;
  letter-spacing: -0.015em;
}

.about-closing__card > p:last-of-type {
  max-width: 42rem;
  margin: 22px auto 0;
  font-size: clamp(18px, 1.7vw, 20px);
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.78);
}

.about-closing__lead {
  max-width: 56rem;
  margin: 26px auto 0;
  font-size: clamp(21px, 2.05vw, 26px);
  line-height: 1.74;
  color: rgba(245, 240, 232, 0.9);
  text-wrap: pretty;
}

.about-closing__soft {
  max-width: 40rem;
  margin: 26px auto 0;
  font-size: clamp(20px, 1.85vw, 23px);
  line-height: 1.78;
  color: rgba(245, 230, 200, 0.9);
  text-wrap: balance;
}

.about-closing__actions {
  justify-content: center;
}

.story-page .about-hero__title {
  max-width: 11.2ch;
}

.story-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.story-collage {
  position: relative;
  min-height: 680px;
  padding: 18px 26px 24px 34px;
}

.story-collage__main,
.story-collage__card,
.story-scene {
  margin: 0;
}

.story-collage__main {
  position: relative;
  width: min(100%, 470px);
  z-index: 2;
}

.story-collage__main .about-portrait__frame,
.story-collage__card .about-portrait__frame,
.story-scene .about-portrait__frame {
  border-radius: 34px;
}

.story-collage__card {
  position: absolute;
  z-index: 3;
}

.story-collage__card--sunrise {
  top: 0;
  right: 0;
  width: min(42%, 228px);
  transform: rotate(7deg);
}

.story-collage__card--embers {
  right: 8%;
  bottom: 22px;
  width: min(48%, 260px);
  transform: rotate(-8deg);
}

.story-collage__card .about-portrait__frame {
  box-shadow:
    0 24px 54px rgba(3, 4, 12, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.story-passage,
.story-threshold,
.story-discovery {
  padding-top: clamp(44px, 5vw, 78px);
}

.story-passage__grid,
.story-threshold__grid,
.story-coda__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.78fr);
  gap: clamp(24px, 4.5vw, 54px);
  align-items: start;
}

.story-passage__grid--reverse {
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
}

.story-aside {
  align-self: center;
  padding: clamp(28px, 4vw, 38px);
  border-radius: 30px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top left, rgba(245, 230, 200, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(14, 24, 39, 0.9), rgba(8, 15, 27, 0.96));
  box-shadow:
    0 24px 60px rgba(4, 6, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.story-aside__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.72);
}

.story-aside__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 168, 83, 0), rgba(212, 168, 83, 0.85));
}

.story-aside__quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #f6f0ea;
  text-wrap: balance;
}

.story-aside__text {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.78;
  color: rgba(245, 240, 232, 0.72);
}

.story-scene img {
  display: block;
  width: 100%;
  height: auto;
}

.story-threshold__content {
  align-self: center;
}

.story-threshold__lead {
  margin-top: 24px;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.8;
  color: rgba(246, 240, 234, 0.8);
}

.story-steps {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.story-step {
  padding: 22px 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(245, 230, 200, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.story-step__number {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.74);
}

.story-step h3 {
  margin-bottom: 10px;
  font-size: clamp(23px, 2vw, 28px);
  line-height: 1.14;
}

.story-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 240, 232, 0.72);
}

.story-ribbon {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(245, 230, 200, 0.12);
  box-shadow:
    0 28px 80px rgba(3, 4, 12, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.story-ribbon__image {
  position: absolute;
  inset: 0;
}

.story-ribbon__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 13, 25, 0.14), rgba(8, 13, 25, 0.7)),
    linear-gradient(90deg, rgba(8, 13, 25, 0.76), rgba(8, 13, 25, 0.18) 62%, rgba(8, 13, 25, 0.62));
}

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

.story-ribbon__overlay {
  position: relative;
  z-index: 1;
  min-height: 560px;
  max-width: 760px;
  padding: clamp(34px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.story-ribbon__overlay .about-section__title {
  max-width: 12ch;
}

.story-ribbon__overlay p:last-child {
  max-width: 38rem;
  margin-top: 20px;
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.78;
  color: rgba(245, 240, 232, 0.82);
}

.story-discovery__grid {
  margin-top: 28px;
}

.story-coda {
  padding-top: clamp(48px, 6vw, 84px);
}

.story-coda__grid {
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
}

.story-coda .about-closing__card {
  text-align: left;
}

.story-coda .about-closing__card h2,
.story-coda .about-closing__lead,
.story-coda .about-closing__soft {
  margin-left: 0;
  margin-right: 0;
}

.story-coda .about-closing__actions {
  justify-content: flex-start;
}

.sessions-page .about-hero__title {
  max-width: 11.5ch;
}

.sessions-page .about-closing__card h2 {
  max-width: 15.5ch;
}

.sessions-proof {
  padding-top: clamp(30px, 5vw, 54px);
}

.sessions-proof__panel {
  overflow: hidden;
}

.sessions-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.sessions-proof__stat {
  padding: 18px 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.sessions-proof__stat strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1;
  color: #f6f0ea;
}

.sessions-proof__stat span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.66);
}

.sessions-testimonials {
  padding-top: clamp(40px, 5vw, 70px);
}

.sessions-testimonials__wall {
  column-width: 320px;
  column-gap: 22px;
}

.sessions-quote {
  break-inside: avoid;
  margin: 0 0 22px;
  padding: 24px 24px 26px;
  border-radius: 26px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.07), transparent 42%),
    linear-gradient(180deg, rgba(20, 31, 48, 0.9), rgba(10, 18, 32, 0.92));
  box-shadow:
    0 20px 48px rgba(4, 6, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sessions-quote__header,
.sessions-quote__name,
.sessions-quote__date {
  display: none !important;
}

.sessions-quote__mark {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 54px;
  line-height: 0.8;
  color: rgba(232, 200, 122, 0.72);
  text-shadow: 0 12px 30px rgba(212, 168, 83, 0.12);
}

.sessions-quote__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.82;
  color: rgba(245, 240, 232, 0.78);
}

.feel-page .about-hero__title {
  max-width: 10.8ch;
}

.feel-hero {
  overflow: hidden;
}

.feel-stage,
.feel-portrait {
  overflow: visible;
  position: relative;
}

.feel-stage__frame {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(245, 230, 200, 0.14);
  background:
    radial-gradient(circle at 50% 18%, rgba(212, 168, 83, 0.16), transparent 18%),
    radial-gradient(circle at 18% 26%, rgba(245, 230, 200, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(17, 20, 36, 0.9), rgba(9, 18, 31, 0.96));
  box-shadow:
    0 28px 80px rgba(3, 4, 12, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.feel-stage__frame::after {
  content: "";
  position: absolute;
  inset: -14%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.14) 0%, transparent 58%);
  filter: blur(44px);
  z-index: -1;
}

.feel-stage__question {
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  z-index: 2;
  width: min(78%, 320px);
  padding: 16px 20px;
  border-radius: 22px;
  border: 1px solid rgba(245, 230, 200, 0.14);
  background: rgba(10, 18, 32, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-display);
  font-size: clamp(26px, 2.2vw, 32px);
  line-height: 1.12;
  text-align: center;
  color: #f6f0ea;
}

.feel-stage__body {
  position: absolute;
  left: 50%;
  top: 23%;
  width: 170px;
  height: 340px;
  transform: translateX(-50%);
  border-radius: 90px 90px 70px 70px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 230, 200, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow: 0 0 70px rgba(212, 168, 83, 0.1);
}

.feel-stage__body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 94px;
  height: 94px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.feel-stage__pulse {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.28) 0%, rgba(212, 168, 83, 0.08) 34%, transparent 70%);
  filter: blur(2px);
}

.feel-stage__pulse--one {
  width: 94px;
  height: 94px;
  left: 48%;
  top: 38%;
  transform: translateX(-50%);
}

.feel-stage__pulse--two {
  width: 72px;
  height: 72px;
  left: 48%;
  top: 52%;
  transform: translateX(-50%);
}

.feel-stage__pulse--three {
  width: 64px;
  height: 64px;
  left: 48%;
  top: 22%;
  transform: translateX(-50%);
}

.feel-stage__line {
  position: absolute;
  width: 1px;
  background: linear-gradient(180deg, rgba(245, 230, 200, 0), rgba(245, 230, 200, 0.24), rgba(245, 230, 200, 0));
}

.feel-stage__line--one {
  height: 78px;
  left: 48%;
  top: 28%;
}

.feel-stage__line--two {
  height: 92px;
  left: 48%;
  top: 41%;
}

.feel-stage__line--three {
  height: 84px;
  left: 48%;
  top: 55%;
}

.feel-portrait__orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feel-portrait__orb {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(245, 230, 200, 0.14);
  background: rgba(10, 18, 32, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.82);
  box-shadow: 0 12px 26px rgba(3, 5, 15, 0.24);
}

.feel-portrait__orb--one {
  top: 12%;
  left: -8%;
}

.feel-portrait__orb--two {
  top: 28%;
  right: -7%;
}

.feel-portrait__orb--three {
  bottom: 24%;
  left: -10%;
}

.feel-portrait__orb--four {
  bottom: 10%;
  right: 2%;
}

.feel-opening {
  padding-top: clamp(24px, 4vw, 48px);
}

.feel-opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 4.5vw, 46px);
  align-items: start;
}

.feel-sensory {
  position: relative;
  padding: clamp(26px, 4vw, 34px);
  border-radius: 30px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top right, rgba(212, 168, 83, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(16, 27, 42, 0.9), rgba(9, 18, 31, 0.94));
  box-shadow:
    0 24px 60px rgba(4, 6, 15, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feel-sensory__eyebrow,
.feel-compare__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.72);
}

.feel-sensory__stack {
  display: grid;
  gap: 14px;
}

.feel-sensory__item {
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(245, 230, 200, 0.08);
}

.feel-sensory__label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
  color: #f6f0ea;
}

.feel-sensory__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(245, 240, 232, 0.72);
}

.feel-method {
  padding-top: clamp(40px, 5vw, 72px);
}

.feel-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
}

.feel-method__visual {
  display: flex;
  justify-content: center;
}

.feel-core {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.feel-core__center {
  position: relative;
  z-index: 2;
  width: min(62%, 250px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(245, 230, 200, 0.12);
  background:
    radial-gradient(circle at top, rgba(212, 168, 83, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(17, 29, 46, 0.96), rgba(10, 18, 32, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 24px 60px rgba(4, 6, 15, 0.28);
}

.feel-core__center span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.74);
}

.feel-core__center strong {
  display: block;
  max-width: 6ch;
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.04;
  color: #f6f0ea;
}

.feel-core__ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(245, 230, 200, 0.1);
}

.feel-core__ring--one {
  inset: 12%;
}

.feel-core__ring--two {
  inset: 1%;
  border-color: rgba(212, 168, 83, 0.14);
}

.feel-core__note {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.74);
  border: 1px solid rgba(245, 230, 200, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.78);
}

.feel-core__note--one {
  top: 10%;
  right: 2%;
}

.feel-core__note--two {
  left: 0;
  bottom: 18%;
}

.feel-core__note--three {
  right: 8%;
  bottom: 4%;
}

.feel-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(28px, 4vw, 42px);
}

.feel-compare {
  padding-top: clamp(42px, 5vw, 76px);
}

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

.feel-compare__card {
  padding: clamp(28px, 4vw, 36px);
  border-radius: 28px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(20, 31, 48, 0.88), rgba(10, 18, 32, 0.9));
}

.feel-compare__card--warm {
  background:
    radial-gradient(circle at top right, rgba(245, 230, 200, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(16, 27, 42, 0.88), rgba(9, 18, 31, 0.92));
}

.feel-compare__list {
  margin: 0;
  padding-left: 18px;
}

.feel-compare__list li + li {
  margin-top: 10px;
}

.feel-bodymap {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 46px);
}

.feel-bodymap__silhouette {
  position: relative;
  min-height: 430px;
  border-radius: 34px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at 50% 18%, rgba(212, 168, 83, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(16, 27, 42, 0.9), rgba(9, 18, 31, 0.95));
  overflow: hidden;
}

.feel-bodymap__silhouette::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12%;
  width: 130px;
  height: 270px;
  transform: translateX(-50%);
  border-radius: 70px 70px 54px 54px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background:
    radial-gradient(circle at 50% 12%, rgba(245, 230, 200, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow: 0 0 70px rgba(212, 168, 83, 0.1);
}

.feel-bodymap__silhouette::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4%;
  width: 86px;
  height: 86px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(245, 230, 200, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.feel-bodymap__point {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10, 18, 32, 0.82);
  border: 1px solid rgba(245, 230, 200, 0.12);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.82);
}

.feel-bodymap__point--jaw {
  top: 15%;
  right: 10%;
}

.feel-bodymap__point--throat {
  top: 28%;
  left: 8%;
}

.feel-bodymap__point--chest {
  top: 44%;
  right: 8%;
}

.feel-bodymap__point--stomach {
  top: 62%;
  left: 10%;
}

.feel-mindset {
  padding-top: clamp(42px, 5vw, 76px);
}

.feel-mindset__panel {
  text-align: center;
}

.feel-mindset__qualities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.feel-mindset__qualities span {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background: rgba(255, 255, 255, 0.025);
  font-size: 14px;
  color: rgba(245, 240, 232, 0.76);
}

.feel-practice {
  padding-top: clamp(42px, 5vw, 76px);
}

.feel-practice__intro {
  max-width: 760px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.feel-practice__intro p {
  margin: 0;
  font-size: clamp(18px, 1.9vw, 21px);
  line-height: 1.82;
}

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

.feel-step {
  position: relative;
  padding: 26px 24px 28px;
  border-radius: 28px;
  border: 1px solid rgba(245, 230, 200, 0.1);
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(20, 31, 48, 0.9), rgba(10, 18, 32, 0.92));
  box-shadow:
    0 20px 48px rgba(4, 6, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feel-step__number {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 200, 122, 0.74);
}

.feel-step h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.1vw, 31px);
  line-height: 1.1;
}

.feel-step p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(245, 240, 232, 0.76);
}

.feel-after {
  padding-top: clamp(40px, 5vw, 74px);
}

.feel-closing {
  padding-top: clamp(38px, 5vw, 64px);
}

body.infeeling-about .entry-header,
body.infeeling-about .entry-content > .wp-block-cover:first-child,
body.infeeling-about .entry-content > .wp-block-group:first-child {
  display: none !important;
}

@media (max-width: 1080px) {
  .story-hero__grid,
  .about-hero__grid,
  .story-passage__grid,
  .story-threshold__grid,
  .story-coda__grid,
  .about-method__grid,
  .about-honesty__grid,
  .about-principles__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__media {
    justify-self: start;
    width: min(100%, 620px);
  }

  .about-method__intro {
    max-width: 100%;
  }

  .story-collage {
    min-height: 0;
    padding: 0;
  }

  .story-collage__main {
    width: min(100%, 560px);
  }

  .story-collage__card--sunrise {
    right: 2%;
  }

  .story-collage__card--embers {
    right: 10%;
    bottom: 10px;
  }

  .story-ribbon,
  .story-ribbon__overlay {
    min-height: 500px;
  }

  .feel-opening__grid,
  .feel-method__grid,
  .feel-bodymap,
  .feel-compare__grid,
  .feel-steps,
  .feel-pillars {
    grid-template-columns: 1fr;
  }

  .feel-sensory,
  .feel-method__visual {
    max-width: 720px;
  }

  .sessions-proof__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .about-hero {
    padding-top: 116px;
    padding-bottom: 64px;
  }

  .story-page .about-hero__title {
    max-width: 12.2ch;
  }

  .about-eyebrow,
  .about-panel__eyebrow,
  .about-closing__eyebrow {
    letter-spacing: 0.14em;
  }

  .about-hero__title {
    max-width: 12.8ch;
    font-size: clamp(36px, 10vw, 52px);
    line-height: 1.02;
  }

  .about-hero__lead {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.72;
  }

  .about-portrait__frame {
    border-radius: 24px;
  }

  .about-hero__media {
    margin-top: 10px;
  }

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

  .story-collage__main,
  .story-collage__card {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .story-collage__main {
    grid-column: 1 / -1;
  }

  .story-collage__main .about-portrait__frame,
  .story-collage__card .about-portrait__frame,
  .story-scene .about-portrait__frame,
  .story-ribbon {
    border-radius: 24px;
  }

  .story-aside {
    border-radius: 24px;
  }

  .story-aside__quote {
    font-size: clamp(28px, 7vw, 36px);
  }

  .story-threshold__lead,
  .story-ribbon__overlay p:last-child {
    font-size: 17px;
  }

  .story-step {
    padding: 20px;
    border-radius: 20px;
  }

  .story-ribbon,
  .story-ribbon__overlay {
    min-height: 420px;
  }

  .story-ribbon__overlay {
    padding: 26px 22px 28px;
  }

  .story-coda .about-closing__card {
    text-align: center;
  }

  .story-coda .about-closing__card h2,
  .story-coda .about-closing__lead,
  .story-coda .about-closing__soft {
    margin-left: auto;
    margin-right: auto;
  }

  .story-coda .about-closing__actions {
    justify-content: center;
  }

  .about-panel,
  .about-card,
  .about-method__list,
  .about-closing__card {
    border-radius: 24px;
  }

  .about-closing__card h2 {
    max-width: 15ch;
    font-size: clamp(32px, 8.4vw, 44px);
    line-height: 1.1;
  }

  .about-closing__lead {
    font-size: clamp(19px, 5vw, 23px);
    line-height: 1.7;
  }

  .about-closing__soft {
    font-size: clamp(18px, 4.8vw, 21px);
    line-height: 1.74;
  }

  .sessions-page .about-closing__card h2 {
    max-width: 15.5ch;
  }

  .feel-page .about-hero__title {
    max-width: 11.8ch;
  }

  .feel-stage__frame {
    min-height: 500px;
    border-radius: 24px;
  }

  .feel-stage__question {
    width: min(82%, 280px);
    font-size: clamp(22px, 5.4vw, 28px);
  }

  .feel-stage__body {
    width: 136px;
    height: 270px;
  }

  .feel-stage__body::before {
    top: -58px;
    width: 76px;
    height: 76px;
  }

  .feel-portrait__orb {
    min-width: 74px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .feel-portrait__orb--one,
  .feel-portrait__orb--three {
    left: 0;
  }

  .feel-bodymap__silhouette {
    min-height: 340px;
  }

  .feel-bodymap__silhouette::before {
    width: 108px;
    height: 220px;
  }

  .feel-bodymap__silhouette::after {
    width: 72px;
    height: 72px;
  }

  .sessions-testimonials__wall {
    column-width: auto;
    columns: 1;
  }

  .sessions-quote {
    border-radius: 24px;
    padding: 22px 20px 24px;
  }
}

@media (max-width: 560px) {
  .about-page .btn,
  .about-hero__actions .btn,
  .about-closing__actions .btn {
    width: 100%;
  }

  .story-collage {
    grid-template-columns: 1fr;
  }

  .story-collage__main {
    grid-column: auto;
  }

  .about-panel,
  .about-card,
  .about-method__list,
  .about-closing__card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .feel-mindset__qualities span {
    width: 100%;
    justify-content: center;
  }

  .feel-portrait__orbit,
  .feel-core__note {
    display: none;
  }
}
