@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&display=swap');

.wp-block-navigation .wp-block-navigation-item__label {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

.wp-block-navigation-item__content:hover {
	text-decoration: underline;
	color: #000000 !important;
}

.wp-duotone-unset-2 h1.wp-block-heading {
	font-size: 75px !important;
	font-style: normal;
	font-weight: 500;
}

@media only screen and (min-width: 767px) {
	.wp-image-4051 {
		margin-left: 100px;
		margin-top: 25px;
	}
}

.wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 {
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 40%, rgb(0 0 0 / 20%) 100%), url('https://scottsdalefoundersforum.com/wp-content/uploads/2026/03/chatgpt-image-mar-9-2026-03_33_01-pm.jpg');
/* background-size: cover; */
	background-position: 50% 75%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	padding: 2em;
}

.wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 h2, .wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 h3  {
    color: #ffffff !important;
}

.sel_background {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 40%, rgb(0 0 0 / 20%) 100%), url('https://scottsdalefoundersforum.com/wp-content/uploads/2026/06/sel_background.jpg') !important;
    background-position: 50% 22% !important;
}

.wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 
> .wp-block-column:first-child {
	padding: 1em;
	border: solid 2px #ad7d51;
}

.wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 h2 strong, .wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 hr {
	color: #ffffff !important;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}

.page-id-3988 .has-tertiary-background-color {
	background-color: #00000000 !important;
}

.page-id-3988 .wp-block-columns.alignwide.wp-container-core-columns-is-layout-1a9244c7 p a {
	color: #ffffff !important;
}

.has-secondary-background-color {
	background-color: #ffffff00 !important;
}

.wp-block-cover {
	background: #c06124;
}

.page-id-4621 p, .page-id-4621 ul li {
    color: #ffffff !important;
}

.whole_section {
    padding: 50px;
}


/* ============================================================
   SCOTTSDALE EXIT LAB
   WordPress-safe / isolated styles
   ============================================================ */

#scottsdale-exit-lab {
  --ink:        #0B1622;
  --ink-2:      #0F2032;
  --ink-3:      #14283C;
  --ivory:      #F1ECE0;
  --ivory-dim:  #DCD5C4;
  --stone:      #8C96A7;
  --stone-dark: #59636F;
  --brass:      #C29A5D;
  --brass-soft: rgba(194,154,93,0.16);
  --text-dark:  #17212E;

  --serif: 'Fraunces', serif;
  --sans: 'Inter', sans-serif;
  --mono: 'IBM Plex Mono', monospace;

  --max: 1080px;

  box-sizing: border-box;
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-template-scottsdale-exit-lab-landing-page .wp-site-blocks {
    padding: 0px;
}

#scottsdale-exit-lab *,
#scottsdale-exit-lab *::before,
#scottsdale-exit-lab *::after {
  box-sizing: border-box;
}

#scottsdale-exit-lab img,
#scottsdale-exit-lab svg {
  display: block;
  max-width: 100%;
}

#scottsdale-exit-lab a {
  color: inherit;
}

#scottsdale-exit-lab .wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

#scottsdale-exit-lab .eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass);
}

/* ---------- REVEAL ON SCROLL ---------- */

#scottsdale-exit-lab .reveal {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

#scottsdale-exit-lab .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- HERO ---------- */

#scottsdale-exit-lab .hero {
  position: relative;
  padding: 96px 0 0;
  overflow: hidden;
  background:
    radial-gradient(
      1100px 480px at 84% -10%,
      rgba(194,154,93,0.14),
      transparent 60%
    ),
    var(--ink);
}

#scottsdale-exit-lab .hero-inner {
  text-align: left;
  padding-bottom: 64px;
}

#scottsdale-exit-lab .hero .eyebrow {
  margin-bottom: 22px;
  display: block;
}

h1, h2, h3 {
    color: var(--ivory);
}

.whatitis h1, .whatitis h2, .whatitis h3 {
    color: var(--text-dark);
}

#scottsdale-exit-lab h1.headline {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0 0 26px;
  max-width: 14ch;
}

#scottsdale-exit-lab h1.headline em {
  font-style: italic;
  font-weight: 500;
  color: var(--brass);
}

#scottsdale-exit-lab .hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--ivory-dim);
  max-width: 46ch;
  margin: 0 0 40px;
  font-weight: 400;
}

#scottsdale-exit-lab .cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

#scottsdale-exit-lab .btn {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 2px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

#scottsdale-exit-lab .btn-primary {
  background: var(--brass);
  color: var(--ink);
  font-weight: 500;
}

#scottsdale-exit-lab .btn-primary:hover {
  background: #d6ac6c;
}

#scottsdale-exit-lab .btn-primary:focus-visible,
#scottsdale-exit-lab .btn:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

#scottsdale-exit-lab .cta-note {
  font-size: 13px;
  color: var(--stone);
}

/* ---------- HORIZON SIGNATURE ---------- */

#scottsdale-exit-lab .horizon {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 56px;
}

#scottsdale-exit-lab .horizon path.line {
  fill: none;
  stroke: var(--brass);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: scottsdale-exit-lab-draw 2.4s ease forwards 0.3s;
}

#scottsdale-exit-lab .horizon path.range {
  fill: var(--ink-2);
  opacity: 0.9;
}

#scottsdale-exit-lab .horizon circle {
  fill: var(--brass);
  opacity: 0;
  animation: scottsdale-exit-lab-pop 0.5s ease forwards 2.5s;
}

@keyframes scottsdale-exit-lab-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scottsdale-exit-lab-pop {
  to {
    opacity: 1;
  }
}

/* ---------- SECTION HELPERS ---------- */

#scottsdale-exit-lab section {
  padding: 88px 0;
}

#scottsdale-exit-lab .section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.15;
  margin: 0 0 20px;
}

#scottsdale-exit-lab .rule {
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--brass),
    transparent 70%
  );
  border: 0;
  margin: 0 0 40px;
  opacity: 0.55;
}

/* ---------- PROBLEM ---------- */

#scottsdale-exit-lab .problem {
  background: var(--ink);
}

#scottsdale-exit-lab .problem-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
}

#scottsdale-exit-lab .stat-block .big {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(30px, 4.6vw, 52px);
  color: var(--brass);
  line-height: 1.08;
  margin: 0 0 10px;
}

#scottsdale-exit-lab .stat-block .cap {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}

#scottsdale-exit-lab .problem p {
  color: var(--ivory-dim);
  font-size: 17px;
  margin: 0 0 18px;
}

#scottsdale-exit-lab .problem p:last-child {
  margin-bottom: 0;
}

#scottsdale-exit-lab .problem .kicker {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--ivory);
  font-size: 19px;
}

/* ---------- WHAT IT IS ---------- */

#scottsdale-exit-lab .whatitis {
  background: var(--ivory);
  color: var(--text-dark);
}

#scottsdale-exit-lab .whatitis .eyebrow {
  color: #8a6a34;
}

#scottsdale-exit-lab .whatitis p {
  color: #3B4450;
  font-size: 17px;
  max-width: 66ch;
}

#scottsdale-exit-lab .fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(23,33,46,0.12);
  margin-top: 44px;
  border-radius: 2px;
  overflow: hidden;
}

#scottsdale-exit-lab .fact {
  background: var(--ivory);
  padding: 26px 24px;
}

#scottsdale-exit-lab .fact .label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a6a34;
  margin-bottom: 8px;
}

#scottsdale-exit-lab .fact .value {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

/* ---------- CURRICULUM ---------- */

#scottsdale-exit-lab .curriculum {
  background: var(--ink-2);
}

#scottsdale-exit-lab .curriculum .section-title {
  max-width: 20ch;
}

#scottsdale-exit-lab .curriculum .lede {
  color: var(--ivory-dim);
  max-width: 60ch;
  font-size: 17px;
  margin-bottom: 48px;
}

#scottsdale-exit-lab .topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(241,236,224,0.10);
}

#scottsdale-exit-lab .topic {
  background: var(--ink-2);
  padding: 30px 32px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

#scottsdale-exit-lab .topic .mark {
  color: var(--brass);
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--serif);
  font-style: italic;
}

#scottsdale-exit-lab .topic .t {
  font-size: 16px;
  color: var(--ivory);
}

#scottsdale-exit-lab .topic .t b {
  font-weight: 600;
}

/* ---------- PRIVACY / COMMUNITY ---------- */

#scottsdale-exit-lab .privacy {
  background: var(--ink);
}

#scottsdale-exit-lab .privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(241,236,224,0.12);
  margin-top: 44px;
}

#scottsdale-exit-lab .p-card {
  background: var(--ink);
  padding: 38px 36px;
}

#scottsdale-exit-lab .p-card .eyebrow {
  margin-bottom: 14px;
}

#scottsdale-exit-lab .p-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 14px;
}

#scottsdale-exit-lab .p-card p {
  color: var(--ivory-dim);
  font-size: 16px;
  margin: 0;
}

#scottsdale-exit-lab .privacy > .wrap > p {
  color: var(--ivory-dim);
  font-size: 17px;
  max-width: 62ch;
}

/* ---------- INVESTMENT / CTA ---------- */

#scottsdale-exit-lab .invest {
  background: linear-gradient(
    180deg,
    var(--ink-3),
    var(--ink)
  );
  text-align: center;
  padding: 100px 0;
}

#scottsdale-exit-lab .invest .eyebrow {
  justify-content: center;
}

#scottsdale-exit-lab .price {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(52px, 9vw, 96px);
  margin: 18px 0 6px;
  color: var(--ivory);
}

#scottsdale-exit-lab .price sup {
  font-size: 0.36em;
  color: var(--brass);
  top: -0.5em;
}

#scottsdale-exit-lab .invest .price-note {
  color: var(--stone);
  font-size: 15px;
  margin-bottom: 40px;
}

#scottsdale-exit-lab .invest .desc {
  color: var(--ivory-dim);
  font-size: 17px;
  max-width: 52ch;
  margin: 0 auto 40px;
}

#scottsdale-exit-lab .invest .limited {
  margin-top: 26px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--ivory-dim);
  font-size: 15px;
}

/* ---------- FOOTER ---------- */

#scottsdale-exit-lab footer {
  background: var(--ink);
  border-top: 1px solid rgba(241,236,224,0.10);
  padding: 36px 0;
  text-align: center;
}

#scottsdale-exit-lab footer p {
  font-size: 13px;
  color: var(--stone-dark);
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 800px) {
  #scottsdale-exit-lab .problem-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 760px) {
  #scottsdale-exit-lab .privacy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  #scottsdale-exit-lab .fact-strip {
    grid-template-columns: 1fr;
  }

  #scottsdale-exit-lab .topic-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #scottsdale-exit-lab .wrap {
    padding: 0 22px;
  }

  #scottsdale-exit-lab section {
    padding: 64px 0;
  }
}

/* ============================================================
   ACCESSIBILITY / REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  #scottsdale-exit-lab .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #scottsdale-exit-lab .horizon path.line {
    stroke-dashoffset: 0;
    animation: none;
  }

  #scottsdale-exit-lab .horizon circle {
    opacity: 1;
    animation: none;
  }
}

/* =========================================================
   SEL CUSTOM LOGO
   ========================================================= */

.sel-custom-logo {
    display: block;
    width: 135px;

    flex: 0 0 auto;

    margin: 0 30px 0 0;
    padding: 0;

    line-height: 0;

    text-decoration: none !important;
}

.sel-custom-logo img {
    display: block;

    width: 100%;
    height: auto;
    max-width: 100%;

    margin: 0;
    padding: 0;

    border: 0;
    box-shadow: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .sel-custom-logo {
        width: 115px;
        margin-right: 20px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /*
     * Hide the additional SEL logo on mobile.
     *
     * The site's original logo remains untouched.
     */
    .sel-custom-logo {
        display: none !important;
    }

}