.eric-page {
  background: #07080a;
}

.eric-page .section {
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: clamp(44px, 5vw, 64px);
}

.eric-header .brand-unit {
  color: rgba(246, 242, 234, 0.72);
}

.eric-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  padding: 132px clamp(22px, 6vw, 94px) 44px;
  border-bottom: 1px solid var(--line);
}

.eric-hero-media,
.eric-hero-media::after {
  position: absolute;
  inset: 0;
}

.eric-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 18%;
  filter: saturate(0.72) contrast(1.08) brightness(0.72);
}

.eric-hero-media::after {
  content: "";
  background: rgba(7, 8, 10, 0.38);
  box-shadow: inset 52vw 0 150px rgba(7, 8, 10, 0.96), inset 0 -240px 180px rgba(7, 8, 10, 0.94);
}

.eric-hero-copy {
  position: relative;
  z-index: 1;
  width: min(820px, 72vw);
}

.eric-hero-copy h1 {
  margin: 14px 0 18px;
  font-size: clamp(58px, 8.5vw, 138px);
  line-height: 0.86;
}

.eric-hero-copy h1 span {
  display: block;
  margin-top: 20px;
  color: var(--gold);
  font-size: 0.32em;
  line-height: 1.05;
}

.eric-hero-lead {
  max-width: 620px;
  color: rgba(246, 242, 234, 0.84);
  font-size: clamp(16px, 1.35vw, 21px);
}

.eric-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
}

.eric-hero-tags span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(7, 8, 10, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.eric-signature {
  display: block;
  padding: clamp(42px, 5.5vw, 72px) clamp(20px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
  background: #0d0f13;
}

.eric-signature-title {
  max-width: 920px;
  margin-bottom: 28px;
}

.eric-signature-title span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eric-signature-title h2 {
  margin: 14px 0 0;
  max-width: none;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.04;
  white-space: nowrap;
}

.eric-signature-title p {
  max-width: none;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 18px);
  white-space: nowrap;
}

.eric-signature-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.eric-signature-points article {
  min-height: 190px;
  padding: clamp(22px, 2.5vw, 32px);
  border: 1px solid var(--line);
  background: #11141a;
}

.eric-signature-points strong {
  color: rgba(216, 174, 69, 0.38);
  font-size: 34px;
}

.eric-signature-points h3 {
  margin: 20px 0 10px;
  font-size: clamp(20px, 1.7vw, 28px);
}

.eric-signature-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.eric-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.eric-metrics article {
  min-height: 140px;
  padding: clamp(22px, 2.5vw, 34px);
  background: #0d0f13;
}

.eric-metrics strong {
  display: block;
  color: var(--gold);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
}

.eric-metrics span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
}

.eric-intro-grid,
.eric-method-grid,
.eric-focus-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.eric-intro-grid {
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
  grid-template-rows: clamp(620px, 42vw, 700px);
}

.eric-intro-grid article,
.eric-method-grid article,
.eric-focus-grid article {
  padding: clamp(26px, 3vw, 44px);
  background: var(--panel);
}

.eric-intro-grid h3,
.eric-method-grid h3,
.eric-focus-grid h3 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.12;
}

.eric-intro-grid .portrait-panel {
  position: relative;
  height: 100%;
  aspect-ratio: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.portrait-panel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.eric-intro-grid > article:not(.portrait-panel) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.eric-story-grid {
  display: grid;
  grid-template-areas:
    "copy copy"
    "acting directing";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.eric-story-image {
  position: relative;
  height: clamp(300px, 24vw, 400px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #0d0f13;
}

.eric-story-image-acting {
  grid-area: acting;
}

.eric-story-image-directing {
  grid-area: directing;
}

.eric-story-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05);
}

.eric-focus-left {
  object-position: 28% center;
}

.eric-story-image::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(7, 8, 10, 0.92));
}

.eric-story-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
}

.eric-story-image figcaption span,
.eric-story-image figcaption small {
  display: block;
}

.eric-story-image figcaption span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.eric-story-image figcaption small {
  max-width: 34em;
  margin-top: 7px;
  color: rgba(246, 242, 234, 0.74);
  line-height: 1.55;
}

.eric-story-copy {
  display: grid;
  grid-area: copy;
  grid-template-areas:
    "kicker narrative"
    "title narrative"
    "quote quote";
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  column-gap: clamp(44px, 7vw, 110px);
  align-items: start;
  padding: clamp(30px, 3.5vw, 52px);
  background: #11141a;
}

.eric-story-copy .section-kicker {
  grid-area: kicker;
}

.eric-story-copy h3 {
  grid-area: title;
  margin: 14px 0 28px;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.08;
  white-space: nowrap;
}

.eric-story-narrative {
  grid-area: narrative;
}

.eric-story-narrative p {
  max-width: 42em;
}

.eric-story-narrative p:first-child {
  margin-top: 0;
}

.eric-story-copy blockquote {
  grid-area: quote;
  max-width: none;
  margin: clamp(18px, 2vw, 28px) 0 0;
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid rgba(216, 174, 69, 0.34);
  color: var(--gold);
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.eric-method-grid {
  grid-template-columns: repeat(4, 1fr);
}

.eric-profile-section .section-heading,
.eric-method-section .section-heading {
  display: block;
  max-width: none;
  margin-bottom: clamp(32px, 4vw, 50px);
}

.eric-profile-section .section-heading h2,
.eric-method-section .section-heading h2 {
  max-width: none;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  white-space: nowrap;
}

.eric-profile-section .section-heading h2 span,
.eric-method-section .section-heading h2 span {
  display: inline;
  white-space: nowrap;
}

.eric-profile-section .section-heading p,
.eric-method-section .section-heading p {
  max-width: none;
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-size: clamp(15px, 1.1vw, 18px);
  white-space: nowrap;
}

.eric-method-section .section-heading p span {
  display: inline;
}

.eric-method-grid article {
  min-height: 230px;
}

.eric-method-grid b {
  color: rgba(255, 255, 255, 0.1);
  font-size: 54px;
  line-height: 1;
}

.eric-focus-grid {
  grid-template-columns: repeat(3, 1fr);
}

.eric-selected-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.eric-work-section {
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.eric-work-section .section-heading {
  margin-bottom: 24px;
}

.eric-work-section .eric-case,
.eric-work-section .eric-case.wide {
  grid-column: span 3;
  min-height: 230px;
}

.eric-work-section .eric-case img {
  min-height: 230px;
}

.eric-case {
  position: relative;
  grid-column: span 4;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.eric-case.wide {
  grid-column: span 8;
}

.eric-case img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.eric-case::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: rgba(7, 8, 10, 0.86);
}

.eric-case div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.eric-case h3 {
  margin: 7px 0 0;
  font-size: clamp(20px, 1.8vw, 30px);
  line-height: 1.12;
}

.eric-case:hover img {
  transform: scale(1.035);
}

.career-archive {
  display: grid;
  gap: 8px;
}

.eric-career-section {
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: clamp(46px, 5vw, 72px);
}

.eric-career-section .section-heading {
  margin-bottom: 28px;
}

.eric-career-section .section-heading h2 {
  font-size: clamp(36px, 3.6vw, 52px);
}

.career-archive details {
  border: 1px solid var(--line);
  background: var(--panel);
}

.career-archive summary {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 13px 20px;
  cursor: pointer;
  font-size: clamp(19px, 1.65vw, 26px);
  font-weight: 900;
  list-style: none;
}

.career-archive summary::-webkit-details-marker {
  display: none;
}

.career-archive summary span {
  color: var(--gold);
  white-space: nowrap;
}

.career-archive summary small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.career-archive ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 0;
  padding: 4px 20px 24px 210px;
}

.career-archive li {
  color: rgba(246, 242, 234, 0.78);
}

.eric-contact-band {
  display: block;
  min-height: 0;
  padding-top: clamp(48px, 5vw, 68px);
  padding-bottom: clamp(48px, 5vw, 68px);
  background: #11141a;
}

.eric-press {
  padding-top: clamp(58px, 6vw, 82px);
  padding-bottom: clamp(58px, 6vw, 82px);
  background: #0d0f13;
}

.press-compact-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin: 0 0 28px;
}

.press-compact-header h2 {
  margin: 6px 0 0;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.04;
  white-space: nowrap;
}

.press-compact-header p {
  max-width: 420px;
  margin: 0 0 8px;
  font-size: 16px;
}

.media-interview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}

.media-interview-grid .media-interview-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  height: clamp(260px, 20vw, 320px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #11141a;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.media-interview-grid .media-interview-card:hover {
  border-color: rgba(216, 174, 69, 0.56);
  transform: translateY(-4px);
}

.media-interview-image {
  height: 100%;
  min-height: 250px;
  aspect-ratio: auto;
  overflow: hidden;
}

.media-interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
  transition: transform 0.45s ease;
}

.media-interview-portrait {
  background: #e9e9e7;
}

.media-interview-portrait img {
  object-position: center 7%;
}

.media-interview-notes img {
  object-position: 8% center;
}

.media-interview-card:hover .media-interview-image img {
  transform: scale(1.035);
}

.media-interview-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2vw, 28px);
}

.media-interview-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-interview-grid h3 {
  margin: 15px 0 12px;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.15;
}

.media-interview-grid p {
  max-width: 62em;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.media-interview-grid strong {
  display: inline-block;
  margin-top: 24px;
  color: var(--gold);
  white-space: nowrap;
}

.press-quote {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  width: 100%;
  margin: 16px 0 0;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid var(--line);
  background: #07080a;
}

.press-quote span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.press-quote p {
  max-width: none;
  margin: 0;
  color: var(--text);
  font-size: clamp(18px, 1.75vw, 30px);
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.eric-contact-band h2 {
  max-width: 980px;
  margin-top: 14px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}

.eric-closing-copy p {
  max-width: none;
  margin-top: 26px;
  white-space: nowrap;
}

.eric-closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.eric-closing-actions .button {
  justify-content: center;
  min-width: 176px;
}

.director-profile-link {
  margin-top: 10px;
  align-self: flex-start;
}

.team-card-link {
  display: grid;
  grid-template-rows: 320px 1fr;
  min-height: 620px;
  color: inherit;
}

.member-grid article .team-card-link > div:not(.team-photo-frame) {
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.cici-page .cici-hero {
  min-height: 92svh;
}

.cici-page .cici-hero-media img {
  object-position: 76% 22%;
  filter: saturate(0.9) contrast(1.08) brightness(0.78);
}

.cici-page .eric-hero-media::after {
  background: rgba(7, 8, 10, 0.32);
  box-shadow: inset 52vw 0 150px rgba(7, 8, 10, 0.96), inset 0 -220px 170px rgba(7, 8, 10, 0.94);
}

.cici-page .eric-hero-copy h1 span {
  color: #f6f2ea;
}

.cici-page .cici-intro-grid .portrait-panel img {
  object-position: center 18%;
  filter: saturate(0.96) contrast(1.06) brightness(0.9);
}

.cici-page .cici-profile-portrait {
  background: #050506;
}

.cici-page .eric-signature-title h2 {
  font-size: clamp(32px, 3.05vw, 44px);
  white-space: nowrap;
}

.cici-page .eric-signature-title p {
  white-space: normal;
}

.cici-page .career-archive details:first-child {
  border-color: rgba(216, 174, 69, 0.42);
}

.cici-page .eric-contact-band {
  background:
    radial-gradient(circle at 76% 20%, rgba(216, 174, 69, 0.12), transparent 28%),
    #11141a;
}

/* Eric page type system */
.eric-page h1,
.eric-page h2,
.eric-page h3 {
  font-weight: 900;
  letter-spacing: -0.025em;
}

.eric-page .section-heading h2,
.eric-page .eric-signature-title h2,
.eric-page .press-compact-header h2,
.eric-page .eric-contact-band h2 {
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.06;
}

.eric-page .section-kicker,
.eric-page .eric-signature-title > span,
.eric-page .eric-story-image figcaption span,
.eric-page .media-interview-grid span,
.eric-page .press-quote span,
.eric-page .tag {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eric-page .eric-signature-title p,
.eric-page .eric-profile-section .section-heading p,
.eric-page .eric-method-section .section-heading p,
.eric-page .eric-intro-grid p,
.eric-page .eric-method-grid p,
.eric-page .eric-focus-grid p,
.eric-page .eric-story-narrative p,
.eric-page .press-compact-header p,
.eric-page .media-interview-grid p,
.eric-page .eric-closing-copy p {
  line-height: 1.7;
}

.eric-page .eric-intro-grid p,
.eric-page .eric-method-grid p,
.eric-page .eric-focus-grid p,
.eric-page .eric-story-narrative p {
  font-size: 15px;
}

.eric-page .career-archive li {
  font-size: 14px;
  line-height: 1.65;
}

.eric-page .media-interview-grid strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 980px) {
  .eric-signature-title p,
  .eric-profile-section .section-heading h2,
  .eric-method-section .section-heading h2,
  .eric-profile-section .section-heading p,
  .eric-method-section .section-heading p,
  .press-compact-header h2,
  .eric-closing-copy p {
    white-space: normal;
  }

  .eric-profile-section .section-heading h2 span,
  .eric-method-section .section-heading h2 span,
  .eric-method-section .section-heading p span {
    display: block;
  }

  .eric-metrics,
  .eric-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eric-intro-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .eric-intro-grid .portrait-panel {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .eric-intro-grid > article:not(.portrait-panel) {
    height: auto;
  }

  .portrait-panel img {
    object-position: center 22%;
  }

  .eric-story-grid {
    grid-template-areas:
      "copy"
      "acting"
      "directing";
    grid-template-columns: 1fr;
  }

  .eric-story-copy {
    grid-template-areas:
      "kicker"
      "title"
      "narrative"
      "quote";
    grid-template-columns: 1fr;
  }

  .eric-story-copy h3,
  .eric-story-copy blockquote {
    white-space: normal;
  }

  .eric-signature-points {
    grid-template-columns: 1fr;
  }

  .eric-focus-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .press-compact-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-interview-grid {
    grid-template-columns: 1fr;
  }

  .media-interview-grid .media-interview-card {
    display: grid;
    height: 280px;
  }

  .media-interview-image {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .eric-case,
  .eric-case.wide {
    grid-column: span 6;
  }

  .eric-work-section .eric-case,
  .eric-work-section .eric-case.wide {
    grid-column: span 6;
  }
}

@media (max-width: 680px) {
  .eric-signature-title h2 {
    white-space: normal;
  }

  .eric-hero {
    min-height: 780px;
  }

  .eric-hero-media img {
    object-position: 62% top;
  }

  .cici-page .cici-hero-media img {
    object-position: 67% top;
  }

  .eric-hero-media::after {
    background: rgba(7, 8, 10, 0.5);
    box-shadow: inset 0 -430px 180px rgba(7, 8, 10, 0.98);
  }

  .eric-hero-copy {
    width: 100%;
  }

  .eric-profile-section .section-heading h2 span,
  .eric-method-section .section-heading h2 span {
    white-space: normal;
  }

  .eric-metrics,
  .eric-method-grid,
  .eric-focus-grid {
    grid-template-columns: 1fr;
  }

  .eric-selected-grid {
    grid-template-columns: 1fr;
  }

  .eric-case,
  .eric-case.wide {
    grid-column: auto;
    min-height: 250px;
  }

  .eric-work-section .eric-case,
  .eric-work-section .eric-case.wide {
    grid-column: auto;
  }

  .eric-case img {
    min-height: 250px;
  }

  .career-archive summary {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .career-archive ul {
    grid-template-columns: 1fr;
    padding: 0 24px 28px 44px;
  }

  .media-interview-grid,
  .press-quote {
    grid-template-columns: 1fr;
  }

  .press-quote p {
    white-space: normal;
  }

  .media-interview-grid .media-interview-card {
    display: block;
    height: auto;
    min-height: 0;
  }

  .media-interview-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .eric-story-image,
  .eric-story-image img {
    height: 280px;
    min-height: 280px;
  }
}
