/*
 * About Us — cinematic page styles (about-us.html only).
 * Implements the approved "Resonance" direction recorded in
 * docs/superpowers/specs/2026-07-25-about-us-cinematic-prototype-design.md.
 *
 * Frozen token rule: this file contains ZERO hex color literals.
 * - Brand/surface colors come from Tailwind token utility classes applied
 *   in about-us.html (bg-dark, bg-white, text-brand-teal, etc.).
 * - Neutral alpha treatments use the white/black keywords with color-mix().
 * - Teal alpha treatments read currentColor from elements that carry a
 *   text-brand-teal / text-brand-teal-deep token class.
 * Hero atmosphere layers (.hero-photo, .hero-vignette, .hero-arc, glows,
 * floating notes) come from site.css and are driven by hero-editorial.js.
 * Section eyebrow labels use the canonical .section-kicker class; this
 * file only adds contextual spacing, never typography.
 */

:root {
  --au-shell: min(88rem, calc(100vw - 3rem));
  --au-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body.about-cinematic {
  margin: 0;
  overflow-x: clip;
}
.au-shell { width: var(--au-shell); margin-inline: auto; }
.au-act { position: relative; }
.au-act h1,
.au-act h2,
.au-act h3:not(.section-kicker) {
  font-family: "Jost", "Futura", sans-serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.au-act p { text-wrap: pretty; }
.au-act a:focus-visible,
.au-act button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* Canonical eyebrow: contextual spacing only (typography stays canonical) */
.au-act .section-kicker { display: block; margin: 0 0 1.25rem; }

/* ── Act 1 · Hero (homepage concert-hall architecture, About content) ── */
.au-hero {
  min-height: 100svh;
  overflow: hidden;
}
.au-hero__experience {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 7rem 1rem 8rem;
}
.au-hero__stage,
.au-hero__top-gradient,
.au-hero__vignette,
.au-hero__arcs,
.au-hero__notes { position: absolute; inset: 0; }
.au-hero__stage { z-index: 0; overflow: hidden; }
.au-hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.au-hero__top-gradient { z-index: 1; height: 16rem; pointer-events: none; }
.au-hero__vignette { z-index: 1; pointer-events: none; }
.au-hero__glows { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; pointer-events: none; }
.au-hero__arcs { z-index: 2; overflow: hidden; pointer-events: none; }
.au-hero__notes { z-index: 3; overflow: hidden; pointer-events: none; }
.au-hero__content { position: relative; z-index: 10; width: min(64rem, 100%); margin-inline: auto; text-align: center; }
.au-hero__kicker.section-kicker { margin-bottom: 1rem; }
.au-hero__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1.5rem;
  font-family: "Jost", "Futura", sans-serif;
  font-size: clamp(3.5rem, 10vw, 8rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .82;
}
.au-hero__headline .hero-line-mask { display: block; overflow: hidden; }
.au-hero__headline .hero-line { display: block; white-space: nowrap; }
.au-hero__subtext {
  max-width: 42rem;
  margin: 0 auto;
  color: color-mix(in srgb, currentColor 80%, transparent);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}
/* Taller responsive bowl stage than the homepage so the flat-to-raised
   curtain lift stays legible at ultrawide widths. The SVG carries a
   text-white token class so the bowl fill can read currentColor. */
.au-hero__boundary {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: clamp(8rem, 16vw, 18rem);
  pointer-events: none;
}
.au-hero__boundary #hero-bowl-fill { fill: currentColor; }
.au-hero__boundary #hero-staff-lines { display: none; }

/* ── Act 2 · Story (standard section padding via py-24 md:py-32 in HTML) ── */
.au-story__line {
  position: absolute;
  top: 18%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent, currentColor, color-mix(in srgb, currentColor 30%, transparent), currentColor, transparent);
  opacity: .45;
  pointer-events: none;
}
.au-story__opening { max-width: 65rem; margin: 0 auto clamp(6rem, 12vw, 12rem); text-align: center; }
.au-story__opening h2 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .96; }
.au-story__sequence { display: grid; grid-template-columns: repeat(12, 1fr); row-gap: clamp(6rem, 12vw, 11rem); align-items: center; }
.au-story__image { position: relative; margin: 0; overflow: hidden; border-radius: 2rem; }
.au-story__image img { width: 100%; height: clamp(22rem, 43vw, 42rem); object-fit: cover; transition: transform 1s var(--au-ease); }
.au-story__image:hover img { transform: scale(1.025); }
.au-story__image figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  left: 1.2rem;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px color-mix(in srgb, black 70%, transparent);
}
.au-story__image--one { grid-column: 1 / 8; }
.au-story__image--two { grid-column: 6 / 13; grid-row: 2; }
.au-story__image--three { grid-column: 1 / 7; grid-row: 3; }
.au-story__beat { position: relative; font-size: clamp(1.05rem, 1.5vw, 1.32rem); line-height: 1.75; }
.au-story__beat p { margin: 0; }
.au-story__beat strong { font-family: "Jost", "Futura", sans-serif; font-size: 1.18em; }
.au-story__beat--one { grid-column: 9 / 13; }
.au-story__beat--two { grid-column: 1 / 5; grid-row: 2; }
.au-story__beat--three { grid-column: 8 / 13; grid-row: 3; }
.au-story__number { display: block; margin-bottom: 1.2rem; font-family: "Jost", "Futura", sans-serif; font-size: 3rem; font-weight: 500; }
.au-text-link {
  display: inline-flex;
  gap: .5rem;
  margin-top: 2rem;
  padding-bottom: .35rem;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}
body.au-motion-ready .au-story__image { clip-path: inset(0 0 100% 0 round 2rem); }

/* ── Act 3 · Dual identity (standard padding via py-24 md:py-32 in HTML) ── */
.au-identity { isolation: isolate; overflow: clip; }
.au-identity__atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, color-mix(in srgb, currentColor 16%, transparent), transparent 31%),
    radial-gradient(circle at 91% 36%, color-mix(in srgb, currentColor 7%, transparent), transparent 26%);
  pointer-events: none;
}
.au-identity__intro,
.au-identity__stage,
.au-identity__resolution { position: relative; z-index: 2; }
.au-identity__intro { max-width: 72rem; margin-bottom: 6rem; text-align: center; }
.au-identity__intro h2 { margin: 0 auto; font-size: clamp(2.25rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .95; }
.au-identity__lede { max-width: 43rem; margin: 1.8rem auto 0; color: color-mix(in srgb, white 62%, transparent); font-size: 1.05rem; line-height: 1.7; }
.au-identity__stage {
  display: grid;
  grid-template-columns: minmax(18rem, .85fr) minmax(23rem, 1.25fr) minmax(18rem, .85fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  width: var(--au-shell);
  margin-inline: auto;
}
.au-identity__axis {
  position: absolute;
  z-index: 2;
  top: -2.8rem;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr minmax(23rem, 1.25fr) 1fr;
  gap: 2rem;
  color: color-mix(in srgb, white 35%, transparent);
  font-size: .58rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.au-identity__axis-line { width: 100%; height: 1px; margin-top: .4rem; background: linear-gradient(90deg, transparent, currentColor, transparent); }
.au-voice--music { grid-column: 1; grid-row: 1; }
.au-voice--charity { grid-column: 3; grid-row: 1; }
.au-voice__header { margin-bottom: 2.5rem; }
.au-voice__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.au-voice__header h3 { margin: .8rem 0 1.2rem; font-size: 1.75rem; font-weight: 500; line-height: 1.5; }
.au-voice__header p { margin: 0; color: color-mix(in srgb, white 68%, transparent); font-size: 1rem; line-height: 1.7; }
.au-voice__header .au-voice__bridge { margin-top: 1rem; color: color-mix(in srgb, white 82%, transparent); font-weight: 600; }
.au-pillars { border-top: 1px solid color-mix(in srgb, white 16%, transparent); }
.au-pillar {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr) 1.6rem;
  grid-template-rows: auto auto;
  gap: .4rem .75rem;
  width: 100%;
  padding: 1.15rem 0;
  border: 0;
  color: color-mix(in srgb, white 72%, transparent);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .25s, padding .25s var(--au-ease);
}
.au-pillar > :not(.au-pillar__tint) { position: relative; }
.au-pillar__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, color-mix(in srgb, currentColor 11%, transparent), transparent);
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
}
.au-pillar > span:not(.au-pillar__tint):not(.au-pillar__toggle) { grid-column: 1; grid-row: 1 / span 2; padding-top: .12rem; font-size: .75rem; }
.au-pillar strong { grid-column: 2; grid-row: 1; font-family: "Jost", "Futura", sans-serif; font-size: 1.125rem; font-weight: 500; line-height: 1.3; }
.au-pillar small { grid-column: 2; grid-row: 2; color: color-mix(in srgb, white 68%, transparent); font-size: .875rem; line-height: 1.55; }
.au-pillar:hover,
.au-pillar.is-active { padding-left: .65rem; color: white; }
.au-pillar.is-active .au-pillar__tint { opacity: 1; }

/* ── Twin Ledger: row wrapper + toggle ── */
.au-pillar-row { border-bottom: 1px solid color-mix(in srgb, white 12%, transparent); }
.au-pillar__toggle { position: relative; grid-column: 3; grid-row: 1 / span 2; width: .9rem; height: .9rem; align-self: center; justify-self: end; transition: transform .4s var(--au-ease); }
.au-pillar__toggle::before,
.au-pillar__toggle::after { content: ""; position: absolute; inset: 0; margin: auto; background: currentColor; }
.au-pillar__toggle::before { width: 100%; height: 1px; }
.au-pillar__toggle::after { width: 1px; height: 100%; }
.au-pillar-row.is-open .au-pillar__toggle { transform: rotate(45deg); }

/* ── Drawer ── */
.au-pillar__drawer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--au-ease); }
.au-pillar-row.is-open .au-pillar__drawer { grid-template-rows: 1fr; }
.au-pillar__drawer-inner { overflow: hidden; min-height: 0; }
.au-pillar__drawer-pad { display: flex; flex-direction: column; gap: 1.4rem; padding: .25rem 0 1.75rem .6rem; }

/* ── Inline image (mobile only) ── */
.au-pillar__media { display: none; }
.au-pillar__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 1rem; }

/* ── Approved evidence + programme links ── */
.au-pillar-evidence { margin: 0; font-family: "Jost", "Futura", sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.au-pillar-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.au-pillar-link { display: inline-flex; align-items: center; min-height: 2.75rem; padding: .55rem .95rem; border: 1px solid currentColor; border-radius: 999px; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; transition: color .25s, background-color .25s; }
.au-pillar-link:hover { color: white; background: color-mix(in srgb, currentColor 18%, transparent); }

.au-identity__media { position: sticky; top: 8rem; grid-column: 2; grid-row: 1; margin: 0; }
.au-identity__media-frame {
  height: min(62vh, 43rem);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, white 16%, transparent);
  border-radius: 2rem;
  box-shadow: 0 2.5rem 7rem color-mix(in srgb, black 32%, transparent), 0 0 5rem color-mix(in srgb, currentColor 8%, transparent);
}
.au-identity__media img { width: 100%; height: 100%; object-fit: cover; }
.au-identity__media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .8rem;
  color: color-mix(in srgb, white 52%, transparent);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.au-identity__resolution {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: var(--au-shell);
  margin: 6rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, white 18%, transparent);
}
.au-identity__resolution span { color: color-mix(in srgb, white 40%, transparent); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.au-identity__resolution strong { max-width: 30rem; font-family: "Jost", "Futura", sans-serif; font-size: clamp(1.4rem, 2.4vw, 2.4rem); font-weight: 500; text-align: right; }

/* ── Act 4 · Founder letter (editorial layout — component-internal spacing) ── */
.au-founder { display: grid; grid-template-columns: minmax(22rem, 42vw) 1fr; min-height: 100svh; }
.au-founder__portrait { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.au-founder__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, color-mix(in srgb, black 82%, transparent)); }
.au-founder__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 52% top; filter: saturate(.82); }
.au-founder__portrait-copy { position: absolute; z-index: 2; right: 2.5rem; bottom: 2.5rem; left: 2.5rem; }
.au-founder__portrait-copy span,
.au-founder__portrait-copy strong { display: block; }
.au-founder__portrait-copy span { color: color-mix(in srgb, currentColor 58%, transparent); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.au-founder__portrait-copy strong { margin-top: .4rem; font-family: "Jost", "Futura", sans-serif; font-size: 2.5rem; font-weight: 500; }
.au-founder__letter { width: 100%; max-width: 68rem; padding: clamp(7rem, 10vw, 11rem) clamp(2rem, 7vw, 7rem); }
.au-founder__letter h2 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .95; }
.au-founder__dek { max-width: 32rem; margin: 1.5rem 0 0; font-size: 1.04rem; line-height: 1.7; }
.au-founder__letter > header { max-width: 42.375rem; padding-bottom: 2rem; border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent); }
/* Ultrawide measure: exactly 678px (42.375rem), responsive below. */
.au-founder__letter-body { max-width: 42.375rem; margin-top: 3rem; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.9; }
.au-founder__letter-body p { margin: 0 0 2rem; }
.au-founder__signoff { display: flex; flex-direction: column; gap: .3rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid color-mix(in srgb, currentColor 16%, transparent); font-size: .78rem; }
.au-founder__signoff img { align-self: flex-start; width: auto; max-width: 100%; height: 4rem; margin: .4rem 0 .3rem; }
.au-founder__signoff strong { font-family: "Jost", "Futura", sans-serif; font-size: 1.6rem; font-weight: 500; }

/* ── Act 5 · People (standard padding via py-24 md:py-32 in HTML) ── */
.au-people__intro { margin-bottom: 6rem; text-align: center; }
.au-people__intro h2 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .9; }
.au-people__intro > p:last-child { margin: 1.5rem 0 0; font-size: 1.05rem; }
.au-board {
  display: grid;
  grid-template-columns: minmax(16rem, .58fr) minmax(36rem, 1.72fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.au-board__eyebrow.section-kicker { margin: 0 0 1.4rem; }
.au-board__copy > p { line-height: 1.75; }
.au-board__names { display: grid; gap: 1.2rem; margin: 2.5rem 0 0; }
.au-board__names div { padding-top: .9rem; border-top: 1px solid color-mix(in srgb, currentColor 16%, transparent); }
.au-board__names dt { font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.au-board__names dd { margin: .35rem 0 0; font-family: "Jost", "Futura", sans-serif; font-size: 1.05rem; }
.au-board__photo { margin: 0; }
.au-board__image-wrap { position: relative; overflow: hidden; border-radius: 2rem; }
.au-board__photo img { width: 100%; border-radius: inherit; }
/* The photograph is never brightened, masked or outlined — identification
   happens outside the image (identity panel + cursor tooltip). */
.au-board__hit-map { display: none; position: absolute; z-index: 2; inset: 0; }
.js .au-board__hit-map { display: block; }
.au-board__hit { position: absolute; top: 0; bottom: 0; border: 0; background: transparent; cursor: crosshair; }
.au-board__hit:nth-child(1) { left: 2%; width: 16%; }
.au-board__hit:nth-child(2) { left: 18%; width: 14%; }
.au-board__hit:nth-child(3) { left: 32%; width: 14%; }
.au-board__hit:nth-child(4) { left: 46%; width: 14%; }
.au-board__hit:nth-child(5) { left: 60%; width: 16%; }
.au-board__hit:nth-child(6) { left: 76%; width: 22%; }
.au-board__hit:focus-visible { outline: 0; }
.au-board__identity {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  display: none;
  grid-template-columns: auto minmax(12rem, 1fr);
  gap: .18rem .8rem;
  min-width: min(24rem, calc(100% - 2rem));
  padding: .8rem 1rem;
  background: color-mix(in srgb, black 84%, transparent);
  border: 1px solid color-mix(in srgb, white 18%, transparent);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  pointer-events: none;
  transition: border-color .25s, transform .35s var(--au-ease);
}
.js .au-board__identity { display: grid; }
/* The identity panel carries text-brand-teal so the accent bar and the
   active border read the token through currentColor. */
.au-board__identity::before {
  content: "";
  position: absolute;
  top: .7rem;
  bottom: .7rem;
  left: 0;
  width: 2px;
  background: currentColor;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s var(--au-ease);
}
.au-board__identity.is-active::before,
.au-board__image-wrap:has(.au-board__hit:focus-visible) .au-board__identity::before { transform: scaleY(1); }
.au-board__image-wrap:has(.au-board__hit:focus-visible) .au-board__identity { border-color: currentColor; }
.au-board__identity-index { grid-row: span 2; align-self: center; font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.au-board__identity strong { color: white; font-family: "Jost", "Futura", sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.15; }
.au-board__identity > span:last-child { color: color-mix(in srgb, white 58%, transparent); font-size: .62rem; line-height: 1.35; }
/* Cursor tooltip lives on <body> (JS moves it there) so transformed or
   clipped ancestors can never trap it. */
.au-board__tooltip {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: .38rem;
  max-width: min(22rem, calc(100vw - 2rem));
  padding: .62rem .9rem;
  border-radius: 999px;
  box-shadow: 0 .8rem 2rem color-mix(in srgb, black 24%, transparent);
  font-size: .72rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-999px, -999px, 0);
  transition: opacity .16s, visibility .16s;
}
.au-board__tooltip.is-visible { opacity: 1; visibility: visible; }
.au-board__tooltip strong { font-family: "Jost", "Futura", sans-serif; font-weight: 600; }
.au-board__tooltip span:last-child { opacity: .75; }
.au-board__mobile-directory { display: none; }
.au-team-wrap { margin-top: clamp(8rem, 14vw, 14rem); }
.au-team-heading { margin-bottom: 3rem; }
.au-team-heading h3 { max-width: 14ch; margin: .8rem 0 0; font-size: clamp(2.25rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .95; }
.au-team { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; width: var(--au-shell); margin-inline: auto; }
/* The wrap carries text-brand-teal so the hover glow shadow and the
   musical-note motif both read the token through currentColor. */
.au-team-card-wrap { position: relative; min-width: 0; border-radius: 1.5rem; transition: box-shadow .45s var(--au-ease); }
.au-team-card-wrap:hover,
.au-team-card-wrap:focus-within { box-shadow: 0 1.2rem 3rem color-mix(in srgb, currentColor 16%, transparent); }
.au-team-card {
  position: relative;
  display: block;
  min-height: 23rem;
  overflow: clip;
  border: 0 solid transparent;
  border-radius: inherit;
  background-clip: padding-box;
  isolation: isolate;
  text-decoration: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform .45s var(--au-ease);
}
.au-team-card:hover,
.au-team-card:focus-visible { transform: translate3d(0, -6px, 0); }
.au-team-note {
  position: absolute;
  z-index: 25;
  top: .5rem;
  right: .8rem;
  color: currentColor;
  font-family: "Jost", "Futura", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  text-shadow: 0 .2rem .8rem color-mix(in srgb, black 22%, transparent);
  pointer-events: none;
}
/* Inherited radius + clip-path + GPU transform: no square-corner flashes
   while the portrait scales on hover/focus. */
.au-team-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  clip-path: inset(0 round 1.5rem);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform .7s var(--au-ease), filter .7s var(--au-ease);
}
.au-team-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, color-mix(in srgb, black 90%, transparent)); }
.au-team-card__copy { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; left: 1rem; }
.au-team-card__copy strong,
.au-team-card__copy span { display: block; }
.au-team-card__copy strong { font-family: "Jost", "Futura", sans-serif; font-size: 1.1rem; font-weight: 500; line-height: 1.1; text-shadow: 0 1px 12px color-mix(in srgb, black 45%, transparent); }
.au-team-card__copy span { margin-top: .35rem; color: color-mix(in srgb, currentColor 62%, transparent); font-size: .62rem; line-height: 1.35; }
.au-team-card:hover img,
.au-team-card:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }


/* ── Responsive ── */
@media (max-width: 1100px) {
  :root { --au-shell: min(100% - 2rem, 72rem); }
  .au-team { grid-template-columns: repeat(4, 1fr); }
  .au-team-card { min-height: 21rem; }
  .au-identity__stage { grid-template-columns: 1fr 1fr; }
  .au-identity__media { position: relative; top: auto; grid-column: 1 / 3; grid-row: 1; width: 100%; margin: 0 0 3rem; }
  .js .au-identity__media { display: none; }
  .js .au-pillar__media { display: block; }
  .au-voice--music { grid-column: 1; grid-row: 2; }
  .au-voice--charity { grid-column: 2; grid-row: 2; }
  .au-board { grid-template-columns: minmax(16rem, .7fr) 1.3fr; }
}

@media (max-width: 767px) {
  :root { --au-shell: calc(100vw - 2rem); }
  .au-act .section-kicker { margin-bottom: 1rem; }
  .au-hero__experience { padding-block: 6rem 7rem; }
  .au-hero__subtext { max-width: 22rem; font-size: .95rem; }
  .au-hero__boundary { height: 7rem; }
  .au-story__line { display: none; }
  .au-story__opening { margin: 0 0 5rem; text-align: left; }
  .au-story__sequence { display: flex; flex-direction: column; gap: 2.2rem; }
  .au-story__image { width: 100%; border-radius: 1rem; }
  .au-story__image img { height: 65vw; }
  .au-story__beat { margin-bottom: 4rem; font-size: 1rem; }
  .au-story__number { font-size: 2rem; }
  body.au-motion-ready .au-story__image { clip-path: inset(0 0 100% 0 round 1rem); }
  .au-identity__intro { margin-bottom: 4rem; text-align: left; }
  .au-identity__lede,
  .au-identity__review-note { margin-left: 0; }
  .au-identity__stage { display: flex; flex-direction: column; gap: 4rem; width: var(--au-shell); }
  .au-identity__axis { display: none; }
  .au-identity__media { order: -1; width: 100%; margin: 0; }
  .au-identity__media-frame { height: 105vw; border-radius: 1rem; }
  .js .au-identity__media { display: none; }
  .js .au-pillar__media { display: block; }
  .au-identity__resolution { flex-direction: column; margin-top: 4rem; }
  .au-identity__resolution strong { text-align: left; }
  .au-founder { display: block; }
  .au-founder__portrait { position: relative; top: auto; width: calc(100% - 2rem); height: 110vw; margin: 1rem; border-radius: 1rem; }
  .au-founder__letter { max-width: none; padding: 5rem 1rem 7rem; }
  .au-founder__letter-body { max-width: none; margin-top: 3.5rem; font-size: 1rem; }
  .au-people__intro { margin-bottom: 4rem; text-align: left; }
  .au-board { display: flex; flex-direction: column; gap: 2.5rem; }
  .au-board__photo { order: -1; }
  .au-board__image-wrap { border-radius: 1rem; }
  .js .au-board__hit-map { display: none; }
  .au-board__identity { position: relative; right: auto; bottom: auto; min-width: 0; margin-top: .65rem; border-radius: .8rem; }
  .au-board__tooltip { display: none; }
  .au-board__photo figcaption { display: block; line-height: 1.6; }
  /* The mobile directory carries text-brand-teal: the hairline grid and
     the active-state inset bar read the token through currentColor. */
  .js .au-board__mobile-directory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: .65rem;
    overflow: hidden;
    background: color-mix(in srgb, currentColor 16%, transparent);
    border: 1px solid color-mix(in srgb, currentColor 16%, transparent);
    border-radius: .8rem;
  }
  .au-board__mobile-directory button { min-height: 2.75rem; padding: .65rem; border: 0; background: white; font: inherit; font-size: .68rem; text-align: left; cursor: pointer; }
  .au-board__mobile-directory button span { color: color-mix(in srgb, black 55%, transparent); }
  .au-board__mobile-directory button.is-active span { color: color-mix(in srgb, black 80%, transparent); }
  .au-board__mobile-directory button.is-active { box-shadow: inset 2px 0 0 currentColor; }
  .au-team-wrap { margin-top: 7rem; }
  .au-team { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .au-team-card-wrap { border-radius: .8rem; }
  .au-team-card { min-height: 68vw; transform: none; }
  .au-team-card img { clip-path: inset(0 round .8rem); }
  .au-team-card__copy { right: .7rem; bottom: .7rem; left: .7rem; }
  .au-team-card__copy strong { font-size: .95rem; }
  .au-team-card__copy span { font-size: .55rem; }
}

html:not(.js) .au-pillar { cursor: default; }
html:not(.js) .au-pillar__toggle { display: none; }

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .about-cinematic *,
  .about-cinematic *::before,
  .about-cinematic *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .au-founder__portrait { position: relative !important; top: auto !important; }
  .au-team-card:hover,
  .au-team-card:focus-visible { transform: none; }
  body.au-motion-ready .au-story__image { clip-path: none; }
}
