@font-face {
  font-family: "MontserratBrand";
  src: url("./public/fonts/brand/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBrand";
  src: url("./public/fonts/brand/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBrand";
  src: url("./public/fonts/brand/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBrand";
  src: url("./public/fonts/brand/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBrand";
  src: url("./public/fonts/brand/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifDisplay";
  src: url("./public/fonts/brand/NotoSerifDisplay-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --burgundy: #6f161e;
  --burgundy-deep: #470a10;
  --cream: #f8f2ec;
  --cream-soft: #f2e9df;
  --paper: #f7f2ec;
  --ink: #251414;
  --muted: #675454;
  --line: #d7c8bc;
  --heading-font: "NotoSerifDisplay", Georgia, serif;
  --body-font: "MontserratBrand", "Montserrat", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
figure,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.block {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background: var(--paper);
}

.block__title {
  color: var(--burgundy);
  font-family: var(--heading-font);
  font-size: clamp(1.65rem, 3.5vw, 2.8rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.block__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.75rem;
}

.block__head--compact {
  margin-bottom: 0;
}

.block__star,
.block__star--sm {
  color: var(--burgundy);
  flex: none;
}

.block__star {
  width: 0.85rem;
  height: 0.85rem;
}

.block__star--sm {
  width: 0.58rem;
  height: 0.58rem;
}

.block__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.block__footer-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2.3rem;
  color: var(--burgundy);
}

.block__footer-ornament span {
  width: 4.5rem;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}

.block__footer-ornament svg {
  width: 0.85rem;
  height: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0 1.7rem;
  border-radius: 0;
  border: 0;
  background: var(--burgundy);
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  opacity: 0.93;
  transform: translateY(-1px);
}

.btn--small {
  min-height: 2.95rem;
  margin-top: auto;
  align-self: flex-start;
  padding-inline: 1.3rem;
  font-size: 0.82rem;
}

.prose {
  display: grid;
  gap: 0.9rem;
}

.prose p {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.65;
}

.lead,
.lead-stack p {
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

/* Hero */
.hero {
  --hero-edge: 4.5rem;
  --hero-edge-x: 6rem;
  --hero-edge-b: 1.8rem;
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background-color: var(--burgundy-deep);
  background-image: url("./public/images/burgundy-bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 2.25rem var(--hero-edge-x) var(--hero-edge-b);
}

.hero__noise {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.1rem;
  min-height: 0;
}

.hero__inner::before {
  content: "";
  flex: 1 1 0;
  max-height: 2.5rem;
  min-height: 0;
}

.hero__badge {
  position: relative;
  width: 9.2rem;
  height: 4.65rem;
  display: grid;
  place-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hero__theme {
  margin-top: -0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__theme span {
  display: block;
}

.hero__oval {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__badge span {
  position: relative;
  font-size: 1.48rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.hero__title {
  margin: 0.4rem 0 0;
  width: min(64rem, calc(100% - 0.5rem));
}

.hero__title-svg {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.hero__pill {
  margin-top: -0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: fit-content;
  padding: 0.31rem calc(1.55rem + 1ch);
  border: 1px solid color-mix(in srgb, var(--cream) 85%, white);
  border-radius: 999px;
  font-size: clamp(1.7rem, 3.5vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.hero__logo {
  display: block;
  width: clamp(4.5rem, 9vw, 6.25rem);
  height: auto;
  margin: -2rem 0 0;
  flex-shrink: 0;
  justify-self: center;
}

.hero__footer {
  width: 100%;
  margin-top: 4.35rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  column-gap: 1.5rem;
  box-sizing: border-box;
}

.hero__meta-block {
  text-align: left;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.3;
  justify-self: start;
}

.hero__meta-block--right {
  text-align: right;
  justify-self: end;
}

.hero__meta-block p {
  margin: 0;
}

/* Intro */
.block--intro {
  padding: 1.85rem 0;
  background: #fffaf5;
  border-bottom: 1px solid rgba(111, 22, 30, 0.12);
}

.intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.intro__stats {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 0.85rem;
}

.intro__stat {
  display: grid;
  justify-items: start;
  gap: 0.15rem;
}

.intro__stat strong {
  color: var(--burgundy);
  font-family: var(--heading-font);
  font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  font-weight: 760;
  line-height: 0.9;
}

.intro__stat span {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro__divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  height: 3.4rem;
  color: var(--burgundy);
}

.intro__divider span {
  width: 1px;
  flex: 1;
  background: currentColor;
  opacity: 0.45;
}

.intro__divider svg {
  width: 0.62rem;
  height: 0.62rem;
}

.intro__text {
  max-width: 36rem;
  color: var(--ink);
  font-size: clamp(0.92rem, 1.35vw, 1.05rem);
  font-weight: 400;
  line-height: 1.55;
}

.intro__button {
  min-height: 3.1rem;
  padding-inline: 1.55rem;
  border-radius: 0.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

/* Expect */
.block--expect {
  padding-top: 4.2rem;
  padding-bottom: 3.4rem;
  background: #f7f2ec;
}

.expect__head,
.photo-strip__head {
  display: grid;
  grid-template-columns: auto minmax(8rem, 1fr);
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.35rem;
}

.expect__title,
.photo-strip__head .block__title {
  font-size: clamp(1.82rem, 4.2vw, 3.1rem);
}

.expect__ornament,
.photo-strip__ornament {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--burgundy);
}

.expect__ornament span,
.photo-strip__ornament span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}

.expect__ornament svg,
.photo-strip__ornament svg {
  width: 0.72rem;
  height: 0.72rem;
  flex: none;
}

.expect__stories,
.photo-strip__viewport {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(1.25rem, calc((100vw - 1120px) / 2));
  -webkit-overflow-scrolling: touch;
  padding-inline: max(1.25rem, calc((100vw - 1120px) / 2)) 1.25rem;
  scrollbar-width: none;
}

.expect__stories::-webkit-scrollbar,
.photo-strip__viewport::-webkit-scrollbar {
  display: none;
}

.expect-story {
  position: relative;
  flex: 0 0 clamp(13rem, 24vw, 18.5rem);
  aspect-ratio: 3 / 4.15;
  overflow: hidden;
  border-radius: 0.95rem;
  background: #14080a;
  isolation: isolate;
  scroll-snap-align: start;
}

.expect-story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.94) saturate(1.1) contrast(1.18);
}

.expect-story--speakers img {
  object-position: center 42%;
}

.expect-story--crowd img,
.expect-story--worship img {
  object-position: center center;
}

.expect-story--creativity img,
.expect-story--leader img {
  object-position: center 48%;
}

.expect-story--interview img,
.expect-story--youth img {
  object-position: center 45%;
}

.expect-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}

.expect-story figcaption {
  position: absolute;
  left: 0.95rem;
  right: 0.85rem;
  bottom: 0.95rem;
  z-index: 2;
  color: #fff;
  font-family: var(--body-font);
}

.expect-story figcaption strong {
  display: block;
  font-family: var(--body-font);
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.expect-story--youth figcaption strong,
.expect-story--worship figcaption strong {
  font-size: clamp(0.98rem, 1.9vw, 1.35rem);
}

/* Gallery */
.block--photo-strip {
  padding-top: 3.4rem;
  padding-bottom: 4rem;
  background: #f7f2ec;
}

.photo-strip__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, clamp(9rem, 22vw, 13.5rem));
  grid-auto-columns: max-content;
  align-items: stretch;
  gap: 0.75rem;
}

.photo-strip__item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #d8cec4;
  scroll-snap-align: start;
}

.photo-strip__item--tall {
  grid-row: span 2;
  width: clamp(10.5rem, 32vw, 16.5rem);
}

.photo-strip__item--wide {
  width: clamp(13rem, 42vw, 21rem);
}

.photo-strip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-strip__item--tall img {
  object-position: center 35%;
}

.photo-strip__item figcaption {
  position: absolute;
  left: 0.8rem;
  bottom: 0.75rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0.8rem rgba(0, 0, 0, 0.55);
}

/* Join */
.block--join {
  padding: 0;
  background: var(--burgundy-deep);
}

.join__hero {
  position: relative;
  min-height: clamp(22rem, 42vw, 30rem);
  overflow: hidden;
  background: var(--burgundy-deep);
}

.join__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 20%, rgba(166, 65, 57, 0.34), transparent 21rem),
    linear-gradient(90deg, rgba(24, 4, 6, 0.86) 0%, rgba(76, 14, 18, 0.58) 48%, rgba(20, 5, 6, 0.08) 100%),
    linear-gradient(to bottom, rgba(20, 5, 6, 0.05) 0%, rgba(20, 5, 6, 0.2) 55%, rgba(20, 5, 6, 0.72) 100%);
  pointer-events: none;
}

.join__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 78%;
  filter: sepia(0.28) saturate(0.82) contrast(1.05);
}

.join__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  color: #fff;
  padding-block: 2.4rem 2.6rem;
}

.join__top-ornament {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: min(18rem, 42vw);
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.75);
}

.join__top-ornament svg {
  width: 0.72rem;
  height: 0.72rem;
  flex: none;
}

.join__top-ornament span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
}

.join__eyebrow {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.86rem, 1.4vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.join__title {
  max-width: 36rem;
  margin-bottom: 0.95rem;
  font-family: var(--heading-font);
  font-size: clamp(1.68rem, 3.78vw, 3.22rem);
  font-weight: 760;
  line-height: 0.94;
  text-transform: uppercase;
}

.join__text {
  max-width: 28rem;
  margin: 0 0 1.35rem;
  color: rgba(255, 250, 245, 0.88);
  font-size: clamp(0.88rem, 1.35vw, 1.02rem);
  font-weight: 400;
  line-height: 1.5;
}

.join__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.15rem;
  padding-inline: 1.7rem;
  border: 1.5px solid rgba(255, 250, 245, 0.92);
  border-radius: 0.4rem;
  background: transparent;
  color: #fffaf5;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.join__button:hover {
  background: rgba(255, 250, 245, 0.12);
  border-color: #fffaf5;
}

.section-rule {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.35rem 0;
  color: #cfc4bb;
  background: #f5f1ee;
}

.section-rule__line {
  flex: 1;
  height: 1px;
  background: currentColor;
}

.section-rule__star {
  width: 0.7rem;
  height: 0.7rem;
}

/* Speakers */
.block--speakers {
  --speakers-container: min(1050px, calc(100% - 2rem));
  position: relative;
  padding-top: 3.4rem;
  padding-bottom: 3.5rem;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.9), transparent 28rem),
    #f5f1ee;
}

.block--speakers::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: min(62vw, 48rem);
  height: 28rem;
  background: url("./public/images/speakers-people.webp") right top / contain no-repeat;
  opacity: 0.2;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  pointer-events: none;
}

.speakers__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  width: min(36rem, 100%);
  margin-bottom: 1.5rem;
}

.block--speakers .block__title {
  font-size: clamp(1.82rem, 3.64vw, 2.94rem);
}

.speakers__ornament {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 3.6rem;
  color: var(--burgundy);
}

.speakers__ornament svg {
  width: 0.72rem;
  height: 0.72rem;
  flex: none;
}

.speakers__ornament span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.speakers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 58rem;
}

.speaker {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  aspect-ratio: 1 / 1.02;
  border: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 46%),
    url("./public/images/speaker-card-bg.webp") center / cover,
    #e4dbd1;
  box-shadow: 0 0.28rem 0.75rem rgba(64, 35, 28, 0.07);
}

.speaker::before {
  content: "+";
  position: absolute;
  top: 0.75rem;
  left: 0.85rem;
  z-index: 3;
  color: var(--burgundy);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

.speaker__photo {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  padding: 0.9rem 0.85rem 0;
}

.speaker__photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: brightness(1.03) contrast(1.04) saturate(0.92);
  transform: translateY(-0.75rem);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0, 0, 0, 0.72) 82%, transparent 100%);
}

.speaker__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.3rem;
  height: clamp(6.8rem, 11vw, 8.2rem);
  padding: 0.85rem 1rem 0.85rem 0.95rem;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgba(244, 238, 231, 0.64) 0%,
    rgba(244, 238, 231, 0.78) 48%,
    rgba(244, 238, 231, 1) 100%
  );
}

.speaker__star {
  display: none;
}

.speaker h3 {
  margin: 0;
  color: var(--burgundy);
  font-family: var(--heading-font);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  font-weight: 760;
  line-height: 1.1;
  text-transform: uppercase;
}

.speaker p {
  margin: 0;
  padding-right: 0;
  color: #171111;
  font-size: clamp(0.72rem, 1.05vw, 0.84rem);
  font-weight: 500;
  line-height: 1.35;
}

.block--speakers .block__footer-ornament {
  display: none;
}

/* Theme */
.block--theme {
  position: relative;
  padding-top: 3.6rem;
  padding-bottom: 2.75rem;
  background: #f5f1ee;
}

.block--theme::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(64vw, 48rem);
  height: min(34rem, 76%);
  background: url("./public/images/theme-bg.webp") right top / cover no-repeat;
  opacity: 0.24;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 18%, #000 46%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 18%, #000 46%, #000 100%),
    linear-gradient(to bottom, #000 0%, #000 74%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  pointer-events: none;
}

.theme-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  grid-template-areas:
    "label qtitle"
    "copy questions";
  column-gap: 2.4rem;
  row-gap: 1.15rem;
  align-items: start;
}

.theme-label {
  grid-area: label;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  width: fit-content;
  margin: 0;
}

.theme-label__ornament {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 3.6rem;
  color: var(--burgundy);
}

.theme-label__ornament svg {
  width: 0.58rem;
  height: 0.58rem;
  flex: none;
}

.theme-label__ornament span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.block--theme .block__title,
.questions__title {
  color: var(--burgundy);
  font-family: var(--heading-font);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 720;
  line-height: 1.15;
  text-transform: uppercase;
}

.theme-copy {
  grid-area: copy;
  max-width: none;
  margin-top: 0;
}

.theme-heading {
  margin: 0 0 1.35rem;
  color: var(--burgundy);
  font-family: var(--body-font);
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.theme-copy .prose {
  width: min(35rem, 100%);
}

.theme-copy .prose p {
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  font-weight: 500;
  line-height: 1.58;
}

.questions {
  grid-area: questions;
  position: relative;
  margin-top: 0;
  padding: clamp(1.35rem, 2.4vw, 1.85rem) clamp(1.25rem, 2.8vw, 1.85rem);
  border-radius: 0.85rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 89% 51%, rgba(111, 22, 30, 0.08), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(235, 224, 214, 0.72)),
    #efe6dd;
  box-shadow: 0 0.55rem 1.15rem rgba(70, 38, 31, 0.045);
}

.questions::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(48%, 18rem);
  background:
    url("./public/images/speaker-card-bg.webp") right center / cover no-repeat,
    linear-gradient(135deg, transparent, rgba(111, 22, 30, 0.12));
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
  pointer-events: none;
}

.questions-label {
  grid-area: qtitle;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  width: fit-content;
  margin: 0;
}

.questions__title {
  margin: 0;
}

.questions__list {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  list-style: none;
}

.questions__list li {
  position: relative;
  min-height: 0;
  padding: 0.72rem 0 0.72rem 2.1rem;
  border-bottom: 1px solid rgba(111, 22, 30, 0.22);
  color: var(--ink);
  font-size: clamp(0.95rem, 1.45vw, 1.1rem);
  font-weight: 500;
  line-height: 1.35;
}

.questions__list li:last-child {
  border-bottom: 0;
}

.questions__list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.78rem;
  color: var(--burgundy);
  font-size: 1.05rem;
  line-height: 1;
}

/* Event */
.block--event {
  position: relative;
  width: 100%;
  margin: 0.35rem 0 1.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  min-height: 0;
  background: var(--burgundy-deep);
  box-shadow: none;
}

.block--event::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 18%, rgba(146, 36, 38, 0.48), transparent 28rem),
    linear-gradient(90deg, rgba(72, 8, 14, 0.94) 0%, rgba(111, 22, 30, 0.78) 42%, rgba(58, 8, 12, 0.9) 100%);
  opacity: 0.78;
  pointer-events: none;
}

.event__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

.event__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  filter: sepia(0.04) brightness(1.18) saturate(1.38) contrast(2.18);
  transform: none;
}

.block--event > .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
  padding: 1.55rem 0 1.25rem;
  text-align: left;
}

.event__title {
  position: relative;
  margin: 0 0 1.15rem;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 0.98;
  text-align: left;
}

.event__title::after {
  --event-title-line: 2.35rem;
  --event-title-gap: 0.4rem;
  content: "✦";
  display: block;
  width: calc(var(--event-title-line) + var(--event-title-gap) + 0.7rem);
  height: 0.7rem;
  margin-top: 0.85rem;
  margin-inline: 0;
  padding-left: calc(var(--event-title-line) + var(--event-title-gap));
  background: linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)) left 50% / var(--event-title-line) 1px no-repeat;
  color: #fff;
  font-size: 0.65rem;
  line-height: 0.7rem;
}

.event__title span {
  display: block;
}

.event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.15rem 1.5rem;
  width: fit-content;
  max-width: 100%;
}

.event__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: #fff;
  text-align: left;
}

.event__pin {
  --event-loc-size: clamp(2.4rem, 4vw, 3.1rem);
  width: var(--event-loc-size);
  height: var(--event-loc-size);
  flex: none;
  filter: brightness(0) invert(1);
}

.event__place,
.event__address {
  color: #fff;
  font-size: clamp(0.82rem, 1.35vw, 1rem);
  font-weight: 600;
  line-height: 1.3;
}

.event__address {
  margin-top: 0.1rem;
  font-weight: 500;
}

.event__rule {
  width: 1px;
  align-self: stretch;
  min-height: 3rem;
  background: rgba(255, 255, 255, 0.42);
}

.event__date {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
}

.event__calendar {
  width: clamp(3.4rem, 5.5vw, 4.3rem);
  height: clamp(3.4rem, 5.5vw, 4.3rem);
  flex: none;
  filter: brightness(0) invert(1);
}

.event__date-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  color: #fff;
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  font-weight: 720;
  line-height: 1.05;
  text-transform: uppercase;
}

.event__cta {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1.35rem;
}

.event__cta .btn {
  width: auto;
  min-width: 14.5rem;
  min-height: 3rem;
  padding-inline: 1.85rem;
  border-radius: 0.35rem;
  background: #f8f2ec;
  color: var(--burgundy);
  font-size: clamp(0.76rem, 1.2vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}

/* Intensives */
.block--intensives {
  padding-top: 1.3rem;
  padding-bottom: 3rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(142, 38, 34, 0.36), transparent 24rem),
    linear-gradient(90deg, #491012 0%, #7b181c 52%, #3d0a0e 100%);
}

.intensives {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.intensive {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  overflow: hidden;
  padding: 1.55rem 1.45rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.95rem;
  background: #100c0d;
  color: #fff;
}

.intensive::before,
.intensive::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intensive::before {
  z-index: 1;
  background:
    radial-gradient(circle at 10% 9%, rgba(54, 6, 10, 0.34), transparent 13rem),
    linear-gradient(90deg, rgba(39, 5, 9, 0.72) 0%, rgba(61, 8, 13, 0.55) 42%, rgba(61, 8, 13, 0.18) 58%, rgba(61, 8, 13, 0) 72%),
    linear-gradient(90deg, rgba(9, 6, 7, 0.82) 0%, rgba(9, 6, 7, 0.56) 50%, rgba(9, 6, 7, 0.3) 100%);
}

.intensive::after {
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.intensive h3,
.intensive__time,
.intensive .prose,
.intensive .btn {
  position: relative;
  z-index: 2;
}

.intensive h3 {
  max-width: 52%;
  color: #fff;
  font-family: var(--heading-font);
  font-size: clamp(1.05rem, 1.45vw, 1.4rem);
  font-weight: 760;
  line-height: 0.96;
  text-transform: uppercase;
}

.intensive__time {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
  width: max-content;
  margin-top: 0.6rem;
  margin-bottom: 1.65rem;
  color: #fff;
  font-size: clamp(0.78rem, 1.05vw, 0.92rem);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.intensive__time span:first-child {
  color: #ef3d43;
}

.intensive__time i {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
}

.intensive__time::after {
  --intensive-time-line: 2.6rem;
  --intensive-time-gap: 0.45rem;
  content: "✦";
  position: absolute;
  left: 0;
  top: calc(100% + 0.7rem);
  display: block;
  width: calc(var(--intensive-time-line) + var(--intensive-time-gap) + 0.75rem);
  height: 0.75rem;
  padding-left: calc(var(--intensive-time-line) + var(--intensive-time-gap));
  background: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)) left 50% / var(--intensive-time-line) 1px no-repeat;
  color: #ef3d43;
  font-size: 0.7rem;
  line-height: 0.75rem;
}

.intensive .prose {
  display: grid;
  max-width: 52%;
  gap: 0.4rem;
  margin-top: 0.1rem;
}

.intensive .prose p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.66rem, 0.82vw, 0.76rem);
  font-weight: 400;
  line-height: 1.35;
}

.intensive .prose strong {
  color: #fff;
  font-weight: 700;
}

.intensive .prose div p:last-child {
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.intensive .prose div {
  position: relative;
  display: grid;
  gap: 0.1rem;
  margin-top: 0.35rem;
  padding-left: 2.55rem;
}

.intensive .prose div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024' fill='none'%3E%3Cg stroke='%23ef3d43' stroke-width='44' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M512 856C512 856 742 622 742 410C742 283 639 180 512 180C385 180 282 283 282 410C282 622 512 856 512 856Z'/%3E%3Ccircle cx='512' cy='410' r='82'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
}

.intensive .btn {
  width: fit-content;
  min-width: 12rem;
  min-height: 2.85rem;
  margin-top: 1rem;
  padding-inline: 1.25rem;
  border-radius: 0.4rem;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 96, 85, 0.32), transparent 12rem),
    linear-gradient(90deg, #b81f25 0%, #8a171d 100%);
  color: #fff;
  font-size: clamp(0.74rem, 0.95vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.intensive__art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.intensive--leader .intensive__art {
  object-position: 72% center;
}

.intensive--youth .intensive__art {
  object-position: 68% center;
}

@media (min-width: 961px) {
  .event__visual img {
    object-position: center 28%;
  }

  .block--event > .container {
    align-items: center;
    text-align: center;
  }

  .event__title {
    text-align: center;
  }

  .event__title::after {
    display: none;
  }

  .event__meta {
    justify-content: center;
  }

  .event__cta {
    justify-content: center;
  }

  .intensives {
    align-items: stretch;
  }

  .intensive {
    min-height: 22.5rem;
    height: 100%;
  }

  .intensive--leader::before {
    background:
      radial-gradient(circle at 10% 9%, rgba(54, 6, 10, 0.34), transparent 13rem),
      linear-gradient(90deg, rgba(39, 5, 9, 0.78) 0%, rgba(61, 8, 13, 0.62) 48%, rgba(61, 8, 13, 0.28) 68%, rgba(61, 8, 13, 0) 86%),
      linear-gradient(90deg, rgba(9, 6, 7, 0.86) 0%, rgba(9, 6, 7, 0.5) 58%, rgba(9, 6, 7, 0.18) 100%);
  }

  .intensive--leader h3 {
    max-width: 62%;
  }

  .intensive--leader .prose {
    max-width: 78%;
  }

  .intensive--leader .prose > p {
    text-shadow: 0 1px 0.7rem rgba(0, 0, 0, 0.45);
  }

  .intensive--youth::before {
    background:
      radial-gradient(circle at 10% 9%, rgba(54, 6, 10, 0.34), transparent 13rem),
      linear-gradient(90deg, rgba(39, 5, 9, 0.78) 0%, rgba(61, 8, 13, 0.62) 48%, rgba(61, 8, 13, 0.28) 68%, rgba(61, 8, 13, 0) 86%),
      linear-gradient(90deg, rgba(9, 6, 7, 0.86) 0%, rgba(9, 6, 7, 0.5) 58%, rgba(9, 6, 7, 0.18) 100%);
  }

  .intensive--youth h3,
  .intensive--youth .prose {
    max-width: 100%;
  }

  .intensive--youth .prose > p {
    text-shadow: 0 1px 0.7rem rgba(0, 0, 0, 0.45);
  }
}

/* Reviews */
.block--reviews {
  background: #f7f2ec;
  padding-bottom: 4.6rem;
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.reviews-head .lead {
  max-width: 42rem;
  margin-top: 1rem;
}

.reviews-controls {
  display: flex;
  gap: 0.6rem;
}

.reviews-controls button {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--burgundy);
  border-radius: 999px;
  background: transparent;
  color: var(--burgundy);
}

.reviews-controls button:disabled {
  opacity: 0.35;
}

.reviews-controls svg {
  width: 1.15rem;
  height: 1.15rem;
}

.reviews-viewport {
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 1rem;
  padding-left: max(1.25rem, calc((100vw - 1120px) / 2));
  padding-right: 1.25rem;
  transition: transform 0.3s ease;
}

.review {
  flex: 0 0 min(34rem, calc(100vw - 2.5rem));
  padding: 2rem;
  border: 1px solid var(--border-color, var(--line));
  border-radius: 0.85rem;
  background: #fffaf5;
  color: var(--text-color, var(--ink));
}

.review p {
  font-size: 1rem;
  line-height: 1.65;
}

.review strong {
  display: block;
  margin-top: 1.2rem;
  color: var(--burgundy);
  font-weight: 700;
}

/* Footer */
.footer {
  padding: 3rem 1.25rem;
  background: var(--burgundy);
  color: #f5f1ee;
}

.footer__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  width: fit-content;
}

.footer__logo-dot {
  width: 4rem;
  height: 4rem;
  flex: none;
  border-radius: 50%;
  background: #d6d2cb;
}

.footer__brand-mark {
  width: 7.5rem;
  fill: #d6d2cb;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  max-width: 44rem;
}

.footer__legal p,
.footer__legal a {
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.45;
}

.footer__legal p {
  color: #e1d8d2;
}

.footer__legal a {
  width: fit-content;
  margin-top: 0.15rem;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

@media (min-width: 960px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  .footer__inner {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}

@media (max-width: 1100px) {
  .speakers {
    gap: 0.75rem;
    max-width: none;
  }

  .speaker {
    aspect-ratio: 1 / 1.02;
  }

  .speaker__photo {
    padding: 0.75rem 0.7rem 0;
  }

  .speaker__copy {
    gap: 0.28rem;
    height: clamp(6.4rem, 14vw, 7.6rem);
    padding: 0.75rem 0.85rem 0.75rem 0.8rem;
  }

  .speaker h3 {
    font-size: clamp(0.98rem, 2.2vw, 1.2rem);
  }

  .speaker p {
    font-size: clamp(0.68rem, 1.5vw, 0.8rem);
  }
}

@media (max-width: 960px) {
  .container {
    width: min(100% - 2rem, 1120px);
  }

  .intro {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.35rem;
    text-align: center;
  }

  .intro__stat {
    justify-items: center;
  }

  .intro__text {
    max-width: 34rem;
  }

  .expect__stories,
  .photo-strip__viewport {
    scroll-padding-inline: 1rem;
    padding-inline: 1rem;
  }

  .intensives {
    grid-template-columns: 1fr;
  }

  .join__hero {
    min-height: 24rem;
  }

  .block--speakers::before {
    width: 78vw;
    height: 20rem;
    opacity: 0.16;
  }

  .speakers__top {
    width: 100%;
  }

  .speakers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .event__meta {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    gap: 0.85rem;
  }

  .event__rule {
    display: none;
  }

  .event__date {
    justify-content: flex-start;
  }

  .block--theme {
    padding-top: 2.85rem;
    padding-bottom: 2.15rem;
  }

  .block--theme::before {
    width: 84vw;
    height: 28rem;
    opacity: 0.2;
  }

  .theme-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "copy"
      "qtitle"
      "questions";
    row-gap: 1.15rem;
    column-gap: 0;
  }

  .questions {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 1.5rem);
  }

  .hero {
    --hero-edge: 2.25rem;
    --hero-edge-x: 2.25rem;
    --hero-edge-b: 1rem;
    min-height: auto;
    padding: 2.5rem var(--hero-edge-x) var(--hero-edge-b);
  }

  .hero__badge {
    width: 6.8rem;
    height: 3.45rem;
    margin-top: 0.75rem;
  }

  .hero__badge span {
    font-size: 1.08rem;
  }

  .hero__title {
    margin-top: 2.2rem;
  }

  .hero__footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.85rem;
    margin-top: 2.2rem;
  }

  .hero__logo {
    order: -1;
    margin-top: 0;
    margin-bottom: 0.35rem;
  }

  .hero__meta-block,
  .hero__meta-block--right {
    text-align: center;
    justify-self: center;
  }

  .hero__meta-block--right {
    position: relative;
    margin-bottom: 3.5rem;
    padding-top: 0.75rem;
  }

  .hero__meta-block--right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 7.5rem;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
  }

  .block {
    padding: 3.25rem 0;
  }

  .block--join {
    padding: 0;
  }

  .block--intro {
    padding: 1.55rem 0;
  }

  .intro {
    gap: 1.15rem;
  }

  .intro__stats {
    gap: 0.7rem;
  }

  .intro__stat strong {
    font-size: clamp(2.1rem, 11vw, 2.75rem);
  }

  .intro__stat span {
    font-size: 0.68rem;
  }

  .intro__divider {
    height: 3rem;
  }

  .intro__text {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .intro__button {
    width: 100%;
    min-height: 3rem;
    font-size: 0.78rem;
  }

  .block--expect {
    padding: 2.75rem 0 3rem;
  }

  .expect__head,
  .photo-strip__head {
    grid-template-columns: auto minmax(4rem, 1fr);
    gap: 0.8rem;
    margin-bottom: 1.05rem;
  }

  .expect__title,
  .photo-strip__head .block__title {
    font-size: 1.65rem;
  }

  .expect__stories {
    gap: 0.55rem;
    scroll-padding-inline: 0.75rem;
    padding-inline: 0.75rem 1rem;
  }

  .expect-story {
    flex-basis: clamp(11.5rem, 58vw, 15rem);
    border-radius: 0.75rem;
  }

  .expect-story figcaption {
    left: 0.8rem;
    right: 0.7rem;
    bottom: 0.8rem;
  }

  .expect-story figcaption strong {
    font-size: clamp(1.05rem, 4.8vw, 1.3rem);
  }

  .expect-story--youth figcaption strong,
  .expect-story--worship figcaption strong {
    font-size: clamp(0.92rem, 4.2vw, 1.15rem);
  }

  .photo-strip__viewport {
    gap: 0.55rem;
    scroll-padding-inline: 0.75rem;
    padding-inline: 0.75rem 1rem;
    grid-template-rows: repeat(2, clamp(7.6rem, 32vw, 10rem));
  }

  .photo-strip__item {
    border-radius: 0.45rem;
  }

  .photo-strip__item--tall {
    width: clamp(9rem, 40vw, 12.5rem);
  }

  .photo-strip__item--wide {
    width: clamp(11.5rem, 52vw, 16.5rem);
  }

  .join__hero {
    min-height: 22rem;
  }

  .join__photo {
    object-position: 62% 78%;
  }

  .join__hero-inner {
    justify-content: flex-start;
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }

  .join__top-ornament {
    width: min(11rem, 55vw);
    margin-bottom: 1.1rem;
  }

  .join__eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.8rem;
  }

  .join__title {
    max-width: 100%;
    margin-bottom: 0.85rem;
    font-size: clamp(1.33rem, 6.44vw, 2rem);
  }

  .join__text {
    max-width: 100%;
    margin-bottom: 1.15rem;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .join__button {
    width: 100%;
    min-height: 3rem;
    font-size: 0.78rem;
  }

  .block--speakers {
    padding-top: 2.5rem;
    padding-bottom: 2.35rem;
  }

  .block--speakers::before {
    height: 16rem;
    opacity: 0.14;
  }

  .speakers__top {
    gap: 0.55rem;
    margin-bottom: 1.15rem;
  }

  .block--speakers .block__title {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  .speakers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .speaker {
    aspect-ratio: 0.72 / 1;
    border-radius: 0.5rem;
  }

  .speaker::before {
    top: 0.55rem;
    left: 0.6rem;
    font-size: 0.95rem;
  }

  .speaker__photo {
    align-items: flex-start;
    padding: 0;
  }

  .speaker__photo img {
    object-fit: contain;
    object-position: center top;
    transform: none;
    -webkit-mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 48%,
      rgba(0, 0, 0, 0.88) 62%,
      rgba(0, 0, 0, 0.55) 76%,
      rgba(0, 0, 0, 0.22) 88%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      #000 0%,
      #000 48%,
      rgba(0, 0, 0, 0.88) 62%,
      rgba(0, 0, 0, 0.55) 76%,
      rgba(0, 0, 0, 0.22) 88%,
      transparent 100%
    );
  }

  .speaker__copy {
    gap: 0.55rem;
    height: auto;
    min-height: 0;
    padding: 2.15rem 0.65rem 1.15rem;
    background: linear-gradient(
      to bottom,
      rgba(244, 238, 231, 0) 0%,
      rgba(244, 238, 231, 0.22) 14%,
      rgba(244, 238, 231, 0.55) 36%,
      rgba(244, 238, 231, 0.88) 64%,
      rgba(244, 238, 231, 1) 100%
    );
  }

  .speaker h3 {
    font-size: clamp(1.05rem, 4.6vw, 1.32rem);
    line-height: 1.08;
  }

  .speaker p {
    margin-top: 0;
    margin-bottom: 0.15rem;
    font-size: clamp(0.72rem, 3.075vw, 0.87rem);
    line-height: 1.28;
  }

  .block--theme {
    padding-top: 2.45rem;
    padding-bottom: 1.85rem;
  }

  .block--theme::before {
    right: -20vw;
    width: 92vw;
    height: 21rem;
    opacity: 0.17;
  }

  .block--theme .block__title,
  .questions__title {
    font-size: clamp(1.05rem, 4.8vw, 1.3rem);
  }

  .theme-copy {
    margin-top: 0;
  }

  .theme-heading {
    margin-bottom: 1.15rem;
    font-size: clamp(1.35rem, 6.8vw, 1.85rem);
    line-height: 0.98;
  }

  .theme-copy .prose p {
    font-size: clamp(0.98rem, 4.45vw, 1.16rem);
    line-height: 1.58;
  }

  .questions {
    margin-top: 0;
    padding: 1.45rem 1.15rem 1.35rem;
    border-radius: 0.78rem;
  }

  .questions::after {
    width: 76%;
    opacity: 0.18;
  }

  .questions__title {
    margin-bottom: 0;
  }

  .questions__list li {
    min-height: 0;
    padding: 0.72rem 0 0.72rem 2rem;
    font-size: clamp(0.92rem, 4.25vw, 1.05rem);
  }

  .questions__list li::before {
    top: 0.83rem;
    font-size: 1rem;
  }

  .block--event {
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    border-radius: 0;
  }

  .block--event > .container {
    width: calc(100% - 1.5rem);
    padding: 1.15rem 0 1rem;
    align-items: flex-start;
    text-align: left;
  }

  .event__meta {
    gap: 0.65rem;
    justify-content: flex-start;
  }

  .event__title {
    margin-bottom: 0.95rem;
    font-size: clamp(1.15rem, 6.2vw, 1.55rem);
    text-align: left;
  }

  .event__title::after {
    --event-title-line: 2.1rem;
    --event-title-gap: 0.35rem;
    width: calc(var(--event-title-line) + var(--event-title-gap) + 0.65rem);
    height: 0.65rem;
    margin-top: 0.75rem;
    margin-bottom: 0;
    margin-inline: 0;
    padding-left: calc(var(--event-title-line) + var(--event-title-gap));
    font-size: 0.58rem;
    line-height: 0.65rem;
  }

  .event__location {
    gap: 0.5rem;
  }

  .event__pin {
    --event-loc-size: 2.1rem;
  }

  .event__place,
  .event__address {
    font-size: clamp(0.72rem, 3.1vw, 0.84rem);
  }

  .event__date {
    gap: 0.45rem;
  }

  .event__calendar {
    width: 2.8rem;
    height: 2.8rem;
  }

  .event__date-text {
    font-size: clamp(0.95rem, 4.4vw, 1.2rem);
  }

  .event__cta {
    margin-top: 1.1rem;
  }

  .event__cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 2.85rem;
    border-radius: 0.35rem;
    font-size: clamp(0.74rem, 3.3vw, 0.86rem);
    letter-spacing: 0.12em;
  }

  .intensive {
    min-height: 0;
    aspect-ratio: auto;
    padding: 1.75rem 1.35rem 1.5rem;
    border-radius: 0.85rem;
  }

  .intensive::before {
    background:
      radial-gradient(circle at 3% 8%, rgba(54, 6, 10, 0.34), transparent 13rem),
      linear-gradient(90deg, rgba(39, 5, 9, 0.72) 0%, rgba(61, 8, 13, 0.55) 48%, rgba(61, 8, 13, 0.2) 72%, rgba(61, 8, 13, 0) 100%),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.42) 100%);
  }

  .intensive h3 {
    max-width: 100%;
    min-height: 0;
    font-size: clamp(1.25rem, 6.2vw, 1.75rem);
  }

  .intensive__time {
    flex-wrap: nowrap;
    gap: 0.32rem;
    width: max-content;
    max-width: none;
    margin-top: 0.65rem;
    margin-bottom: 1.75rem;
    font-size: clamp(0.88rem, 4vw, 1.05rem);
    white-space: nowrap;
  }

  .intensive__time::after {
    --intensive-time-line: 2.85rem;
    --intensive-time-gap: 0.4rem;
    top: calc(100% + 0.85rem);
    width: calc(var(--intensive-time-line) + var(--intensive-time-gap) + 0.7rem);
    height: 0.7rem;
    padding-left: calc(var(--intensive-time-line) + var(--intensive-time-gap));
    font-size: 0.65rem;
    line-height: 0.7rem;
  }

  .intensive .prose {
    max-width: 100%;
    gap: 0.5rem;
  }

  .intensive .prose p {
    font-size: clamp(0.76rem, 3.3vw, 0.88rem);
    line-height: 1.4;
  }

  .intensive--youth .prose > p {
    font-size: clamp(0.74rem, 3.2vw, 0.86rem);
    line-height: 1.38;
  }

  .intensive .prose div {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0.45rem;
    padding-left: 2.7rem;
  }

  .intensive .prose div::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .intensive .btn {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    min-width: 12.5rem;
    min-height: 3.1rem;
    margin-top: 1.1rem;
    font-size: 0.8rem;
  }

  .intensive--leader .intensive__art {
    object-position: 62% center;
  }

  .intensive--youth .intensive__art {
    object-position: 62% center;
  }

  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-track {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .footer__logo-dot {
    width: 3rem;
    height: 3rem;
  }

  .footer__brand-mark {
    width: 5.8rem;
  }
}
