/* Center Point registration/access page */

.cp-access-page {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background:
    radial-gradient(circle at top center, rgba(255, 250, 238, 0.78), transparent 42%),
    #f1ead9 !important;
  padding: clamp(90px, 9vw, 140px) 24px clamp(90px, 8vw, 130px) !important;
  text-align: center;
}

.cp-access-main {
  max-width: 720px;
  margin: 0 auto;
}

.cp-access-label {
  margin: 0 0 16px;
  color: #a88437;
  font-size: 11px;
  letter-spacing: 0.32em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cp-access-title {
  margin: 0;
  color: #202436;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.cp-access-title em {
  color: #a88437;
  font-style: italic;
  font-weight: inherit;
}

.cp-access-rule {
  display: flex;
  justify-content: center;
  margin: 32px auto 28px;
}

.cp-access-rule span {
  display: block;
  width: 140px;
  height: 1px;
  background: rgba(168, 132, 55, 0.38);
  position: relative;
}

.cp-access-rule span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a88437;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px #f1ead9;
}

.cp-access-lede {
  max-width: 460px;
  margin: 0 auto;
  color: rgba(42, 38, 31, 0.72);
  font-size: 17px;
  line-height: 1.65;
}
.cp-access-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 46px;
  max-width: 620px;
  margin: clamp(48px, 5vw, 70px) auto 52px;
  text-align: left;
}

.cp-access-feature {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
}

.cp-access-feature span {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: #a88437;
  box-shadow: 0 0 0 5px rgba(168, 132, 55, 0.12);
}

.cp-access-feature p {
  margin: 0;
  color: rgba(42, 38, 31, 0.74);
  font-size: 15px;
  line-height: 1.55;
}
.cp-access-form-section,
.cp-access-signed-in {
  max-width: 560px;
  margin: 0 auto;
}

.cp-access-form-title {
  margin: 0 0 34px;
  color: #1f1d18;
  font-size: 22px;
  line-height: 1.4;
}

.cp-access-form-title em {
  color: #a88437;
  font-style: italic;
}

.cp-access-form-wrap {
  max-width: 520px;
  margin: 0 auto;
}

.cp-access-page .gform_wrapper {
  margin: 0 auto !important;
}

.cp-access-page .gform_required_legend {
  display: none !important;
}

.cp-access-page .gform_fields {
  row-gap: 22px !important;
}

.cp-access-page .gfield_label,
.cp-access-page .gform-field-label {
  color: rgba(42, 38, 31, 0.66) !important;
  font-size: 11px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.cp-access-page input[type="text"],
.cp-access-page input[type="email"],
.cp-access-page input[type="password"] {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(92, 78, 52, 0.38) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #2a261f !important;
  font-size: 16px !important;
  padding: 12px 0 14px !important;
}

.cp-access-page input[type="text"]:focus,
.cp-access-page input[type="email"]:focus,
.cp-access-page input[type="password"]:focus {
  border-bottom-color: #a88437 !important;
  outline: none !important;
  box-shadow: none !important;
}

.cp-access-page input::placeholder {
  color: rgba(42, 38, 31, 0.42) !important;
}
.cp-access-page .gform_footer {
  justify-content: center !important;
  padding: 34px 0 0 !important;
  margin: 0 !important;
}

.cp-access-page .gform_button {
  width: 100% !important;
  max-width: 520px !important;
  background: #a88437 !important;
  border: 1px solid rgba(168, 132, 55, 0.65) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff9eb !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-style: normal !important;
  padding: 17px 24px !important;
  cursor: pointer !important;
}

.cp-access-page .gform_button:hover {
  background: #1f1d18 !important;
  border-color: #1f1d18 !important;
  color: #fff9eb !important;
}

.cp-access-micro {
  max-width: 440px;
  margin: 28px auto 0;
  color: rgba(42, 38, 31, 0.58);
  font-size: 14px;
  line-height: 1.55;
}

.cp-access-signin {
  margin-top: 38px;
  color: rgba(42, 38, 31, 0.68);
  font-size: 15px;
}

.cp-access-signin a,
.cp-access-signed-actions a {
  color: #a88437 !important;
  font-style: italic;
  text-decoration: none !important;
}

.cp-access-signin a:hover,
.cp-access-signed-actions a:hover {
  color: #1f1d18 !important;
}

.cp-access-signed-actions {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media (max-width: 700px) {
  .cp-access-page {
    padding-top: 80px !important;
  }

  .cp-access-features {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-bottom: 46px;
  }

  .cp-access-title {
    font-size: clamp(38px, 12vw, 58px);
  }
}
/* =========================================================
   CENTER POINT · CLEARING THE STATIC PAGE
   Destination: /assets/css/60-clearing-static-page.css
   Loads only on the Clearing the Static meditation page.
   ========================================================= */

/* Gold recognition / mechanism callout below the hero image */
.cp-ot-signal-callout {
  background: #c58a2e;
  padding: 20px 28px 22px;
  text-align: center;
  border-top: 8px solid #071722;
  border-bottom: 8px solid #071722;
}

.cp-ot-signal-callout p {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1.42;
  color: #111820;
}

.cp-ot-signal-emphasis {
  color: #f6efe4;
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 640px) {
  .cp-ot-signal-callout {
    padding: 16px 18px 18px;
  }

  .cp-ot-signal-callout p {
    font-size: 17px;
    line-height: 1.45;
  }
}

/* =========================================================
   CENTER POINT · CLEARING THE STATIC PAGE
   Destination: /assets/css/60-clearing-static-page.css
   Loads only on the Clearing the Static meditation page.
   ========================================================= */

/* Setup → Anchor → Resolve banner below the hero image */
.cp-ot-signal-callout {
  background: #efe6d2;
  padding: clamp(28px, 4vw, 46px) 28px;
  text-align: center;
  border-top: 1px solid rgba(168, 132, 55, 0.48);
  border-bottom: 1px solid rgba(168, 132, 55, 0.42);
}

.cp-ot-signal-callout p {
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
}

.cp-ot-signal-setup,
.cp-ot-signal-resolve {
  max-width: 820px;
  color: rgba(17, 24, 32, 0.72);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.58;
}

.cp-ot-signal-anchor {
  max-width: 920px;
  margin-top: 12px !important;
  margin-bottom: 13px !important;
  color: #111820;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

@media (max-width: 640px) {
  .cp-ot-signal-callout {
    padding: 28px 20px 30px;
  }

  .cp-ot-signal-setup,
  .cp-ot-signal-resolve {
    font-size: 15px;
    line-height: 1.52;
  }

  .cp-ot-signal-anchor {
    margin-top: 11px !important;
    margin-bottom: 12px !important;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.02;
  }
}
