:root {
  --ink: #15211d;
  --muted: #5d6961;
  --paper: #fbf8ef;
  --paper-warm: #f2eadb;
  --leaf: #284536;
  --moss: #6e8062;
  --gold: #c99245;
  --clay: #a65f43;
  --white: #fffdf8;
  --shadow: 0 24px 80px rgba(21, 33, 29, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 18, 13, 0.72), rgba(7, 18, 13, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 253, 248, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 253, 248, 0.95) 0 10%, transparent 11%),
    radial-gradient(circle at 38% 58%, rgba(201, 146, 69, 0.9) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 58%, rgba(201, 146, 69, 0.9) 0 10%, transparent 11%);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.96rem;
  letter-spacing: 0.02em;
}

.brand small {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.75rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.9rem;
}

nav a {
  color: rgba(255, 253, 248, 0.86);
  text-decoration: none;
}

nav a:hover {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  padding: 118px clamp(20px, 6vw, 84px) 56px;
}

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

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 18, 13, 0.82), rgba(7, 18, 13, 0.42) 42%, rgba(7, 18, 13, 0.04) 78%),
    linear-gradient(0deg, rgba(7, 18, 13, 0.7), rgba(7, 18, 13, 0.02) 44%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding-bottom: 10vh;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 10vw, 8.8rem);
  font-weight: 500;
  line-height: 0.88;
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions,
.site-footer,
.register-section {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #21130b;
  background: var(--gold);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.42);
  background: rgba(255, 253, 248, 0.08);
  backdrop-filter: blur(16px);
}

.hero-panel {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 48px;
  width: min(380px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: var(--radius);
  background: rgba(7, 18, 13, 0.42);
  backdrop-filter: blur(18px);
}

.hero-panel span {
  display: block;
  padding: 11px 0;
  color: rgba(255, 253, 248, 0.84);
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
}

.hero-panel span:last-child {
  border-bottom: 0;
}

section:not(.hero) {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 84px);
}

.intro-grid,
.journey-section,
.register-section,
.video-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.intro-section p,
.journey-copy p,
.video-copy p,
.register-section p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.06rem;
}

.intro-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(40, 69, 54, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.intro-card p {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 1.18rem;
}

.intro-card a {
  color: var(--clay);
  font-weight: 800;
}

.facilitators-section {
  background: var(--white);
}

.facilitators-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: 44px;
}

.facilitators-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.facilitator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.facilitator-card {
  overflow: hidden;
  border: 1px solid rgba(40, 69, 54, 0.14);
  border-radius: var(--radius);
  background: #fdfaf3;
  box-shadow: 0 18px 54px rgba(21, 33, 29, 0.12);
}

.facilitator-card img {
  width: 100%;
  height: clamp(420px, 54vw, 620px);
  object-fit: cover;
  object-position: center 38%;
}

.facilitator-card:nth-child(2) img {
  object-position: center;
}

.facilitator-card div {
  padding: clamp(24px, 4vw, 38px);
}

.facilitator-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.facilitator-card h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.facilitator-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.video-section {
  color: var(--white);
  background: var(--leaf);
}

.video-copy p {
  color: rgba(255, 253, 248, 0.72);
}

.video-frame {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(201, 146, 69, 0.18), rgba(255, 253, 248, 0.03)),
    radial-gradient(circle at 78% 16%, rgba(255, 253, 248, 0.18), transparent 24%),
    #1d2f27;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #0d1512;
}

.video-frame > div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(7, 18, 13, 0.72), rgba(7, 18, 13, 0.16));
  pointer-events: none;
}

.video-frame strong,
.video-frame small {
  display: block;
}

.video-frame small {
  color: rgba(255, 253, 248, 0.66);
}

.pillars-section {
  background: var(--paper-warm);
}

.pillars-section h2 {
  max-width: 760px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.pillars article {
  min-height: 260px;
  padding: 26px;
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.74);
}

.pillars span {
  display: block;
  margin-bottom: 32px;
  color: var(--clay);
  font-weight: 900;
}

.pillars p,
.timeline span {
  color: var(--muted);
}

.journey-section {
  background: var(--white);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(40, 69, 54, 0.16);
}

.flyer-section {
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 56px) clamp(16px, 4vw, 48px);
  background: #efe3cf;
}

.flyer-image {
  margin: 0;
  width: min(100%, 1080px);
  overflow: hidden;
  border: 1px solid rgba(40, 69, 54, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 64px rgba(21, 33, 29, 0.18);
}

.flyer-image img {
  width: 100%;
  height: auto;
  display: block;
}

.register-section {
  align-items: start;
  color: var(--white);
  background: #111c18;
}

.register-section p {
  color: rgba(255, 253, 248, 0.72);
}

.interest-form {
  display: grid;
  gap: 16px;
  width: 100%;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.06);
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.08);
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 253, 248, 0.42);
}

.form-note {
  margin: 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.9rem;
}

.site-footer {
  justify-content: space-between;
  padding: 26px clamp(20px, 6vw, 84px);
  color: rgba(255, 253, 248, 0.72);
  background: #0d1512;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 960px) {
  nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    padding-bottom: 180px;
  }

  .intro-grid,
  .facilitators-heading,
  .journey-section,
  .register-section,
  .video-section {
    grid-template-columns: 1fr;
  }

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

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

  .facilitator-card img {
    height: min(108vw, 560px);
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 96vh;
    padding: 96px 18px 28px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 18, 13, 0.88), rgba(7, 18, 13, 0.42)),
      linear-gradient(0deg, rgba(7, 18, 13, 0.78), rgba(7, 18, 13, 0.08) 50%);
  }

  h1 {
    font-size: clamp(3.2rem, 19vw, 5.8rem);
  }

  .hero-panel {
    right: 18px;
    bottom: 24px;
  }

  .hero-content {
    padding-bottom: 210px;
  }

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

  .timeline div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    display: grid;
  }
}
