/* =========================================================
   Big Woods Membership Page
   File: assets/css/bwfgp-memberships.css
========================================================= */


/* =========================================================
   Page Base
========================================================= */

.membership-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(211, 170, 69, .10), transparent 24rem),
    radial-gradient(circle at 84% 24%, rgba(42, 96, 52, .22), transparent 28rem),
    linear-gradient(
      180deg,
      #07180f 0px,
      #092516 145px,
      #06150f 230px,
      #020806 292px,
      #020806 309px,
      #e6dcc6 310px,
      #efe7d7 100%
    );
}

.membership-page * {
  box-sizing: border-box;
}


/* =========================================================
   Hero
========================================================= */

.membership-hero {
  position: relative;
  height: 240px;
  min-height: 0;
  overflow: hidden;
  border-bottom: 22px solid #020806;
  background:
    radial-gradient(circle at 72% 18%, rgba(211, 170, 69, .18), transparent 30%),
    radial-gradient(circle at 14% 90%, rgba(37, 93, 48, .34), transparent 36%),
    linear-gradient(
      180deg,
      #07180f 0%,
      #092516 54%,
      #06150f 82%,
      #020806 100%
    );
}

.membership-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(8, 36, 21, .68) 32%,
    #06150f 60%,
    #020806 88%,
    #020806 100%
  );
}

.membership-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
  filter: blur(2px) saturate(.9) contrast(1.05);
  transform: scale(1.04);
}

.membership-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 13, 8, .88), rgba(5, 20, 12, .68), rgba(7, 31, 18, .40)),
    linear-gradient(0deg, rgba(7, 35, 20, .64), rgba(5, 17, 11, .24));
}

.membership-hero-inner {
  position: relative;
  z-index: 3;
  width: min(1500px, calc(100% - 44px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 335px;
  align-items: center;
  gap: 64px;
}

.membership-hero-copy {
  max-width: 780px;
  min-width: 0;
}

.membership-kicker,
.section-kicker,
.small-kicker {
  margin: 0;
  color: #d3aa45;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.membership-hero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 66px);
  font-weight: 900;
  line-height: .84;
  letter-spacing: -.058em;
  text-transform: uppercase;
  text-shadow: 0 20px 54px rgba(0, 0, 0, .50);
}

.membership-hero-copy > p:not(.membership-kicker) {
  max-width: 740px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   Hero Card
========================================================= */

.membership-hero-card {
  width: 100%;
  padding: 18px 17px 20px;
  border: 1px solid rgba(211, 170, 69, .42);
  background:
    linear-gradient(180deg, rgba(236, 222, 188, .13), rgba(8, 28, 18, .64));
  box-shadow: 0 24px 65px rgba(0, 0, 0, .36);
  backdrop-filter: blur(16px);
}

.membership-hero-card span {
  display: block;
  margin-bottom: 8px;
  color: #d3aa45;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1.15;
  text-transform: uppercase;
}

.membership-hero-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}


/* =========================================================
   Shared Full-Width Section Bands
========================================================= */

.membership-section,
.membership-options-section,
.benefits-section {
  position: relative;
  z-index: 1;
}

.membership-section::before,
.membership-options-section::before,
.benefits-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}


/* =========================================================
   Membership Info Section
========================================================= */

.membership-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 46px 0 42px;
}

.membership-section::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(211, 170, 69, .15), transparent 28rem),
    radial-gradient(circle at 90% 0%, rgba(8, 33, 22, .08), transparent 24rem),
    linear-gradient(180deg, #e7dcc4 0%, #eadfc9 100%);
}

.membership-section-head {
  max-width: 820px;
  margin-bottom: 20px;
}

.membership-section .section-kicker,
.membership-side-card .small-kicker {
  color: #7d6122;
}

.membership-section-head h2 {
  margin: 9px 0 0;
  color: #08170f;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.026em;
}

.membership-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 16px;
}

.membership-main-card,
.membership-side-card {
  border: 1px solid rgba(126, 98, 36, .25);
  box-shadow:
    0 15px 34px rgba(34, 25, 10, .10),
    0 0 0 1px rgba(255, 255, 255, .24) inset;
}

.membership-main-card {
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(239, 229, 202, .55));
}

.membership-main-card p {
  max-width: 820px;
  margin: 0 0 14px;
  color: rgba(8, 23, 15, .78);
  font-size: 14px;
  line-height: 1.68;
}

.membership-main-card p:last-child {
  margin-bottom: 0;
}

.membership-side-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(245, 236, 214, .72), rgba(224, 209, 171, .52));
}

.membership-side-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.membership-side-card li {
  position: relative;
  padding-left: 19px;
  color: rgba(8, 23, 15, .78);
  font-size: 13px;
  line-height: 1.45;
}

.membership-side-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 5px;
  height: 5px;
  background: #a9872f;
}


/* =========================================================
   Membership Options Section
========================================================= */

.membership-options-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 48px 0 52px;
  color: #08170f;
}

.membership-options-section::before {
  background:
    radial-gradient(circle at 12% 16%, rgba(211, 170, 69, .14), transparent 26rem),
    radial-gradient(circle at 92% 12%, rgba(6, 30, 18, .10), transparent 28rem),
    linear-gradient(180deg, #eadfc9 0%, #dfd1b3 100%);
}

.membership-options-inner {
  position: relative;
}

.membership-options-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.membership-options-head .section-kicker {
  color: #7d6122;
}

.membership-options-head h2 {
  margin: 9px 0 0;
  color: #08170f;
  font-size: clamp(25px, 2.35vw, 36px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.032em;
}

.membership-options-intro {
  max-width: 760px;
  margin: 13px 0 0;
  color: rgba(8, 23, 15, .72);
  font-size: 14px;
  line-height: 1.65;
}

.membership-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.membership-option-card {
  position: relative;
  display: flex;
  min-height: 465px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(126, 98, 36, .30);
  background:
    radial-gradient(circle at 100% 0%, rgba(211, 170, 69, .12), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, .46), rgba(239, 229, 202, .70));
  box-shadow:
    0 20px 44px rgba(34, 25, 10, .12),
    0 0 0 1px rgba(255, 255, 255, .25) inset;
}

.membership-option-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #a9872f;
  opacity: .9;
}

.membership-option-card-featured {
  border-color: rgba(211, 170, 69, .42);
  background:
    radial-gradient(circle at 100% 0%, rgba(211, 170, 69, .16), transparent 45%),
    linear-gradient(180deg, #123d27 0%, #061b11 100%);
  color: #fff;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, .20),
    0 0 0 1px rgba(255, 255, 255, .06) inset;
}

.membership-option-card-featured::before {
  background: #d3aa45;
}

.membership-option-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(169, 135, 47, .30);
  background: rgba(169, 135, 47, .10);
  color: #7d6122;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  text-transform: uppercase;
}

.membership-option-card-featured .membership-option-label {
  border-color: rgba(211, 170, 69, .42);
  background: rgba(211, 170, 69, .12);
  color: #d3aa45;
}

.membership-option-card h3 {
  max-width: 420px;
  margin: 0;
  color: #08170f;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.026em;
}

.membership-option-card-featured h3 {
  color: #fff;
}

.membership-option-card p {
  max-width: 455px;
  margin: 14px 0 0;
  color: rgba(8, 23, 15, .74);
  font-size: 14px;
  line-height: 1.65;
}

.membership-option-card-featured p {
  color: rgba(255, 255, 255, .76);
}

.membership-option-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.membership-option-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(8, 23, 15, .80);
  font-size: 14px;
  line-height: 1.42;
}

.membership-option-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .15em;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(169, 135, 47, .55);
  background:
    linear-gradient(135deg, rgba(211, 170, 69, .90), rgba(169, 135, 47, .95));
  box-shadow: 0 4px 10px rgba(34, 25, 10, .12);
}

.membership-option-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: .42em;
  width: 5px;
  height: 8px;
  border-right: 2px solid #08170f;
  border-bottom: 2px solid #08170f;
  transform: rotate(42deg);
}

.membership-option-card-featured .membership-option-list li {
  color: rgba(255, 255, 255, .84);
}

.membership-option-card-featured .membership-option-list li::before {
  border-color: rgba(211, 170, 69, .70);
  background: #d3aa45;
}

.membership-option-card-featured .membership-option-list li::after {
  border-color: #06100b;
}

.membership-pricing-note {
  max-width: 880px;
  margin: 20px auto 0;
  padding: 15px 20px;
  border: 1px solid rgba(126, 98, 36, .22);
  background: rgba(255, 255, 255, .26);
  color: rgba(8, 23, 15, .72);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}


/* =========================================================
   Membership Option Buttons
========================================================= */

.membership-option-button {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  margin-top: 26px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(169, 135, 47, .55);
  background: #08170f;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.membership-option-button:hover {
  transform: translateY(-2px);
  border-color: rgba(211, 170, 69, .88);
  background: #0e2c1c;
  box-shadow: 0 16px 34px rgba(8, 23, 15, .18);
}

.membership-option-card-featured .membership-option-button {
  border-color: rgba(211, 170, 69, .92);
  background: #d3aa45;
  color: #06100b;
  box-shadow: 0 16px 34px rgba(211, 170, 69, .14);
}

.membership-option-card-featured .membership-option-button:hover {
  background: #efc75f;
  box-shadow: 0 20px 42px rgba(211, 170, 69, .22);
}


/* =========================================================
   Benefits Section
========================================================= */

.benefits-section {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 50px 0 54px;
}

.benefits-section::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(211, 170, 69, .08), transparent 28rem),
    radial-gradient(circle at 88% 30%, rgba(64, 128, 73, .18), transparent 30rem),
    linear-gradient(
      180deg,
      #092718 0%,
      #061b11 48%,
      #03100a 100%
    );
}

.benefits-inner {
  display: grid;
  grid-template-columns: 315px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.benefits-head {
  max-width: 315px;
}

.benefits-section .section-kicker {
  color: #d3aa45;
}

.benefits-head h2 {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .36);
}

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

.benefit-card {
  position: relative;
  min-height: 178px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(211, 170, 69, .20);
  background:
    radial-gradient(circle at 100% 0%, rgba(231, 220, 196, .075), transparent 48%),
    linear-gradient(180deg, rgba(15, 56, 34, .80), rgba(6, 25, 16, .92));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .22),
    0 0 0 1px rgba(255, 255, 255, .035) inset;
}

.benefit-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #c8a246;
  opacity: .82;
}

.benefit-card span {
  display: inline-flex;
  width: 38px;
  height: 30px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(211, 170, 69, .34);
  background: rgba(211, 170, 69, .09);
  color: #d8b658;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.benefit-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -.018em;
}

.benefit-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.62;
}


/* =========================================================
   Footer Blend
========================================================= */

.membership-page .footer {
  background:
    linear-gradient(180deg, #03100a 0%, #020806 100%);
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1120px) {
  .membership-hero {
    height: auto;
    min-height: 270px;
  }

  .membership-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 62px 0 32px;
  }

  .membership-hero-card {
    max-width: 420px;
  }

  .membership-info-grid,
  .benefits-inner {
    grid-template-columns: 1fr;
  }

  .benefits-head {
    max-width: 760px;
  }

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

@media (max-width: 900px) {
  .membership-comparison-grid {
    grid-template-columns: 1fr;
  }

  .membership-option-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .membership-hero-inner,
  .membership-section,
  .membership-options-section,
  .benefits-section {
    width: min(100% - 32px, 1120px);
  }

  .membership-hero-inner {
    padding-top: 48px;
  }

  .membership-hero h1 {
    font-size: clamp(32px, 14vw, 58px);
  }

  .membership-hero-copy > p:not(.membership-kicker) {
    font-size: 13px;
  }

  .membership-section,
  .membership-options-section {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .membership-section-head h2,
  .membership-options-head h2,
  .benefits-head h2 {
    font-size: clamp(23px, 7vw, 30px);
  }

  .membership-main-card,
  .membership-side-card,
  .membership-option-card,
  .benefit-card {
    padding: 21px;
  }

  .benefit-card {
    min-height: 0;
  }

  .membership-option-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .membership-kicker,
  .section-kicker,
  .small-kicker {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .membership-hero h1 {
    font-size: 28px;
  }

  .membership-section-head h2,
  .membership-options-head h2,
  .benefits-head h2 {
    font-size: 25px;
  }

  .membership-option-card h3 {
    font-size: 23px;
  }

  .benefit-card h3 {
    font-size: 17px;
  }
}