.corporate-artist,
.corporate-artist *,
.corporate-artist *::before,
.corporate-artist *::after {
  box-sizing: border-box;
}

.corporate-artist {
  --corporate-artist-ink: #020202;
  --corporate-artist-paper: #f4f0ec;
  --corporate-artist-paper-soft: rgba(244, 240, 236, .9);
  --corporate-artist-gold: #d6a12b;
  --corporate-artist-gold-deep: #c18b3b;
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  width: 100%;
  min-height: 720px;
  aspect-ratio: 1672 / 941;
  overflow: clip;
  background: var(--corporate-artist-ink);
  color: var(--corporate-artist-paper);
  font-family: "Source Sans 3", Arial, sans-serif;
}

.corporate-artist__plate {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  overflow: hidden;
}

.corporate-artist__plate img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: var(--corporate-artist-ink);
}

.corporate-artist__header {
  position: absolute;
  z-index: 1;
  top: 5.45%;
  left: 4.95%;
  width: 48.5%;
}

.corporate-artist__eyebrow-row {
  width: 73%;
  display: flex;
  align-items: center;
  gap: 1.35cqw;
}

.corporate-artist__eyebrow {
  flex: 0 0 auto;
  margin: 0;
  color: var(--corporate-artist-gold);
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-size: 1.12cqw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .5em;
  text-transform: uppercase;
}

.corporate-artist__eyebrow-line {
  position: relative;
  flex: 1;
  height: 1.15cqw;
}

.corporate-artist__eyebrow-line::before,
.corporate-artist__eyebrow-line::after {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--corporate-artist-gold);
}

.corporate-artist__eyebrow-line::before {
  right: 0;
  left: 0;
  height: 1px;
  opacity: .82;
}

.corporate-artist__eyebrow-line::after {
  right: 0;
  width: 1px;
  height: 1.1cqw;
  transform: translateY(-50%);
  box-shadow: 0 0 .55cqw rgba(216, 163, 39, .62);
}

.corporate-artist__eyebrow-line i {
  position: absolute;
  top: 50%;
  right: -.43cqw;
  width: .9cqw;
  height: .9cqw;
  background: var(--corporate-artist-gold);
  clip-path: polygon(50% 0, 59% 40%, 100% 50%, 59% 60%, 50% 100%, 41% 60%, 0 50%, 41% 40%);
  transform: translateY(-50%);
}

.corporate-artist h2 {
  position: relative;
  margin: 2.05cqw 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.047em;
  text-shadow: 0 .25cqw 1.35cqw rgba(0, 0, 0, .78);
}

.corporate-artist h2::after {
  content: "";
  position: absolute;
  bottom: -.2cqw;
  left: .35cqw;
  width: 6.3cqw;
  height: 2px;
  background: #d51418;
  box-shadow: 0 0 .35cqw rgba(213, 20, 24, .28);
}

.corporate-artist h2 span,
.corporate-artist h2 em {
  display: block;
  white-space: nowrap;
}

.corporate-artist h2 span {
  font-size: 5.95cqw;
  line-height: .83;
}

.corporate-artist h2 em {
  margin-top: .55cqw;
  padding-bottom: .15em;
  color: var(--corporate-artist-gold-deep);
  font-size: 4.36cqw;
  font-weight: 400;
  line-height: 1.08;
}

.corporate-artist__narrative {
  position: absolute;
  z-index: 1;
  top: 33.75%;
  left: 5.2%;
  width: 30.6%;
  display: grid;
  gap: 2cqw;
}

.corporate-artist__narrative p {
  margin: 0;
  color: var(--corporate-artist-paper-soft);
  font-size: 1.34cqw;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -.018em;
  text-wrap: pretty;
  text-shadow: 0 .18cqw .95cqw rgba(0, 0, 0, .96);
}

.corporate-artist__narrative strong {
  color: var(--corporate-artist-gold);
  font-weight: 500;
  letter-spacing: .015em;
}

.corporate-artist__authority {
  position: absolute;
  z-index: 1;
  top: 63.25%;
  left: 3.8%;
  width: 34.8%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 56.5% 43.5%;
  list-style: none;
}

.corporate-artist__authority li {
  position: relative;
  min-width: 0;
  min-height: 8.75cqw;
  padding-left: 2.25cqw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.corporate-artist__authority li + li {
  padding-left: 3.15cqw;
  border-left: 1px solid rgba(216, 163, 39, .92);
}

.corporate-artist__authority-kicker,
.corporate-artist__authority-detail {
  color: var(--corporate-artist-paper);
  font-family: Oswald, "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: .27em;
  text-transform: uppercase;
}

.corporate-artist__authority-kicker {
  font-size: .91cqw;
}

.corporate-artist__authority strong {
  margin: .1cqw 0 .38cqw;
  color: var(--corporate-artist-gold-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.85cqw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.corporate-artist__authority-detail {
  font-size: .84cqw;
}

.corporate-artist__closing {
  position: absolute;
  z-index: 1;
  top: 81.25%;
  left: 3.7%;
  width: 34.25%;
  margin: 0;
  padding: .7cqw 1.95cqw .75cqw;
  color: var(--corporate-artist-paper-soft);
  text-shadow: 0 .18cqw .95cqw rgba(0, 0, 0, .96);
}

.corporate-artist__closing::before,
.corporate-artist__closing::after {
  content: "";
  position: absolute;
  width: 1.85cqw;
  height: 1.85cqw;
  pointer-events: none;
}

.corporate-artist__closing::before {
  top: 0;
  left: 0;
  border-top: 1px solid var(--corporate-artist-gold);
  border-left: 1px solid var(--corporate-artist-gold);
}

.corporate-artist__closing::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid var(--corporate-artist-gold);
  border-bottom: 1px solid var(--corporate-artist-gold);
}

.corporate-artist__closing span,
.corporate-artist__closing em {
  display: block;
  white-space: nowrap;
}

.corporate-artist__closing span {
  font-size: 1.29cqw;
  line-height: 1.22;
}

.corporate-artist__closing em {
  margin-top: .08cqw;
  color: var(--corporate-artist-gold-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.48cqw;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 1099px) {
  .corporate-artist__canonical-break {
    display: none;
  }

  .corporate-artist {
    min-height: 0;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .corporate-artist__header,
  .corporate-artist__narrative,
  .corporate-artist__authority,
  .corporate-artist__closing,
  .corporate-artist__plate {
    position: relative;
    inset: auto;
    width: auto;
  }

  .corporate-artist__header {
    order: 1;
    padding: clamp(44px, 7vw, 70px) clamp(24px, 6vw, 52px) clamp(30px, 4.5vw, 46px);
  }

  .corporate-artist__eyebrow-row {
    width: min(100%, 650px);
    gap: clamp(18px, 3vw, 28px);
  }

  .corporate-artist__eyebrow {
    font-size: clamp(12px, 2vw, 15px);
  }

  .corporate-artist__eyebrow-line {
    height: 18px;
  }

  .corporate-artist__eyebrow-line::after {
    height: 18px;
  }

  .corporate-artist__eyebrow-line i {
    right: -7px;
    width: 15px;
    height: 15px;
  }

  .corporate-artist h2 {
    margin-top: clamp(26px, 4vw, 38px);
  }

  .corporate-artist h2 span {
    font-size: clamp(62px, 10.5vw, 88px);
  }

  .corporate-artist h2 em {
    margin-top: clamp(7px, 1.2vw, 12px);
    font-size: clamp(45px, 7.7vw, 65px);
  }

  .corporate-artist h2::after {
    bottom: -10px;
    left: 0;
    width: 72px;
  }

  .corporate-artist__plate {
    z-index: 0;
    order: 2;
    aspect-ratio: 16 / 10;
  }

  .corporate-artist__plate::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, var(--corporate-artist-ink), transparent 10%, transparent 90%, var(--corporate-artist-ink));
  }

  .corporate-artist__plate img {
    object-position: 73% center;
  }

  .corporate-artist__narrative {
    order: 3;
    padding: clamp(34px, 5.5vw, 54px) clamp(24px, 6vw, 52px) 0;
    display: grid;
    gap: clamp(20px, 3vw, 28px);
  }

  .corporate-artist__narrative p {
    max-width: 760px;
    font-size: clamp(17px, 2.4vw, 20px);
    line-height: 1.5;
  }

  .corporate-artist__authority {
    order: 4;
    margin: clamp(38px, 6vw, 60px) clamp(24px, 6vw, 52px) 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .corporate-artist__authority li {
    min-height: 150px;
    padding-left: clamp(28px, 4vw, 38px);
  }

  .corporate-artist__authority li + li {
    padding-left: clamp(44px, 6vw, 62px);
  }

  .corporate-artist__authority-kicker {
    font-size: clamp(13px, 1.8vw, 15px);
  }

  .corporate-artist__authority strong {
    margin: 3px 0 8px;
    font-size: clamp(36px, 5.6vw, 48px);
  }

  .corporate-artist__authority-detail {
    font-size: clamp(12px, 1.7vw, 14px);
  }

  .corporate-artist__closing {
    order: 5;
    margin: clamp(34px, 5vw, 48px) clamp(24px, 6vw, 52px) clamp(52px, 8vw, 78px);
    padding: clamp(14px, 2vw, 20px) clamp(26px, 4vw, 40px) clamp(16px, 2.3vw, 23px);
  }

  .corporate-artist__closing::before,
  .corporate-artist__closing::after {
    width: 30px;
    height: 30px;
  }

  .corporate-artist__closing span,
  .corporate-artist__closing em {
    white-space: normal;
  }

  .corporate-artist__closing span {
    font-size: clamp(19px, 2.8vw, 23px);
  }

  .corporate-artist__closing em {
    margin-top: 4px;
    font-size: clamp(23px, 3.7vw, 30px);
  }
}

@media (max-width: 599px) {
  .corporate-artist__header {
    padding: 42px 18px 30px;
  }

  .corporate-artist__eyebrow {
    font-size: 11px;
    letter-spacing: .39em;
  }

  .corporate-artist__eyebrow-row {
    gap: 16px;
  }

  .corporate-artist h2 {
    margin-top: 27px;
  }

  .corporate-artist h2 span {
    font-size: clamp(48px, 15vw, 60px);
  }

  .corporate-artist h2 em {
    margin-top: 7px;
    font-size: clamp(29px, 8.7vw, 36px);
  }

  .corporate-artist__plate {
    aspect-ratio: 1;
  }

  .corporate-artist__plate img {
    object-position: 88% center;
  }

  .corporate-artist__narrative {
    padding: 34px 18px 0;
    gap: 22px;
  }

  .corporate-artist__narrative p {
    font-size: 17px;
    line-height: 1.54;
  }

  .corporate-artist__authority {
    margin: 38px 18px 0;
    grid-template-columns: 53% 47%;
  }

  .corporate-artist__authority li {
    min-height: 140px;
    padding-left: 20px;
  }

  .corporate-artist__authority li + li {
    padding-left: 24px;
  }

  .corporate-artist__authority-kicker {
    font-size: 10px;
    letter-spacing: .2em;
  }

  .corporate-artist__authority strong {
    margin: 2px 0 7px;
    font-size: clamp(24px, 7vw, 27px);
  }

  .corporate-artist__authority-detail {
    font-size: 9.5px;
    letter-spacing: .16em;
  }

  .corporate-artist__closing {
    margin: 30px 18px 48px;
    padding: 16px 18px 18px;
  }

  .corporate-artist__closing span {
    font-size: 18px;
    line-height: 1.3;
  }

  .corporate-artist__closing em {
    font-size: clamp(22px, 6.2vw, 25px);
    line-height: 1.2;
  }
}

@media (max-width: 370px) {
  .corporate-artist h2 span {
    font-size: 48px;
  }

  .corporate-artist h2 em {
    font-size: 29px;
  }

  .corporate-artist__narrative p {
    font-size: 16px;
  }

  .corporate-artist__authority strong {
    font-size: 24px;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .corporate-artist__narrative p {
    font-size: 16px;
  }
}

/* Ultrawide: retrato em escala vertical e bloco editorial com medidas da referência. */
@media (min-width: 1800px) and (min-aspect-ratio: 2 / 1) {
  .corporate-artist {
    height: max(720px, 100svh);
    min-height: max(720px, 100svh);
    aspect-ratio: auto;
  }

  .corporate-artist__plate {
    background: var(--corporate-artist-ink);
  }

  .corporate-artist__plate img {
    position: absolute;
    top: 0;
    left: 52.5%;
    width: auto;
    max-width: none;
    height: 100%;
    object-fit: contain;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  }

  .corporate-artist__header {
    top: 7.4svh;
    left: 8.8svh;
    width: 86.22svh;
  }

  .corporate-artist__eyebrow-row {
    gap: 2.4svh;
  }

  .corporate-artist__eyebrow {
    font-size: 1.991svh;
  }

  .corporate-artist__eyebrow-line {
    height: 2.044svh;
  }

  .corporate-artist__eyebrow-line::after {
    height: 1.956svh;
    box-shadow: 0 0 .978svh rgba(216, 163, 39, .62);
  }

  .corporate-artist__eyebrow-line i {
    right: -.764svh;
    width: 1.6svh;
    height: 1.6svh;
  }

  .corporate-artist h2 {
    margin-top: 3.644svh;
  }

  .corporate-artist h2 span {
    font-size: 10.578svh;
  }

  .corporate-artist h2 em {
    margin-top: .978svh;
    font-size: 7.751svh;
  }

  .corporate-artist__narrative {
    left: 9.25svh;
    width: 54.4svh;
    gap: 3.556svh;
  }

  .corporate-artist__narrative p {
    font-size: 2.382svh;
  }

  .corporate-artist__authority {
    left: 6.76svh;
    width: 61.87svh;
  }

  .corporate-artist__authority li {
    min-height: 15.556svh;
    padding-left: 4svh;
  }

  .corporate-artist__authority li + li {
    padding-left: 5.6svh;
  }

  .corporate-artist__authority-kicker {
    font-size: 1.618svh;
  }

  .corporate-artist__authority strong {
    margin: .178svh 0 .676svh;
    font-size: 5.067svh;
  }

  .corporate-artist__authority-detail {
    font-size: 1.493svh;
  }

  .corporate-artist__closing {
    left: 6.58svh;
    width: 60.89svh;
    padding: 1.244svh 3.467svh 1.333svh;
  }

  .corporate-artist__closing::before,
  .corporate-artist__closing::after {
    width: 3.289svh;
    height: 3.289svh;
  }

  .corporate-artist__closing span {
    font-size: 2.293svh;
  }

  .corporate-artist__closing em {
    margin-top: .142svh;
    font-size: 2.631svh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .corporate-artist *,
  .corporate-artist *::before,
  .corporate-artist *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .corporate-artist__authority li + li,
  .corporate-artist__closing::before,
  .corporate-artist__closing::after {
    border-color: CanvasText;
  }
}
