/* Agent context note: Theme sections and route components; visually verified on homepage, event archive, and event detail in Playground. Update after component changes. */
.site-header {
  background: rgba(252, 249, 243, 0.93);
  border-bottom: 1px solid rgba(77, 68, 54, 0.08);
  position: relative;
  z-index: 50;
}

.site-header__inner {
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 16px;
}

.brand__mark {
  display: block;
  flex: 0 0 50px;
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.brand__name {
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: 0.25em;
  line-height: 1;
  text-transform: uppercase;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.primary-nav__list {
  align-items: center;
  display: flex;
  gap: 31px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav__list a {
  font-size: 0.87rem;
  font-weight: 400;
  padding: 13px 0;
  position: relative;
}

.primary-nav__list a::after {
  background: var(--gold);
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.primary-nav__list a:hover::after,
.primary-nav__list a.is-current::after,
.primary-nav__list .current-menu-item > a::after {
  transform: scaleX(1);
}

.nav-toggle {
  background: transparent;
  border: 0;
  color: var(--ink);
  display: none;
}

.hero {
  min-height: min(710px, calc(100vh - 92px));
  overflow: hidden;
  position: relative;
}

.hero__media {
  --hero-photo: url("../images/hero-sahaj-sat-woman.png");
  background-image: linear-gradient(90deg, rgba(251, 247, 239, 0.96) 0%, rgba(251, 247, 239, 0.7) 27%, rgba(251, 247, 239, 0.1) 53%, transparent 76%), var(--hero-photo);
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: scale(1.002);
}

.hero__media--woman {
  --hero-photo: url("../images/hero-sahaj-sat-woman.png");
}

.hero__media--open {
  --hero-photo: url("../images/hero-sahaj-sat-open.png");
}

.hero__media--woman-modern {
  --hero-photo: url("../images/hero-sahaj-sat-woman-modern.png");
}

.hero__media--woman-modern-sleeveless {
  --hero-photo: url("../images/hero-sahaj-sat-woman-modern-sleeveless.png");
}

.hero__media--woman-modern-bun {
  --hero-photo: url("../images/hero-sahaj-sat-woman-modern-bun.png");
}

.hero__media--woman-wavy {
  --hero-photo: url("../images/hero-sahaj-sat-woman-wavy.png");
}

.hero__media--woman-indian-simple {
  --hero-photo: url("../images/hero-sahaj-sat-woman-indian-simple.png");
}

.hero__media--woman-braid {
  --hero-photo: url("../images/hero-sahaj-sat-woman-braid.png");
}

.hero__media--woman-uk {
  --hero-photo: url("../images/hero-sahaj-sat-woman-uk.png");
}

.hero__media--man {
  --hero-photo: url("../images/hero-sahaj-sat.png");
}

.hero__inner {
  align-items: center;
  display: flex;
  min-height: inherit;
  position: relative;
  z-index: 1;
}

.hero__copy {
  padding: 70px 0 85px;
  width: min(610px, 54%);
}

.hero__copy h1 {
  margin-bottom: 0;
}

.hero__copy > p:not(.eyebrow) {
  color: #3e3d37;
  font-size: 1.04rem;
  margin-bottom: 29px;
}

.essence {
  background: var(--paper);
}

.essence__statement {
  margin: 0 auto;
  max-width: 760px;
}

.essence__statement p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 18px;
}

.essence__statement p:last-child {
  margin-bottom: 0;
}

.offerings {
  background: #f3ede3;
}

.offering-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.offering-card {
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.offering-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.offering-card__image {
  background-position: center;
  background-size: cover;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.offering-card__image::after {
  background: linear-gradient(180deg, transparent 55%, rgba(33, 31, 26, 0.2));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.offering-card__image > span {
  align-items: center;
  background: rgba(255, 253, 248, 0.92);
  border-radius: 50%;
  display: flex;
  font-size: 0.76rem;
  height: 30px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 30px;
  z-index: 1;
}

.offering-card__image--community {
  background-image: linear-gradient(135deg, #c8b69d, #6e7055);
}

.offering-card__image--community::before {
  background-image: url("../images/offering-community.png");
  background-position: center;
  background-size: cover;
  content: "";
  filter: saturate(0.68) sepia(0.16) hue-rotate(-12deg) brightness(0.96) contrast(0.92);
  inset: 0;
  position: absolute;
  transform: scale(1.01);
  z-index: 0;
}

.offering-card__image--online {
  background-image: url("../images/offering-online.png"), linear-gradient(135deg, #e5d8c4, #9c8664);
}

.offering-card__image--intensive {
  background-image: url("../images/offering-intensive.png"), linear-gradient(135deg, #a7ad9c, #545d54);
}

.offering-card__image--silent {
  background-image: url("../images/hero-sahaj-sat.png");
  background-position: 73% center;
}

.offering-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 21px 22px;
}

.offering-card__body h3 {
  font-size: 1.55rem;
  margin-bottom: 15px;
}

.offering-card__body p {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin-bottom: 20px;
}

.offering-card__body a {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: auto;
}

.offering-card__body a span {
  color: var(--gold);
  margin-left: 7px;
}

.events-preview {
  background: var(--olive-dark);
  color: white;
}

.events-preview .eyebrow,
.events-preview .text-link {
  color: #d7af78;
}

.event-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.event-card {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  min-height: 300px;
  transition: transform 220ms ease;
}

.event-card:hover {
  transform: translateY(-5px);
}

.event-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;
}

.event-card h3 {
  font-size: 2rem;
  margin-bottom: 28px;
}

.event-card__meta {
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  margin: auto 0 0;
  padding-top: 20px;
}

.event-card__location {
  color: var(--ink-soft);
  font-size: 0.82rem;
  margin: 2px 0 20px;
}

.event-card .text-link {
  align-self: flex-start;
  color: var(--ink);
}

.site-footer {
  background: #f2ede5;
  border-top: 1px solid var(--line);
  padding: 74px 0 28px;
}

.site-footer__grid {
  display: grid;
  gap: 50px;
  grid-template-columns: 2fr repeat(3, 1fr);
}

.site-footer__brand p {
  color: var(--ink-soft);
  font-size: 0.86rem;
  margin: 19px 0 0;
  max-width: 280px;
}

.brand--footer {
  margin-top: 5px;
}

.site-footer h2 {
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.site-footer__grid > div:not(:first-child) a {
  color: var(--ink-soft);
  display: block;
  font-size: 0.8rem;
  margin: 7px 0;
}

.site-footer__grid a:hover {
  color: var(--gold);
}

.site-footer__base {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 25px;
}

.site-footer__base p {
  color: #8a857b;
  font-size: 0.72rem;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 9px;
}

.social-links a {
  align-items: center;
  background: rgba(36, 35, 31, 0.08);
  border-radius: 50%;
  display: flex;
  font-size: 0.63rem;
  height: 29px;
  justify-content: center;
  text-transform: uppercase;
  width: 29px;
}

.page-hero {
  background: #e7dfd1;
  padding: 120px 0 95px;
  text-align: center;
}

.page-hero h1 {
  margin-bottom: 18px;
}

.page-hero p:last-child {
  color: var(--ink-soft);
  margin: auto;
  max-width: 660px;
}

.page-hero--events {
  background-image: linear-gradient(rgba(247, 242, 233, 0.84), rgba(247, 242, 233, 0.91)), url("../images/hero-sahaj-sat.png");
  background-position: center 58%;
  background-size: cover;
}

.page-hero--detail {
  padding-block: 105px 80px;
}

.event-grid--archive {
  grid-template-columns: repeat(3, 1fr);
}

.event-detail__layout {
  display: grid;
  gap: 80px;
  grid-template-columns: 1.65fr 0.85fr;
  padding-bottom: 120px;
  padding-top: 90px;
}

.booking-panel {
  align-self: start;
  background: #eee7dc;
  padding: 38px;
  position: sticky;
  top: 30px;
}

.booking-panel h2 {
  font-size: 2.3rem;
  margin-bottom: 18px;
}

.booking-panel p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.standard-page .entry-content {
  padding-bottom: 110px;
  padding-top: 75px;
}

.journal-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

.journal-card {
  border-top: 1px solid var(--gold);
  padding: 27px 8px;
}

.journal-card h2 {
  font-size: 2rem;
}

.journal-card p:last-child {
  color: var(--ink-soft);
  font-size: 0.9rem;
}
