.about-page {
  --about-x: 72%;
  --about-y: 34%;
  --media-x: 50%;
  --media-y: 50%;
  --media-shift-x: 0px;
  --media-shift-y: 0px;
  --media-detail-x: 0px;
  --media-detail-y: 0px;
  background: var(--paper);
}
.about-page main { overflow: clip; }
.about-site-header nav a.is-active::after { transform: scaleX(1); }

.about-page-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(30rem,1.18fr);
  align-items: center;
  gap: clamp(2rem,6vw,7rem);
  padding: clamp(11rem,18vh,14rem) var(--page-pad) clamp(5rem,9vw,8rem);
  overflow: hidden;
  background: linear-gradient(145deg, var(--paper), #edf1ee 48%, var(--glass));
}
.about-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 19rem at var(--about-x) var(--about-y), rgba(255,255,255,.9), rgba(200,221,214,.32) 46%, transparent 73%),
    conic-gradient(from 140deg at 16% 94%, transparent, rgba(203,201,232,.4), transparent 32%),
    repeating-linear-gradient(112deg, transparent 0 7rem, rgba(65,109,98,.045) 7.05rem 7.12rem);
  transition: background-position .3s ease;
}
.about-hero-copy { position: relative; z-index: 3; }
.about-hero-copy h1 {
  max-width: 8ch;
  margin: 0 0 2rem;
  font-size: clamp(4rem,7.8vw,9rem);
  font-weight: 570;
  line-height: .84;
}
.about-hero-copy h1 span { display: block; }
.about-hero-copy > p:not(.context-line) {
  max-width: 38rem;
  margin-bottom: 2rem;
  font-size: clamp(1.05rem,1.45vw,1.3rem);
  line-height: 1.65;
}
.about-hero-media { position: relative; z-index: 3; min-height: min(72vh,49rem); }
.about-hero-media__main {
  position: absolute;
  inset: 2% 0 8% 3%;
  border-radius: 42% 2.8rem 2.8rem 2.8rem;
  box-shadow: 0 2.5rem 7rem rgba(23,26,24,.15);
  transform: translate(var(--media-shift-x), var(--media-shift-y));
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.about-hero-media__detail {
  position: absolute;
  right: -3%;
  bottom: 0;
  width: 42%;
  height: 38%;
  border: .55rem solid rgba(247,247,243,.9);
  border-radius: 45% 45% 1.7rem 1.7rem;
  box-shadow: 0 1.5rem 4rem rgba(23,26,24,.16);
  transform: translate(var(--media-detail-x), var(--media-detail-y));
  transition: transform .9s cubic-bezier(.2,.8,.2,1);
}
.about-material-lens {
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: 42% 2.8rem 2.8rem 2.8rem;
  opacity: .12;
  background:
    radial-gradient(circle 10rem at var(--media-x) var(--media-y), rgba(255,255,255,.72), rgba(200,221,214,.2) 48%, transparent 74%),
    linear-gradient(112deg, transparent 35%, rgba(255,255,255,.12) 49%, transparent 63%);
  background-size: auto, 210% 100%;
  mix-blend-mode: soft-light;
  pointer-events: none;
  transition: opacity .55s ease, background-position .8s cubic-bezier(.2,.8,.2,1);
}
.about-hero-media.is-interacting .about-material-lens { opacity: .78; background-position: 0 0, 72% 0; }
.about-page .section-menu a.is-active { background: rgba(200,221,214,.58); }
.about-hero-note {
  position: absolute;
  z-index: 3;
  right: var(--page-pad);
  bottom: 1.35rem;
  margin: 0;
  font-size: .62rem;
  font-weight: 740;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.company-profile {
  position: relative;
  margin: clamp(4rem,8vw,8rem) var(--page-pad);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: clamp(2rem,4vw,4.2rem);
  background: rgba(255,255,255,.46);
  box-shadow: 0 2.8rem 8rem rgba(23,26,24,.08);
}
.company-profile { margin-bottom: 0; }
.company-profile::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: clamp(1.25rem,3vw,3rem);
  width: 1px;
  background: linear-gradient(var(--accent-soft), var(--violet), var(--accent-soft));
}
.profile-block {
  position: relative;
  isolation: isolate;
  scroll-margin-top: 8rem;
  padding: clamp(3rem,7vw,7rem) clamp(2rem,7vw,7rem);
}
.profile-block > *:not(.profile-seam) { position: relative; z-index: 2; }
.profile-block + .profile-block { border-top: 0; }
.profile-block h2 { max-width: 12ch; margin-bottom: 1.2rem; }
.profile-seam {
  position: absolute;
  z-index: 1;
  top: clamp(-7.5rem,-8vw,-4.5rem);
  right: -8%;
  left: -8%;
  height: clamp(9rem,15vw,15rem);
  border-radius: 52% 48% 0 0 / 86% 100% 0 0;
  transform-origin: 50% 100%;
  pointer-events: none;
}
.profile-seam::before {
  content: "";
  position: absolute;
  inset: 18% 3% 7%;
  opacity: .46;
  background:
    repeating-radial-gradient(ellipse 58% 42% at 48% 112%, transparent 0 1.4rem, rgba(65,109,98,.15) 1.45rem 1.51rem),
    linear-gradient(102deg, transparent 12%, rgba(255,255,255,.62) 49%, transparent 82%);
  background-size: 100% 100%, 190% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 78%, transparent);
  animation: profile-surface-drift 10s ease-in-out infinite alternate;
}
.profile-seam::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 9%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(65,109,98,.3), transparent);
  box-shadow: 0 .6rem 0 rgba(255,255,255,.24), 0 1.2rem 0 rgba(65,109,98,.06);
}
.profile-seam span {
  position: absolute;
  right: 12%;
  bottom: 18%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(65,109,98,.2), transparent);
}
.profile-seam--team {
  background:
    radial-gradient(58% 74% at 18% 100%, rgba(255,255,255,.52), transparent 72%),
    linear-gradient(to bottom, rgba(221,210,194,0), rgba(220,232,234,.82) 58%, rgba(220,232,234,.99));
}
.profile-seam--location {
  background:
    radial-gradient(55% 70% at 80% 100%, rgba(65,109,98,.2), transparent 72%),
    linear-gradient(to bottom, rgba(23,26,24,0), rgba(23,26,24,.88) 58%, var(--ink));
}
.profile-seam--location span { background: linear-gradient(90deg, transparent, rgba(200,221,214,.3), transparent); }
.profile-seam--location::before { filter: invert(1); opacity: .2; }
.profile-seam--location::after { background: linear-gradient(90deg, transparent, rgba(200,221,214,.32), transparent); }
@keyframes profile-surface-drift { to { transform: translate3d(2.2%, -.45rem, 0) scaleX(1.04); background-position: 0 0, 100% 0; } }

.owner-profile {
  display: grid;
  grid-template-columns: minmax(24rem,1.05fr) minmax(0,.95fr);
  align-items: center;
  gap: clamp(3rem,8vw,8rem);
  background: linear-gradient(145deg, rgba(247,247,243,.94), rgba(221,210,194,.34));
}
.owner-profile__image {
  min-height: min(62vw,43rem);
  border-radius: 2.7rem 45% 2.7rem 2.7rem;
  box-shadow: 0 2rem 5rem rgba(23,26,24,.13);
}
.owner-profile__image .slot-image,
.team-profile__image .slot-image { position: absolute; inset: 0; }
.owner-profile__copy { max-width: 42rem; }
.founder-role {
  margin: 0 0 2rem;
  color: var(--accent);
  font-size: .75rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.owner-profile__copy > p:not(.context-line,.founder-role) { max-width: 36rem; line-height: 1.72; }
.owner-profile blockquote {
  margin: clamp(2.5rem,5vw,5rem) 0 0;
  padding-left: 1.4rem;
  border-left: 2px solid var(--accent);
  font: 560 clamp(1.65rem,2.8vw,3rem)/1.08 var(--display);
  letter-spacing: -.045em;
}

.team-profile {
  display: grid;
  grid-template-columns: minmax(19rem,.68fr) minmax(0,1.32fr);
  gap: clamp(3rem,7vw,7rem);
  background: linear-gradient(150deg, rgba(220,232,234,.82), rgba(247,247,243,.84));
}
.team-profile__copy { align-self: center; }
.team-profile__copy > p:not(.context-line) { max-width: 34rem; line-height: 1.7; }
.team-profile__image { min-height: min(48vw,38rem); border-radius: 2.4rem; }
.company-facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  margin-top: clamp(2.5rem,5vw,4rem);
  overflow: hidden;
  border: 1px solid rgba(23,26,24,.12);
  border-radius: 1.4rem;
  background: rgba(23,26,24,.12);
}
.company-facts div {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  background: rgba(247,247,243,.84);
}
.company-facts strong { font: 590 clamp(1.45rem,2vw,2.15rem)/1 var(--display); letter-spacing: -.04em; }
.company-facts span { color: var(--ink-soft); font-size: .7rem; line-height: 1.4; }

.location-profile {
  min-height: 38rem;
  display: grid;
  grid-template-columns: minmax(19rem,.78fr) minmax(0,1.22fr);
  align-items: center;
  gap: clamp(3rem,8vw,9rem);
  color: white;
  background: var(--ink);
}
.location-profile .context-line, .location-profile h2 { color: white; }
.location-mark {
  position: relative;
  isolation: isolate;
  min-height: 26rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 48% 48% 2.2rem 2.2rem;
  background:
    radial-gradient(circle at 50% 48%, rgba(200,221,214,.18), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 54%);
}
.location-globe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  touch-action: none;
  cursor: grab;
}
.location-globe { z-index: 0; }
.location-globe:active { cursor: grabbing; }
.globe-label {
  position: absolute;
  z-index: 4;
  right: 1.25rem;
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .6rem;
  min-width: 9.5rem;
  padding: .8rem .95rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1rem;
  background: rgba(23,26,24,.62);
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.globe-label span {
  grid-row: 1/3;
  align-self: center;
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 0 .35rem rgba(200,221,214,.1);
}
.globe-label strong { color: white; font-size: .75rem; line-height: 1.2; }
.globe-label small { color: rgba(255,255,255,.55); font-size: .6rem; line-height: 1.35; }
.globe-hint {
  position: absolute;
  z-index: 5;
  top: 1.15rem;
  left: 50%;
  display: inline-flex;
  width: max-content;
  max-width: calc(100% - 2.3rem);
  padding: .55rem .72rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  margin: 0;
  isolation: isolate;
  color: rgba(255,255,255,.96);
  background: rgba(23,26,24,.9);
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  font-size: .66rem;
  line-height: 1.25;
  letter-spacing: .12em;
  white-space: nowrap;
  transform: translateX(-50%) translateZ(2px);
  text-transform: uppercase;
}
.location-profile__copy { max-width: 43rem; }
.location-profile__copy > p:not(.context-line) { max-width: 38rem; color: rgba(255,255,255,.68); line-height: 1.72; }
.location-profile address { margin-top: 2.3rem; color: white; font: 560 clamp(1.25rem,2vw,2rem)/1.35 var(--display); font-style: normal; }
.location-contact { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin-top: 1.2rem; color: rgba(255,255,255,.62); font-size: .78rem; }

.about-page-cta {
  position: relative;
  min-height: 62vh;
  display: grid;
  place-items: center;
  padding: var(--section-pad) var(--page-pad);
  overflow: hidden;
  text-align: center;
  background: linear-gradient(150deg,var(--paper),var(--accent-soft));
}
.about-page-cta::before {
  content: "";
  position: absolute;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(65,109,98,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(255,255,255,.2), 0 0 0 14vw rgba(203,201,232,.14);
  animation: about-breathe 9s ease-in-out infinite alternate;
}
.about-page-cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -6%;
  left: -6%;
  height: clamp(7rem,13vw,13rem);
  background:
    repeating-radial-gradient(ellipse 56% 80% at 50% -16%, transparent 0 2rem, rgba(65,109,98,.13) 2.05rem 2.12rem),
    radial-gradient(70% 105% at 12% 0%, rgba(23,26,24,.13), transparent 68%),
    linear-gradient(to bottom, rgba(23,26,24,.17), rgba(220,232,234,.38) 42%, transparent 100%);
  clip-path: polygon(0 0,100% 0,100% 38%,83% 63%,66% 42%,47% 74%,27% 48%,9% 70%,0 46%);
  filter: drop-shadow(0 1.2rem 1.8rem rgba(23,26,24,.08));
  animation: about-surface-shift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.about-page-cta > div { position: relative; z-index: 2; }
.about-page-cta h2 { max-width: 12ch; margin-right: auto; margin-left: auto; }
.about-page-cta p:not(.context-line) { max-width: 38rem; margin: 0 auto 2rem; line-height: 1.65; }
@keyframes about-breathe { to { transform: scale(1.08); } }
@keyframes about-surface-shift { to { transform: translate3d(2.5%, .7rem, 0) scaleX(1.035); } }

@media (max-width: 920px) {
  .about-page-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 11rem; }
  .about-hero-copy h1 { font-size: clamp(4rem,16vw,7rem); }
  .about-hero-media { min-height: 39rem; }
  .about-material-lens { opacity: .2; }
  .owner-profile, .team-profile, .location-profile { grid-template-columns: 1fr; }
  .owner-profile__image, .team-profile__image { min-height: 34rem; }
  .team-profile__copy { order: 1; }
  .team-profile__image { order: 2; }
  .location-mark { min-height: 22rem; }
}
@media (max-width: 560px) {
  .about-page-hero { padding-right: 1rem; padding-left: 1rem; }
  .about-hero-media { min-height: 31rem; }
  .about-hero-media__main { inset: 0 0 10%; }
  .about-hero-media__detail { right: 0; width: 48%; }
  .company-profile { margin-right: .65rem; margin-left: .65rem; border-radius: 1.8rem; }
  .company-profile::before { display: none; }
  .profile-block { padding: 3.5rem 1.15rem; }
  .profile-seam { top: -3.5rem; height: 7rem; }
  .owner-profile__image, .team-profile__image { min-height: 24rem; border-radius: 1.6rem; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { min-height: 6.5rem; }
  .location-mark { min-height: 18rem; }
  .globe-hint { top: .8rem; left: 50%; max-width: calc(100% - 1.6rem); font-size: .58rem; letter-spacing: .08em; }
}
@media (prefers-reduced-motion: reduce) {
  .about-page-cta::before { animation: none; }
  .about-page-cta::after, .profile-seam::before { animation: none; }
  .about-hero-media__main, .about-hero-media__detail { transform: none !important; }
  .about-material-lens { display: none; }
}
