.ap-page {
  --ap-gold: #c7a55e;
  --ap-gold-pale: #ead9ae;
  --ap-dark: #111510;
  --ap-olive: #283226;
  --ap-cream: #eee6d8;
  --ap-paper: #f7f3eb;
  --ap-ink: #1d241c;
  --ap-muted: #657064;
  --ap-line: rgba(29, 36, 28, 0.15);
  overflow: hidden;
  color: var(--ap-ink);
  background: var(--ap-paper);
}

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

.ap-page a {
  text-decoration: none;
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page p,
.ap-page figure,
.ap-page blockquote {
  margin-top: 0;
}

.ap-page h2,
.ap-page h3 {
  text-transform: none;
}

.ap-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #82672f;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ap-eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.ap-eyebrow-light {
  color: var(--ap-gold-pale);
}

.ap-button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.045em;
  line-height: 1.2;
  transition: color 170ms ease, background-color 170ms ease, border-color 170ms ease, transform 170ms ease;
}

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

.ap-button-gold {
  border-color: var(--ap-gold-pale);
  color: #171b15;
  background: var(--ap-gold-pale);
}

.ap-button-gold:hover,
.ap-button-gold:focus-visible {
  border-color: #fff;
  color: #171b15;
  background: #fff;
}

.ap-button-dark {
  border-color: var(--ap-dark);
  color: #fff;
  background: var(--ap-dark);
}

.ap-button-dark:hover,
.ap-button-dark:focus-visible {
  border-color: #83682f;
  color: #fff;
  background: #83682f;
}

.ap-page a:focus-visible,
.ap-page button:focus-visible {
  outline: 2px solid var(--ap-gold);
  outline-offset: 4px;
}

/* Hero */
.ap-hero {
  position: relative;
  display: flex;
  min-height: clamp(46rem, 100svh, 61rem);
  align-items: stretch;
  isolation: isolate;
  color: #fff;
  background: #10140f;
}

.ap-hero-media,
.ap-hero-shade {
  position: absolute;
  inset: 0;
}

.ap-hero-media {
  z-index: -3;
  background: url("../images/about-hero.1700fea6f91a.webp") 58% center / cover no-repeat;
  transform: scale(1.02);
}

.ap-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 11, 8, 0.9) 0%, rgba(8, 11, 8, 0.65) 48%, rgba(8, 11, 8, 0.24) 78%, rgba(8, 11, 8, 0.38) 100%),
    linear-gradient(180deg, rgba(8, 11, 8, 0.38) 0%, transparent 28%, rgba(8, 11, 8, 0.72) 100%);
}

.ap-hero-inner {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(7.5rem, 13vh, 10rem);
  padding-bottom: clamp(11rem, 20vh, 14rem);
}

.ap-breadcrumb {
  position: absolute;
  top: clamp(6.4rem, 11vh, 8.5rem);
  left: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  gap: 0.6rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ap-breadcrumb a {
  color: #fff;
}

.ap-breadcrumb a:hover {
  color: var(--ap-gold-pale);
}

.ap-breadcrumb i {
  color: var(--ap-gold);
  font-size: 0.6rem;
}

.ap-hero-copy {
  max-width: 48rem;
}

.ap-hero h1 {
  max-width: 11ch;
  margin: 1.05rem 0 1.45rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 7.1vw, 7.2rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.ap-hero h1 em {
  display: block;
  margin-top: 0.11em;
  color: var(--ap-gold-pale);
  font-weight: 400;
}

.ap-hero-copy > p {
  max-width: 43rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.8;
}

.ap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.5rem;
  align-items: center;
}

.ap-text-link {
  display: inline-flex;
  min-height: 3rem;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem 0.15rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.ap-text-link i {
  color: var(--ap-gold-pale);
  font-size: 1rem;
}

.ap-text-link:hover {
  color: var(--ap-gold-pale);
}

.ap-hero-proof {
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ap-hero-proof > div {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 1.35rem clamp(1rem, 2.4vw, 2.2rem) 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.ap-hero-proof > div:first-child {
  padding-left: 0;
}

.ap-hero-proof > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.ap-hero-proof i {
  color: var(--ap-gold-pale);
  font-size: 1.05rem;
}

.ap-hero-proof span,
.ap-hero-proof strong {
  display: block;
}

.ap-hero-proof span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  line-height: 1.55;
}

.ap-hero-proof strong {
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

/* Network */
.ap-network {
  position: relative;
  padding: clamp(3.3rem, 6vw, 5.4rem) 0;
  background: var(--ap-cream);
}

.ap-network-inner {
  display: grid;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(15rem, 0.85fr) minmax(20rem, 1.45fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.ap-network h2 {
  margin: 0.45rem 0 0;
  color: var(--ap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.ap-network p {
  margin-bottom: 0;
  color: rgba(29, 36, 28, 0.68);
  font-size: 0.88rem;
  line-height: 1.75;
}

.ap-network-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  align-items: center;
}

.ap-network-list span {
  position: relative;
  color: #4b5549;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ap-network-list span:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -0.78rem;
  color: var(--ap-gold);
}

/* Story */
.ap-story {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 9rem) 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(199, 165, 94, 0.12), transparent 26%),
    var(--ap-paper);
}

.ap-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
  gap: clamp(3.6rem, 8vw, 7rem);
  align-items: center;
}

.ap-story-figure {
  position: relative;
  z-index: 0;
  min-width: 0;
  margin-bottom: 0;
  border-radius: 2.25rem 2.25rem 7.5rem 2.25rem;
  box-shadow: 0 2.1rem 5.6rem rgba(22, 28, 23, 0.2);
}

.ap-story-figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  border: 1px solid rgba(199, 165, 94, 0.62);
  border-radius: inherit;
}

.ap-story-image {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: inherit;
  background: #786d51;
}

.ap-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(7, 27, 19, 0.78), transparent 58%);
  pointer-events: none;
}

.ap-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.86) contrast(1.05) brightness(0.94);
  transform: scale(1.015);
  transition: filter 700ms ease, transform 1.2s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.ap-story-figure:hover .ap-story-image img {
  filter: saturate(0.96) contrast(1.04) brightness(0.98);
  transform: scale(1.045);
}

.ap-story-figure figcaption {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.25rem 1.25rem 3.5rem 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 36, 25, 0.73);
  font-size: 0.72rem;
  line-height: 1.45;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ap-story-figure figcaption > i {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ap-gold-pale);
  background: rgba(234, 217, 174, 0.14);
  font-size: 1.15rem;
}

.ap-story-figure figcaption > span {
  display: grid;
}

.ap-founder-name {
  margin-bottom: 0.2rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.ap-story-copy h2 {
  max-width: 12ch;
  margin: 0.8rem 0 1.45rem;
  color: var(--ap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.45rem, 4.7vw, 4.9rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.ap-story-copy > p {
  max-width: 42rem;
  margin-bottom: 1.15rem;
  color: rgba(29, 36, 28, 0.7);
  font-size: 0.94rem;
  line-height: 1.85;
}

.ap-story-copy .ap-story-lead {
  color: #3b4639;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 1.75vw, 1.55rem);
  line-height: 1.48;
}

.ap-story-copy blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 1rem 0 1rem 1.4rem;
  border-left: 1px solid var(--ap-gold);
  color: #6f5727;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-style: italic;
  line-height: 1.4;
}

.ap-story-copy cite {
  display: block;
  margin-top: 0.65rem;
  color: var(--ap-muted);
  font-family: inherit;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ap-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  align-items: center;
}

.ap-inline-link {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(29, 36, 28, 0.35);
  color: var(--ap-ink);
  font-size: 0.77rem;
  font-weight: 800;
}

.ap-inline-link:hover {
  border-color: var(--ap-gold);
  color: #80642d;
}

/* Shared headings */
.ap-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.65fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.ap-section-heading h2,
.ap-reviews-heading h2 {
  max-width: 15ch;
  margin: 0.7rem 0 0;
  color: var(--ap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.45rem, 4.8vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.ap-section-heading h2 em {
  color: var(--ap-gold-pale);
  font-weight: 400;
}

.ap-section-heading > p {
  margin-bottom: 0;
  color: rgba(29, 36, 28, 0.66);
  font-size: 0.93rem;
  line-height: 1.8;
}

.ap-section-heading-light h2,
.ap-section-heading-light > p {
  color: #fff;
}

.ap-section-heading-light > p {
  color: rgba(255, 255, 255, 0.67);
}

/* Principles */
.ap-principles {
  position: relative;
  padding: clamp(4rem, 5.2vw, 5rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 5%, rgba(199, 165, 94, 0.16), transparent 28%),
    linear-gradient(135deg, #111510, #1a2118 62%, #121611);
}

.ap-principles .ap-section-heading {
  margin-bottom: clamp(2.2rem, 3.2vw, 2.75rem);
}

.ap-principle-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ap-principle {
  display: grid;
  grid-template-columns: 3rem 2.5rem minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: start;
  padding: clamp(1.15rem, 1.6vw, 1.4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ap-principle-number {
  padding-top: 0.25rem;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.82rem;
}

.ap-principle > i {
  color: var(--ap-gold-pale);
  font-size: 1.35rem;
}

.ap-principle > div {
  display: grid;
  grid-template-columns: minmax(12rem, 0.75fr) minmax(18rem, 1.25fr);
  gap: clamp(1.5rem, 6vw, 6rem);
  align-items: baseline;
}

.ap-principle h3 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.08rem, 1.55vw, 1.4rem);
  font-weight: 600;
  line-height: 1.25;
}

.ap-principle p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Process */
.ap-process {
  position: relative;
  padding: clamp(4.75rem, 7vw, 7rem) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 18%, transparent 82%, rgba(40, 50, 38, 0.035)),
    var(--ap-cream);
}

.ap-process .ap-section-heading {
  margin-bottom: clamp(2.8rem, 4.5vw, 4rem);
}

.ap-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ap-line);
  list-style: none;
}

.ap-process-list li {
  position: relative;
  min-height: 13.75rem;
  padding: 1.8rem clamp(1rem, 2.2vw, 2rem) 0.75rem;
  border-right: 1px solid var(--ap-line);
}

.ap-process-list li:first-child {
  padding-left: 0;
}

.ap-process-list li:last-child {
  padding-right: 0;
  border-right: 0;
}

.ap-process-list li::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: clamp(1rem, 2.2vw, 2rem);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--ap-gold);
}

.ap-process-list li:first-child::before {
  left: 0;
}

.ap-process-list li > span {
  display: block;
  margin-bottom: 2.4rem;
  color: #967737;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.84rem;
}

.ap-process-list h3 {
  margin-bottom: 0.75rem;
  color: var(--ap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 600;
}

.ap-process-list p {
  margin-bottom: 0;
  color: rgba(29, 36, 28, 0.67);
  font-size: 0.86rem;
  line-height: 1.72;
}

/* Purpose */
.ap-purpose {
  position: relative;
  padding: clamp(5rem, 8vw, 8rem) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(234, 217, 174, 0.17), transparent 24%),
    var(--ap-olive);
}

.ap-purpose::after {
  content: "";
  position: absolute;
  right: -9rem;
  bottom: -14rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(234, 217, 174, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(234, 217, 174, 0.035), 0 0 0 10rem rgba(234, 217, 174, 0.025);
}

.ap-purpose-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 10vw, 10rem);
  align-items: center;
}

.ap-purpose h2 {
  max-width: 12ch;
  margin: 0.8rem 0 1.35rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.ap-purpose-copy > p {
  max-width: 42rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.85;
}

.ap-purpose-notes {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ap-purpose-notes > div {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ap-purpose-notes i {
  color: var(--ap-gold-pale);
  font-size: 1.1rem;
}

.ap-purpose-notes span,
.ap-purpose-notes strong {
  display: block;
}

.ap-purpose-notes span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  line-height: 1.6;
}

.ap-purpose-notes strong {
  margin-bottom: 0.15rem;
  color: #fff;
  font-size: 0.86rem;
}

/* Team */
.ap-team {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--ap-paper);
}

.ap-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.8rem, 3.2vw, 3rem);
}

.ap-team-member {
  position: relative;
  min-width: 0;
}

.ap-team-photo {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: visible;
  aspect-ratio: 4 / 5;
  border-radius: 1.8rem 1.8rem 5.5rem 1.8rem;
  background: #887d67;
  box-shadow: 0 1.8rem 4.6rem rgba(22, 28, 23, 0.18);
}

.ap-team-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1rem -1rem -1rem 1rem;
  border: 1px solid rgba(199, 165, 94, 0.58);
  border-radius: inherit;
}

.ap-team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(7, 27, 19, 0.56), transparent 52%);
  pointer-events: none;
}

.ap-team-photo img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.86) contrast(1.05) brightness(0.94);
  transform: scale(1);
  transition: filter 650ms ease, transform 1s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.ap-team-photo-logo img {
  padding: 13% 22%;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 45%, rgba(199, 165, 94, 0.14), transparent 43%),
    #171c16;
  filter: none;
  transform: none;
}

.ap-team-member:hover .ap-team-photo img {
  filter: saturate(0.98) contrast(1.04) brightness(0.98);
  transform: scale(1.025);
}

.ap-team-member:hover .ap-team-photo-logo img {
  filter: none;
  transform: scale(1.025);
}

.ap-team-index {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(13, 17, 13, 0.58);
  backdrop-filter: blur(8px);
  font-size: 0.67rem;
  font-weight: 800;
}

.ap-team-meta {
  padding: 1.65rem 0.35rem 0;
}

.ap-team-meta h3 {
  max-width: 12ch;
  margin-bottom: 0.35rem;
  color: var(--ap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.ap-team-meta p {
  margin-bottom: 0;
  color: #866a31;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* Reviews */
.ap-reviews {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 10%, rgba(199, 165, 94, 0.15), transparent 25%),
    radial-gradient(circle at 88% 84%, rgba(199, 165, 94, 0.07), transparent 28%),
    #111510;
}

.ap-reviews::before {
  content: "";
  position: absolute;
  top: -13rem;
  right: -10rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(234, 217, 174, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(234, 217, 174, 0.018);
  pointer-events: none;
}

.ap-reviews-heading {
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ap-reviews-heading h2 {
  color: #fff;
}

.ap-review-controls {
  display: flex;
  gap: 0.65rem;
}

.ap-review-controls button {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(234, 217, 174, 0.35);
  border-radius: 50%;
  color: var(--ap-gold-pale);
  background: transparent;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ap-review-controls button:hover {
  border-color: var(--ap-gold-pale);
  color: #171b15;
  background: var(--ap-gold-pale);
}

.ap-review-swiper {
  position: relative;
  overflow: visible;
  border-top: 1px solid rgba(234, 217, 174, 0.2);
  border-bottom: 1px solid rgba(234, 217, 174, 0.14);
}

.ap-review-swiper .swiper-slide {
  position: relative;
  height: auto;
}

.ap-review-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: -0.8rem;
  bottom: 2.5rem;
  width: 1px;
  background: rgba(234, 217, 174, 0.14);
}

.ap-review-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 27rem;
  flex-direction: column;
  padding: clamp(2.5rem, 4vw, 4rem) clamp(1rem, 3vw, 3.25rem) clamp(2.25rem, 3.5vw, 3.25rem);
  color: #fff;
  background: transparent;
}

.ap-review-quote-mark {
  position: absolute;
  top: 0.35rem;
  right: clamp(0.5rem, 2vw, 2rem);
  color: rgba(234, 217, 174, 0.14);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(7rem, 12vw, 11rem);
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.ap-review-top {
  display: grid;
  grid-template-columns: 3.3rem minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.ap-review-avatar {
  display: grid;
  width: 3.3rem;
  height: 3.3rem;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(234, 217, 174, 0.3);
  border-radius: 50%;
  color: var(--ap-gold-pale);
}

.ap-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ap-review-top h3 {
  margin-bottom: 0.2rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.ap-review-top p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
}

.ap-review-rating {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  color: var(--ap-gold-pale);
  font-size: 0.75rem;
  font-weight: 800;
}

.ap-review-card blockquote {
  flex: 1;
  max-width: 34ch;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  color: rgba(255, 255, 255, 0.88);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 1.75vw, 1.65rem);
  letter-spacing: -0.018em;
  line-height: 1.52;
}

.ap-review-footer {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(234, 217, 174, 0.18);
}

.ap-review-footer .ap-review-top {
  flex: 1;
}

.ap-review-footer > a {
  flex: 0 0 auto;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(234, 217, 174, 0.4);
  color: var(--ap-gold-pale);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ap-review-footer > a:hover {
  border-color: #fff;
  color: #fff;
}

.ap-review-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
}

.ap-review-swiper .swiper-pagination-bullet {
  width: 1.5rem;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.48);
}

.ap-review-swiper .swiper-pagination-bullet-active {
  background: var(--ap-gold-pale);
}

/* Reveal enhancement */
.ap-page.ap-motion-ready .ap-reveal {
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 650ms ease, transform 650ms ease;
}

.ap-page.ap-motion-ready .ap-reveal.ap-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .ap-network-inner {
    grid-template-columns: 1fr 1fr;
  }

  .ap-network-list {
    grid-column: 1 / -1;
  }

  .ap-story-grid {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }

  .ap-story-figure {
    width: min(calc(100% - 1.5rem), 43rem);
  }

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

  .ap-section-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .ap-section-heading > p {
    max-width: 40rem;
  }

  .ap-principle > div {
    grid-template-columns: minmax(10rem, 0.85fr) minmax(14rem, 1.15fr);
    gap: 2rem;
  }

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

  .ap-process-list li:nth-child(2) {
    border-right: 0;
  }

  .ap-process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--ap-line);
  }

  .ap-purpose-grid {
    gap: 4rem;
  }
}

@media (max-width: 767.98px) {
  .ap-hero {
    min-height: max(49rem, 100svh);
  }

  .ap-hero-media {
    background-position: 60% center;
  }

  .ap-hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 11, 8, 0.55) 0%, rgba(8, 11, 8, 0.46) 25%, rgba(8, 11, 8, 0.8) 72%, rgba(8, 11, 8, 0.96) 100%),
      linear-gradient(90deg, rgba(8, 11, 8, 0.35), rgba(8, 11, 8, 0.05));
  }

  .ap-hero-inner {
    justify-content: flex-start;
    padding-top: 9.3rem;
    padding-bottom: 13rem;
  }

  .ap-breadcrumb {
    top: 6.2rem;
  }

  .ap-hero-copy {
    text-align: center;
  }

  .ap-hero-copy .ap-eyebrow {
    justify-content: center;
  }

  .ap-hero h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(3.2rem, 15.5vw, 5rem);
    line-height: 0.94;
  }

  .ap-hero-copy > p {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.96rem;
    line-height: 1.72;
  }

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

  .ap-text-link {
    justify-content: center;
  }

  .ap-hero-proof {
    grid-template-columns: 1fr;
  }

  .ap-hero-proof > div {
    grid-template-columns: 1.5rem minmax(0, 1fr);
    padding: 0.7rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ap-hero-proof > div:first-child,
  .ap-hero-proof > div:last-child {
    padding: 0.7rem 0;
  }

  .ap-hero-proof > div:last-child {
    border-bottom: 0;
  }

  .ap-network-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .ap-network-list {
    grid-column: auto;
  }

  .ap-story-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .ap-story-figure {
    width: calc(100% - 0.95rem);
    border-radius: 1.65rem 1.65rem 4.9rem 1.65rem;
  }

  .ap-story-figure::before {
    inset: 0.95rem -0.95rem -0.95rem 0.95rem;
  }

  .ap-story-figure figcaption {
    right: 1.1rem;
    bottom: 1.1rem;
    left: 1.1rem;
    padding: 1rem;
    border-radius: 1rem 1rem 2.65rem 1rem;
  }

  .ap-story-copy h2,
  .ap-section-heading h2,
  .ap-purpose h2,
  .ap-reviews-heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.8rem);
  }

  .ap-principle {
    grid-template-columns: 2.2rem 2rem minmax(0, 1fr);
    gap: 0.8rem;
  }

  .ap-principle > div {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .ap-principle p {
    font-size: 0.82rem;
  }

  .ap-purpose-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .ap-team-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .ap-team-member,
  .ap-team-member:nth-child(even) {
    display: block;
    padding: 0;
  }

  .ap-team-member:nth-child(even) .ap-team-photo,
  .ap-team-member:nth-child(even) .ap-team-meta {
    grid-column: auto;
    grid-row: auto;
  }

  .ap-team-photo {
    width: calc(100% - 0.8rem);
    aspect-ratio: 4 / 5;
    border-radius: 1.55rem 1.55rem 4.6rem 1.55rem;
  }

  .ap-team-meta,
  .ap-team-member:nth-child(even) .ap-team-meta {
    padding: 1.45rem 0.3rem 0;
    border: 0;
    text-align: left;
  }

  .ap-team-member:nth-child(even) .ap-team-meta h3 {
    margin-left: 0;
  }

  .ap-reviews-heading {
    align-items: flex-end;
  }

  .ap-review-card {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .ap-review-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ap-review-footer .ap-review-top {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ap-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.13em;
  }

  .ap-hero h1 {
    font-size: clamp(3rem, 14.7vw, 4.3rem);
  }

  .ap-process-list {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .ap-process-list li,
  .ap-process-list li:first-child,
  .ap-process-list li:last-child {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: 1rem;
    min-height: auto;
    padding: 1.45rem 0;
    border-top: 1px solid var(--ap-line);
    border-right: 0;
  }

  .ap-process-list li::before {
    display: none;
  }

  .ap-process-list li > span {
    margin-bottom: 0;
    padding-top: 0.25rem;
  }

  .ap-story-image {
    aspect-ratio: 4 / 5;
  }

  .ap-story-image img {
    object-position: 50% 48%;
  }

  .ap-story-figure figcaption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    gap: 0.7rem;
    padding: 0.85rem;
  }

  .ap-story-figure figcaption > i {
    width: 2.45rem;
    height: 2.45rem;
    flex-basis: 2.45rem;
  }

  .ap-team-photo {
    aspect-ratio: 4 / 5;
  }

  .ap-team-meta h3 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }

  .ap-reviews-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ap-review-controls {
    align-self: flex-end;
  }

  .ap-review-card {
    min-height: 29rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ap-page *,
  .ap-page *::before,
  .ap-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .ap-page.ap-motion-ready .ap-reveal {
    opacity: 1;
    transform: none;
  }
}
