/* =================================================================== */
/* AMBASSADOR PAGE                                                      */
/* =================================================================== */

/* Hero */
.amb-hero {
  position: relative;
  min-height: 92vh;
  padding: 130px var(--pad-x) 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  color: var(--cream);
}
.amb-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center 35%;
  filter: brightness(0.72) saturate(1.05);
}
.amb-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(0,0,0,0.40), rgba(0,0,0,0.86) 80%),
    linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, transparent 30%, transparent 65%, rgba(0,0,0,0.90) 100%);
}

.amb-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.amb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: var(--saffron);
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0,0,0,1), 0 0 16px rgba(0,0,0,1), 0 2px 14px rgba(0,0,0,1);
}
.amb-eyebrow .bar {
  display: inline-block;
  width: 42px;
  height: 1.5px;
  background: var(--saffron);
}

.amb-title {
  margin-top: var(--gap-md);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(56px, 8.5vw, 132px);
  line-height: 0.98;
  color: var(--white);
  letter-spacing: -0.005em;
  text-shadow: 0 6px 30px rgba(0,0,0,0.85);
}
.amb-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--saffron);
}
.amb-subtitle {
  margin-top: var(--gap-md);
  font-family: var(--font-sans);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--cream);
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 14px rgba(0,0,0,0.92);
}
.amb-italic {
  margin-top: 18px;
  font-family: var(--font-italic);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: rgba(245, 239, 224, 0.92);
  text-shadow: 0 2px 14px rgba(0,0,0,0.92);
}

.amb-hero-cta-row {
  margin-top: var(--gap-lg);
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

/* =================================================================== */
/* PERKS                                                                */
/* =================================================================== */
.amb-perks {
  padding: var(--gap-xl) var(--pad-x);
  background: var(--charcoal);
  border-top: 1px solid rgba(245, 239, 224, 0.06);
}
.amb-section-head {
  max-width: 880px;
  margin: 0 auto var(--gap-lg);
  text-align: center;
}
.amb-section-head .section-title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(40px, 5.8vw, 80px);
  line-height: 1;
  margin-top: var(--gap-md);
  letter-spacing: -0.005em;
}
.amb-section-head .section-title em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
  color: var(--saffron);
}

.amb-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.perk {
  padding: 32px 28px;
  border: 1px solid rgba(245, 239, 224, 0.10);
  background: rgba(245, 239, 224, 0.015);
  transition: all 0.3s var(--ease-out);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.perk:hover {
  border-color: rgba(232, 177, 74, 0.32);
  background: rgba(232, 177, 74, 0.025);
  transform: translateY(-3px);
}
.perk-num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.32em;
  color: var(--saffron);
  font-weight: 600;
}
.perk-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.15;
  color: var(--cream);
  letter-spacing: -0.003em;
}
.perk-copy {
  font-size: 15px;
  line-height: 1.6;
  color: var(--cream-soft);
}

/* =================================================================== */
/* HOW IT WORKS                                                         */
/* =================================================================== */
.amb-how {
  padding: var(--gap-xl) var(--pad-x);
  background: var(--charcoal-soft);
  border-top: 1px solid rgba(245, 239, 224, 0.06);
}
.amb-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 720px) {
  .amb-steps { grid-template-columns: 1fr; }
}
.step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 0;
  position: relative;
}
.step-num {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: clamp(80px, 8vw, 120px);
  font-weight: 400;
  line-height: 1;
  color: var(--saffron);
  letter-spacing: -0.02em;
}
.step-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--cream);
}
.step-copy {
  font-size: 15px;
  line-height: 1.6;
  color: var(--cream-soft);
  max-width: 36ch;
}

/* =================================================================== */
/* TEXTAREA  (only used on this page)                                  */
/* =================================================================== */
.field textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(245, 239, 224, 0.20);
  padding: 14px;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--cream);
  outline: none;
  resize: vertical;
  transition: border-color 0.2s;
  line-height: 1.5;
}
.field textarea::placeholder { color: rgba(245, 239, 224, 0.30); }
.field textarea:focus { border-color: var(--saffron); }

/* =================================================================== */
/* NAV — current page indicator                                        */
/* =================================================================== */
.nav-links a.is-current {
  color: var(--saffron);
}
