/*
Theme Name: Ant Built Super Theme
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Ant Built
Author URI: https://antbuilt.com
Description: A plain-vanilla & lightweight theme. Based on a clean master theme. Built by your friends at Ant Built!
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.6.1559056801
Updated: 2019-05-28 15:20:01
*/

@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ap-black: #050505;
  --ap-black-soft: #0c0b09;
  --ap-charcoal: #15130f;
  --ap-ivory: #f4eee2;
  --ap-champagne: #eee5d4;
  --ap-champagne-deep: #ddd0b8;
  --ap-ink: #17130d;
  --ap-muted: #bcb5a9;
  --ap-gold: #d6ad52;
  --ap-gold-light: #f3d77b;
  --ap-gold-deep: #76531e;
  --ap-line: rgba(221, 184, 97, 0.24);
  --ap-foil: linear-gradient(112deg, #6c4919 0%, #c08a31 13%, #fff0a3 30%, #b77822 47%, #f3d77b 62%, #81571d 78%, #e8c66b 91%, #6a491c 100%);
  --ap-serif: 'Cormorant Garamond', Georgia, serif;
  --ap-sans: 'Manrope', Arial, sans-serif;
  --ap-script: 'Allura', 'Brush Script MT', cursive;
  --ap-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --ap-radius: 2px;
  --ap-content: min(1180px, calc(100vw - 48px));
}

html {
  scroll-behavior: smooth;
  background: var(--ap-black);
}

body {
  margin: 0;
  background: var(--ap-black);
  color: var(--ap-ivory);
  font-family: var(--ap-sans);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

body::selection,
.ap-site-shell ::selection {
  background: var(--ap-gold);
  color: var(--ap-black);
}

body.page #site-header,
body.page #site-footer,
body.page .page-header,
body.page .entry-title {
  display: none !important;
}

body.page .site-main,
body.page .page-content,
body.page .entry-content,
body.page .content-area {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page .page-content > * {
  max-width: none;
}

.ap-site-shell,
.ap-site-shell * {
  box-sizing: border-box;
}

.ap-site-shell {
  overflow: clip;
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 173, 82, 0.07), transparent 26rem),
    var(--ap-black);
  color: var(--ap-ivory);
}

.ap-site-shell a {
  color: inherit;
  text-decoration: none;
}

.ap-container {
  width: var(--ap-content);
  margin-inline: auto;
}

.ap-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--ap-line);
  background: rgba(5, 5, 5, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ap-contact-bar {
  border-bottom: 1px solid rgba(214, 173, 82, 0.16);
  background: #020202;
}

.ap-contact-bar__inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  color: rgba(188, 181, 169, 0.7);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ap-contact-bar__inner > p,
.ap-header__inner > p,
.ap-contact-bar__links > br {
  display: none !important;
}

.ap-contact-bar__inner > span {
  display: none !important;
}

.ap-contact-bar__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ap-contact-bar__links a {
  color: var(--ap-gold-light);
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.ap-contact-bar__links a:hover,
.ap-contact-bar__links a:focus-visible {
  color: var(--ap-ivory);
}

.ap-header__inner {
  min-height: 104px;
  padding-block: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ap-brand {
  width: 380px;
  height: 91px;
  display: flex;
  align-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.ap-brand img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.ap-brand img,
.ap-footer__brand img {
  content: url('https://archpointmortg.wpenginepowered.com/wp-content/uploads/2026/09/archpoint-logo-black.webp');
}

.ap-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(214, 173, 82, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.ap-nav a,
.ap-footer__nav a {
  position: relative;
  color: rgba(244, 238, 226, 0.78);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.ap-nav a {
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.15em;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap-nav a::after {
  display: none;
}

.ap-nav a:hover,
.ap-nav a:focus-visible,
.ap-footer__nav a:hover,
.ap-footer__nav a:focus-visible {
  color: var(--ap-gold-light);
}

.ap-nav a:hover,
.ap-nav a:focus-visible {
  background: rgba(214, 173, 82, 0.08);
}

.ap-nav a[aria-current='page'] {
  border-color: rgba(214, 173, 82, 0.34);
  background: rgba(214, 173, 82, 0.1);
  color: var(--ap-gold-light);
}

.ap-nav a.ap-nav__apply {
  margin-left: 4px;
  border-color: rgba(243, 215, 123, 0.72);
  background: var(--ap-foil);
  color: #120e07 !important;
  box-shadow: 0 8px 24px rgba(214, 173, 82, 0.16);
}

.ap-nav a.ap-nav__apply:hover,
.ap-nav a.ap-nav__apply:focus-visible {
  border-color: var(--ap-gold-light);
  background: var(--ap-gold-light);
  color: #050505 !important;
}

.ap-nav a:hover::after,
.ap-nav a:focus-visible::after,
.ap-nav a[aria-current='page']::after {
  right: 0;
}

.ap-nav-mobile {
  display: none;
  position: relative;
}

.ap-nav-mobile summary {
  cursor: pointer;
  list-style: none;
  color: var(--ap-gold-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ap-nav-mobile summary::-webkit-details-marker {
  display: none;
}

.ap-nav-mobile__panel {
  position: absolute;
  top: 42px;
  right: 0;
  width: min(280px, calc(100vw - 32px));
  padding: 16px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--ap-line);
  background: #0b0a08;
  box-shadow: var(--ap-shadow);
}

.ap-nav-mobile__panel a {
  padding: 13px 14px;
  color: var(--ap-ivory);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ap-nav-mobile__panel a.ap-nav-mobile__apply {
  margin-top: 8px;
  border: 1px solid var(--ap-gold-light);
  background: var(--ap-foil);
  color: #120e07;
  text-align: center;
}

.ap-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  isolation: isolate;
  border-bottom: 1px solid var(--ap-line);
  background:
    radial-gradient(circle at 72% 42%, rgba(214, 173, 82, 0.16), transparent 12rem),
    radial-gradient(circle at 72% 42%, transparent 0 15rem, rgba(214, 173, 82, 0.10) 15.05rem 15.12rem, transparent 15.18rem),
    linear-gradient(110deg, #050505 0 56%, #0c0a07 100%);
}

.ap-hero::before,
.ap-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.ap-hero::before {
  width: min(42vw, 540px);
  aspect-ratio: 0.76;
  right: 6vw;
  bottom: -14%;
  border: 1px solid rgba(230, 193, 108, 0.28);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow:
    inset 0 0 70px rgba(214, 173, 82, 0.05),
    0 0 0 28px rgba(214, 173, 82, 0.016),
    0 0 0 29px rgba(214, 173, 82, 0.10);
}

.ap-hero::after {
  inset: 0;
  opacity: 0.34;
  background-image: linear-gradient(90deg, transparent 0 97%, rgba(214, 173, 82, 0.11) 97% 100%);
  background-size: 120px 100%;
  mask-image: linear-gradient(90deg, transparent, #000 62%);
}

.ap-hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 110px 0 130px;
}

.ap-kicker,
.ap-section-kicker {
  margin: 0 0 20px;
  color: var(--ap-gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ap-script {
  margin: 0 0 -4px;
  display: inline-block;
  background: var(--ap-foil);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--ap-script);
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
  filter: drop-shadow(0 8px 28px rgba(196, 142, 42, 0.12));
}

.ap-hero h1,
.ap-page-hero h1,
.ap-heading {
  margin: 0;
  color: var(--ap-ivory);
  font-family: var(--ap-serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.ap-hero h1 {
  max-width: 700px;
  font-size: clamp(54px, 6.5vw, 92px);
}

.ap-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ap-muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.75;
}

.ap-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ap-btn {
  min-height: 50px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--ap-radius);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ap-btn:hover,
.ap-btn:focus-visible {
  transform: translateY(-2px);
}

.ap-btn--gold {
  background: var(--ap-foil);
  color: #120e07 !important;
  box-shadow: 0 12px 32px rgba(214, 173, 82, 0.12);
}

.ap-btn--apply {
  border-color: rgba(243, 215, 123, 0.82);
  background: #050505;
  color: var(--ap-gold-light) !important;
  box-shadow: 0 14px 38px rgba(214, 173, 82, 0.18);
}

.ap-btn--apply:hover,
.ap-btn--apply:focus-visible {
  background: var(--ap-foil);
  color: #120e07 !important;
}

.ap-btn--ghost {
  border-color: rgba(244, 238, 226, 0.24);
  color: var(--ap-ivory) !important;
  background: rgba(255, 255, 255, 0.015);
}

.ap-btn--ghost:hover,
.ap-btn--ghost:focus-visible {
  border-color: var(--ap-gold);
}

.ap-signal-bar {
  border-bottom: 1px solid var(--ap-line);
  background: #090806;
}

.ap-signal-bar__inner {
  min-height: 86px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.ap-signal-bar span {
  padding: 10px 22px;
  color: rgba(244, 238, 226, 0.72);
  font-family: var(--ap-serif);
  font-size: 17px;
  font-style: italic;
  text-align: center;
}

.ap-signal-bar span + span {
  border-left: 1px solid var(--ap-line);
}

.ap-section {
  position: relative;
  padding: clamp(88px, 10vw, 150px) 0;
}

.ap-section--soft {
  border-block: 1px solid var(--ap-line);
  background:
    linear-gradient(135deg, rgba(214, 173, 82, 0.04), transparent 32%),
    var(--ap-black-soft);
}

.ap-section--light {
  border-block: 1px solid rgba(118, 83, 30, 0.24);
  background:
    radial-gradient(circle at 88% 12%, rgba(214, 173, 82, 0.24), transparent 21rem),
    linear-gradient(135deg, #f5efe3 0%, var(--ap-champagne) 58%, #e4d8c4 100%);
  color: var(--ap-ink);
}

.ap-section--light .ap-section-kicker,
.ap-section--light .ap-card__number,
.ap-section--light .ap-process__number,
.ap-section--light .ap-detail-list strong {
  color: #76531e;
}

.ap-section--light .ap-heading,
.ap-section--light .ap-card h3,
.ap-section--light .ap-principle h3,
.ap-section--light .ap-process h3,
.ap-section--light .ap-program-group h2,
.ap-section--light .ap-editorial-note {
  color: var(--ap-ink);
}

.ap-section--light .ap-copy,
.ap-section--light .ap-card p,
.ap-section--light .ap-principle p,
.ap-section--light .ap-process p,
.ap-section--light .ap-detail-list span,
.ap-section--light .ap-program-note {
  color: #5c5448;
}

.ap-section--light .ap-card-grid,
.ap-section--light .ap-feature-list {
  border-color: rgba(118, 83, 30, 0.3);
}

.ap-section--light .ap-card,
.ap-section--light .ap-process,
.ap-section--light .ap-principle {
  border-color: rgba(118, 83, 30, 0.3);
  background: rgba(255, 255, 255, 0.28);
}

.ap-section--light .ap-card:hover {
  background: rgba(255, 255, 255, 0.62);
}

.ap-section--light .ap-card::before {
  color: #76531e;
}

.ap-section--light .ap-program-group {
  border-color: rgba(118, 83, 30, 0.28);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 70px rgba(56, 42, 20, 0.08);
}

.ap-section--light .ap-program-list li {
  border-color: rgba(118, 83, 30, 0.18);
  color: #494237;
}

.ap-section--compact {
  padding-block: clamp(70px, 8vw, 110px);
}

.ap-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(58px, 9vw, 130px);
  align-items: start;
}

.ap-heading {
  font-size: clamp(45px, 5vw, 70px);
}

.ap-copy {
  max-width: 690px;
  color: var(--ap-muted);
  font-size: 17px;
}

.ap-copy p {
  margin: 0 0 22px;
}

.ap-copy p:last-child {
  margin-bottom: 0;
}

.ap-copy strong {
  color: var(--ap-ivory);
  font-weight: 600;
}

.ap-home-founder {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 126px) 0;
  border-block: 1px solid rgba(214, 173, 82, 0.2);
  background:
    radial-gradient(circle at 14% 50%, rgba(214, 173, 82, 0.13), transparent 24rem),
    linear-gradient(135deg, #100e0b 0%, #080706 66%, #0d0b08 100%);
}

.ap-home-founder__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: center;
}

.ap-home-founder__grid > p,
.ap-home-founder__portrait > p,
.ap-home-founder__portrait > br,
.ap-home-founder__content > p:empty {
  display: none !important;
}

.ap-home-founder__portrait {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 82, 0.32);
  background: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

.ap-home-founder__portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 10px solid rgba(5, 5, 5, 0.28);
  pointer-events: none;
}

.ap-home-founder__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease, filter 420ms ease;
}

.ap-home-founder__portrait:hover img,
.ap-home-founder__portrait:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.ap-home-founder__badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  min-width: 178px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(243, 215, 123, 0.42);
  background: rgba(5, 5, 5, 0.88);
  color: var(--ap-ivory);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ap-home-founder__badge strong {
  color: var(--ap-gold-light);
  font-family: var(--ap-serif);
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.8;
}

.ap-home-founder__badge span {
  color: rgba(244, 238, 226, 0.72);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ap-home-founder__content {
  max-width: 680px;
}

.ap-home-founder__content .ap-script {
  margin: 0 0 18px;
  font-size: clamp(45px, 5vw, 70px);
}

.ap-home-founder__content .ap-heading {
  font-size: clamp(42px, 4.7vw, 66px);
}

.ap-home-founder__content > p:not(.ap-section-kicker):not(.ap-script) {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--ap-muted);
  font-size: 17px;
}

.ap-founder-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.ap-founder-actions .ap-inline-link {
  margin-top: 0;
}

.ap-inline-link {
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(214, 173, 82, 0.54);
  color: var(--ap-gold-light) !important;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: gap 180ms ease, border-color 180ms ease;
}

.ap-inline-link:hover,
.ap-inline-link:focus-visible {
  gap: 18px;
  border-color: var(--ap-gold-light);
}

.ap-founder {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(214, 173, 82, 0.18);
  background:
    radial-gradient(circle at 18% 46%, rgba(214, 173, 82, 0.11), transparent 24rem),
    linear-gradient(135deg, #080705 0%, #0d0b08 100%);
}

.ap-founder__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(58px, 8vw, 118px);
  align-items: center;
}

.ap-founder__grid > p,
.ap-founder__portrait > br,
.ap-founder__portrait > p:empty,
.ap-founder__story > p:empty {
  display: none !important;
}

.ap-founder__portrait {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 82, 0.3);
  background: #111;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.ap-founder__portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(5, 5, 5, 0.88) 100%);
  pointer-events: none;
}

.ap-founder__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ap-founder__portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.ap-founder__portrait figcaption span {
  color: var(--ap-ivory);
  font-family: var(--ap-serif);
  font-size: 28px;
  line-height: 1;
}

.ap-founder__portrait figcaption small {
  color: var(--ap-gold-light);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.ap-founder__story {
  max-width: 700px;
}

.ap-founder__story .ap-heading {
  margin-bottom: 28px;
}

.ap-founder__story > p:not(.ap-section-kicker) {
  margin: 0 0 20px;
  color: var(--ap-muted);
  font-size: 16px;
}

.ap-founder__story .ap-founder__lede {
  color: var(--ap-ivory);
  font-family: var(--ap-serif);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.42;
}

.ap-founder__story blockquote {
  margin: 32px 0;
  padding: 22px 0 22px 26px;
  border-left: 1px solid var(--ap-gold);
  color: var(--ap-gold-light);
  font-family: var(--ap-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-style: italic;
  line-height: 1.3;
}

.ap-gold-rule {
  width: 92px;
  height: 1px;
  margin: 30px 0 0;
  border: 0;
  background: var(--ap-foil);
}

.ap-card-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: ap-card;
  border-top: 1px solid var(--ap-line);
  border-left: 1px solid var(--ap-line);
}

.ap-card-grid > :not(.ap-card) {
  display: none !important;
}

.ap-card {
  min-height: 290px;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  counter-increment: ap-card;
  border-right: 1px solid var(--ap-line);
  border-bottom: 1px solid var(--ap-line);
  background: rgba(255, 255, 255, 0.012);
  transition: background 180ms ease, transform 180ms ease;
}

.ap-card::before {
  content: '0' counter(ap-card);
  color: var(--ap-gold);
  font-family: var(--ap-serif);
  font-size: 16px;
  font-style: italic;
}

.ap-card > .ap-card__number {
  display: none;
}

.ap-card:hover {
  background: rgba(214, 173, 82, 0.045);
  transform: translateY(-4px);
}

.ap-card__number,
.ap-process__number {
  color: var(--ap-gold);
  font-family: var(--ap-serif);
  font-size: 16px;
  font-style: italic;
}

.ap-card h3,
.ap-program-group h2,
.ap-principle h3,
.ap-process h3 {
  margin: auto 0 12px;
  color: var(--ap-ivory);
  font-family: var(--ap-serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.05;
}

.ap-card p,
.ap-principle p,
.ap-process p {
  margin: 0;
  color: var(--ap-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ap-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.ap-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ap-line);
}

.ap-feature-list a,
.ap-feature-list span {
  min-height: 74px;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--ap-line);
  color: rgba(244, 238, 226, 0.84);
  font-family: var(--ap-serif);
  font-size: 20px;
}

.ap-feature-list a:nth-child(odd),
.ap-feature-list span:nth-child(odd) {
  padding-right: 26px;
}

.ap-feature-list a:nth-child(even),
.ap-feature-list span:nth-child(even) {
  padding-left: 26px;
  border-left: 1px solid var(--ap-line);
}

.ap-feature-list a::before,
.ap-feature-list span::before {
  content: '◆';
  color: var(--ap-gold);
  font-size: 8px;
}

.ap-process-grid,
.ap-principles {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ap-process,
.ap-principle {
  min-height: 230px;
  padding: 34px 38px;
  border: 1px solid var(--ap-line);
  border-right: 0;
}

body.page .ap-process,
body.page .ap-principle {
  width: auto !important;
  padding: 34px 38px !important;
}

.ap-process:last-child,
.ap-principle:last-child {
  border-right: 1px solid var(--ap-line);
}

.ap-process h3,
.ap-principle h3 {
  margin-top: 54px;
}

.ap-cta {
  position: relative;
  padding: clamp(92px, 11vw, 150px) 0;
  text-align: center;
  isolation: isolate;
}

.ap-cta::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 430px;
  left: 50%;
  bottom: -210px;
  transform: translateX(-50%);
  border: 1px solid rgba(214, 173, 82, 0.18);
  border-radius: 50% 50% 0 0;
}

.ap-cta .ap-heading {
  max-width: 820px;
  margin-inline: auto;
}

.ap-cta .ap-copy {
  max-width: 650px;
  margin: 24px auto 0;
}

.ap-cta .ap-actions {
  justify-content: center;
}

.ap-page-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: end;
  border-bottom: 1px solid var(--ap-line);
  background:
    radial-gradient(circle at 82% 70%, rgba(214, 173, 82, 0.16), transparent 16rem),
    linear-gradient(120deg, #050505 0 55%, #100d08 100%);
  isolation: isolate;
}

.ap-page-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: min(34vw, 440px);
  aspect-ratio: 0.75;
  right: 7vw;
  bottom: -38%;
  border: 1px solid rgba(214, 173, 82, 0.24);
  border-radius: 50% 50% 0 0;
}

.ap-page-hero__content {
  width: var(--ap-content);
  margin-inline: auto;
  padding: 110px 0 90px;
}

.ap-page-hero .ap-script {
  font-size: clamp(48px, 6vw, 78px);
}

.ap-page-hero h1 {
  max-width: 880px;
  font-size: clamp(56px, 7vw, 96px);
}

.ap-page-hero p {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--ap-muted);
  font-size: 18px;
}

.ap-editorial-note {
  padding-left: 28px;
  border-left: 1px solid var(--ap-gold);
  color: var(--ap-ivory);
  font-family: var(--ap-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-style: italic;
  line-height: 1.25;
}

.ap-detail-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.ap-detail-list li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--ap-line);
}

.ap-detail-list strong {
  color: var(--ap-gold-light);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ap-detail-list span {
  color: var(--ap-muted);
}

.ap-programs {
  display: grid;
  gap: 28px;
}

.ap-program-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 44px;
  padding: 44px;
  border: 1px solid var(--ap-line);
  background: linear-gradient(135deg, rgba(214, 173, 82, 0.045), rgba(255, 255, 255, 0.008));
}

body.page .ap-program-group {
  padding: 44px !important;
}

.ap-program-group > div {
  align-self: start;
}

.ap-program-group h2 {
  margin: 0;
  font-size: clamp(31px, 3.5vw, 46px);
}

.ap-program-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  list-style: none;
}

.ap-program-list li {
  min-height: 52px;
  padding: 13px 0;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(214, 173, 82, 0.15);
  color: rgba(244, 238, 226, 0.82);
  font-size: 14px;
}

.ap-program-list li::before {
  content: '◆';
  color: var(--ap-gold);
  font-size: 7px;
}

.ap-program-note {
  margin-top: 36px;
  padding: 26px 30px;
  border-left: 2px solid var(--ap-gold);
  background: rgba(214, 173, 82, 0.04);
  color: var(--ap-muted);
  font-size: 13px;
}

.ap-footer {
  position: relative;
  padding: 44px 0 24px;
  border-top: 1px solid var(--ap-line);
  background: #020202;
}

.ap-footer__top {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.ap-footer__top > p,
.ap-footer__right > p,
.ap-footer__bottom > p:empty,
.ap-footer__brand > br,
.ap-footer__nav > br {
  display: none !important;
}

.ap-footer__brand img {
  display: block;
  width: 220px;
  height: 96px;
  object-fit: contain;
  object-position: left center;
}

.ap-footer__right {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) auto;
  align-items: center;
  gap: 40px;
}

.ap-footer__contact {
  display: grid;
  gap: 7px;
}

.ap-footer__contact > p:first-child {
  margin: 0;
  color: rgba(188, 181, 169, 0.62);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ap-footer__contact > p:not(:first-child),
.ap-footer__direct {
  display: grid;
  gap: 3px;
  margin: 0;
}

.ap-footer__contact > p:empty,
.ap-footer__direct > br,
.ap-footer__address > br {
  display: none !important;
}

.ap-footer__contact > p:not(:first-child) br {
  display: none;
}

.ap-footer__contact a {
  color: var(--ap-gold-light);
  font-family: var(--ap-serif);
  font-size: 16px;
  line-height: 1.25;
}

.ap-footer__contact a:hover,
.ap-footer__contact a:focus-visible {
  color: var(--ap-ivory);
}

.ap-footer__address {
  margin: 7px 0 0;
  font-style: normal;
}

.ap-footer__address a {
  color: rgba(188, 181, 169, 0.76);
  font-family: var(--ap-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.55;
}

.ap-footer__address a:hover,
.ap-footer__address a:focus-visible {
  color: var(--ap-gold-light);
}

.ap-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.ap-footer__bottom {
  margin-top: 30px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 720px);
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(214, 173, 82, 0.14);
  color: rgba(188, 181, 169, 0.62);
  font-size: 10px;
  line-height: 1.6;
}

.ap-footer__bottom p {
  margin: 0;
}

.ap-footer__disclaimer {
  max-width: 720px;
  text-align: right;
}

.ap-office-address {
  margin-top: 30px;
  padding: 21px 24px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(118, 83, 30, 0.28);
  background: rgba(255, 255, 255, 0.32);
}

.ap-office-address span {
  color: #76531e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ap-office-address a {
  color: var(--ap-ink);
  font-family: var(--ap-serif);
  font-size: 20px;
  line-height: 1.35;
}

.ap-office-address a:hover,
.ap-office-address a:focus-visible {
  color: #76531e;
}

/* Elementor contact page */
.page-id-37 .elementor,
.page-id-37 .elementor > .e-con.e-parent,
.page-id-37 .elementor > .e-con.e-parent > .e-con-inner {
  width: 100%;
  max-width: none;
}

.page-id-37 .elementor > .e-con.e-parent {
  --content-width: 100%;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  padding: 0;
  gap: 0;
}

.page-id-37 .elementor-widget-html,
.page-id-37 .elementor-widget-html > .elementor-widget-container {
  width: 100%;
}

.ap-contact-hero {
  min-height: 620px;
  background:
    radial-gradient(circle at 78% 52%, rgba(243, 215, 123, 0.22), transparent 13rem),
    radial-gradient(circle at 78% 52%, transparent 0 17rem, rgba(214, 173, 82, 0.13) 17.05rem 17.12rem, transparent 17.18rem),
    linear-gradient(118deg, #050505 0 53%, #171006 100%);
}

.ap-contact-lead__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
  gap: clamp(58px, 9vw, 130px);
}

.ap-contact-note {
  margin-top: 30px !important;
  padding: 22px 24px;
  border-left: 2px solid #9b722c;
  background: rgba(255, 255, 255, 0.34);
  color: #3f382e !important;
  font-family: var(--ap-serif);
  font-size: 21px;
  font-style: italic;
}

.page-id-37 .e-con.e-parent:has(.ap-form-widget) {
  padding: clamp(88px, 9vw, 128px) 24px clamp(110px, 11vw, 155px);
  background:
    linear-gradient(180deg, #e7dcc9 0%, #f3ecdf 100%);
}

.page-id-37 .e-con.e-parent:has(.ap-form-widget) > .e-con-inner > .elementor-widget-html {
  order: -1;
}

.ap-form-heading {
  width: min(880px, 100%);
  margin: 0 auto 34px;
  color: var(--ap-ink);
}

.ap-form-heading h2 {
  max-width: 720px;
  margin: 4px 0 16px;
  color: var(--ap-ink);
  font-family: var(--ap-serif);
  font-size: clamp(44px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.ap-form-heading > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #5c5448;
  font-size: 15px;
}

.ap-form-widget {
  width: min(880px, 100%) !important;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(118, 83, 30, 0.25);
  background: rgba(255, 252, 246, 0.94);
  box-shadow: 0 30px 90px rgba(67, 49, 22, 0.13);
}

.ap-form-widget .elementor-form-fields-wrapper {
  row-gap: 7px;
}

.ap-form-widget .elementor-field-group {
  margin-bottom: 17px;
}

.ap-form-widget .elementor-field-group:has(input[type='text']) {
  order: 1;
}

.ap-form-widget .elementor-field-group:has(input[type='email']) {
  order: 2;
}

.ap-form-widget .elementor-field-group:has(input[type='tel']) {
  order: 3;
}

.ap-form-widget .elementor-field-group:has(select) {
  order: 4;
}

.ap-form-widget .elementor-field-group:has(textarea) {
  order: 5;
  width: 100%;
}

.ap-form-widget .elementor-field-type-submit {
  order: 6;
  margin-top: 7px;
}

.ap-form-widget .elementor-field-label {
  margin-bottom: 8px;
  color: #504536;
  font-family: var(--ap-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ap-form-widget input.elementor-field,
.ap-form-widget select.elementor-field,
.ap-form-widget textarea.elementor-field {
  min-height: 56px;
  padding: 15px 17px;
  border: 1px solid rgba(118, 83, 30, 0.24);
  border-radius: 0;
  background: #fffdfa;
  color: var(--ap-ink);
  font-family: var(--ap-sans);
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ap-form-widget textarea.elementor-field {
  min-height: 150px;
  resize: vertical;
}

.ap-form-widget input.elementor-field:focus,
.ap-form-widget select.elementor-field:focus,
.ap-form-widget textarea.elementor-field:focus {
  outline: 0;
  border-color: #a87929;
  box-shadow: 0 0 0 3px rgba(168, 121, 41, 0.12);
}

.ap-form-widget input.elementor-field::placeholder,
.ap-form-widget textarea.elementor-field::placeholder {
  color: #81786c;
  opacity: 1;
}

.ap-form-widget .elementor-button {
  min-height: 58px;
  padding: 17px 28px;
  border: 1px solid #b48431;
  border-radius: 0;
  background: var(--ap-foil);
  color: #120e07 !important;
  font-family: var(--ap-sans) !important;
  font-size: 11px;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(118, 83, 30, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ap-form-widget .elementor-button .elementor-button-text {
  color: #120e07 !important;
  font-family: var(--ap-sans) !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.ap-form-widget .elementor-button:hover,
.ap-form-widget .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(118, 83, 30, 0.24);
}

.ap-form-widget .elementor-message {
  margin-top: 18px;
  color: #40372b;
  font-size: 13px;
}

@media (max-width: 980px) {
  :root {
    --ap-content: min(100% - 38px, 760px);
  }

  .ap-contact-bar__inner {
    justify-content: center;
  }

  .ap-contact-bar__inner > span {
    display: none;
  }

  .ap-contact-bar__links {
    width: 100%;
    justify-content: space-between;
  }

  .ap-nav {
    display: none;
  }

  .ap-nav-mobile {
    display: block;
  }

  .ap-hero {
    min-height: 670px;
  }

  .ap-hero::before {
    right: -14vw;
    opacity: 0.56;
  }

  .ap-split,
  .ap-feature-layout,
  .ap-contact-lead__grid,
  .ap-home-founder__grid,
  .ap-founder__grid,
  .ap-footer__top {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .ap-home-founder__portrait,
  .ap-founder__portrait {
    width: min(100%, 580px);
  }

  .ap-footer__top {
    gap: 28px;
  }

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

  .ap-process-grid,
  .ap-principles {
    grid-template-columns: 1fr;
  }

  .ap-process,
  .ap-principle {
    min-height: 0;
    border-right: 1px solid var(--ap-line);
    border-bottom: 0;
  }

  .ap-process:last-child,
  .ap-principle:last-child {
    border-bottom: 1px solid var(--ap-line);
  }

  .ap-process h3,
  .ap-principle h3 {
    margin-top: 28px;
  }

  .ap-program-group {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ap-footer__bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ap-footer__disclaimer {
    text-align: left;
  }

  .ap-form-widget .elementor-field-group {
    width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --ap-content: calc(100% - 32px);
  }

  .ap-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .ap-header__inner {
    min-height: 78px;
    gap: 18px;
  }

  .ap-brand {
    width: min(260px, calc(100vw - 104px));
    height: 62px;
  }

  .ap-brand img {
    width: 100%;
    height: auto;
  }

  .ap-contact-bar__inner {
    min-height: 42px;
    justify-content: center;
  }

  .ap-contact-bar__inner > span {
    display: none;
  }

  .ap-contact-bar__links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 9px;
  }

  .ap-site-shell {
    padding-bottom: 76px;
  }

  .ap-contact-bar {
    position: fixed;
    z-index: 90;
    right: 76px;
    bottom: 14px;
    left: 14px;
    border: 0;
    background: transparent;
    pointer-events: none;
  }

  .ap-contact-bar__inner {
    width: 100%;
    min-height: 0;
    margin: 0;
  }

  .ap-contact-bar__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    pointer-events: auto;
  }

  .ap-contact-bar__links br {
    display: none;
  }

  .ap-contact-bar__links a {
    min-height: 50px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(244, 238, 226, 0.2);
    border-radius: 12px;
    color: var(--ap-ivory);
    font-size: 0;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .ap-contact-bar__links a::after {
    font-family: var(--ap-sans);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }

  .ap-contact-bar__links a:first-child {
    border-color: rgba(240, 209, 122, 0.72);
    background: linear-gradient(135deg, #f0d17a 0%, #c5953a 100%);
    color: #120e07 !important;
  }

  .ap-contact-bar__links a:first-child::after {
    content: 'Call';
  }

  .ap-contact-bar__links a:last-child {
    background: rgba(12, 11, 9, 0.86);
    color: var(--ap-ivory) !important;
  }

  .ap-contact-bar__links a:last-child::after {
    content: 'Email';
  }

  .ap-contact-hero {
    min-height: 540px;
  }

  .page-id-37 .e-con.e-parent:has(.ap-form-widget) {
    padding-inline: 16px;
  }

  .ap-form-widget {
    padding: 28px 22px;
  }

  body.page .ap-process,
  body.page .ap-principle {
    padding: 28px 24px !important;
  }

  .ap-hero {
    min-height: 680px;
  }

  .ap-hero__content {
    padding: 86px 0 104px;
  }

  .ap-script {
    font-size: 54px;
  }

  .ap-hero h1 {
    font-size: clamp(48px, 15vw, 66px);
  }

  .ap-signal-bar__inner {
    grid-template-columns: 1fr;
    padding-block: 16px;
  }

  .ap-signal-bar span {
    padding-block: 10px;
  }

  .ap-signal-bar span + span {
    border-left: 0;
    border-top: 1px solid var(--ap-line);
  }

  .ap-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ap-btn {
    width: 100%;
  }

  .ap-card-grid,
  .ap-feature-list,
  .ap-program-list {
    grid-template-columns: 1fr;
  }

  .ap-card {
    min-height: 240px;
  }

  .ap-feature-list a:nth-child(even),
  .ap-feature-list span:nth-child(even) {
    padding-left: 12px;
    border-left: 0;
  }

  .ap-feature-list a:nth-child(odd),
  .ap-feature-list span:nth-child(odd) {
    padding-right: 12px;
  }

  .ap-page-hero {
    min-height: 470px;
  }

  .ap-page-hero__content {
    padding: 88px 0 70px;
  }

  .ap-page-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .ap-program-group {
    padding: 28px 24px;
  }

  body.page .ap-program-group {
    padding: 28px 24px !important;
  }

  .ap-detail-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ap-footer__right,
  .ap-footer__nav {
    align-items: flex-start;
  }

  .ap-footer {
    padding: 34px 0 20px;
  }

  .ap-footer__brand img {
    width: 190px;
    height: 82px;
  }

  .ap-footer__right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ap-footer__nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 12px 20px;
  }

  .ap-home-founder {
    padding-block: 66px;
  }

  .ap-home-founder__grid {
    gap: 38px;
  }

  .ap-home-founder__portrait::after {
    border-width: 7px;
  }

  .ap-home-founder__badge {
    right: 10px;
    bottom: 10px;
    min-width: 156px;
    padding: 14px 15px;
  }

  .ap-home-founder__badge strong {
    font-size: 39px;
  }

  .ap-home-founder__content .ap-script {
    margin-bottom: 15px;
    font-size: 47px;
  }

  .ap-home-founder__content .ap-heading {
    font-size: 43px;
  }

  .ap-home-founder__content > p:not(.ap-section-kicker):not(.ap-script) {
    font-size: 15px;
  }

  .ap-founder__portrait figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ap-founder__portrait figcaption span {
    font-size: 25px;
  }

  .ap-founder__portrait figcaption small {
    text-align: left;
  }

  .ap-founder__story > p:not(.ap-section-kicker) {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ap-site-shell *,
  .ap-site-shell *::before,
  .ap-site-shell *::after {
    transition-duration: 0.01ms !important;
  }
}
