/* Beyond the Pavement 1.2.0 professional polish layer. */

:root {
  --btp-container: 1160px;
  --btp-shadow: 0 20px 52px rgba(13, 11, 18, .11);
}

body {
  font-size: 16px;
  line-height: 1.68;
}

.btp-section {
  padding: clamp(64px, 7vw, 104px) 0;
}

.btp-title,
.btp-page-title,
.btp-h2 {
  font-weight: 800;
}

.btp-title {
  max-width: 760px;
  font-size: clamp(2.35rem, 5vw, 4.25rem);
  line-height: 1.04;
}

.btp-page-title {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.6vw, 3.8rem);
  line-height: 1.06;
}

.btp-h2 {
  max-width: 780px;
  font-size: clamp(1.9rem, 3.25vw, 2.95rem);
  line-height: 1.1;
}

.btp-lead {
  max-width: 700px;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.btp-card,
.btp-value-card,
.btp-post-card,
.btp-product-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.btp-card {
  padding: 28px;
}

.btp-card:hover {
  border-color: rgba(124, 58, 237, .26);
  box-shadow: 0 16px 38px rgba(13, 11, 18, .085);
}

.btp-button {
  min-height: 48px;
  padding: 11px 21px;
}

.btp-site-header {
  background: rgba(255, 255, 255, .975);
  box-shadow: 0 8px 28px rgba(13, 11, 18, .08);
}

.btp-site-header .btp-header-inner {
  min-height: 92px;
  gap: 22px;
}

.btp-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.btp-site-header .btp-brand-logo {
  width: 188px;
  max-height: 54px;
}

.btp-brand-qualifier {
  margin-left: 3px;
  color: #5b21b6;
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.btp-nav ul {
  gap: 19px;
}

.btp-nav a {
  font-size: .88rem;
  font-weight: 750;
}

.btp-nav-action {
  display: none;
}

.btp-header-cta {
  white-space: nowrap;
}

.btp-hero {
  padding: clamp(56px, 6.5vw, 84px) 0 clamp(74px, 8vw, 108px);
}

.btp-hero-grid {
  gap: clamp(34px, 5vw, 66px);
}

.btp-hero-media {
  min-height: 520px;
}

.btp-hero-photo {
  inset: 14px 0 24px 38px;
  border-radius: 42px 42px 118px 42px;
}

.btp-hero-photo img,
.btp-photo-card img,
.btp-adventure-media img,
.btp-post-card-media img {
  object-position: center center;
}

.btp-value-card {
  min-height: 205px;
  padding: 29px;
}

.btp-photo-card {
  min-height: 480px;
}

.btp-program-card {
  min-height: 286px;
}

.btp-page-hero {
  padding: clamp(64px, 7vw, 92px) 0 clamp(54px, 6vw, 78px);
}

.btp-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 8px 13px;
  border: 1px solid rgba(124, 58, 237, .18);
  border-radius: 999px;
  background: #f4effb;
  color: #4c1d95;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.btp-status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7c3aed;
}

.btp-form input:focus,
.btp-form select:focus,
.btp-form textarea:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .12);
  outline: 0;
}

.btp-honeypot {
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.btp-site-footer {
  padding-top: 62px;
}

.btp-footer-nonprofit {
  display: inline-flex;
  margin: 18px 0 2px !important;
  padding: 6px 10px;
  border: 1px solid rgba(216, 180, 254, .28);
  border-radius: 999px;
  color: #e9d5ff !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.btp-footer-status {
  margin-top: 40px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .72);
  font-size: .87rem;
}

.btp-footer-status a {
  color: #e9d5ff;
}

.btp-footer-bottom {
  margin-top: 24px;
}

@media (max-width: 1080px) {
  .btp-menu-toggle {
    display: block;
    order: 2;
    margin-left: auto;
    color: #21172d;
    background: #f7f4fb;
    border-color: rgba(91, 33, 182, .16);
  }

  .btp-header-cta {
    display: inline-flex;
    order: 3;
  }

  .btp-nav {
    display: none;
    position: absolute;
    top: 92px;
    left: 20px;
    right: 20px;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(91, 33, 182, .14);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--btp-shadow);
  }

  .btp-site-header.is-open .btp-nav {
    display: block;
  }

  .btp-nav ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .btp-nav li + li {
    border-top: 1px solid rgba(91, 33, 182, .1);
  }

  .btp-nav a {
    display: block;
    padding: 12px 4px;
    font-size: .98rem;
  }
}

@media (max-width: 680px) {
  .btp-site-header .btp-header-inner {
    min-height: 78px;
    gap: 10px;
  }

  .btp-site-header .btp-brand-logo {
    width: 154px;
    max-height: 46px;
  }

  .btp-brand-qualifier,
  .btp-header-cta {
    display: none;
  }

  .btp-nav {
    top: 78px;
    left: 14px;
    right: 14px;
  }

  .btp-nav-action {
    display: block;
  }

  .btp-nav-action a {
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    color: #fff !important;
    text-align: center;
  }

  .btp-title {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .btp-page-title {
    font-size: clamp(2.05rem, 9.8vw, 3rem);
  }

  .btp-hero-media {
    min-height: 390px;
  }

  .btp-hero-card {
    width: 82%;
  }

  .btp-section {
    padding: 60px 0;
  }

  .btp-footer-status {
    margin-top: 30px;
  }
}

@media (hover: none) {
  .btp-card:hover,
  .btp-value-card:hover,
  .btp-post-card:hover,
  .btp-button:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  .btp-button,
  .btp-status-pill,
  .btp-card,
  .btp-notice {
    border: 1px solid ButtonText;
  }
}
