
/* Asher Mission Cinematic Pattern */
.asher-mission-page {
  --asher-dark: #101512;
  --asher-forest: #13231c;
  --asher-forest-2: #1d3428;
  --asher-gold: #c9963f;
  --asher-gold-2: #e0b96a;
  --asher-cream: #f4ead9;
  --asher-paper: #f7efe1;
  --asher-ink: #132018;
  --asher-muted: rgba(255,255,255,.82);
  position: relative;
  overflow: hidden;
  background: var(--asher-dark);
  color: #fff;
}

.asher-mission-page * {
  box-sizing: border-box;
}

.asher-mission-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 8vw, 120px) clamp(22px, 6vw, 80px);
  background:
    radial-gradient(circle at 72% 30%, rgba(224,185,106,.34) 0%, rgba(224,185,106,0) 30%),
    linear-gradient(90deg, rgba(9,12,10,.95) 0%, rgba(9,12,10,.68) 42%, rgba(9,12,10,.28) 70%, rgba(9,12,10,.72) 100%),
    linear-gradient(135deg, #1c251f 0%, #0c0f0d 100%);
}

.asher-mission-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .55;
  background:
    linear-gradient(160deg, transparent 0 54%, rgba(0,0,0,.55) 54% 100%),
    radial-gradient(ellipse at 78% 74%, rgba(255,255,255,.14) 0 13%, transparent 14%),
    linear-gradient(132deg, transparent 0 54%, rgba(255,255,255,.09) 54% 55%, transparent 56%),
    linear-gradient(148deg, transparent 0 62%, rgba(255,255,255,.06) 62% 63%, transparent 64%);
}

.asher-mission-hero::after {
  content: "ADD ASHER HERO IMAGE";
  position: absolute;
  right: clamp(24px, 6vw, 90px);
  bottom: clamp(34px, 7vw, 95px);
  width: min(42vw, 520px);
  aspect-ratio: 4 / 5;
  border: 2px dashed rgba(224,185,106,.62);
  border-radius: 34px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.72);
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    radial-gradient(circle at 50% 20%, rgba(224,185,106,.18), transparent 40%);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.asher-mission-hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.asher-script {
  font-family: cursive;
  color: var(--asher-gold-2);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 500;
}

.asher-mission-eyebrow {
  color: var(--asher-gold);
  letter-spacing: .12em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.asher-mission-hero h1 {
  font-size: clamp(52px, 9vw, 118px);
  max-width: 620px;
  line-height: .88;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #fff;
  text-shadow: 0 6px 24px rgba(0,0,0,.45);
}

.asher-mission-hero h2 {
  color: var(--asher-gold);
  font-size: clamp(25px, 4vw, 48px);
  margin: 18px 0 22px;
  text-transform: uppercase;
  line-height: 1;
}

.asher-mission-hero p {
  max-width: 480px;
  color: var(--asher-muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.asher-mission-btn,
.asher-mission-page .wp-block-button__link {
  background: linear-gradient(135deg, var(--asher-gold), #b47a2d) !important;
  color: #fff !important;
  border-radius: 9px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.18);
}

.asher-mission-section {
  padding: clamp(54px, 7vw, 90px) clamp(22px, 5vw, 70px);
  position: relative;
}

.asher-mission-paper {
  background:
    radial-gradient(circle at 10% 10%, rgba(201,150,63,.09), transparent 28%),
    linear-gradient(180deg, #fbf2e3 0%, var(--asher-paper) 100%);
  color: var(--asher-ink);
}

.asher-mission-title {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 38px;
}

.asher-mission-title h2 {
  margin: 0;
  color: #193226;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.asher-mission-title p {
  font-family: cursive;
  color: #2e3c31;
  font-size: clamp(22px, 3vw, 36px);
  margin: 6px 0 0;
}

.asher-mission-card-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.asher-mission-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(60,48,28,.1);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  min-height: 260px;
  box-shadow: 0 16px 36px rgba(35,27,15,.08);
}

.asher-mission-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(201,150,63,.32), rgba(201,150,63,.08) 48%, transparent 49%),
    #13231c;
  color: var(--asher-gold-2);
  font-size: 38px;
  font-weight: 900;
}

.asher-mission-card h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  color: #13231c;
  font-size: 22px;
}

.asher-mission-card p {
  margin: 0;
  line-height: 1.55;
  color: #1e2e25;
}

.asher-story {
  background:
    radial-gradient(circle at 90% 50%, rgba(201,150,63,.18), transparent 30%),
    linear-gradient(135deg, #13231c 0%, #0c1511 100%);
  color: #fff;
  overflow: hidden;
}

.asher-story-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.asher-polaroid {
  transform: rotate(-4deg);
  background: #f5ead5;
  padding: 16px 16px 46px;
  border-radius: 8px;
  color: #213429;
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
}

.asher-polaroid-frame {
  aspect-ratio: 1 / .85;
  border-radius: 5px;
  display: grid;
  place-items: center;
  border: 2px dashed rgba(35,52,41,.35);
  background: linear-gradient(135deg, rgba(201,150,63,.16), rgba(19,35,28,.14));
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  padding: 22px;
}

.asher-polaroid p {
  font-family: cursive;
  text-align: center;
  font-size: 24px;
  margin: 18px 0 0;
}

.asher-story h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.asher-story h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  background: var(--asher-gold);
  margin-top: 12px;
}

.asher-story p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
}

.asher-join-banner {
  background:
    linear-gradient(90deg, rgba(8,11,9,.72), rgba(201,150,63,.2), rgba(8,11,9,.58)),
    radial-gradient(circle at 18% 50%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #cf9b55 0%, #ead0a0 50%, #b77731 100%);
  color: #13231c;
  padding: clamp(44px, 6vw, 76px) clamp(22px, 5vw, 70px);
}

.asher-join-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}

.asher-join-banner h2 {
  margin: 0;
  color: #13231c;
  text-transform: uppercase;
  font-size: clamp(36px, 6vw, 74px);
  line-height: .95;
}

.asher-join-banner .asher-script {
  color: rgba(19,35,28,.78);
}

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

.asher-action {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.asher-action span {
  display: block;
  font-size: 28px;
  margin-bottom: 6px;
}

.asher-join-box {
  border-left: 1px solid rgba(19,35,28,.35);
  padding-left: 34px;
}

.asher-join-box h3 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .asher-mission-hero {
    min-height: 680px;
    padding-top: 70px;
  }

  .asher-mission-hero::after {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 420px;
    margin-top: 34px;
  }

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

  .asher-story-inner,
  .asher-join-inner {
    grid-template-columns: 1fr;
  }

  .asher-join-box {
    border-left: 0;
    border-top: 1px solid rgba(19,35,28,.35);
    padding-left: 0;
    padding-top: 28px;
  }
}

@media (max-width: 560px) {
  .asher-mission-card-grid,
  .asher-quick-actions {
    grid-template-columns: 1fr;
  }

  .asher-mission-hero h1 {
    font-size: 48px;
  }
}
