/* ======================================================= */
/* PARTNER PROFILE — CINEMATIC EDITORIAL SYSTEM */
/* ======================================================= */

.partner-cinema-hero {

  position: relative;

  min-height: 100vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;

  padding:
    180px 0
    100px;

  background:
    linear-gradient(
      180deg,
      #11161d 0%,
      #171d25 48%,
      #0c1015 100%
    );

  isolation: isolate;
}

/* ------------------------------------------------ */
/* ATMOSPHERE */
/* ------------------------------------------------ */

.partner-hero-atmosphere {

  position: absolute;
  inset: 0;

  background:

    radial-gradient(
      circle at 18% 22%,
      rgba(199,163,90,0.08),
      transparent 30rem
    ),

    radial-gradient(
      circle at 78% 34%,
      rgba(179,188,200,0.06),
      transparent 34rem
    );

  opacity: 0.9;

  animation:
    atmosphereFloat 24s ease-in-out infinite alternate;
}

.partner-grid-lines {

  position: absolute;
  inset: 0;

  opacity: 0.05;

  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);

  background-size: 84px 84px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black 18%,
      black 82%,
      transparent
    );
}

/* ------------------------------------------------ */
/* HERO SHELL */
/* ------------------------------------------------ */

.partner-hero-shell {

  position: relative;
  z-index: 5;

  width: min(92vw, 1500px);

  margin-inline: auto;

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(380px,560px);

  gap:
    clamp(3rem,8vw,10rem);

  align-items: end;
}

/* ------------------------------------------------ */
/* COPY */
/* ------------------------------------------------ */

.partner-hero-copy h1 {

  max-width: 820px;

  font-size:
    clamp(4.5rem,9vw,9rem);

  line-height: 0.88;

  letter-spacing: -0.04em;

  margin-bottom: 2rem;
}

.partner-micro {

  color:
    rgba(243,244,246,0.72);

  font-size: 0.95rem;

  letter-spacing: 0.08em;
}

/* ------------------------------------------------ */
/* PORTRAIT */
/* ------------------------------------------------ */

.partner-hero-portrait {

  position: relative;

  min-height:
    clamp(620px,72vw,900px);

  overflow: hidden;
}

.partner-hero-portrait::after {

  content: "";

  position: absolute;
  inset: 0;

  background:

    radial-gradient(
      circle at 72% 24%,
      rgba(199,163,90,0.12),
      transparent 18rem
    ),

    linear-gradient(
      180deg,
      transparent 28%,
      rgba(12,16,21,0.18) 54%,
      rgba(12,16,21,0.92) 100%
    );
}

.partner-hero-portrait img {

  position: absolute;
  inset: 0;
  
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;

  filter:
    saturate(0.78)
    contrast(1.05);

  transform: scale(1.02);
}

/* ======================================================= */
/* EDITORIAL NARRATIVE */
/* ======================================================= */

.partner-editorial-narrative {

  background:
    linear-gradient(
      180deg,
      rgba(17,22,29,0.98),
      rgba(12,16,21,0.98)
    );

  padding:
    clamp(120px,14vw,220px)
    0;
}

.editorial-narrative-grid {

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(360px,0.8fr);

  gap:
    clamp(3rem,8vw,9rem);
}

.narrative-statement h2 {

  max-width: 760px;

  font-size:
    clamp(3rem,6vw,6rem);

  line-height: 0.94;
}

.narrative-copy p {

  margin-bottom: 1.8rem;

  color:
    rgba(243,244,246,0.68);

  line-height: 1.95;
}

/* ======================================================= */
/* EXPERIENCE */
/* ======================================================= */

.institutional-experience {

  background:
    linear-gradient(
      180deg,
      rgba(17,22,29,0.98),
      rgba(12,16,21,0.98)
    );

  border-top:
    1px solid rgba(255,255,255,0.06);

  border-bottom:
    1px solid rgba(255,255,255,0.06);

  padding:
    clamp(120px,14vw,200px)
    0;
}

.institution-row {

  display: grid;

  grid-template-columns:
    280px
    minmax(0,1fr);

  gap:
    clamp(2rem,6vw,7rem);

  padding:
    clamp(2.5rem,5vw,4rem)
    0;
}

.institution-name {

  color: var(--gold);

  font-size:
    clamp(1.6rem,3vw,2.4rem);

  line-height: 1;

  font-family: var(--serif);
}

.institution-copy p {

  max-width: 720px;

  color:
    rgba(243,244,246,0.66);

  line-height: 1.95;
}

.institution-divider {

  width: 100%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(199,163,90,0.18),
      transparent
    );
}

/* ======================================================= */
/* TRANSITION BAND */
/* ======================================================= */

.partner-transition-band {

  position: relative;

  height: 56vh;

  overflow: hidden;
}

.partner-transition-band img {

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
  display: block;

  filter:
    brightness(0.52)
    saturate(0.74)
    contrast(1.05);
}

.partner-transition-overlay {

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(12,16,21,0.82),
      transparent 30%,
      transparent 70%,
      rgba(12,16,21,0.92)
    );
}

/* ======================================================= */
/* PRACTICE ARCHITECTURE */
/* ======================================================= */

.partner-practice-architecture {

  background:
    linear-gradient(
      180deg,
      #11161d,
      #0c1015
    );

  padding:
    clamp(120px,14vw,220px)
    0;
}

.practice-architecture-item {

  padding:
    2.4rem 0;

  border-bottom:
    1px solid rgba(255,255,255,0.06);
}

.practice-architecture-item h3 {

  font-size:
    clamp(2.4rem,5vw,5rem);

  line-height: 0.94;
}

/* ======================================================= */
/* CAPABILITY SYSTEM */
/* ======================================================= */

.capability-architecture {

  background:
    linear-gradient(
      180deg,
      #11161d,
      #0c1015
    );

  padding-bottom:
    clamp(120px,14vw,220px);
}

.capability-architecture-row {

  display: grid;

  grid-template-columns:
    120px
    minmax(0,1fr);

  gap:
    clamp(2rem,6vw,7rem);

  padding:
    clamp(2.5rem,5vw,4rem)
    0;
}

.capability-number {

  color:
    rgba(199,163,90,0.72);

  font-size:
    clamp(2rem,4vw,4rem);

  line-height: 1;

  font-family: var(--serif);
}

.capability-copy h3 {

  font-size:
    clamp(2.2rem,4vw,4rem);

  line-height: 0.94;

  margin-bottom: 1.2rem;
}

.capability-copy p {

  max-width: 720px;

  color:
    rgba(243,244,246,0.66);

  line-height: 1.9;
}

/* ======================================================= */
/* QUOTE */
/* ======================================================= */

.partner-editorial-quote {

  background:
    linear-gradient(
      180deg,
      #11161d,
      #0c1015
    );

  border-top:
    1px solid rgba(255,255,255,0.06);

  border-bottom:
    1px solid rgba(255,255,255,0.06);
}

.partner-editorial-quote blockquote {

  max-width: 1080px;

  font-size:
    clamp(3rem,6vw,6.4rem);

  line-height: 0.95;
}

/* ======================================================= */
/* CREDENTIALS */
/* ======================================================= */

.institutional-credentials {

  background:
    linear-gradient(
      180deg,
      #11161d,
      #0c1015
    );

  padding:
    clamp(120px,14vw,180px)
    0;
}

.credential-row {

  display: grid;

  grid-template-columns:
    260px
    minmax(0,1fr);

  gap:
    clamp(2rem,6vw,7rem);

  padding:
    2.5rem 0;
}

.credential-label {

  color:
    rgba(199,163,90,0.76);

  font-size: 0.72rem;
  font-weight: 700;

  letter-spacing: 0.2em;

  text-transform: uppercase;
}

.credential-copy {

  max-width: 820px;

  color:
    rgba(243,244,246,0.68);

  line-height: 1.9;
}

/* ======================================================= */
/* CLOSING */
/* ======================================================= */

.partner-closing {

  text-align: center;

  background:
    linear-gradient(
      180deg,
      #11161d,
      #0c1015
    );

  border-top:
    1px solid rgba(255,255,255,0.06);
}

.partner-closing h2 {

  max-width: 980px;

  margin:
    1.5rem auto
    0;

  font-size:
    clamp(2.8rem,5vw,5.2rem);

  line-height: 0.98;
}

/* ======================================================= */
/* RESPONSIVE */
/* ======================================================= */

@media(max-width: 1080px) {

  .partner-hero-shell,
  .editorial-narrative-grid,
  .institution-row,
  .capability-architecture-row,
  .credential-row {

    grid-template-columns: 1fr;
  }

  .partner-hero-portrait {

    min-height: 720px;
  }
}

@media(max-width: 760px) {

  .partner-cinema-hero {

    min-height: auto;

    padding:
      150px 0
      80px;
  }

  .partner-hero-copy h1 {

    font-size:
      clamp(3.5rem,14vw,6rem);
  }

  .partner-hero-portrait {

    min-height: 520px;
  }

  .narrative-statement h2,
  .practice-architecture-item h3 {

    font-size:
      clamp(2.4rem,10vw,4.2rem);
  }

  .partner-editorial-quote blockquote {

    font-size:
      clamp(2.4rem,10vw,4rem);
  }

  .partner-transition-band {

    height: 34vh;
  }
}

/* ------------------------------------------------ */
/* LEADERSHIP EDITORIAL HEADING */
/* ------------------------------------------------ */

.leadership-heading-shell {

  margin-bottom:
    clamp(4rem,8vw,8rem);
}

.leadership-heading-editorial {

  max-width: 980px;
}

.leadership-heading-editorial h2 {

  max-width: 900px;

  font-size:
    clamp(3.5rem,7vw,7rem);

  line-height: 0.92;

  letter-spacing: -0.04em;

  margin-top: 1.5rem;
}