@font-face {
  font-family: "WindSong";
  src: url("./assets/fonts/WindSong-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Como funciona + FAQ ----------------------------------------------------- */

.process-faq {
  --process-faq-paper: #f3ede4;
  --process-faq-ink: #271313;
  --process-faq-wine: #2b1012;
  --process-faq-wine-deep: #140b0b;
  --process-faq-gold: #b7803d;
  --process-faq-line: rgba(183, 128, 61, .52);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--process-faq-ink);
  background:
    linear-gradient(90deg, var(--process-faq-paper) 0 78%, #100a09 78% 100%);
}

.process-faq__canvas {
  position: relative;
  isolation: isolate;
  width: min(100%, 2100px);
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  container-type: inline-size;
  background: #100a09;
}

.process-faq__paper {
  position: absolute;
  inset: 0 22% 0 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .58), transparent 27%),
    radial-gradient(circle at 74% 76%, rgba(173, 126, 76, .05), transparent 32%),
    linear-gradient(112deg, #f7f2ea 0%, var(--process-faq-paper) 58%, #eee5da 100%);
}

.process-faq__paper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    repeating-radial-gradient(circle at 30% 20%, rgba(63, 38, 24, .15) 0 .45px, transparent .55px 4px),
    repeating-linear-gradient(103deg, rgba(255, 255, 255, .18) 0 1px, transparent 1px 7px);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.process-faq__media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 22%;
  overflow: hidden;
  background: #100a09;
}

.process-faq__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18, 9, 9, .34), transparent 34%),
    linear-gradient(180deg, rgba(8, 5, 5, .08), transparent 44%, rgba(8, 5, 5, .18));
  pointer-events: none;
}

.process-faq__media picture,
.process-faq__media img {
  width: 100%;
  height: 100%;
}

.process-faq__media img {
  object-fit: cover;
  object-position: 61% 50%;
  filter: saturate(.94) contrast(1.04) brightness(.9);
}

.process-faq__media::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0 clamp(42px, 4.1cqw, 76px) clamp(28px, 3.4cqw, 62px) auto;
  width: clamp(42px, 4.1cqw, 76px);
  border-right: 1px solid rgba(206, 151, 74, .82);
  border-bottom: 1px solid rgba(206, 151, 74, .82);
  border-bottom-right-radius: clamp(48px, 4.4cqw, 82px);
  pointer-events: none;
}

.process-faq__media-orbit {
  position: absolute;
  z-index: 3;
  top: 0;
  right: clamp(42px, 4.1cqw, 76px);
  width: 1px;
  height: 48%;
  background: linear-gradient(180deg, rgba(206, 151, 74, .8), rgba(206, 151, 74, .22));
}

.process-faq__star,
.process-faq__media-star,
.process-faq__steps li::after {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #d3a25c, #a66c2c);
  clip-path: polygon(50% 0, 61% 37%, 100% 50%, 61% 63%, 50% 100%, 39% 63%, 0 50%, 39% 37%);
}

.process-faq__media-star {
  position: absolute;
  z-index: 4;
  top: 46.5%;
  right: calc(clamp(42px, 4.1cqw, 76px) - 11px);
  width: 26px;
}

.process-faq__process {
  position: absolute;
  z-index: 3;
  top: 6.6%;
  left: 4.2%;
  width: 41.5%;
}

.process-faq__intro {
  margin: 0;
}

.process-faq__eyebrow {
  display: flex;
  align-items: center;
  width: 88%;
  margin: 0;
  color: #593729;
  font-size: clamp(12px, .96cqw, 17px);
  font-weight: 690;
  letter-spacing: .29em;
  line-height: 1;
  text-transform: uppercase;
}

.process-faq__eyebrow > span {
  flex: 0 0 auto;
}

.process-faq__eyebrow > i {
  height: 1px;
  flex: 1 1 auto;
  margin: 0 clamp(15px, 1.55cqw, 28px);
  background: var(--process-faq-line);
}

.process-faq__eyebrow .process-faq__star {
  width: clamp(18px, 1.45cqw, 27px);
}

.process-faq__intro h2 {
  margin: clamp(36px, 3.05cqw, 58px) 0 0;
  color: #2a1415;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.35cqw, 78px);
  font-weight: 450;
  letter-spacing: -.047em;
  line-height: .98;
  text-wrap: balance;
}

.process-faq__intro h2 span {
  display: block;
}

.process-faq__intro > p:last-child {
  margin: clamp(20px, 1.65cqw, 31px) 0 0;
  color: rgba(31, 29, 28, .85);
  font-size: clamp(18px, 1.48cqw, 27px);
  font-weight: 420;
  letter-spacing: -.012em;
  line-height: 1.4;
}

.process-faq__steps {
  --process-step-size: clamp(58px, 4.25cqw, 76px);
  --process-step-bridge: clamp(28px, 2.25cqw, 40px);
  position: relative;
  display: grid;
  gap: clamp(2px, .45cqw, 8px);
  margin: clamp(28px, 2.3cqw, 43px) 0 0;
  padding: 0;
  list-style: none;
}

.process-faq__steps::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(var(--process-step-size) / 2);
  bottom: calc(var(--process-step-size) / 2);
  left: calc(var(--process-step-size) / 2);
  width: 1px;
  background: linear-gradient(180deg, rgba(183, 128, 61, .78), rgba(183, 128, 61, .46));
}

.process-faq__steps li {
  position: relative;
  display: grid;
  grid-template-columns: var(--process-step-size) var(--process-step-bridge) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(94px, 7.05cqw, 125px);
}

.process-faq__steps li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(var(--process-step-size) / 2);
  left: var(--process-step-size);
  width: var(--process-step-bridge);
  height: 1px;
  background: var(--process-faq-line);
}

.process-faq__steps li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc((var(--process-step-size) - 24px) / 2);
  left: calc(var(--process-step-size) + var(--process-step-bridge) - 12px);
}

.process-faq__step-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: var(--process-step-size);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(99, 39, 38, .42);
  border-radius: 50%;
  color: #fffaf0;
  background:
    radial-gradient(circle at 31% 24%, rgba(139, 51, 50, .7), transparent 34%),
    linear-gradient(145deg, #4d1015, #270a0e 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 9px 20px rgba(68, 18, 18, .12);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.75cqw, 31px);
  font-variant-numeric: lining-nums tabular-nums;
  line-height: 1;
}

.process-faq__step-copy {
  grid-column: 3;
  min-width: 0;
  padding-left: clamp(16px, 1.25cqw, 24px);
}

.process-faq__step-copy h3 {
  margin: 0;
  color: #2c1818;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.63cqw, 29px);
  font-weight: 520;
  letter-spacing: .012em;
  line-height: 1.15;
  text-transform: uppercase;
}

.process-faq__step-copy p {
  max-width: 40ch;
  margin: clamp(8px, .64cqw, 12px) 0 0;
  color: rgba(43, 40, 39, .8);
  font-size: clamp(14px, 1.08cqw, 19px);
  font-weight: 430;
  line-height: 1.45;
}

.process-faq__faq-column {
  position: absolute;
  z-index: 5;
  top: 10.5%;
  left: 47%;
  width: 38.5%;
}

.process-faq__accordion {
  overflow: hidden;
  color: #f6eee4;
  border: 1px solid rgba(192, 132, 59, .92);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 6%, rgba(91, 37, 36, .22), transparent 36%),
    linear-gradient(138deg, #211213 0%, #1a1010 62%, #110c0b 100%);
  box-shadow: 0 26px 70px rgba(23, 8, 8, .18);
}

.process-faq__accordion-header {
  display: flex;
  min-height: clamp(98px, 7.45cqw, 132px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 2.45cqw, 46px) clamp(30px, 3.05cqw, 56px);
}

.process-faq__accordion-header h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.3cqw, 41px);
  font-weight: 450;
  letter-spacing: -.032em;
  line-height: 1.12;
}

.process-faq__accordion-header > span {
  width: clamp(18px, 1.45cqw, 27px);
  height: 2px;
  flex: 0 0 auto;
  background: var(--process-faq-gold);
}

.process-faq__accordion details {
  border-top: 1px solid rgba(181, 128, 68, .27);
}

.process-faq__accordion summary {
  display: flex;
  min-height: clamp(76px, 5.45cqw, 96px);
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 2cqw, 38px);
  padding: clamp(20px, 1.65cqw, 31px) clamp(28px, 3.05cqw, 56px);
  color: #f5ede3;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.4cqw, 25px);
  font-weight: 430;
  letter-spacing: -.017em;
  line-height: 1.4;
  list-style: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.process-faq__accordion summary::-webkit-details-marker {
  display: none;
}

.process-faq__accordion summary:hover {
  color: #fff8ee;
  background: rgba(255, 255, 255, .018);
}

.process-faq__accordion summary:focus-visible {
  position: relative;
  z-index: 2;
  outline-offset: -5px;
}

.process-faq__accordion summary > span {
  max-width: 92%;
}

.process-faq__accordion summary > i {
  position: relative;
  width: clamp(18px, 1.35cqw, 25px);
  height: clamp(18px, 1.35cqw, 25px);
  flex: 0 0 auto;
}

.process-faq__accordion summary > i::before,
.process-faq__accordion summary > i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: #c98c3d;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.process-faq__accordion summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.process-faq__accordion details[open] summary > i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.process-faq__answer {
  overflow: hidden;
  padding: 0 clamp(28px, 3.05cqw, 56px) clamp(28px, 2.35cqw, 44px);
  animation: process-faq-answer-in 220ms ease both;
}

.process-faq__answer p {
  max-width: 45ch;
  margin: 0;
  color: rgba(250, 243, 234, .87);
  font-size: clamp(15px, 1.18cqw, 21px);
  font-weight: 390;
  line-height: 1.68;
}

@keyframes process-faq-answer-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.process-faq__cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
  width: 108%;
  min-height: clamp(78px, 5.9cqw, 106px);
  margin-top: clamp(26px, 2.15cqw, 40px);
  overflow: hidden;
  border: 1px solid rgba(174, 115, 48, .5);
  border-radius: 10px;
  box-shadow: 0 19px 43px rgba(34, 8, 9, .12);
}

.process-faq__cta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.1cqw, 40px);
  padding: 20px clamp(22px, 2.3cqw, 42px);
  color: #fff7ec;
  background:
    radial-gradient(circle at 74% 18%, rgba(229, 49, 57, .28), transparent 34%),
    linear-gradient(115deg, #8b0010 0%, #ad0016 74%, #7c000d 100%);
  font-size: clamp(13px, 1.05cqw, 19px);
  font-weight: 680;
  letter-spacing: .105em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 180ms ease, transform 180ms ease;
}

.process-faq__cta:hover {
  filter: brightness(1.09) saturate(1.06);
}

.process-faq__cta:active {
  transform: translateY(1px);
}

.process-faq__cta svg {
  width: clamp(20px, 1.55cqw, 28px);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.process-faq__reassurance {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(14px, 1.35cqw, 25px);
  margin: 0;
  padding: 18px clamp(20px, 2.25cqw, 42px);
  color: rgba(48, 43, 40, .82);
  background:
    linear-gradient(rgba(250, 246, 240, .96), rgba(242, 235, 226, .96));
  font-size: clamp(12px, .94cqw, 17px);
  font-weight: 460;
  line-height: 1.42;
}

.process-faq__reassurance .process-faq__star {
  width: clamp(20px, 1.5cqw, 28px);
}

.process-faq__status {
  min-height: 0;
  margin: 0;
  color: #4d302a;
  font-size: 13px;
  font-weight: 560;
  line-height: 1.45;
}

.process-faq__status:not(:empty) {
  width: 100%;
  margin-top: 12px;
  padding: 10px 13px;
  border: 1px solid rgba(183, 128, 61, .3);
  border-radius: 7px;
  background: rgba(249, 244, 237, .92);
}

/* Desktop fluid frame: the approved 1280x720 composition is the scale origin. */
@media (min-width: 1101px) {
  .process-faq__canvas {
    width: 100%;
  }

  .process-faq__media::after {
    right: min(4.1cqw, 7.2dvh);
    bottom: min(3.4cqw, 5.97dvh);
    width: min(4.1cqw, 7.2dvh);
    border-bottom-right-radius: min(4.4cqw, 7.73dvh);
  }

  .process-faq__media-orbit {
    right: min(4.1cqw, 7.2dvh);
  }

  .process-faq__media-star {
    right: calc(min(4.1cqw, 7.2dvh) - min(.87cqw, 1.53dvh));
    width: min(2.06cqw, 3.61dvh);
  }

  .process-faq__process {
    bottom: 5.35%;
    display: flex;
    flex-direction: column;
  }

  .process-faq__intro {
    flex: 0 0 auto;
  }

  .process-faq__eyebrow {
    font-size: min(.96cqw, 1.69dvh);
  }

  .process-faq__eyebrow > i {
    margin-inline: min(1.55cqw, 2.72dvh);
  }

  .process-faq__eyebrow .process-faq__star {
    width: min(1.45cqw, 2.55dvh);
  }

  .process-faq__intro h2 {
    margin-top: 5.36dvh;
    font-size: min(4.35cqw, 7.64dvh);
  }

  .process-faq__intro > p:last-child {
    margin-top: 2.9dvh;
    font-size: min(1.48cqw, 2.6dvh);
  }

  .process-faq__steps {
    --process-step-size: min(4.586cqw, 8.056dvh);
    --process-step-bridge: min(2.25cqw, 3.95dvh);
    grid-template-rows: repeat(4, minmax(0, 1fr));
    flex: 1 1 auto;
    gap: .79dvh;
    min-height: 0;
    margin-top: 4.04dvh;
  }

  .process-faq__steps li {
    min-height: 0;
  }

  .process-faq__step-number {
    font-size: min(1.898cqw, 3.334dvh);
  }

  .process-faq__step-copy {
    padding-left: min(1.265cqw, 2.223dvh);
  }

  .process-faq__step-copy h3 {
    font-size: min(1.66cqw, 2.917dvh);
  }

  .process-faq__step-copy p {
    margin-top: 1.125dvh;
    font-size: min(1.107cqw, 1.945dvh);
  }

  .process-faq__faq-column {
    bottom: 1.45%;
    display: flex;
    flex-direction: column;
  }

  .process-faq__accordion {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .process-faq__accordion-header {
    min-height: 0;
    flex: 0 0 13.611dvh;
    gap: min(1.9cqw, 3.334dvh);
    padding: 4.303dvh min(3.05cqw, 5.357dvh);
  }

  .process-faq__accordion-header h3 {
    font-size: min(2.3cqw, 4.04dvh);
  }

  .process-faq__accordion-header > span {
    width: min(1.45cqw, 2.55dvh);
  }

  .process-faq__accordion details {
    --process-faq-summary-height: 10.556dvh;
    flex: 0 0 auto;
    min-height: 0;
  }

  .process-faq__accordion details[open] {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .process-faq__accordion summary {
    min-height: 0;
    flex: 0 0 auto;
    gap: min(2cqw, 3.52dvh);
    padding: 0 min(3.05cqw, 5.357dvh);
    font-size: min(1.423cqw, 2.5dvh);
  }

  .process-faq__accordion details:nth-of-type(1) summary,
  .process-faq__accordion details:nth-of-type(4) summary {
    height: var(--process-faq-summary-height);
  }

  .process-faq__accordion details:nth-of-type(2),
  .process-faq__accordion details:nth-of-type(3) {
    --process-faq-summary-height: 12.796dvh;
  }

  .process-faq__accordion details:nth-of-type(2) summary,
  .process-faq__accordion details:nth-of-type(3) summary {
    height: var(--process-faq-summary-height);
  }

  .process-faq__accordion summary > i {
    width: min(1.423cqw, 2.5dvh);
    height: min(1.423cqw, 2.5dvh);
  }

  .process-faq__answer {
    min-height: 0;
    flex: 0 0 auto;
    padding: 0 min(3.05cqw, 5.357dvh);
  }

  .process-faq__accordion details[open] .process-faq__answer {
    height: 11.126dvh;
  }

  .process-faq__answer p {
    font-size: min(1.186cqw, 2.084dvh);
  }

  .process-faq__cta-row {
    min-height: 12.278dvh;
    flex: 0 0 12.278dvh;
    margin-top: 3.776dvh;
  }

  .process-faq__cta {
    gap: min(2.1cqw, 3.69dvh);
    padding: 2.778dvh min(2.3cqw, 4.04dvh);
    font-size: min(1.05cqw, 1.845dvh);
  }

  .process-faq__cta svg {
    width: min(1.582cqw, 2.778dvh);
  }

  .process-faq__reassurance {
    gap: min(1.35cqw, 2.373dvh);
    padding: 2.5dvh min(2.25cqw, 3.955dvh);
    font-size: min(.949cqw, 1.667dvh);
  }

  .process-faq__reassurance .process-faq__star {
    width: min(1.582cqw, 2.778dvh);
  }
}

@media (max-width: 1100px) {
  .process-faq {
    background: #120a09;
  }

  .process-faq__canvas {
    --process-faq-strip: clamp(76px, 12.5vw, 132px);
    min-height: 0;
    padding: clamp(58px, 7.5vw, 84px) 0 clamp(64px, 8vw, 94px);
    background: #120a09;
  }

  .process-faq__paper {
    right: var(--process-faq-strip);
  }

  .process-faq__media {
    width: var(--process-faq-strip);
  }

  .process-faq__media img {
    object-position: 69% 50%;
  }

  .process-faq__media::before {
    background: linear-gradient(90deg, rgba(18, 9, 9, .25), transparent 70%);
  }

  .process-faq__media::after {
    inset: 0 16px 28px auto;
    width: 28px;
    border-bottom-right-radius: 40px;
  }

  .process-faq__media-orbit {
    right: 16px;
    height: 48%;
  }

  .process-faq__media-star {
    right: 5px;
    width: 23px;
  }

  .process-faq__process,
  .process-faq__faq-column {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-right: calc(var(--process-faq-strip) + clamp(20px, 3vw, 34px));
    margin-left: clamp(38px, 6.2vw, 68px);
  }

  .process-faq__eyebrow {
    width: 100%;
    font-size: clamp(12px, 1.65vw, 16px);
  }

  .process-faq__intro h2 {
    max-width: 14ch;
    margin-top: clamp(33px, 4.5vw, 48px);
    font-size: clamp(57px, 7.4vw, 76px);
  }

  .process-faq__intro > p:last-child {
    font-size: clamp(19px, 2.5vw, 25px);
  }

  .process-faq__steps {
    --process-step-size: clamp(58px, 7vw, 72px);
    --process-step-bridge: clamp(30px, 4vw, 40px);
    max-width: 760px;
    gap: 6px;
    margin-top: clamp(34px, 5vw, 52px);
  }

  .process-faq__steps li {
    min-height: clamp(100px, 13vw, 128px);
  }

  .process-faq__step-number {
    font-size: clamp(24px, 3.2vw, 31px);
  }

  .process-faq__step-copy h3 {
    font-size: clamp(22px, 3vw, 29px);
  }

  .process-faq__step-copy p {
    font-size: clamp(15px, 2vw, 18px);
  }

  .process-faq__faq-column {
    margin-top: clamp(56px, 8vw, 86px);
  }

  .process-faq__accordion-header {
    min-height: 112px;
    padding: clamp(27px, 4vw, 38px) clamp(28px, 4.8vw, 48px);
  }

  .process-faq__accordion-header h3 {
    font-size: clamp(31px, 4.6vw, 42px);
  }

  .process-faq__accordion summary {
    min-height: 86px;
    padding: clamp(21px, 3.3vw, 30px) clamp(28px, 4.8vw, 48px);
    font-size: clamp(19px, 2.7vw, 24px);
  }

  .process-faq__answer {
    padding: 0 clamp(28px, 4.8vw, 48px) clamp(28px, 4.2vw, 40px);
  }

  .process-faq__answer p {
    font-size: clamp(16px, 2.2vw, 20px);
  }

  .process-faq__cta-row {
    width: 100%;
    min-height: 96px;
  }

  .process-faq__cta {
    font-size: clamp(14px, 2vw, 18px);
  }

  .process-faq__reassurance {
    font-size: clamp(13px, 1.8vw, 16px);
  }
}

@media (max-width: 600px) {
  .process-faq__canvas {
    --process-faq-strip: clamp(26px, 9vw, 42px);
    padding: clamp(44px, 12vw, 58px) 0 clamp(52px, 14vw, 70px);
  }

  .process-faq__media {
    opacity: .94;
  }

  .process-faq__media img {
    object-position: 72% 50%;
  }

  .process-faq__media::after {
    inset: 0 8px 20px auto;
    width: 16px;
    border-bottom-right-radius: 24px;
  }

  .process-faq__media-orbit {
    right: 8px;
    height: 47%;
  }

  .process-faq__media-star {
    right: -1px;
    width: 19px;
  }

  .process-faq__process,
  .process-faq__faq-column {
    margin-right: calc(var(--process-faq-strip) + 13px);
    margin-left: clamp(18px, 5.2vw, 26px);
  }

  .process-faq__eyebrow {
    font-size: clamp(10px, 3.1vw, 12px);
    letter-spacing: .24em;
  }

  .process-faq__eyebrow > i {
    margin-inline: 11px;
  }

  .process-faq__eyebrow .process-faq__star {
    width: 18px;
  }

  .process-faq__intro h2 {
    max-width: none;
    margin-top: 29px;
    font-size: clamp(31px, 8.4vw, 38px);
    line-height: 1.01;
  }

  .process-faq__intro > p:last-child {
    max-width: 28ch;
    margin-top: 20px;
    font-size: clamp(16px, 4.45vw, 19px);
    line-height: 1.48;
  }

  .process-faq__steps {
    --process-step-size: clamp(48px, 14vw, 56px);
    --process-step-bridge: clamp(25px, 7vw, 30px);
    gap: 5px;
    margin-top: 31px;
  }

  .process-faq__steps li {
    min-height: clamp(110px, 31vw, 132px);
  }

  .process-faq__steps li::after {
    top: calc((var(--process-step-size) - 20px) / 2);
    left: calc(var(--process-step-size) + var(--process-step-bridge) - 10px);
    width: 20px;
  }

  .process-faq__step-number {
    font-size: clamp(20px, 6.4vw, 26px);
  }

  .process-faq__step-copy {
    padding-left: 13px;
  }

  .process-faq__step-copy h3 {
    font-size: clamp(18px, 5.35vw, 22px);
    line-height: 1.18;
  }

  .process-faq__step-copy p {
    max-width: 28ch;
    margin-top: 7px;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.48;
  }

  .process-faq__faq-column {
    margin-top: clamp(45px, 13vw, 62px);
  }

  .process-faq__accordion {
    background: transparent;
    box-shadow: 0 17px 42px rgba(23, 8, 8, .15);
  }

  .process-faq__accordion-header {
    min-height: 96px;
    padding: 24px 20px;
    color: #2a1515;
    background: linear-gradient(120deg, rgba(249, 245, 239, .98), rgba(236, 226, 216, .98));
  }

  .process-faq__accordion-header h3 {
    font-size: clamp(27px, 7.7vw, 34px);
    line-height: 1.12;
  }

  .process-faq__accordion details {
    border-top-color: rgba(181, 128, 68, .34);
    background:
      radial-gradient(circle at 88% 8%, rgba(91, 37, 36, .18), transparent 35%),
      linear-gradient(138deg, #211213 0%, #170e0f 70%, #110c0b 100%);
  }

  .process-faq__accordion summary {
    min-height: 76px;
    gap: 16px;
    padding: 20px 18px;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.42;
  }

  .process-faq__accordion summary > span {
    max-width: calc(100% - 32px);
  }

  .process-faq__accordion summary > i {
    width: 19px;
    height: 19px;
  }

  .process-faq__answer {
    padding: 0 18px 24px;
  }

  .process-faq__answer p {
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.58;
  }

  .process-faq__cta-row {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 25px;
  }

  .process-faq__cta {
    min-height: 72px;
    gap: 18px;
    padding: 18px 20px;
    font-size: clamp(12px, 3.65vw, 15px);
  }

  .process-faq__cta svg {
    width: 23px;
  }

  .process-faq__reassurance {
    min-height: 74px;
    justify-content: center;
    padding: 17px 18px;
    font-size: clamp(12px, 3.65vw, 15px);
    text-align: left;
  }

  .process-faq__reassurance .process-faq__star {
    width: 22px;
  }

  .process-faq__status:not(:empty) {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .process-faq__process,
  .process-faq__faq-column {
    margin-left: 15px;
  }

  .process-faq__intro h2 {
    font-size: 30px;
  }

  .process-faq__steps {
    --process-step-size: 46px;
    --process-step-bridge: 24px;
  }

  .process-faq__step-copy h3 {
    font-size: 17px;
  }

  .process-faq__step-copy p {
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-faq__accordion summary,
  .process-faq__accordion summary > i::before,
  .process-faq__accordion summary > i::after,
  .process-faq__cta {
    transition: none;
  }

  .process-faq__answer {
    animation: none;
  }
}

:root {
  --ink: #0d0b0b;
  --wine: #3b0811;
  --wine-2: #5b0d19;
  --paper: #fff8ef;
  --paper-soft: rgba(255, 248, 239, .84);
  --muted: rgba(255, 248, 239, .66);
  --gold: #c99349;
  --gold-2: #f0bd67;
  --line: rgba(240, 189, 103, .48);
  --radius: 8px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { background: var(--ink); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, "Source Sans 3", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img, svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 50;
  left: 16px;
  top: 16px;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 6px;
  color: #160607;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 4px; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 30%, rgba(126, 6, 24, .56), transparent 26%),
    radial-gradient(circle at 22% 72%, rgba(88, 12, 24, .56), transparent 34%),
    linear-gradient(90deg, #3a0710 0%, #21070a 43%, #100908 72%, #0a0706 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(58, 7, 16, .98) 0%, rgba(58, 7, 16, .94) 31%, rgba(33, 7, 10, .30) 40%, rgba(10, 7, 6, 0) 54%),
    linear-gradient(0deg, rgba(10, 7, 6, .92) 0%, rgba(10, 7, 6, .28) 15%, transparent 35%);
  pointer-events: none;
}

.hero-art,
.hero-noise,
.hero-arcs {
  position: absolute;
  inset: 0;
}

.hero-art { z-index: 1; }
.hero-art::after {
  content: "";
  position: absolute;
  left: 43%;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 40%;
  background:
    linear-gradient(180deg, rgba(10, 7, 6, 0) 0%, rgba(10, 7, 6, .96) 9%, rgba(10, 7, 6, .995) 26%, #0a0706 100%),
    radial-gradient(ellipse at 84% 88%, rgba(211, 112, 20, .22), transparent 42%);
  pointer-events: none;
}.hero-noise {
  opacity: .72;
  background:
    radial-gradient(circle at 74% 16%, rgba(240, 155, 49, .28), transparent 18%),
    radial-gradient(circle at 89% 87%, rgba(239, 134, 17, .26), transparent 16%),
    repeating-radial-gradient(circle at 18% 42%, rgba(255,255,255,.035) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.hero-vocalist {
  position: absolute;
  display: block;
  line-height: 0;
  z-index: 1;
  right: 0;
  top: 0;
  width: min(54.55vw, 912px);
  max-width: none;
  height: auto;
  filter: saturate(1.06) contrast(1.02);
}
.hero-vocalist img { width: 100%; height: auto; }

.hero-live-inset {
  position: absolute;
  z-index: 2;
  left: 35.75%;
  top: 0;
  width: 22.5%;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  opacity: .88;
}
.hero-live-inset img { width: 100%; height: auto; }

.hero-arcs {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: .82;
  pointer-events: none;
}
.hero-arcs path {
  fill: none;
  stroke: rgba(240, 189, 103, .56);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
}
.hero-arcs .arc-right { stroke: rgba(240, 189, 103, .82); }

.hero-shell {
  position: relative;
  z-index: 4;
  width: min(1672px, 100vw);
  min-height: 100svh;
  margin: 0 auto;
}

.hero-brand {
  position: absolute;
  left: 7.25%;
  top: 6.2%;
  width: 22%;
  text-align: center;
  text-transform: uppercase;
}
.brand-monogram {
  position: relative;
  display: inline-block;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3vw, 54px);
  line-height: .78;
  letter-spacing: -.1em;
}
.brand-monogram::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.brand-monogram span { margin-left: -5px; }
.brand-name {
  margin-top: 16px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.62vw, 29px);
  line-height: 1;
  letter-spacing: .34em;
}
.brand-line {
  margin-top: 10px;
  color: var(--paper);
  font-size: clamp(10px, .78vw, 13px);
  font-weight: 900;
  letter-spacing: .23em;
}

.hero-copy {
  position: absolute;
  left: 7.3%;
  top: 24.7%;
  width: 36.5%;
}
.hero h1 {
  margin: 0;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 6.25vw, 104px);
  font-weight: 500;
  line-height: .85;
  letter-spacing: -.045em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, .45);
}
.hero h1 span,
.hero h1 em {
  display: block;
}
.hero h1 span {
  background: linear-gradient(180deg, #fffdf7 0%, #f7efe6 54%, #ded4c9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 em {
  background: linear-gradient(180deg, #f2c977 0%, #c88f44 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  font-weight: 500;
}
.hero-kicker {
  position: relative;
  max-width: 570px;
  margin: 22px 0 0;
  padding-left: 62px;
  color: var(--paper);
  font-size: clamp(14px, 1.28vw, 21px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero-kicker span { color: var(--gold-2); }
.hero-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 66px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .22s var(--ease), border-color .22s var(--ease), background .22s var(--ease);
}
.hero-button:hover { transform: translateY(-2px); }
.hero-button svg { width: 22px; height: 22px; flex: 0 0 auto; }
.hero-button-primary {
  width: 274px;
  color: #1d0d05;
  border: 1px solid rgba(255, 220, 152, .62);
  background: linear-gradient(180deg, #f3bf6c 0%, #d59345 100%);
  box-shadow: 0 20px 56px rgba(201, 147, 73, .2), inset 0 1px 0 rgba(255,255,255,.34);
}
.hero-button-primary svg { fill: currentColor; }
.hero-button-secondary {
  width: 264px;
  color: var(--paper);
  border: 1px solid rgba(201, 147, 73, .72);
  background: rgba(23, 12, 12, .42);
}
.hero-button-secondary svg {
  fill: none;
  stroke: var(--gold-2);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-bottom {
  position: absolute;
  left: 42.35%;
  right: 12.9%;
  bottom: 5.8%;
  display: grid;
  grid-template-columns: 272px minmax(420px, 1fr);
  align-items: end;
  gap: 16px;
}
.trust-block {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 248, 239, .66);
}
.trust-block p { margin: 0; color: rgba(255,248,239,.86); font-size: 16px; line-height: 1.43; }
.trust-block p:first-child {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.trust-rule {
  position: relative;
  height: 18px;
  margin: 6px 0 8px;
  border-bottom: 1px solid rgba(240, 189, 103, .62);
}
.trust-rule span,
.trust-rule::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: var(--gold-2);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.trust-rule span { left: 44%; }
.trust-rule::after { left: 53%; }
.trust-block p + p + p { margin-top: 12px; }

.brand-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid rgba(240, 189, 103, .72);
}
.brand-proof li {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 18px;
  border-right: 1px solid rgba(240, 189, 103, .72);
}
.logo-caption {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.08vw, 20px);
  line-height: 1;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.brand-proof img {
  display: block;
  object-fit: contain;
  opacity: .95;
}
.logo-mark-vw { width: 58px; }
.logo-mark-masterchef { width: 54px; }
.logo-mark-sympla { width: 92px; }
.logo-mark-alconpat { width: 92px; }

.testimonial-card {
  position: absolute;
  right: 2.8%;
  top: 61.5%;
  width: 342px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: start;
}
.testimonial-photo {
  overflow: hidden;
  border: 1px solid rgba(240, 189, 103, .7);
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.testimonial-photo img { width: 100%; height: auto; }
.testimonial-copy { padding-top: 18px; }
.testimonial-copy p { margin: 0; color: rgba(255,248,239,.9); font-size: 15px; line-height: 1.45; }
.testimonial-copy p + p { margin-top: 10px; }
.testimonial-label {
  position: relative;
  margin-bottom: 18px !important;
  color: var(--gold-2) !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.testimonial-label::before,
.testimonial-label::after {
  content: "";
  position: absolute;
  bottom: -11px;
  background: var(--gold-2);
}
.testimonial-label::before { left: 0; width: 8px; height: 8px; clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); }
.testimonial-label::after { left: 28px; width: 72px; height: 1px; bottom: -8px; }

.hero-status {
  position: absolute;
  left: 7.3%;
  bottom: 2.2%;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 248, 239, .72);
  font-size: 13px;
}
.hero-status:empty { display: none; }

@media (max-width: 1280px) {
  .hero h1 { font-size: clamp(68px, 7.2vw, 96px); }
  .hero-copy { width: 43%; }
  .hero-bottom { left: 7.3%; right: 7.3%; grid-template-columns: 260px 1fr; bottom: 4.5%; }
  .testimonial-card { transform: scale(.9); transform-origin: top right; }
}

@media (max-width: 860px) {
  .hero { min-height: 920px; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(58,7,16,.98) 0%, rgba(58,7,16,.9) 46%, rgba(12,7,6,.82) 100%),
      radial-gradient(circle at 24% 30%, rgba(126,6,24,.48), transparent 28%);
  }
  .hero-vocalist {
    width: 120vw;
    right: -48vw;
    top: 318px;
    opacity: .56;
  }
  .hero-live-inset,
  .hero-arcs { display: none; }
  .hero-shell { width: 100%; min-height: 920px; padding: 0 14px; }
  .hero-brand {
    left: 14px;
    top: 20px;
    width: calc(100% - 28px);
    text-align: left;
  }
  .brand-monogram { font-size: 34px; vertical-align: middle; }
  .brand-name { display: inline-block; margin: 0 0 0 16px; font-size: 19px; letter-spacing: .22em; vertical-align: middle; }
  .brand-line { margin-top: 7px; padding-left: 58px; font-size: 9px; letter-spacing: .18em; }
  .hero-copy {
    left: 14px;
    top: 150px;
    width: calc(100% - 28px);
  }
  .hero h1 {
    max-width: 370px;
    font-size: clamp(58px, 16vw, 76px);
    line-height: .9;
  }
  .hero-kicker {
    max-width: 100%;
    margin-top: 24px;
    padding-left: 42px;
    font-size: 10px;
    letter-spacing: .13em;
    line-height: 1.55;
  }
  .hero-kicker span { color: var(--gold-2); }
.hero-kicker::before { width: 28px; }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 360px;
    margin-top: 28px;
  }
  .hero-button,
  .hero-button-primary,
  .hero-button-secondary {
    width: 100%;
    min-height: 58px;
    font-size: 12px;
  }
  .hero-bottom {
    left: 14px;
    right: 14px;
    bottom: 28px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .trust-block { padding-left: 18px; }
  .trust-block p { font-size: 14px; }
  .brand-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(240,189,103,.58);
  }
  .brand-proof li { min-height: 70px; padding: 8px 18px; }
  .brand-proof img { max-width: 104px; max-height: 48px; }
  .testimonial-card {
    display: none;
  }
  .hero-status {
    left: 14px;
    right: 14px;
    bottom: 8px;
    font-size: 12px;
  }
}

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








/* Prova ao vivo - reconstrucao nativa */
#prova-ao-vivo.live-proof {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: clip;
  isolation: isolate;
  color: var(--paper);
  background-color: #0d0b0b;
  background-image: url("./assets/prova/prova-bg-t2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#prova-ao-vivo.live-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 5, 5, .03), rgba(7, 5, 5, .08) 56%, rgba(7, 5, 5, .24)),
    radial-gradient(ellipse at 52% 44%, transparent 46%, rgba(4, 3, 3, .18) 100%);
}

.live-proof__canvas {
  position: relative;
  z-index: 1;
  width: min(100vw, 177.683svh);
  aspect-ratio: 1672 / 941;
  container-type: inline-size;
}

.live-proof__monogram {
  position: absolute;
  z-index: 5;
  left: 3.55%;
  top: 5.1%;
  width: clamp(34px, 3.05cqw, 78px);
  height: auto;
  opacity: .9;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .32));
}


.live-proof__player {
  position: absolute;
  z-index: 2;
  left: 6.9%;
  top: 12.3%;
  width: 52.85%;
  aspect-ratio: 882 / 548;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 15.33%;
  overflow: hidden;
  border: 1px solid rgba(240, 189, 103, .76);
  border-radius: clamp(6px, .48cqw, 10px);
  background: #090808;
  box-shadow: 0 2.2cqw 5.4cqw rgba(3, 0, 1, .44);
}

.live-proof__player:focus-visible {
  outline: 3px solid var(--gold-2);
  outline-offset: 5px;
}

#prova-ao-vivo:not(.is-live-ready) .live-proof__player {
  grid-template-rows: minmax(0, 1fr);
}

#prova-ao-vivo:not(.is-live-ready) .live-proof__controls,
#prova-ao-vivo:not(.is-live-ready) .live-proof__hero-play {
  display: none;
}

.live-proof__media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #130d0c;
}

.live-proof__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 7, 7, .02) 48%, rgba(8, 7, 7, .42) 100%),
    radial-gradient(circle at 70% 20%, rgba(236, 186, 101, .08), transparent 36%);
}

.live-proof__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #100b0a;
  filter: saturate(.78) contrast(1.1) brightness(.74) sepia(.14);
}

.live-proof__hero-play {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: clamp(62px, 5.1cqw, 112px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 248, 239, .9);
  border-radius: 50%;
  color: #fffaf3;
  background: rgba(17, 10, 9, .2);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .24);
  backdrop-filter: blur(3px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity .22s var(--ease), transform .22s var(--ease), background-color .22s var(--ease);
}

.live-proof__hero-play:hover {
  background: rgba(91, 13, 25, .52);
  transform: translate(-50%, -50%) scale(1.04);
}

.live-proof__hero-play:active {
  transform: translate(-50%, -50%) scale(.98);
}

.live-proof__hero-play svg {
  width: 34%;
  height: 34%;
  margin-left: 5%;
  fill: currentColor;
}

.live-proof__player.is-playing .live-proof__hero-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.92);
}

.live-proof__controls {
  position: relative;
  z-index: 4;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(44px, 4.2cqw) minmax(44px, 4.2cqw) minmax(70px, 1fr) auto minmax(44px, 4.2cqw);
  align-items: center;
  gap: clamp(4px, .55cqw, 14px);
  padding-inline: clamp(8px, 1.15cqw, 28px);
  color: rgba(255, 248, 239, .92);
  background: linear-gradient(180deg, #11100f, #090808);
  border-top: 1px solid rgba(240, 189, 103, .16);
}

.live-proof__control {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: color .2s var(--ease), background-color .2s var(--ease), transform .2s var(--ease);
}

.live-proof__control[hidden] {
  display: none;
}

.live-proof__control:hover {
  color: var(--gold-2);
  background: rgba(255, 248, 239, .06);
}

.live-proof__control:active {
  transform: translateY(1px) scale(.97);
}

.live-proof__control svg {
  width: clamp(18px, 1.55cqw, 30px);
  height: clamp(18px, 1.55cqw, 30px);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.live-proof__control--fullscreen svg {
  fill: none;
  stroke-width: 1.7;
}

.live-proof__icon-pause,
.live-proof__icon-muted,
.live-proof__player.is-playing .live-proof__icon-play,
.live-proof__player.is-muted .live-proof__icon-sound {
  display: none;
}

.live-proof__player.is-playing .live-proof__icon-pause,
.live-proof__player.is-muted .live-proof__icon-muted {
  display: block;
}

.live-proof__progress-wrap {
  min-width: 0;
  display: flex;
  align-items: center;
}

.live-proof__progress {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  margin: 0;
  accent-color: #d8423b;
  cursor: pointer;
  background: transparent;
}

.live-proof__progress:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.live-proof__progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8423b var(--live-progress, 0%), rgba(255, 248, 239, .34) var(--live-progress, 0%));
}

.live-proof__progress::-webkit-slider-thumb {
  width: 13px;
  height: 13px;
  margin-top: -5px;
  border: 0;
  border-radius: 50%;
  appearance: none;
  background: #e5544d;
  box-shadow: 0 0 0 3px rgba(229, 84, 77, .16);
}

.live-proof__progress::-moz-range-track {
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 239, .34);
}

.live-proof__progress::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: #d8423b;
}

.live-proof__progress::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  background: #e5544d;
  box-shadow: 0 0 0 3px rgba(229, 84, 77, .16);
}

.live-proof__time {
  min-width: 7.5ch;
  color: rgba(255, 248, 239, .58);
  font-size: clamp(10px, .68cqw, 15px);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.live-proof__status {
  position: absolute;
  z-index: 6;
  left: 2%;
  bottom: 17.5%;
  max-width: min(75%, 560px);
  margin: 0;
  padding: 8px 11px;
  border: 1px solid rgba(201, 147, 73, .38);
  border-radius: 5px;
  color: rgba(255, 248, 239, .9);
  background: rgba(8, 7, 7, .8);
  font-size: clamp(11px, .72cqw, 15px);
  line-height: 1.35;
  backdrop-filter: blur(5px);
}

.live-proof__status:empty {
  display: none;
}

.live-proof__error {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 24px;
  text-align: center;
  color: var(--paper);
  background: rgba(9, 8, 8, .9);
}

.live-proof__error[hidden] {
  display: none;
}

.live-proof__error strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(21px, 2cqw, 42px);
  font-weight: 600;
}

.live-proof__error span {
  color: var(--paper-soft);
  font-size: clamp(13px, .9cqw, 18px);
}

.live-proof__error a {
  color: var(--gold-2);
  text-underline-offset: 3px;
}

.live-proof__copy {
  position: absolute;
  z-index: 3;
  left: 63.55%;
  top: 12.8%;
  width: 31.7%;
}

.live-proof__eyebrow {
  display: flex;
  align-items: center;
  gap: 1.05cqw;
  margin: 0 0 1.45cqw;
  color: var(--gold-2);
  font-size: clamp(11px, .84cqw, 22px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.live-proof__eyebrow::after {
  content: "";
  width: 3.5cqw;
  height: 1px;
  background: rgba(240, 189, 103, .84);
}

.live-proof__copy h2 {
  margin: 0;
  color: #fffaf3;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(60px, 5.05cqw, 130px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.live-proof__copy h2 em {
  color: #e9cfae;
  font-weight: 500;
  font-style: normal;
}

.live-proof__copy h2::after {
  content: "";
  display: block;
  width: 9.21cqw;
  height: 8px;
  margin-top: 1.65cqw;
  background:
    linear-gradient(rgba(240, 189, 103, .72), rgba(240, 189, 103, .72)) left center / calc(100% - 8px) 1px no-repeat,
    linear-gradient(45deg, transparent 32%, #d9a653 33% 66%, transparent 67%) right center / 8px 8px no-repeat;
}

.live-proof__copy > p:not(.live-proof__eyebrow) {
  margin: 1.15cqw 0 0;
  color: rgba(255, 248, 239, .88);
  font-size: clamp(18px, 1.44cqw, 37px);
  font-weight: 400;
  line-height: 1.22;
  text-wrap: pretty;
}

.live-proof__cta {
  display: inline-flex;
  align-items: center;
  gap: .75cqw;
  margin-top: 1.55cqw;
  padding: 0 0 .65cqw;
  border: 0;
  border-bottom: 1px solid rgba(222, 66, 56, .72);
  color: #e34b42;
  background: transparent;
  font: inherit;
  font-size: clamp(12px, .84cqw, 22px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .29em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
}

.live-proof__cta:hover {
  color: #ff6a5f;
  border-color: #ff6a5f;
  transform: translateX(3px);
}

.live-proof__cta:active {
  transform: translateX(3px) translateY(1px);
}

.live-proof__cta svg {
  width: clamp(17px, 1.2cqw, 28px);
  height: clamp(17px, 1.2cqw, 28px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.live-proof__clips {
  position: absolute;
  z-index: 4;
  left: 40.05%;
  right: 6.65%;
  top: 60.45%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.615cqw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.live-proof__clips > li {
  min-width: 0;
  display: grid;
}

.live-proof__clip {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 280 / 297;
  display: block;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  clip-path: none;
  color: var(--paper);
  background: transparent;
  filter: drop-shadow(0 1.45cqw 2.2cqw rgba(2, 0, 1, .38));
  font: inherit;
  text-align: left;
  cursor: pointer;
  transform: translateY(0);
  transition: transform .22s var(--ease), filter .22s var(--ease);
}

.live-proof__clip:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 1.75cqw 2.7cqw rgba(2, 0, 1, .52)) drop-shadow(0 0 .45cqw rgba(210, 148, 65, .13));
}

.live-proof__clip:active {
  transform: translateY(-1px) scale(.99);
}

.live-proof__clip.is-active {
  filter: drop-shadow(0 1.75cqw 2.7cqw rgba(2, 0, 1, .54)) drop-shadow(0 0 .55cqw rgba(216, 157, 73, .18));
}

.live-proof__clip-content {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  clip-path: polygon(1.5% .45%, 91.25% .45%, 93.15% 2.1%, 99.45% 97.9%, 98.15% 99.5%, 8.65% 99.5%, 6.85% 97.9%, .55% 2.1%);
  background: transparent;
}

.live-proof__clip-frame {
  position: absolute;
  z-index: 10;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.live-proof__clip-frame path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: opacity .22s var(--ease), filter .22s var(--ease);
}

.live-proof__clip-frame-shadow {
  stroke: rgba(54, 33, 19, .64);
  stroke-width: 1.7;
  opacity: .5;
}

.live-proof__clip-frame-glow {
  stroke: rgba(219, 167, 88, .34);
  stroke-width: 1.25;
  opacity: .12;
  filter: drop-shadow(0 0 .8px rgba(226, 174, 92, .18));
}

.live-proof__clip-frame-line {
  stroke-width: .78;
  opacity: 1;
  shape-rendering: geometricPrecision;
  filter: drop-shadow(0 0 .7px rgba(231, 181, 101, .22));
}

.live-proof__clip:hover .live-proof__clip-frame-glow,
.live-proof__clip.is-active .live-proof__clip-frame-glow {
  opacity: .2;
  filter: drop-shadow(0 0 1.2px rgba(229, 177, 92, .24));
}

.live-proof__clip:hover .live-proof__clip-frame-line,
.live-proof__clip.is-active .live-proof__clip-frame-line {
  opacity: 1;
  filter: drop-shadow(0 0 1px rgba(239, 191, 107, .24));
}
.live-proof__clip-media {
  position: absolute;
  z-index: 1;
  inset: 0;
  min-width: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
  background: #15100c;
}

.live-proof__clip-media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 7, 7, 0) 54%, rgba(8, 7, 7, .26) 100%),
    radial-gradient(circle at 42% 18%, rgba(240, 189, 103, .07), transparent 38%);
}

.live-proof__clip-media picture {
  position: absolute;
  inset: 0;
  display: block;
}

.live-proof__clip-media img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.04) brightness(.88) sepia(.08);
  transform: scale(1.005);
  transform-origin: center;
  transition: transform .28s var(--ease), filter .28s var(--ease);
}

.live-proof__clip--samba .live-proof__clip-media img {
  object-position: 49% center;
}

.live-proof__clip--forro .live-proof__clip-media img {
  object-position: center;
}

.live-proof__clip--brasilidade .live-proof__clip-media img {
  object-position: center;
}

.live-proof__clip:hover .live-proof__clip-media img {
  filter: saturate(.98) contrast(1.04) brightness(.94) sepia(.05);
  transform: scale(1.012);
}

.live-proof__clip-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 41.5%;
  width: clamp(40px, 3.3cqw, 70px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 239, .9);
  border-radius: 50%;
  color: rgba(255, 248, 239, .96);
  background: rgba(9, 8, 8, .2);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(2px);
  transition: color .22s var(--ease), background-color .22s var(--ease), transform .22s var(--ease);
}

.live-proof__clip:hover .live-proof__clip-play,
.live-proof__clip.is-active .live-proof__clip-play {
  color: #1b0c08;
  background: rgba(240, 189, 103, .94);
  transform: translate(-50%, -50%) scale(1.04);
}

.live-proof__clip-play svg {
  width: 40%;
  height: 40%;
  margin-left: 5%;
  fill: currentColor;
}

.live-proof__clip-label {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 23.5%;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: max-content minmax(18px, 1fr);
  align-items: center;
  gap: clamp(9px, .72cqw, 16px);
  min-height: 54px;
  padding: 5% 9% 5% 11%;
  color: rgba(255, 248, 239, .94);
  background:
    radial-gradient(circle at 8% 0, rgba(120, 43, 35, .21), transparent 46%),
    linear-gradient(96deg, rgba(63, 22, 20, .2), transparent 42%),
    linear-gradient(180deg, rgba(18, 13, 12, .97), #080707);
  box-shadow:
    inset 0 1px 0 rgba(232, 183, 98, .17),
    inset 0 12px 22px rgba(64, 19, 18, .08);
}

.live-proof__clip-title {
  min-width: 0;
  display: block;
  color: #f6e8d6;
  font-family: "Oswald", Arial Narrow, sans-serif;
  font-size: clamp(16px, 1.35cqw, 30px);
  font-weight: 520;
  line-height: .92;
  letter-spacing: .1em;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
  transition: color .22s var(--ease), transform .22s var(--ease), text-shadow .22s var(--ease);
}

.live-proof__clip-title--long {
  font-size: clamp(13px, 1.16cqw, 26px);
  letter-spacing: .06em;
}

.live-proof__clip-stroke {
  position: relative;
  min-width: 18px;
  height: 12px;
  display: block;
  transform: rotate(-1.2deg);
  transform-origin: left center;
  transition: filter .22s var(--ease), transform .22s var(--ease);
}

.live-proof__clip-stroke::before {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  top: 4px;
  height: 3px;
  clip-path: polygon(0 14%, 90% 0, 100% 45%, 93% 72%, 0 100%);
  background: linear-gradient(90deg, #d69b43 0%, #f3c368 50%, #e5aa4e 80%, transparent 100%);
  box-shadow:
    0 1px 0 rgba(96, 44, 22, .32),
    0 0 9px rgba(226, 165, 74, .22);
}

.live-proof__clip-stroke::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 4px;
  width: 2.4px;
  height: 2.4px;
  border-radius: 50%;
  background: rgba(246, 198, 105, .9);
  box-shadow:
    5px -2px 0 -0.2px rgba(235, 174, 79, .76),
    9px 1px 0 -0.35px rgba(235, 174, 79, .58),
    13px -1px 0 -0.55px rgba(235, 174, 79, .44);
}

.live-proof__clip:hover .live-proof__clip-title {
  color: #fffaf3;
  text-shadow: 0 2px 16px rgba(229, 166, 76, .14);
  transform: translateX(1px);
}

.live-proof__clip:hover .live-proof__clip-stroke,
.live-proof__clip.is-active .live-proof__clip-stroke {
  filter: brightness(1.12) saturate(1.08);
  transform: translateX(2px) rotate(-1.2deg) scaleX(1.025);
}

.live-proof__clip.is-active .live-proof__clip-title {
  color: #f0bd67;
  text-shadow: 0 2px 16px rgba(229, 166, 76, .18);
}

.live-proof__clip.is-active .live-proof__clip-label {
  box-shadow:
    inset 3px 0 0 rgba(218, 75, 61, .88),
    inset 0 1px 0 rgba(240, 189, 103, .22);
}

.live-proof__player:fullscreen,
.live-proof__player:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: #000;
  grid-template-rows: minmax(0, 1fr) 76px;
}

@supports not (overflow: clip) {
  #prova-ao-vivo.live-proof {
    overflow: hidden;
  }
}

@media (max-width: 1099px) {
  #prova-ao-vivo.live-proof {
    min-height: auto;
    display: block;
    padding: clamp(74px, 10vw, 112px) 0 clamp(88px, 12vw, 132px);
    background-position: left center;
  }

  .live-proof__canvas {
    width: min(900px, calc(100% - 32px));
    aspect-ratio: auto;
    display: grid;
    gap: clamp(24px, 4vw, 40px);
    margin-inline: auto;
  }

  .live-proof__monogram {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(42px, 6vw, 58px);
    margin-bottom: -8px;
  }


  .live-proof__copy,
  .live-proof__player,
  .live-proof__clips {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .live-proof__copy {
    order: 1;
    max-width: 720px;
  }

  .live-proof__player {
    order: 2;
    aspect-ratio: 882 / 548;
    border-radius: 8px;
  }

  .live-proof__clips {
    order: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2.5vw, 22px);
  }

  .live-proof__eyebrow {
    gap: 16px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .live-proof__eyebrow::after {
    width: 56px;
  }

  .live-proof__copy h2 {
    font-size: clamp(58px, 9vw, 86px);
  }

  .live-proof__copy h2::after {
    width: clamp(130px, 20vw, 178px);
    margin-top: 20px;
  }

  .live-proof__copy > p:not(.live-proof__eyebrow) {
    margin-top: 15px;
    font-size: clamp(20px, 3vw, 27px);
  }

  .live-proof__cta {
    gap: 12px;
    margin-top: 22px;
    padding-bottom: 9px;
    font-size: 13px;
  }

  .live-proof__cta svg {
    width: 20px;
    height: 20px;
  }

  .live-proof__controls {
    grid-template-columns: 48px 48px minmax(90px, 1fr) auto 48px;
    gap: 8px;
    padding-inline: 12px;
  }

  .live-proof__control svg {
    width: 22px;
    height: 22px;
  }

  .live-proof__time {
    font-size: 11px;
  }

  .live-proof__clip {
    display: block;
  }

  .live-proof__clip-label {
    min-height: 62px;
  }

  .live-proof__clip-play {
    width: 54px;
  }

  .live-proof__status {
    bottom: 17%;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #prova-ao-vivo.live-proof {
    padding: clamp(58px, 14vw, 82px) 0 clamp(70px, 18vw, 98px);
    background-image: url("./assets/prova/prova-bg-clean-mobile.webp");
    background-position: center top;
  }

  #prova-ao-vivo.live-proof::before {
    background: linear-gradient(180deg, rgba(7, 5, 5, .02), rgba(7, 5, 5, .18));
  }

  .live-proof__canvas {
    width: calc(100% - 28px);
    gap: 24px;
  }

  .live-proof__monogram {
    width: 42px;
    margin-bottom: 0;
  }


  .live-proof__copy h2 {
    font-size: clamp(44px, 12.8vw, 58px);
    line-height: .94;
  }

  .live-proof__copy h2::after {
    width: 128px;
    margin-top: 18px;
  }

  .live-proof__copy > p:not(.live-proof__eyebrow) {
    margin-top: 14px;
    font-size: clamp(18px, 5vw, 20px);
  }

  .live-proof__cta {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: .25em;
  }

  .live-proof__player {
    min-height: 0;
    aspect-ratio: 882 / 590;
  }

  .live-proof__hero-play {
    width: 66px;
  }

  .live-proof__controls {
    grid-template-columns: 44px 44px minmax(64px, 1fr) auto 44px;
    gap: 3px;
    padding-inline: 6px;
  }

  .live-proof__time {
    min-width: 6.5ch;
    font-size: 10px;
  }

  .live-proof__clips {
    width: calc(100vw - 14px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 310px);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(240, 189, 103, .5) transparent;
    padding: 2px 14px 12px 0;
  }

  .live-proof__clips > li {
    scroll-snap-align: start;
  }

  .live-proof__clip {
    aspect-ratio: 280 / 297;
    display: block;
  }

  .live-proof__clip-label {
    min-height: 62px;
  }

  .live-proof__status {
    left: 10px;
    bottom: 18%;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 440px) {
  .live-proof__controls {
    grid-template-columns: 44px 44px minmax(58px, 1fr) 44px;
  }

  .live-proof__time {
    display: none;
  }

  .live-proof__clips {
    grid-auto-columns: min(80vw, 304px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-proof__hero-play,
  .live-proof__clip,
  .live-proof__clip-media img,
  .live-proof__clip-play,
  .live-proof__cta,
  .live-proof__control {
    transition-duration: .01ms;
  }

  .live-proof__clip:hover {
    transform: none;
  }

  .live-proof__cta:hover {
    transform: none;
  }
}
/* Hero V4 reconstruido com assets separados corrigidos */
#hero.hero-v4 {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #0d0806;
}

#hero.hero-v4::before,
#hero.hero-v4::after {
  content: none;
}

.hero2-stage,
.hero2-bg,
.hero2-texture,
.hero2-arcs {
  position: absolute;
  inset: 0;
}

.hero2-stage {
  z-index: 0;
  width: 100vw;
  min-height: 100svh;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero2-bg,
.hero2-texture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero2-bg {
  z-index: 0;
}

.hero2-texture {
  z-index: 1;
  opacity: .22;
  mix-blend-mode: screen;
}

.hero2-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(54, 5, 13, .16) 0%, rgba(19, 8, 7, .1) 36%, rgba(9, 6, 5, .05) 100%),
    radial-gradient(circle at 86% 7%, rgba(255, 171, 58, .22), transparent 23%),
    linear-gradient(180deg, rgba(0,0,0,0) 72%, rgba(6,5,4,.14) 100%);
  pointer-events: none;
}

.hero2-top-photo {
  position: absolute;
  z-index: 3;
  left: 35.83%;
  top: 0;
  width: 21.35%;
  height: auto;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .38);
}

.hero2-singer {
  position: absolute;
  z-index: 4;
  left: 49.1%;
  top: -4.2%;
  width: 47.9%;
  height: auto;
  max-width: none;
  filter: saturate(1.08) contrast(1.04) drop-shadow(-18px 24px 55px rgba(0,0,0,.34));
}

.hero2-arcs {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: .74;
  pointer-events: none;
}

.hero2-arcs path {
  fill: none;
  stroke: rgba(242, 190, 93, .72);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.hero2-shell {
  position: relative;
  z-index: 6;
  width: 100vw;
  min-height: 100svh;
  margin: 0 auto;
}

.hero2-brand {
  position: absolute;
  left: 8.9%;
  top: 6.3%;
  width: 18.3%;
}

.hero2-brand img {
  width: 100%;
  height: auto;
}

.hero2-copy {
  position: absolute;
  left: 7.25%;
  top: 24.8%;
  width: 33.5%;
}

.hero-v4 h1 {
  margin: 0;
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  font-size: clamp(78px, 6.3vw, 105px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.045em;
  text-shadow: 0 15px 42px rgba(0,0,0,.48);
}

.hero-v4 h1 span,
.hero-v4 h1 em {
  display: block;
}

.hero-v4 h1 span {
  color: #fff8ef;
  background: linear-gradient(180deg, #fffdf7 0%, #efe8dc 49%, #d8cec3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-v4 h1 em {
  color: #d39a4b;
  background: linear-gradient(180deg, #f7c46d 0%, #bd7b34 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
  font-weight: 500;
}

.hero2-kicker {
  position: relative;
  margin: 28px 0 0;
  padding-left: 62px;
  color: rgba(255,248,239,.94);
  font-size: clamp(16px, 1.33vw, 22px);
  font-weight: 850;
  line-height: 1.46;
  letter-spacing: .29em;
  text-transform: uppercase;
}

.hero2-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 43px;
  height: 1px;
  background: rgba(232, 170, 69, .86);
}

.hero2-kicker::first-line {
  color: #e2b14f;
}

.hero2-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 43px;
}

.hero2-button {
  min-height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s var(--ease), filter .2s var(--ease);
}

.hero2-button:hover {
  transform: translateY(-2px);
}

.hero2-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.hero2-button-primary {
  width: 274px;
  color: #1a0b05;
  border: 1px solid rgba(255, 224, 156, .7);
  background: linear-gradient(180deg, #f2bd66 0%, #d69242 100%);
  box-shadow: 0 20px 56px rgba(222, 147, 54, .23), inset 0 1px 0 rgba(255,255,255,.34);
}

.hero2-button-primary svg {
  fill: currentColor;
}

.hero2-button-secondary {
  width: 263px;
  color: rgba(255,248,239,.96);
  border: 1px solid rgba(213, 151, 67, .78);
  background: rgba(16, 8, 7, .38);
}

.hero2-button-secondary svg {
  fill: none;
  stroke: #e7ae52;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero2-proof-row {
  position: absolute;
  left: 42.35%;
  right: 3.3%;
  bottom: 5.9%;
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  align-items: end;
  gap: 34px;
}

.hero2-trust {
  min-height: 155px;
  padding: 0 0 0 34px;
  border-left: 1px solid rgba(255,248,239,.66);
}

.hero2-trust p {
  margin: 0;
  color: rgba(255,248,239,.9);
  font-size: 16px;
  line-height: 1.36;
}

.hero2-trust p:first-child {
  color: #f0c55c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 7px 0 13px;
}

.hero2-trust-rule {
  position: relative;
  width: 210px;
  height: 15px;
  margin: 7px 0 8px;
  border-bottom: 1px solid rgba(240,197,92,.75);
}

.hero2-trust-rule::before,
.hero2-trust-rule::after,
.hero2-trust-rule span {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: #f0c55c;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.hero2-trust-rule::before { left: 103px; }
.hero2-trust-rule span { left: 110px; }
.hero2-trust-rule::after { left: 117px; }

.hero2-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  color: #e5aa4f;
}

.hero2-logos li {
  min-height: 104px;
  display: grid;
  grid-template-rows: 24px 1fr;
  place-items: center;
  border-left: 1px solid rgba(226, 176, 79, .72);
  padding: 0 17px;
}

.hero2-logos li:last-child {
  border-right: 1px solid rgba(226, 176, 79, .72);
}

.hero2-logos span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1;
  letter-spacing: -.03em;
  color: currentColor;
  white-space: nowrap;
}

.hero2-logos img {
  display: none;
}

.hero2-logos li::after {
  content: "";
  display: block;
  width: 70px;
  height: 48px;
  background: currentColor;
  -webkit-mask: var(--logo-mask) center / contain no-repeat;
  mask: var(--logo-mask) center / contain no-repeat;
}

.hero2-logos li:nth-child(3)::after {
  width: 92px;
}

.hero2-logos li:nth-child(4)::after {
  width: 66px;
  height: 54px;
}

.hero2-testimonial {
  position: absolute;
  right: 2.65%;
  top: 61.5%;
  width: 350px;
  display: grid;
  grid-template-columns: 188px 1fr;
  gap: 21px;
  align-items: start;
}

.hero2-testimonial > img {
  width: 188px;
  height: 159px;
  object-fit: cover;
  border: 1px solid rgba(226, 176, 79, .84);
  border-radius: 5px;
  box-shadow: 0 22px 64px rgba(0,0,0,.42);
}

.hero2-testimonial p {
  margin: 0;
  color: rgba(255,248,239,.91);
  font-size: 15px;
  line-height: 1.46;
}

.hero2-testimonial p:first-child {
  position: relative;
  margin: 19px 0 25px;
  color: #f0c55c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero2-testimonial p:first-child::before,
.hero2-testimonial p:first-child::after {
  content: "";
  position: absolute;
  bottom: -12px;
  background: #f0c55c;
}

.hero2-testimonial p:first-child::before {
  left: 0;
  width: 9px;
  height: 9px;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.hero2-testimonial p:first-child::after {
  left: 28px;
  bottom: -8px;
  width: 66px;
  height: 1px;
}

.hero2-testimonial p + p + p {
  margin-top: 12px;
}

.hero2-status {
  position: absolute;
  left: 7.25%;
  bottom: 2.2%;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 248, 239, .72);
  font-size: 13px;
}

.hero2-status:empty {
  display: none;
}

@media (max-width: 1280px) {
  .hero2-copy { width: 39%; }
  .hero-v4 h1 { font-size: clamp(70px, 7vw, 94px); }
  .hero2-proof-row { left: 7.25%; right: 7.25%; grid-template-columns: 255px minmax(0, 1fr); }
  .hero2-testimonial { transform: scale(.88); transform-origin: top right; }
}

@media (max-width: 860px) {
  #hero.hero-v4 { min-height: 920px; }
  .hero2-stage,
  .hero2-shell { width: 100%; min-height: 920px; }
  .hero2-bg { object-position: 40% center; }
  .hero2-texture { opacity: .18; }
  .hero2-top-photo { left: auto; right: 14px; top: 22px; width: 42%; border-radius: 6px; opacity: .72; }
  .hero2-singer { left: 32%; top: 285px; width: 95%; opacity: .55; }
  .hero2-arcs { opacity: .42; }
  .hero2-brand { left: 14px; top: 22px; width: 215px; }
  .hero2-copy { left: 14px; top: 150px; width: calc(100% - 28px); }
  .hero-v4 h1 { max-width: 370px; font-size: clamp(55px, 15vw, 73px); line-height: .9; }
  .hero2-kicker { max-width: 360px; margin-top: 24px; padding-left: 42px; font-size: 10px; letter-spacing: .14em; line-height: 1.55; }
  .hero2-kicker::before { width: 28px; }
  .hero2-actions { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 360px; margin-top: 28px; }
  .hero2-button,
  .hero2-button-primary,
  .hero2-button-secondary { width: 100%; min-height: 58px; font-size: 12px; }
  .hero2-proof-row { left: 14px; right: 14px; bottom: 30px; grid-template-columns: 1fr; gap: 20px; }
  .hero2-trust { min-height: 0; padding-left: 18px; }
  .hero2-trust p { font-size: 14px; }
  .hero2-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(226,176,79,.68); }
  .hero2-logos li { min-height: 76px; border-bottom: 1px solid rgba(226,176,79,.32); }
  .hero2-testimonial { display: none; }
  .hero2-status { left: 14px; right: 14px; bottom: 8px; font-size: 12px; }
}

/* Ajustes de fidelidade do Hero V4 com assets corrigidos */
.hero2-singer {
  left: 41.4%;
  top: -4.2%;
  width: 47.9%;
}

.hero2-copy {
  width: 38%;
}

.hero2-kicker {
  max-width: 620px;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: .19em;
}

.hero2-actions {
  margin-top: 43px;
}

.hero2-proof-row {
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 5px;
}

.hero2-trust {
  min-height: 155px;
}

.hero2-trust p {
  font-size: 15.5px;
  line-height: 1.38;
}

.hero2-logos img {
  display: block;
  width: 70px;
  max-height: 54px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(73%) sepia(56%) saturate(498%) hue-rotate(355deg) brightness(93%) contrast(92%);
}

.hero2-logos li::after {
  content: none;
}

.hero2-logos li:nth-child(3) img {
  width: 92px;
}

.hero2-logos li:nth-child(4) img {
  width: 68px;
  max-height: 58px;
}

/* Ajustes finos de tipografia e logos do Hero */
.hero2-kicker {
  font-weight: 600;
  letter-spacing: .18em;
}

.hero2-button {
  font-weight: 700;
  letter-spacing: .13em;
}

.hero2-logos img {
  display: block;
  object-fit: contain;
  filter: none;
  opacity: .96;
}

.hero2-logos li:nth-child(1) img { width: 58px; max-height: 58px; }
.hero2-logos li:nth-child(2) img { width: 54px; max-height: 54px; }
.hero2-logos li:nth-child(3) img { width: 92px; max-height: 48px; }
.hero2-logos li:nth-child(4) img { width: 70px; max-height: 58px; }

/* Rodada de fidelidade: Hero com assets separados corrigidos */
.hero2-arcs {
  z-index: 3;
  opacity: .52;
}

.hero2-top-photo {
  z-index: 4;
}

.hero2-singer {
  z-index: 5;
}

.hero2-brand {
  top: 6.1%;
  width: 18.1%;
}

.hero2-copy {
  top: 24.05%;
}

.hero2-kicker {
  font-weight: 500;
  letter-spacing: .17em;
}

.hero2-button {
  font-weight: 620;
  letter-spacing: .12em;
}

.hero2-proof-row {
  bottom: 4.1%;
}

.hero2-logos .alconpat-mark {
  display: block;
  width: 72px;
  max-height: 58px;
  color: #d79b4c;
  fill: currentColor;
  opacity: .97;
}
/* Calibracao final da serif editorial do Hero */
.hero-v4 h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
/* Hero V4 full-bleed: 1672px e regua visual, nao limite da tela. */
html,
body,
#main {
  width: 100%;
}

body,
#main {
  overflow-x: clip;
}

#hero.hero-v4 {
  width: 100vw;
  max-width: none;
  min-height: 100svh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #120806;
}

#hero.hero-v4::before {
  content: none;
}

.hero2-stage,
.hero2-shell {
  width: 100vw;
  max-width: none;
  min-height: 100svh;
  margin-left: 0;
  margin-right: 0;
}

.hero2-stage {
  left: 0;
  right: auto;
  overflow: hidden;
}

.hero2-bg,
.hero2-texture {
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: none;
  object-fit: cover;
}

.hero2-bg {
  opacity: 1;
}

.hero2-texture {
  opacity: .18;
}

.hero2-arcs path:nth-child(4) {
  display: none;
}

/* Acima da referencia, a composicao tambem acompanha a viewport. */
@media (min-width: 1673px) {
  #hero.hero-v4 {
    height: 100svh;
  }

  .hero2-stage,
  .hero2-shell {
    height: 100svh;
  }

  .hero2-brand {
    left: 8.9%;
    top: 5.8%;
    width: 18.1%;
  }

  .hero2-top-photo {
    left: 35.83%;
    top: 0;
    width: 21.35%;
  }

  .hero2-singer {
    left: 41.4%;
    top: -4.2%;
    width: 47.9%;
  }

  .hero2-copy {
    left: 7.25%;
    top: 21.4%;
    width: 38%;
  }

  .hero-v4 h1 {
    font-size: clamp(105px, 6.3vw, 145px);
    line-height: .88;
  }

  .hero2-kicker {
    margin-top: clamp(24px, 1.65vw, 38px);
    padding-left: clamp(62px, 3.7vw, 86px);
    font-size: clamp(20px, 1.2vw, 27px);
    line-height: 1.5;
    letter-spacing: .17em;
  }

  .hero2-kicker::before {
    width: clamp(43px, 2.6vw, 60px);
  }

  .hero2-actions {
    gap: clamp(18px, 1.1vw, 26px);
    margin-top: clamp(34px, 2.25vw, 50px);
  }

  .hero2-button {
    min-height: clamp(65px, 3.9vw, 90px);
    font-size: clamp(14px, .78vw, 18px);
    border-radius: clamp(7px, .42vw, 10px);
  }

  .hero2-button-primary {
    width: clamp(274px, 16.4vw, 376px);
  }

  .hero2-button-secondary {
    width: clamp(263px, 15.7vw, 360px);
  }

  .hero2-proof-row {
    left: 42.35%;
    right: 3.3%;
    bottom: 4.1%;
    grid-template-columns: clamp(286px, 17.1vw, 392px) minmax(0, 1fr);
  }

  .hero2-trust p {
    font-size: clamp(15.5px, .93vw, 21px);
  }

  .hero2-testimonial {
    right: 2.65%;
    top: 61.5%;
    width: clamp(350px, 20.9vw, 480px);
  }
}
/* Ajuste pedido: Playfair Display e subheadline alinhada ao inicio da linha final do H1. */
.hero-v4 h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero2-kicker {
  padding-left: 0;
}

.hero2-kicker::before {
  left: calc(-1 * clamp(43px, 2.6vw, 60px) - clamp(18px, 1.05vw, 24px));
  width: clamp(43px, 2.6vw, 60px);
}

@media (min-width: 1673px) {
  .hero2-kicker {
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .hero2-kicker {
    padding-left: 42px;
  }

  .hero2-kicker::before {
    left: 0;
    width: 28px;
  }
}

/* Ajuste pedido: calibragem 1920x1080 do bloco principal e confianca. */
.hero2-brand {
  top: 5.55%;
  filter: brightness(1.13) saturate(1.18) contrast(1.05);
}

.hero-v4 h1 span {
  background: linear-gradient(180deg, #fffdf8 0%, #fff3e8 48%, #e8ded2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-v4 h1 em {
  background: linear-gradient(180deg, #ffd37b 0%, #dfa653 45%, #c9853c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero2-copy {
  left: 7.25%;
  top: 23.6%;
  width: 38%;
}

.hero2-kicker {
  margin-top: clamp(24px, 1.65vw, 38px);
  padding-left: 0;
}

.hero2-kicker::before {
  left: calc(-1 * clamp(43px, 2.6vw, 60px) - clamp(18px, 1.05vw, 24px));
  width: clamp(43px, 2.6vw, 60px);
}

.hero2-actions {
  margin-top: clamp(34px, 2.25vw, 50px);
}

.hero2-trust p {
  font-size: 16.5px;
  line-height: 1.38;
}

.hero2-trust p:first-child {
  color: #ffd062;
  font-size: 13px;
}

.hero2-trust-rule {
  height: 0;
  margin: 13px 0 13px;
  border-bottom-color: rgba(255, 208, 98, .82);
}

.hero2-trust-rule::before,
.hero2-trust-rule::after,
.hero2-trust-rule span {
  bottom: -4px;
  background: #ffd062;
}

@media (min-width: 1673px) {
  .hero2-brand {
    top: 5.55%;
  }

  .hero2-copy {
    left: 7.25%;
    top: 23.0%;
    width: 38%;
  }

  .hero-v4 h1 {
    font-size: clamp(105px, 6.3vw, 145px);
    line-height: .88;
  }

  .hero2-kicker {
    margin-top: clamp(24px, 1.65vw, 38px);
    padding-left: 0;
    font-size: clamp(20px, 1.2vw, 27px);
    line-height: 1.5;
  }

  .hero2-actions {
    margin-top: clamp(34px, 2.25vw, 50px);
  }

  .hero2-trust p {
    font-size: clamp(16.5px, .96vw, 22px);
  }

  .hero2-trust p:first-child {
    font-size: clamp(13px, .74vw, 17px);
  }
}

@media (max-width: 860px) {
  .hero2-brand {
    top: 22px;
    filter: brightness(1.1) saturate(1.12) contrast(1.03);
  }

  .hero2-copy {
    left: 14px;
    top: 150px;
    width: calc(100% - 28px);
  }

  .hero2-kicker {
    padding-left: 42px;
  }

  .hero2-kicker::before {
    left: 0;
    width: 28px;
  }

  .hero2-trust p {
    font-size: 15px;
  }
}

/* Ajuste pedido: card de depoimento com borda dourada. */
.hero2-testimonial {
  right: 2.65%;
  top: 61.2%;
  width: clamp(390px, 20.9vw, 480px);
  min-height: clamp(176px, 9.8vw, 208px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(84px, 5vw, 104px);
  gap: clamp(16px, 1.1vw, 24px);
  align-items: center;
  padding: clamp(20px, 1.2vw, 26px) clamp(22px, 1.35vw, 30px) clamp(20px, 1.2vw, 26px) clamp(24px, 1.5vw, 34px);
  border: 1px solid rgba(207, 145, 55, .54);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(106, 13, 22, .18), transparent 36%),
    linear-gradient(135deg, rgba(25, 3, 5, .96) 0%, rgba(12, 3, 4, .94) 100%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 214, 129, .08);
}

.hero2-testimonial > img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: clamp(108px, 6.35vw, 132px);
  object-fit: cover;
  object-position: 54% center;
  border: 1px solid rgba(207, 145, 55, .52);
  border-radius: 5px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
  filter: saturate(1.02) contrast(1.04) sepia(.1);
}

.hero2-testimonial > div {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.hero2-testimonial p {
  margin: 0;
  color: rgba(255, 248, 239, .93);
}

.hero2-testimonial p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #e7b45d;
  font-size: clamp(11px, .63vw, 13px);
  font-weight: 760;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.hero2-testimonial p:first-child::before {
  content: none;
}

.hero2-testimonial p:first-child::after {
  content: "";
  position: static;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e7b45d;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

.hero2-testimonial p:nth-child(2) {
  max-width: 245px;
  color: #fff7ed;
  font-size: clamp(18px, 1.04vw, 22px);
  font-weight: 420;
  line-height: 1.35;
  letter-spacing: .005em;
}

.hero2-testimonial p:nth-child(3) {
  margin-top: 13px;
  color: rgba(255, 248, 239, .66);
  font-size: clamp(12.5px, .72vw, 15px);
  font-weight: 650;
  line-height: 1.35;
}

.hero2-testimonial p + p + p {
  margin-top: 13px;
}

@media (min-width: 1673px) {
  .hero2-testimonial {
    right: 2.65%;
    top: 61.2%;
    width: clamp(390px, 20.9vw, 480px);
  }
}

/* Ajuste pedido: depoimento glass sutil. */
.hero2-testimonial {
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(232, 177, 87, .18);
  background:
    radial-gradient(circle at 12% 0%, rgba(149, 32, 37, .12), transparent 42%),
    linear-gradient(135deg, rgba(22, 5, 6, .20) 0%, rgba(7, 2, 3, .08) 100%);
  -webkit-backdrop-filter: blur(9px) saturate(1.12);
  backdrop-filter: blur(9px) saturate(1.12);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 218, 142, .08);
}

.hero2-testimonial::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 217, 139, .055) 0%, rgba(255, 217, 139, 0) 40%),
    linear-gradient(90deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .02) 58%, rgba(0, 0, 0, .10) 100%);
  pointer-events: none;
}

.hero2-testimonial > img,
.hero2-testimonial > div {
  position: relative;
  z-index: 1;
}

.hero2-testimonial > img {
  opacity: .82;
  border-color: rgba(232, 177, 87, .24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
  filter: saturate(.94) contrast(1.01) sepia(.12);
}

.hero2-testimonial p:first-child {
  color: rgba(231, 180, 93, .88);
}

.hero2-testimonial p:first-child::after {
  background: rgba(231, 180, 93, .88);
}

.hero2-testimonial p:nth-child(2) {
  color: rgba(255, 248, 239, .93);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .58);
}

.hero2-testimonial p:nth-child(3) {
  color: rgba(255, 248, 239, .62);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .42);
}

/* Ajuste pedido: borda dourada fina do depoimento. */
.hero2-testimonial {
  border: 1px solid rgba(225, 162, 65, .56);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, .16),
    inset 0 0 0 1px rgba(255, 218, 142, .055),
    inset 0 1px 0 rgba(255, 230, 168, .10);
}

.hero2-testimonial > img {
  border-color: rgba(225, 162, 65, .44);
}
/* Ajuste pedido: depoimento notificacao delicada. */
.hero2-testimonial {
  width: clamp(360px, 19.4vw, 430px);
  min-height: clamp(136px, 7.6vw, 158px);
  grid-template-columns: minmax(0, 1fr) clamp(70px, 4.2vw, 88px);
  gap: clamp(12px, .8vw, 18px);
  padding: clamp(15px, .85vw, 19px) clamp(16px, 1vw, 22px) clamp(15px, .85vw, 19px) clamp(19px, 1.12vw, 25px);
  border-color: rgba(225, 162, 65, .34);
  border-width: 1px;
  border-radius: 7px;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, .13),
    inset 0 0 0 .5px rgba(255, 218, 142, .045),
    inset 0 1px 0 rgba(255, 230, 168, .07);
}

.hero2-testimonial > img {
  height: clamp(86px, 5.05vw, 106px);
  border-color: rgba(225, 162, 65, .30);
  border-radius: 4px;
}

.hero2-testimonial p:first-child {
  margin-bottom: 9px;
  font-size: clamp(10px, .56vw, 12px);
  letter-spacing: .30em;
}

.hero2-testimonial p:first-child::after {
  width: 7px;
  height: 7px;
}

.hero2-testimonial p:nth-child(2) {
  max-width: 230px;
  font-size: clamp(16px, .92vw, 19px);
  line-height: 1.32;
}

.hero2-testimonial p:nth-child(3),
.hero2-testimonial p + p + p {
  margin-top: 9px;
  font-size: clamp(11.5px, .66vw, 13.5px);
}

@media (min-width: 1673px) {
  .hero2-testimonial {
    width: clamp(360px, 19.4vw, 430px);
  }
}
/* Ajuste pedido: depoimento proximo dos logos. */
.hero2-testimonial {
  top: 64.8%;
}

@media (min-width: 1673px) {
  .hero2-testimonial {
    top: 64.8%;
  }
}
/* Ajuste pedido: CTA secundario como referencia escura. */
.hero2-button-secondary {
  width: clamp(255px, 13.8vw, 292px);
  min-height: clamp(56px, 3.1vw, 62px);
  justify-content: space-between;
  gap: clamp(18px, 1vw, 24px);
  padding: 0 clamp(20px, 1.22vw, 26px);
  border: 1px solid rgba(202, 142, 43, .76);
  border-radius: 5px;
  color: rgba(255, 248, 239, .98);
  background:
    linear-gradient(180deg, rgba(67, 8, 13, .20) 0%, rgba(16, 4, 4, .42) 100%),
    rgba(9, 3, 3, .28);
  box-shadow:
    inset 0 1px 0 rgba(255, 224, 147, .08),
    inset 0 -1px 0 rgba(109, 54, 13, .16),
    0 10px 28px rgba(0, 0, 0, .16);
  font-size: clamp(12px, .68vw, 14px);
  font-weight: 720;
  letter-spacing: .14em;
}

.hero2-button-secondary span {
  transform: translateY(1px);
}

.hero2-button-secondary svg {
  width: clamp(24px, 1.34vw, 28px);
  height: clamp(24px, 1.34vw, 28px);
  stroke: #cfa039;
  stroke-width: 1.45;
}

.hero2-button-secondary:hover {
  border-color: rgba(222, 168, 67, .90);
  background:
    linear-gradient(180deg, rgba(78, 10, 15, .24) 0%, rgba(18, 5, 5, .46) 100%),
    rgba(10, 3, 3, .32);
}

@media (max-width: 860px) {
  .hero2-button-secondary {
    width: 100%;
    min-height: 58px;
  }
}

/* Ajuste pedido: CTA primario com escala e acabamento do secundario. */
.hero2-button-primary {
  width: clamp(255px, 13.8vw, 292px);
  min-height: clamp(56px, 3.1vw, 62px);
  justify-content: space-between;
  gap: clamp(18px, 1vw, 24px);
  padding: 0 clamp(20px, 1.22vw, 26px);
  border: 1px solid rgba(255, 222, 145, .78);
  border-radius: 5px;
  color: #170803;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 231, 164, .58) 0%, rgba(255, 231, 164, 0) 34%),
    linear-gradient(180deg, #f2bd63 0%, #e3a44d 48%, #cf8434 100%);
  box-shadow:
    0 12px 32px rgba(224, 143, 44, .22),
    inset 0 1px 0 rgba(255, 249, 221, .36),
    inset 0 -1px 0 rgba(105, 45, 6, .18);
  font-size: clamp(12px, .68vw, 14px);
  font-weight: 760;
  letter-spacing: .135em;
  text-shadow: 0 1px 0 rgba(255, 232, 174, .22);
}

.hero2-button-primary span {
  transform: translateY(1px);
}

.hero2-button-primary svg {
  width: clamp(13px, .82vw, 16px);
  height: clamp(13px, .82vw, 16px);
  fill: currentColor;
  opacity: .96;
  transform: translateY(.5px);
}

.hero2-button-primary:hover {
  border-color: rgba(255, 231, 161, .92);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 238, 180, .66) 0%, rgba(255, 238, 180, 0) 34%),
    linear-gradient(180deg, #f6c66d 0%, #e8ab53 48%, #d18a38 100%);
  box-shadow:
    0 14px 36px rgba(230, 151, 50, .26),
    inset 0 1px 0 rgba(255, 249, 221, .42),
    inset 0 -1px 0 rgba(105, 45, 6, .18);
}

@media (max-width: 860px) {
  .hero2-button-primary {
    width: 100%;
    min-height: 58px;
  }
}

/* Ajuste pedido: CTAs com frase centralizada e fonte levemente maior. */
.hero2-button-primary,
.hero2-button-secondary {
  position: relative;
  justify-content: center;
  padding-right: clamp(50px, 3vw, 62px);
  padding-left: clamp(50px, 3vw, 62px);
  font-size: clamp(13px, .74vw, 15px);
  text-align: center;
}

.hero2-button-primary span,
.hero2-button-secondary span {
  display: block;
  width: 100%;
  transform: translateY(1px);
}

.hero2-button-primary svg,
.hero2-button-secondary svg {
  position: absolute;
  top: 50%;
  right: clamp(20px, 1.22vw, 26px);
  transform: translateY(-50%);
}

.hero2-button-primary {
  letter-spacing: .13em;
}

.hero2-button-secondary {
  letter-spacing: .135em;
}

@media (max-width: 860px) {
  .hero2-button-primary,
  .hero2-button-secondary {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 13px;
  }
}

/* Ajuste pedido: ajuste fino de tamanho e centralizacao dos textos dos CTAs. */
.hero2-button-primary,
.hero2-button-secondary {
  overflow: hidden;
}

.hero2-button-primary span,
.hero2-button-secondary span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 clamp(46px, 2.8vw, 58px);
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  transform: translateY(1px);
}

.hero2-button-primary {
  font-size: clamp(13.7px, .78vw, 15.4px);
  letter-spacing: .14em;
}

.hero2-button-secondary {
  font-size: clamp(12.1px, .66vw, 13.3px);
  letter-spacing: .105em;
}

.hero2-button-primary svg {
  right: clamp(21px, 1.22vw, 26px);
  width: clamp(13px, .78vw, 15px);
  height: clamp(13px, .78vw, 15px);
}

.hero2-button-secondary svg {
  right: clamp(21px, 1.22vw, 26px);
  width: clamp(22px, 1.22vw, 25px);
  height: clamp(22px, 1.22vw, 25px);
}

@media (max-width: 860px) {
  .hero2-button-primary {
    font-size: 13.7px;
  }

  .hero2-button-secondary {
    font-size: 12.4px;
  }
}

/* Ajuste pedido: CTA secundario com texto levemente a esquerda e fundo mais fiel. */
.hero2-button-secondary {
  border-color: rgba(196, 133, 35, .82);
  background:
    radial-gradient(95% 135% at 50% 42%, rgba(77, 9, 13, .46) 0%, rgba(36, 5, 7, .54) 46%, rgba(9, 3, 3, .78) 100%),
    linear-gradient(180deg, rgba(42, 7, 8, .72) 0%, rgba(12, 3, 3, .88) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 214, 126, .10),
    inset 0 0 24px rgba(121, 28, 18, .22),
    inset 0 -1px 0 rgba(112, 56, 13, .18),
    0 10px 26px rgba(0, 0, 0, .20);
}

.hero2-button-secondary span {
  transform: translate(-8px, 1px);
}

.hero2-button-secondary:hover {
  border-color: rgba(219, 164, 63, .92);
  background:
    radial-gradient(95% 135% at 50% 42%, rgba(88, 11, 15, .50) 0%, rgba(42, 6, 8, .58) 46%, rgba(10, 3, 3, .80) 100%),
    linear-gradient(180deg, rgba(48, 8, 10, .76) 0%, rgba(13, 3, 3, .90) 100%);
}

/* Ajuste responsivo: regua compartilhada para CTAs e bloco de confianca. */
#hero.hero-v4 {
  --hero-left: 7.25vw;
  --hero-button-width: clamp(255px, min(13.8vw, 24.5svh), 360px);
  --hero-button-gap: clamp(18px, min(1.1vw, 2.1svh), 26px);
  --hero-proof-clearance: clamp(30px, min(2.1vw, 4.2svh), 54px);
  --hero-proof-left-safe: calc(var(--hero-left) + var(--hero-button-width) + var(--hero-button-width) + var(--hero-button-gap) + var(--hero-proof-clearance));
  --hero-proof-left: max(42.35vw, var(--hero-proof-left-safe));
}

.hero2-copy {
  left: var(--hero-left);
}

.hero2-button-primary,
.hero2-button-secondary {
  width: var(--hero-button-width);
}

.hero2-actions {
  gap: var(--hero-button-gap);
}

.hero2-proof-row {
  left: var(--hero-proof-left);
}

@media (min-width: 1673px) {
  .hero-v4 h1 {
    font-size: clamp(105px, min(6.3vw, 11.35svh), 168px);
  }

  .hero2-proof-row {
    grid-template-columns: clamp(286px, min(17.1vw, 31svh), 470px) minmax(0, 1fr);
  }

  .hero2-testimonial {
    width: clamp(360px, min(19.4vw, 32svh), 520px);
  }

  .hero2-logos span {
    font-size: clamp(17px, min(1.35vw, 2.35svh), 30px);
  }

  .hero2-logos li:nth-child(1) img {
    width: clamp(58px, min(3vw, 5.4svh), 86px);
    max-height: clamp(58px, min(3vw, 5.4svh), 86px);
  }

  .hero2-logos li:nth-child(2) img {
    width: clamp(54px, min(2.8vw, 5svh), 82px);
    max-height: clamp(54px, min(2.8vw, 5svh), 82px);
  }

  .hero2-logos li:nth-child(3) img {
    width: clamp(92px, min(4.8vw, 8.5svh), 130px);
    max-height: clamp(48px, min(2.5vw, 4.5svh), 70px);
  }

  .hero2-logos li:nth-child(4) img,
  .hero2-logos .alconpat-mark {
    width: clamp(72px, min(3.8vw, 6.7svh), 104px);
    max-height: clamp(58px, min(3.05vw, 5.4svh), 84px);
  }
}

@media (max-width: 1672px) and (min-width: 861px) {
  #hero.hero-v4 {
    --hero-button-width: clamp(255px, 17.8vw, 292px);
    --hero-proof-clearance: clamp(34px, 2.7vw, 46px);
  }

  .hero2-proof-row {
    right: clamp(28px, 3.3vw, 56px);
  }
}
@media (max-width: 860px) {
  .hero2-copy {
    left: 14px;
  }

  .hero2-button-primary,
  .hero2-button-secondary {
    width: 100%;
  }

  .hero2-actions {
    gap: 12px;
  }

  .hero2-proof-row {
    left: 14px;
  }
}
@media (max-width: 1400px) and (max-height: 820px) and (min-width: 861px) {
  .hero2-testimonial {
    top: 60.8%;
  }
}
/* Ajuste responsivo: alinhamento 1440 e centralizacao dos logos. */
@media (min-width: 1401px) and (max-width: 1672px) {
  .hero2-copy {
    top: 27.3%;
  }
}

.hero2-logos {
  justify-items: stretch;
}

.hero2-logos li {
  justify-items: center;
  text-align: center;
}

.hero2-logos span,
.hero2-logos img,
.hero2-logos .alconpat-mark {
  justify-self: center;
  margin-right: auto;
  margin-left: auto;
}

.hero2-logos span {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 1672px) and (min-width: 861px) {
  .hero2-logos li {
    padding-right: clamp(10px, 1.1vw, 17px);
    padding-left: clamp(10px, 1.1vw, 17px);
  }
}
/* Ajuste responsivo: centralizacao real dos logos nas colunas. */
.hero2-logos li {
  padding-right: 0;
  padding-left: 0;
}

.hero2-logos span {
  width: 100%;
}
/* Ajuste responsivo: escala dos logos em desktops compactos. */
@media (max-width: 1672px) and (min-width: 861px) {
  .hero2-logos {
    margin-bottom: 0;
  }

  .hero2-logos li {
    min-height: clamp(88px, 11.8svh, 98px);
    grid-template-rows: clamp(20px, 2.6svh, 23px) 1fr;
  }

  .hero2-logos span {
    font-size: clamp(15px, 1.12vw, 16.7px);
    letter-spacing: -.04em;
  }

  .hero2-logos li:nth-child(1) img {
    width: clamp(48px, 3.65vw, 52px);
    max-height: clamp(48px, 3.65vw, 52px);
  }

  .hero2-logos li:nth-child(2) img {
    width: clamp(44px, 3.35vw, 49px);
    max-height: clamp(44px, 3.35vw, 49px);
  }

  .hero2-logos li:nth-child(3) img {
    width: clamp(72px, 5.55vw, 80px);
    max-height: clamp(38px, 2.9vw, 42px);
  }

  .hero2-logos li:nth-child(4) img,
  .hero2-logos .alconpat-mark {
    width: clamp(58px, 4.55vw, 65px);
    max-height: clamp(48px, 3.75vw, 54px);
  }
}
/* Ultrawide com escala de 150%: preserva a regua vertical do 1920x1080 aprovado. */
@media (min-width: 2100px) and (max-width: 2500px) and (max-height: 1000px) and (min-aspect-ratio: 11 / 5) {
  #hero.hero-v4 {
    --hero-left: 7.25vw;
    --hero-button-width: clamp(194px, 24.5svh, 229px);
    --hero-button-gap: clamp(15px, 1.95svh, 18px);
    --hero-proof-clearance: 0px;
    --hero-proof-left: 42.35vw;
  }

  .hero2-brand {
    left: 8.9%;
    top: 5.55%;
    width: 32.18svh;
  }

  .hero2-singer {
    left: 41.4%;
    top: -4.2%;
    width: 85.16svh;
  }

  .hero2-copy {
    left: var(--hero-left);
    top: 23%;
    width: 67.56svh;
  }

  .hero-v4 h1 {
    font-size: 11.2svh;
    line-height: .88;
  }

  .hero2-kicker {
    max-width: 57.4svh;
    margin-top: 2.93svh;
    font-size: 2.133svh;
    line-height: 1.5;
    letter-spacing: .17em;
  }

  .hero2-kicker::before {
    left: calc(-4.62svh - 1.87svh);
    width: 4.62svh;
  }

  .hero2-actions {
    gap: var(--hero-button-gap);
    margin-top: 4svh;
  }

  .hero2-button-primary,
  .hero2-button-secondary {
    width: var(--hero-button-width);
    min-height: clamp(44px, 5.52svh, 52px);
    border-radius: 5px;
  }

  .hero2-button-primary {
    font-size: clamp(12px, 1.38svh, 13px);
  }

  .hero2-button-secondary {
    font-size: clamp(10.5px, 1.17svh, 11px);
  }

  .hero2-button-primary svg {
    right: clamp(17px, 1.95svh, 19px);
    width: clamp(11px, 1.2svh, 12px);
    height: clamp(11px, 1.2svh, 12px);
  }

  .hero2-button-secondary svg {
    right: clamp(17px, 1.95svh, 19px);
    width: clamp(18px, 2.04svh, 20px);
    height: clamp(18px, 2.04svh, 20px);
  }

  .hero2-button-secondary span {
    transform: translate(-5px, 1px);
  }

  .hero2-proof-row {
    left: var(--hero-proof-left);
    right: 3.3%;
    bottom: 4.1%;
    grid-template-columns: 30.4svh minmax(0, 1fr);
    gap: .46svh;
  }

  .hero2-trust {
    min-height: 17.9svh;
    padding-left: 3.15svh;
  }

  .hero2-trust p {
    font-size: 1.53svh;
    line-height: 1.38;
  }

  .hero2-trust p:first-child {
    margin: .65svh 0 1.2svh;
    font-size: 1.2svh;
    line-height: 1.25;
    letter-spacing: .17em;
  }

  .hero2-trust-rule {
    width: 19.45svh;
    height: 0;
    margin: 1.2svh 0;
  }

  .hero2-trust-rule::before,
  .hero2-trust-rule::after,
  .hero2-trust-rule span {
    bottom: -.37svh;
    width: .65svh;
    height: .65svh;
  }

  .hero2-trust-rule::before { left: calc(50% - 1.3svh); }
  .hero2-trust-rule span { left: calc(50% - .325svh); }
  .hero2-trust-rule::after { left: calc(50% + .65svh); }

  .hero2-testimonial {
    right: 2.65%;
    top: 64.8%;
    width: 33.33svh;
    min-height: 14.36svh;
    grid-template-columns: minmax(0, 1fr) 7.45svh;
    gap: 1.42svh;
    padding: 1.38svh 1.48svh 1.38svh 1.76svh;
  }

  .hero2-testimonial > img {
    height: 8.98svh;
  }

  .hero2-testimonial p:first-child {
    margin-bottom: .83svh;
    font-size: 1svh;
    letter-spacing: .3em;
  }

  .hero2-testimonial p:first-child::after {
    width: .65svh;
    height: .65svh;
  }

  .hero2-testimonial p:nth-child(2) {
    max-width: 21.3svh;
    font-size: 1.635svh;
    line-height: 1.32;
  }

  .hero2-testimonial p:nth-child(3),
  .hero2-testimonial p + p + p {
    margin-top: .83svh;
    font-size: 1.17svh;
  }

  .hero2-logos {
    margin-bottom: .37svh;
  }

  .hero2-logos li {
    min-height: 9.63svh;
    grid-template-rows: 2.22svh 1fr;
  }

  .hero2-logos span {
    font-size: 1.57svh;
    letter-spacing: -.04em;
  }

  .hero2-logos li:nth-child(1) img {
    width: 5.37svh;
    max-height: 5.37svh;
  }

  .hero2-logos li:nth-child(2) img {
    width: 5svh;
    max-height: 5svh;
  }

  .hero2-logos li:nth-child(3) img {
    width: 8.52svh;
    max-height: 4.45svh;
  }

  .hero2-logos li:nth-child(4) img,
  .hero2-logos .alconpat-mark {
    width: 6.67svh;
    max-height: 5.37svh;
  }
}
/* Artista — frame 07 */
.artist-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f8efe3;
  background:
    #30070b
    url("./assets/otimizados-lote-2.2/artista-bg-desktop-1672.webp")
    45% center / cover no-repeat;
}

.artist-section__canvas {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  overflow: hidden;
  container-type: inline-size;
}

.artist-section__canvas::after {
  content: "";
  display: none;
}

.artist-section__paper {
  display: none;
}

.artist-section__orbits {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 54.7%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.artist-section__orbits path {
  fill: none;
  stroke: rgba(204, 146, 70, .55);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.artist-section__portrait-slot {
  position: absolute;
  z-index: 2;
  left: 1.2%;
  top: 0;
  width: 52.7%;
  height: 100%;
  pointer-events: none;
}

.artist-section__portrait-slot > img,
.artist-section__portrait-slot > picture,
.artist-section__portrait-slot > picture img {
  width: 100%;
  height: 100%;
}

.artist-section__portrait-slot > img,
.artist-section__portrait-slot > picture img {
  object-fit: contain;
  object-position: left top;
}

.artist-section__portrait-slot[data-state="ready"] .artist-section__portrait-placeholder {
  display: none;
}

.artist-section__portrait-placeholder {
  position: absolute;
  inset: 0;
  color: rgba(255, 240, 218, .9);
}

.artist-section__portrait-placeholder::before {
  display: none;
}

.artist-section__portrait-head,
.artist-section__portrait-body {
  position: absolute;
  display: block;
  border: 1px solid rgba(224, 170, 91, .58);
  background: rgba(205, 167, 136, .045);
  box-shadow: inset 0 0 60px rgba(212, 157, 82, .035);
}

.artist-section__portrait-head {
  left: 35%;
  top: 4.2%;
  width: 34%;
  aspect-ratio: .86;
  border-radius: 50%;
}

.artist-section__portrait-body {
  left: 4%;
  top: 29.7%;
  width: 94%;
  height: 70%;
  border-color: rgba(224, 170, 91, .34);
  clip-path: polygon(29% 0, 72% 0, 100% 100%, 0 100%);
  background: rgba(110, 39, 51, .12);
}

.artist-section__placeholder-label,
.artist-section__inset-label {
  position: absolute;
  display: grid;
  place-content: center;
  text-align: center;
  text-transform: uppercase;
  background: rgba(25, 11, 12, .9);
  border: 1px solid rgba(211, 151, 75, .76);
  box-shadow: 0 18px 38px rgba(8, 3, 4, .24);
}

.artist-section__placeholder-label {
  left: 16%;
  top: 48.5%;
  width: 69%;
  min-height: 16.5%;
  padding: 1.2cqw;
}

.artist-section__placeholder-label strong,
.artist-section__inset-label strong {
  color: #f8efe3;
  font-size: clamp(13px, 1.42cqw, 30px);
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 1.15;
}

.artist-section__placeholder-label small,
.artist-section__inset-label small {
  margin-top: .35em;
  color: #d9a75d;
  font-size: clamp(8px, .67cqw, 14px);
  font-weight: 580;
  letter-spacing: .09em;
}

.artist-section__brand {
  position: absolute;
  z-index: 5;
  left: 3.95%;
  top: 2.25%;
  width: 9.5%;
  color: #d9a75d;
}

.artist-section__brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 31%;
  top: 0;
  width: 1px;
  height: 14.1cqw;
  background: linear-gradient(180deg, rgba(214, 157, 77, .85), rgba(214, 157, 77, .08));
}

.artist-section__brand img {
  width: clamp(54px, 3.9cqw, 84px);
  height: auto;
}

.artist-section__brand-line {
  display: block;
  width: 1px;
  height: 2cqw;
  margin: .8cqw 0 1.5cqw 2cqw;
  background: rgba(222, 166, 85, .72);
}

.artist-section__brand ul,
.artist-section__qualities ul,
.artist-section__contexts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.artist-section__brand li {
  margin: 0 0 .64cqw;
  color: #dca75d;
  font-size: clamp(10px, .84cqw, 18px);
  font-weight: 590;
  letter-spacing: .28em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.artist-section__vertical-note {
  position: absolute;
  z-index: 5;
  left: 2.8%;
  top: 52.5%;
  height: 34%;
  display: flex;
  gap: 1.55cqw;
  margin: 0;
  color: #d7a35c;
  font-family: "WindSong", cursive;
  font-size: clamp(20px, 1.75cqw, 38px);
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.artist-section__collage {
  display: contents;
}

.artist-section__inset {
  position: absolute;
  z-index: 7;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(226, 172, 87, .78);
  background: linear-gradient(145deg, rgba(104, 23, 37, .98), rgba(53, 8, 15, .98));
  box-shadow:
    0 18px 34px rgba(11, 3, 5, .38),
    inset 0 0 0 3px rgba(26, 8, 11, .25);
}

.artist-section__inset > img,
.artist-section__inset > picture,
.artist-section__inset > picture img {
  width: 100%;
  height: 100%;
}

.artist-section__inset > img,
.artist-section__inset > picture img {
  object-fit: cover;
}

.artist-section__inset[data-state="ready"] .artist-section__inset-label {
  display: none;
}

.artist-section__inset--upper {
  left: 25.4%;
  top: 47.3%;
  width: 18.6%;
  transform: rotate(-4deg);
}

.artist-section__inset--lower {
  left: 13.3%;
  top: 67.1%;
  width: 20.2%;
  transform: rotate(1.5deg);
}

.artist-section__inset-label {
  left: 12%;
  top: 35%;
  width: 76%;
  min-height: 31%;
  padding: .55cqw;
}

.artist-section__inset-label strong {
  font-size: clamp(8px, .7cqw, 15px);
}

.artist-section__inset-label small {
  font-size: clamp(6px, .45cqw, 10px);
}

.artist-section__story {
  position: absolute;
  z-index: 5;
  left: 51.1%;
  top: 9.75%;
  width: 45.7%;
  color: #1b1511;
}

.artist-section__eyebrow {
  display: flex;
  align-items: center;
  width: 100%;
  color: #ad783d;
  font-size: clamp(9px, .84cqw, 18px);
  font-weight: 500;
  letter-spacing: .34em;
  line-height: 1;
  text-transform: uppercase;
}

.artist-section__eyebrow > span {
  flex: 0 0 auto;
}

.artist-section__eyebrow > i {
  height: 1px;
  flex: 1 1 auto;
  margin-left: 1.1cqw;
  background: linear-gradient(90deg, rgba(173, 120, 61, .7), rgba(173, 120, 61, .2));
}

.artist-section__star {
  position: relative;
  width: clamp(12px, 1.18cqw, 25px);
  aspect-ratio: 1;
  display: inline-block;
  flex: 0 0 auto;
  color: #bd8241;
}

.artist-section__star::before,
.artist-section__star::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.artist-section__star::before {
  width: 1px;
  height: 100%;
}

.artist-section__star::after {
  width: 100%;
  height: 1px;
}

.artist-section__story h2 {
  margin: 2.3cqw 0 0;
  color: #17110e;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.15cqw, 90px);
  font-weight: 400;
  letter-spacing: -.038em;
  line-height: 1.03;
}

.artist-section__story h2 > span {
  display: block;
  white-space: nowrap;
}

.artist-section__story h2 em {
  color: #6c171d;
  font-style: italic;
  font-weight: 400;
}

.artist-section__divider {
  display: flex;
  align-items: center;
  width: 52%;
  margin: 2.3cqw 0 1.7cqw;
  color: #b97e3c;
}

.artist-section__divider > i {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 126, 60, .88), rgba(185, 126, 60, .15));
}

.artist-section__body-copy {
  max-width: 37ch;
  color: #211a16;
  font-size: clamp(15px, 1.23cqw, 22px);
  font-weight: 430;
  line-height: 1.48;
}

.artist-section__body-copy p {
  margin: 0;
}

.artist-section__body-copy p + p {
  margin-top: 1.45cqw;
}

.artist-section__body-copy strong {
  color: #aa7437;
  font-weight: 600;
}

.artist-section__qualities {
  position: absolute;
  z-index: 5;
  left: 51.1%;
  top: 77%;
  width: 45.7%;
  color: #f7eee2;
}

.artist-section__qualities h3 {
  margin: 0;
  color: #d7a15a;
  font-size: clamp(10px, .92cqw, 20px);
  font-weight: 420;
  letter-spacing: .42em;
  line-height: 1.3;
  text-transform: uppercase;
}

.artist-section__qualities ul {
  display: grid;
  grid-template-columns: 18.8% 28.1% 25.9% 27.2%;
  margin-top: 1.3cqw;
}

.artist-section__qualities li {
  min-width: 0;
  min-height: 7cqw;
  padding: 0 1.9cqw;
  border-left: 1px solid rgba(202, 145, 73, .44);
}

.artist-section__qualities li:first-child {
  padding-left: 0;
  border-left: 0;
}

.artist-section__qualities li:last-child {
  padding-right: 0;
}

.artist-section__qualities li > strong {
  display: block;
  margin-bottom: .82cqw;
  color: #e3ad60;
  font-family: "WindSong", cursive;
  font-size: clamp(26px, 2.35cqw, 50px);
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.artist-section__qualities p {
  max-width: 21ch;
  margin: 0;
  color: rgba(248, 239, 227, .88);
  font-size: clamp(10px, .84cqw, 17px);
  font-weight: 410;
  line-height: 1.55;
  text-wrap: pretty;
}

.artist-section__contexts {
  position: absolute;
  z-index: 5;
  left: 51.1%;
  top: 92.6%;
  width: 45.7%;
  display: flex;
  align-items: center;
  color: #bd8545;
  font-size: clamp(7px, .65cqw, 14px);
  font-weight: 620;
  letter-spacing: .25em;
  line-height: 1.2;
  text-transform: uppercase;
}

.artist-section__contexts > span {
  flex: 0 0 auto;
}

.artist-section__contexts > i {
  width: 1px;
  height: 2.1cqw;
  margin: 0 1.65cqw;
  background: rgba(196, 139, 68, .48);
}

.artist-section__contexts ul {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  color: rgba(247, 238, 226, .74);
  letter-spacing: .16em;
}

.artist-section__contexts .artist-section__star {
  margin-left: 1.4cqw;
}

@media (min-width: 2161px) {
  .artist-section__canvas {
    width: 2160px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .artist-section {
    background:
      radial-gradient(circle at 17% 24%, rgba(120, 25, 42, .55), transparent 38%),
      linear-gradient(145deg, #270408 0%, #4b0b15 56%, #230307 100%);
  }

  .artist-section__canvas {
    aspect-ratio: 3 / 4;
  }

  .artist-section__paper {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    background:
      radial-gradient(circle at 75% 18%, rgba(255, 255, 255, .78), transparent 27%),
      repeating-radial-gradient(circle at 70% 22%, rgba(88, 60, 35, .026) 0 1px, transparent 1px 5px),
      #f3eadc;
    clip-path: polygon(49.5% 0, 100% 0, 100% 68.5%, 44% 68.5%, 43% 59%, 42.5% 45%, 43.2% 29%, 46.2% 11%);
  }

  .artist-section__orbits {
    width: 61%;
  }

  .artist-section__portrait-slot {
    left: -9.4%;
    width: 69%;
    height: 69%;
  }

  .artist-section__portrait-head {
    left: 36%;
    top: 3.5%;
    width: 34%;
  }

  .artist-section__portrait-body {
    top: 28.8%;
  }

  .artist-section__placeholder-label {
    left: 15%;
    top: 47%;
    width: 73%;
    min-height: 17%;
  }

  .artist-section__brand {
    left: 3.6%;
    top: 2.2%;
    width: 18%;
  }

  .artist-section__brand::before {
    left: 28%;
    height: 23cqw;
  }

  .artist-section__brand img {
    width: clamp(48px, 6.8cqw, 68px);
  }

  .artist-section__brand-line {
    height: 2.5cqw;
    margin: .8cqw 0 1.8cqw 2.4cqw;
  }

  .artist-section__brand ul {
    display: flex;
    gap: 1.35cqw;
  }

  .artist-section__brand li {
    margin: 0;
    font-size: clamp(7px, 1.2cqw, 12px);
    letter-spacing: .18em;
  }

  .artist-section__vertical-note {
    display: none;
  }

  .artist-section__inset--upper {
    left: 32%;
    top: 47.8%;
    width: 27.3%;
  }

  .artist-section__inset--lower {
    left: 8.3%;
    top: 56.1%;
    width: 30%;
  }

  .artist-section__story {
    left: 51.8%;
    top: 5.8%;
    width: 44.5%;
  }

  .artist-section__eyebrow {
    font-size: clamp(8px, 1.25cqw, 12px);
    letter-spacing: .25em;
  }

  .artist-section__story h2 {
    margin-top: 4.4cqw;
    font-size: clamp(38px, 5.05cqw, 55px);
    line-height: 1.13;
  }

  .artist-section__story h2 > span {
    white-space: normal;
  }

  .artist-section__divider {
    width: 66%;
    margin: 3.2cqw 0 2.7cqw;
  }

  .artist-section__body-copy {
    max-width: 38ch;
    font-size: clamp(13px, 1.95cqw, 18px);
    line-height: 1.5;
  }

  .artist-section__body-copy p + p {
    margin-top: 2.6cqw;
  }

  .artist-section__qualities {
    left: 8%;
    top: 68.4%;
    width: 88%;
  }

  .artist-section__qualities h3 {
    margin-left: 43%;
    font-size: clamp(9px, 1.45cqw, 15px);
    letter-spacing: .3em;
  }

  .artist-section__qualities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 4.5cqw;
    margin-top: 5cqw;
  }

  .artist-section__qualities li {
    min-height: 11.5cqw;
    padding: 0 5.2cqw;
  }

  .artist-section__qualities li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .artist-section__qualities li:nth-child(even) {
    border-left: 1px solid rgba(202, 145, 73, .44);
  }

  .artist-section__qualities li > strong {
    margin-bottom: 1.3cqw;
    font-size: clamp(31px, 4.2cqw, 46px);
  }

  .artist-section__qualities p {
    max-width: 27ch;
    font-size: clamp(12px, 1.7cqw, 17px);
  }

  .artist-section__contexts {
    left: 8%;
    top: 96.2%;
    width: 88%;
    font-size: clamp(7px, 1.1cqw, 11px);
  }

  .artist-section__contexts > span,
  .artist-section__contexts > i,
  .artist-section__contexts > .artist-section__star {
    display: none;
  }

  .artist-section__contexts ul {
    justify-content: flex-start;
    gap: 4cqw;
  }
}

@media (max-width: 767px) {
  .artist-section {
    background:
      radial-gradient(circle at 68% 12%, rgba(105, 21, 37, .42), transparent 31%),
      linear-gradient(150deg, #250407 0%, #4a0b15 47%, #260307 100%);
  }

  .artist-section__canvas {
    height: clamp(1450px, 389.744vw, 1676px);
    aspect-ratio: auto;
  }

  .artist-section__paper {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 30.8%;
    height: 43.8%;
    display: block;
    background:
      radial-gradient(circle at 76% 16%, rgba(255, 255, 255, .72), transparent 29%),
      repeating-radial-gradient(circle at 60% 25%, rgba(88, 60, 35, .026) 0 1px, transparent 1px 5px),
      #f3eadc;
    clip-path: polygon(0 8.5%, 20% 6%, 44% 4.5%, 70% 2.7%, 100% 0, 100% 91%, 76% 93.5%, 48% 96%, 19% 98%, 0 100%);
  }

  .artist-section__orbits {
    z-index: 3;
    width: 100%;
    height: 64%;
  }

  .artist-section__portrait-slot {
    left: 0;
    top: 0;
    width: 100%;
    height: 37%;
  }

  .artist-section__portrait-head {
    left: 34%;
    top: 2.7%;
    width: 35%;
  }

  .artist-section__portrait-body {
    left: 12%;
    top: 26.5%;
    width: 80%;
    height: 73%;
  }

  .artist-section__placeholder-label {
    left: 13.2%;
    top: 46.5%;
    width: 73.5%;
    min-height: 16.5%;
    padding: 3cqw;
  }

  .artist-section__placeholder-label strong {
    font-size: clamp(13px, 4cqw, 18px);
  }

  .artist-section__placeholder-label small {
    font-size: clamp(8px, 2.25cqw, 10px);
  }

  .artist-section__brand {
    left: 5.6%;
    top: 1.25%;
    width: 23%;
  }

  .artist-section__brand::before {
    left: 29%;
    height: 35cqw;
  }

  .artist-section__brand img {
    width: clamp(48px, 14.8cqw, 64px);
  }

  .artist-section__brand-line {
    height: 5.2cqw;
    margin: 2cqw 0 3.8cqw 6.4cqw;
  }

  .artist-section__brand li {
    margin-bottom: 2.2cqw;
    font-size: clamp(8px, 2.55cqw, 11px);
    letter-spacing: .26em;
  }

  .artist-section__vertical-note {
    display: none;
  }

  .artist-section__inset--upper {
    left: 44.3%;
    top: 28.05%;
    width: 47.2%;
  }

  .artist-section__inset--lower {
    left: 6.1%;
    top: 64.8%;
    width: 44.6%;
  }

  .artist-section__inset-label {
    padding: 1.5cqw;
  }

  .artist-section__inset-label strong {
    font-size: clamp(8px, 2.35cqw, 10px);
  }

  .artist-section__inset-label small {
    font-size: clamp(6px, 1.55cqw, 8px);
  }

  .artist-section__story {
    left: 6.15%;
    top: 37.1%;
    width: 87.7%;
  }

  .artist-section__eyebrow {
    font-size: clamp(8px, 2.55cqw, 11px);
    letter-spacing: .28em;
  }

  .artist-section__eyebrow > i {
    margin-left: 3.5cqw;
  }

  .artist-section__star {
    width: clamp(12px, 3.8cqw, 17px);
  }

  .artist-section__story h2 {
    margin-top: 10.2cqw;
    font-size: clamp(33px, 9.05cqw, 39px);
    line-height: 1.18;
    letter-spacing: -.035em;
  }

  .artist-section__story h2 > span {
    white-space: normal;
  }

  .artist-section__divider {
    width: 57%;
    margin: 6.2cqw 0 6.7cqw;
  }

  .artist-section__body-copy {
    max-width: none;
    font-size: clamp(14px, 3.85cqw, 16.5px);
    line-height: 1.53;
  }

  .artist-section__body-copy p + p {
    margin-top: 6cqw;
  }

  .artist-section__qualities {
    left: 6.1%;
    top: 75.1%;
    width: 87.8%;
  }

  .artist-section__qualities h3 {
    font-size: clamp(8px, 2.38cqw, 10px);
    letter-spacing: .21em;
  }

  .artist-section__qualities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 11.5cqw;
    margin-top: 8.5cqw;
  }

  .artist-section__qualities li {
    min-height: 24cqw;
    padding: 0 4.8cqw;
  }

  .artist-section__qualities li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .artist-section__qualities li:nth-child(even) {
    border-left: 1px solid rgba(202, 145, 73, .44);
  }

  .artist-section__qualities li > strong {
    margin-bottom: 2.4cqw;
    font-size: clamp(30px, 8.05cqw, 35px);
  }

  .artist-section__qualities p {
    max-width: 20ch;
    font-size: clamp(11px, 3.05cqw, 13px);
    line-height: 1.48;
  }

  .artist-section__contexts {
    left: 6.1%;
    top: 97.25%;
    width: 87.8%;
    font-size: clamp(6px, 1.72cqw, 7.5px);
    letter-spacing: .08em;
  }

  .artist-section__contexts > span,
  .artist-section__contexts > i,
  .artist-section__contexts > .artist-section__star {
    display: none;
  }

  .artist-section__contexts ul {
    justify-content: flex-start;
    gap: 3.8cqw;
  }
}

@media (max-width: 440px) {
  .artist-section__story h2 {
    font-size: 9.05cqw;
  }

  .artist-section__body-copy {
    font-size: 3.85cqw;
  }
}

/* Artista — integração da imagem aprovada e cadência 16:9 */
.artist-section {
  background: #30070b;
}

.artist-section__canvas {
  width: min(100%, 2560px);
  max-width: 2560px;
  aspect-ratio: 16 / 9;
  background:
    #30070b
    url("./assets/otimizados-lote-2.2/artista-bg-desktop-1672.webp")
    center / cover no-repeat;
}

.artist-section__portrait-slot {
  left: .5%;
  top: -4.5%;
  width: 52%;
  height: 113%;
}

.artist-section__portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

@media (min-width: 1100px) {
  .artist-section__brand {
    left: 3.95%;
    top: 2.2%;
  }

  .artist-section__brand::before,
  .artist-section__brand::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 31%;
    width: 1px;
    background: linear-gradient(180deg, rgba(214, 157, 77, .88), rgba(214, 157, 77, .32));
  }

  .artist-section__brand::before {
    top: 0;
    height: 2.4cqw;
  }

  .artist-section__brand::after {
    top: 6.3cqw;
    height: 1.95cqw;
  }

  .artist-section__brand img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2.8cqw;
    width: clamp(34px, 3.05cqw, 78px);
    height: auto;
  }

  .artist-section__brand ul {
    position: absolute;
    left: 0;
    top: 10.25cqw;
  }

  .artist-section__brand li {
    margin-bottom: .53cqw;
    font-size: clamp(9px, .74cqw, 19px);
    font-weight: 470;
    letter-spacing: .24em;
    line-height: 1.3;
  }
}

.artist-section__vertical-note {
  left: 3.8%;
  top: 85.5%;
  width: max-content;
  height: auto;
  display: grid;
  grid-template-rows: auto auto;
  row-gap: .9cqw;
  column-gap: 0;
  color: rgba(215, 163, 92, .8);
  font-family: "WindSong", cursive;
  font-size: clamp(18px, 1.5cqw, 36px);
  font-weight: 400;
  font-synthesis: none;
  line-height: 1;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  writing-mode: horizontal-tb;
  transform: rotate(-90deg);
  transform-origin: left top;
}

.artist-section__vertical-note span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 1099px) {
  .artist-section__vertical-note {
    display: none;
  }
}

.artist-section__star {
  background: currentColor;
  clip-path: polygon(50% 0, 56% 42%, 100% 50%, 56% 58%, 50% 100%, 44% 58%, 0 50%, 44% 42%);
}

.artist-section__star::before,
.artist-section__star::after {
  display: none;
}

.artist-section__story {
  left: 51.1%;
  top: 9%;
  width: 45.7%;
}

.artist-section__story h2 {
  margin-top: 1.95cqw;
  font-size: clamp(48px, 3.82cqw, 86px);
  line-height: 1.02;
}

.artist-section__divider {
  margin: 1.9cqw 0 1.45cqw;
}

.artist-section__body-copy {
  font-size: clamp(14px, 1.08cqw, 21px);
  line-height: 1.46;
}

.artist-section__body-copy p + p {
  margin-top: 1.15cqw;
}

.artist-section__qualities {
  left: 51.1%;
  top: 75.2%;
  width: 45.7%;
}

.artist-section__qualities ul {
  margin-top: 1.55cqw;
}

.artist-section__qualities li {
  min-height: 7cqw;
}

.artist-section__qualities li > strong {
  margin-bottom: .82cqw;
  color: rgba(227, 173, 96, .9);
  font-size: clamp(25px, 2.2cqw, 46px);
  font-weight: 400;
  font-synthesis: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.artist-section__contexts {
  top: 94.7%;
  font-weight: 500;
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .artist-section__canvas {
    background:
      #30070b
      url("./assets/otimizados-lote-2.2/artista-bg-ultrawide-3440.webp")
      45% center / cover no-repeat;
  }

  .artist-section__qualities {
    top: 82%;
  }

  .artist-section__qualities ul {
    margin-top: 1.2cqw;
  }

  .artist-section__qualities li {
    min-height: 5.75cqw;
  }

  .artist-section__contexts {
    top: 97%;
  }

  .artist-section__contexts > i {
    height: 1.3cqw;
  }
}

@media (min-width: 2561px) {
  .artist-section {
    background:
      #30070b
      url("./assets/otimizados-lote-2.2/artista-bg-ultrawide-3440.webp")
      center / cover no-repeat;
  }

  .artist-section__canvas {
    background: transparent;
  }

  .artist-section__qualities {
    top: 81.4%;
  }

  .artist-section__qualities ul {
    margin-top: 1.2cqw;
  }

  .artist-section__qualities li {
    min-height: 5.75cqw;
  }

  .artist-section__contexts {
    top: 97%;
  }

  .artist-section__contexts > i {
    height: 1.3cqw;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .artist-section {
    background:
      radial-gradient(circle at 17% 24%, rgba(120, 25, 42, .55), transparent 38%),
      linear-gradient(145deg, #270408 0%, #4b0b15 56%, #230307 100%);
  }

  .artist-section__canvas {
    width: 100%;
    max-width: none;
    aspect-ratio: 3 / 4;
    background: transparent;
  }

  .artist-section__portrait-slot {
    left: -8%;
    top: -1%;
    width: 63%;
    height: 64%;
  }

  .artist-section__portrait {
    object-position: left top;
  }

  .artist-section__brand::before {
    height: 23cqw;
  }

  .artist-section__story {
    left: 51.8%;
    top: 5.8%;
    width: 44.5%;
  }

  .artist-section__story h2 {
    margin-top: 4.4cqw;
    font-size: clamp(38px, 5.05cqw, 55px);
    line-height: 1.13;
  }

  .artist-section__divider {
    margin: 3.2cqw 0 2.7cqw;
  }

  .artist-section__body-copy {
    font-size: clamp(13px, 1.95cqw, 18px);
    line-height: 1.5;
  }

  .artist-section__body-copy p + p {
    margin-top: 2.6cqw;
  }

  .artist-section__qualities {
    left: 8%;
    top: 68.4%;
    width: 88%;
  }

  .artist-section__qualities ul {
    margin-top: 5cqw;
  }

  .artist-section__qualities li {
    min-height: 11.5cqw;
  }

  .artist-section__qualities li > strong {
    margin-bottom: 1.3cqw;
    font-size: clamp(31px, 4.2cqw, 46px);
  }

  .artist-section__contexts {
    top: 96.2%;
  }
}

@media (max-width: 767px) {
  .artist-section {
    background:
      radial-gradient(circle at 68% 12%, rgba(105, 21, 37, .42), transparent 31%),
      linear-gradient(150deg, #250407 0%, #4a0b15 47%, #260307 100%);
  }

  .artist-section__canvas {
    width: 100%;
    max-width: none;
    height: clamp(1180px, 317vw, 1365px);
    aspect-ratio: auto;
    background: transparent;
  }

  .artist-section__paper {
    top: 29%;
    height: 42.5%;
    clip-path: polygon(0 8.5%, 20% 6%, 44% 4.5%, 70% 2.7%, 100% 0, 100% 91%, 76% 93.5%, 48% 96%, 19% 98%, 0 100%);
  }

  .artist-section__portrait-slot {
    left: -5%;
    top: -1%;
    width: 110%;
    height: 33%;
  }

  .artist-section__portrait {
    object-position: center top;
  }

  .artist-section__brand::before {
    height: 35cqw;
  }

  .artist-section__story {
    left: 6.15%;
    top: 34.8%;
    width: 87.7%;
  }

  .artist-section__story h2 {
    margin-top: 8.5cqw;
    font-size: clamp(33px, 9.05cqw, 39px);
    line-height: 1.16;
  }

  .artist-section__divider {
    margin: 5.4cqw 0 5.7cqw;
  }

  .artist-section__body-copy {
    font-size: clamp(14px, 3.85cqw, 16.5px);
    line-height: 1.5;
  }

  .artist-section__body-copy p + p {
    margin-top: 4.8cqw;
  }

  .artist-section__qualities {
    left: 6.1%;
    top: 71.5%;
    width: 87.8%;
  }

  .artist-section__qualities ul {
    row-gap: 9cqw;
    margin-top: 7.3cqw;
  }

  .artist-section__qualities li {
    min-height: 22cqw;
  }

  .artist-section__qualities li > strong {
    margin-bottom: 2.2cqw;
    font-size: clamp(30px, 8.05cqw, 35px);
  }

  .artist-section__contexts {
    top: 96.3%;
  }
}

/* Artista — collage editorial com matte vetorial das duas curvas */
.artist-section__clip-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.artist-section__foreground-matte {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.artist-section__foreground-matte--ultra-native {
  display: none;
}

.artist-section__foreground-source--high,
.artist-section__foreground-source--ultra {
  display: none;
}

.artist-section__microphone-overlay {
  display: none;
}

@media (min-width: 1100px) {
  .artist-section__microphone-overlay {
    position: absolute;
    z-index: 5;
    left: .5%;
    top: -4.5%;
    display: block;
    width: 52%;
    height: 113%;
    overflow: hidden;
    pointer-events: none;
    -webkit-clip-path: url(#artist-microphone-tip);
    clip-path: url(#artist-microphone-tip);
  }

  .artist-section__microphone-overlay > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
  }
}

@media (min-width: 1100px) and (max-width: 1920px) {
  .artist-section__portrait-slot {
    -webkit-clip-path: url(#artist-portrait-v3);
    clip-path: url(#artist-portrait-v3);
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .artist-section__portrait-slot {
    -webkit-clip-path: url(#artist-portrait-high);
    clip-path: url(#artist-portrait-high);
  }
}

@media (min-width: 2561px) {
  .artist-section__portrait-slot {
    -webkit-clip-path: url(#artist-portrait-ultra);
    clip-path: url(#artist-portrait-ultra);
  }
}

.artist-section__inset {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 14px 16px rgba(10, 2, 4, .36));
  transform: none;
  transform-origin: center;
}

.artist-section__inset-shape {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #230609;
  clip-path: var(--artist-card-shape);
}

.artist-section__inset-shape > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.artist-section__inset--upper {
  --artist-card-shape: polygon(5.8% 0, 89.6% 9.1%, 100% 100%, 0 100%);
  z-index: 3;
  left: 25.3%;
  top: 49%;
  width: 18.8%;
  aspect-ratio: 308 / 302;
}

.artist-section__inset--upper .artist-section__inset-shape > img {
  object-position: 50% 50%;
  transform: scale(1.09) rotate(4.5deg);
}

.artist-section__inset--lower {
  --artist-card-shape: polygon(0 9.6%, 100% 0, 100% 100%, 6.5% 100%);
  z-index: 8;
  left: 13%;
  top: 67%;
  width: 20.4%;
  aspect-ratio: 321 / 218;
}

.artist-section__inset--lower .artist-section__inset-shape > img {
  object-position: 50% 46%;
  transform: scale(1.08) rotate(-2.5deg) scaleX(-1);
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .artist-section__foreground-source--v3 {
    display: none;
  }

  .artist-section__foreground-source--high {
    display: block;
  }

  .artist-section__inset--upper {
    left: 24.1%;
    top: 53.2%;
    width: 18.8%;
  }

  .artist-section__inset--lower {
    top: 70.5%;
  }
}

@media (min-width: 2561px) {
  .artist-section__foreground-source--v3 {
    display: none;
  }

  .artist-section__foreground-source--ultra {
    display: block;
  }

  .artist-section__inset--upper {
    left: 22.37%;
    top: 53.2%;
    width: 18.8%;
  }

  .artist-section__inset--lower {
    top: 70.5%;
  }
}

@media (max-width: 1099px) {
  .artist-section__foreground-matte {
    display: none;
  }

  .artist-section__portrait-slot {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .artist-section__inset--upper {
    z-index: 7;
    aspect-ratio: 308 / 243;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .artist-section__inset--upper {
    left: 25%;
    top: 41.2%;
    width: 24.5%;
  }

  .artist-section__inset--lower {
    left: 7.5%;
    top: 51.5%;
    width: 28.5%;
  }
}

@media (max-width: 767px) {
  .artist-section__paper {
    clip-path: polygon(0 8.5%, 20% 6%, 44% 4.5%, 70% 2.7%, 100% 0, 100% 95.5%, 76% 97%, 48% 98.5%, 19% 99.5%, 0 100%);
  }

  .artist-section__inset--upper {
    left: 55%;
    top: 21.5%;
    width: 35%;
  }

  .artist-section__inset--lower {
    left: 23%;
    top: 25.5%;
    width: 38%;
  }

  .artist-section__story {
    top: 34.8%;
  }
}

/* Artista — composição nativa para monitores ultrawide (ex.: 3440 × 1440).
   O desktop 16:9 aprovado permanece integralmente nas regras anteriores. */
@media (min-width: 2161px) and (min-aspect-ratio: 7 / 3) {
  .artist-section {
    background:
      #30070b
      url("./assets/otimizados-lote-2.2/artista-bg-ultrawide-3440.webp")
      center / cover no-repeat;
  }

  .artist-section__canvas {
    width: 100%;
    max-width: none;
    aspect-ratio: 43 / 18;
    background:
      #30070b
      url("./assets/otimizados-lote-2.2/artista-bg-ultrawide-3440.webp")
      center / cover no-repeat;
  }

  .artist-section__portrait-slot,
  .artist-section__microphone-overlay {
    left: 13.1627906977%;
    top: -4.5%;
    width: 38.6976744186%;
    height: 113%;
  }

  .artist-section__portrait-slot {
    -webkit-clip-path: url(#artist-portrait-ultra);
    clip-path: url(#artist-portrait-ultra);
  }

  .artist-section__foreground-matte--desktop {
    display: none;
  }

  .artist-section__foreground-matte--ultra-native {
    display: block;
  }

  .artist-section__inset--upper {
    left: 29.4381395349%;
    top: 53.2%;
    width: 13.9906976744%;
  }

  .artist-section__inset--lower {
    left: 22.4651162791%;
    top: 70.5%;
    width: 15.1813953488%;
  }

  .artist-section__brand {
    left: 3.95%;
    top: 2.2%;
    width: 7.0697674419%;
  }

  .artist-section__brand::before {
    height: 1.786047cqw;
  }

  .artist-section__brand::after {
    top: 4.688372cqw;
    height: 1.451163cqw;
  }

  .artist-section__brand img {
    top: 2.083721cqw;
    width: clamp(34px, 2.269767cqw, 78px);
  }

  .artist-section__brand ul {
    top: 7.627907cqw;
  }

  .artist-section__brand li {
    margin-bottom: .394419cqw;
    font-size: clamp(9px, .550698cqw, 19px);
  }

  .artist-section__vertical-note {
    left: 3.8%;
    top: 85.5%;
    row-gap: .669767cqw;
    font-size: clamp(18px, 1.116279cqw, 36px);
  }

  .artist-section__story,
  .artist-section__qualities,
  .artist-section__contexts {
    left: 50.8186046512%;
    width: 43.2%;
  }

  .artist-section__story {
    top: 9%;
  }

  .artist-section__eyebrow {
    font-size: clamp(9px, .625116cqw, 18px);
  }

  .artist-section__eyebrow > i {
    margin-left: .818605cqw;
  }

  .artist-section__star {
    width: clamp(12px, .87814cqw, 25px);
  }

  .artist-section__story h2 {
    margin-top: 1.451163cqw;
    font-size: clamp(48px, 2.843721cqw, 86px);
  }

  .artist-section__divider {
    margin: 1.413953cqw 0 1.07907cqw;
  }

  .artist-section__body-copy {
    font-size: clamp(14px, .803721cqw, 21px);
  }

  .artist-section__body-copy p + p {
    margin-top: .855814cqw;
  }

  .artist-section__qualities {
    top: 81.4%;
  }

  .artist-section__qualities h3 {
    font-size: clamp(10px, .684651cqw, 20px);
  }

  .artist-section__qualities ul {
    margin-top: .893023cqw;
  }

  .artist-section__qualities li {
    min-height: 4.27907cqw;
    padding-inline: 1.413953cqw;
  }

  .artist-section__qualities li > strong {
    margin-bottom: .610233cqw;
    font-size: clamp(25px, 1.637209cqw, 46px);
  }

  .artist-section__qualities li > p {
    font-size: clamp(10px, .625116cqw, 17px);
  }

  .artist-section__contexts {
    top: 97%;
    font-size: clamp(7px, .483721cqw, 14px);
  }

  .artist-section__contexts > i {
    height: .967442cqw;
    margin-inline: 1.227907cqw;
  }

  .artist-section__contexts > .artist-section__star {
    margin-left: 1.04186cqw;
  }
}

/* Artista — composicoes responsivas aprovadas em conceito.
   As regras abaixo usam somente os assets reais e nao alteram o desktop >= 1100px. */
@media (max-width: 1099px) {
  .artist-section {
    background: #30070b;
  }

  .artist-section__canvas {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
    background:
      radial-gradient(circle at 72% 9%, rgba(116, 26, 42, .34), transparent 27%),
      radial-gradient(circle at 16% 31%, rgba(111, 20, 37, .2), transparent 35%),
      linear-gradient(150deg, #1c0205 0%, #3d0810 48%, #260306 100%);
  }

  .artist-section__canvas::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    pointer-events: none;
    background:
      repeating-radial-gradient(circle at 18% 17%, rgba(255, 237, 216, .022) 0 1px, transparent 1px 5px),
      linear-gradient(115deg, transparent 0 46%, rgba(255, 233, 205, .018) 58%, transparent 71%);
    opacity: .72;
  }

  .artist-section__paper {
    display: block;
    background:
      radial-gradient(circle at 78% 15%, rgba(255, 255, 255, .78), transparent 28%),
      repeating-radial-gradient(circle at 64% 24%, rgba(88, 60, 35, .026) 0 1px, transparent 1px 5px),
      #f3eadc;
  }

  .artist-section__foreground-matte,
  .artist-section__foreground-matte--desktop,
  .artist-section__foreground-matte--ultra-native {
    display: none;
  }

  .artist-section__portrait-slot {
    z-index: 2;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .artist-section__portrait {
    object-fit: contain;
    object-position: center top;
  }

  .artist-section__inset {
    margin: 0;
    filter: drop-shadow(0 15px 18px rgba(10, 2, 4, .34));
  }

  .artist-section__inset--upper .artist-section__inset-shape {
    -webkit-clip-path: url(#artist-card-upper-responsive);
    clip-path: url(#artist-card-upper-responsive);
  }

  .artist-section__inset--lower .artist-section__inset-shape {
    -webkit-clip-path: url(#artist-card-lower-responsive);
    clip-path: url(#artist-card-lower-responsive);
  }

  .artist-section__inset--upper .artist-section__inset-shape > img {
    object-position: 44% 50%;
    transform: scale(1.035);
  }

  .artist-section__inset--lower .artist-section__inset-shape > img {
    object-position: 32% 48%;
    transform: scale(1.035);
  }

  .artist-section__brand {
    z-index: 9;
    color: #d9a75d;
  }

  .artist-section__brand::before,
  .artist-section__brand::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(214, 157, 77, .9), rgba(214, 157, 77, .3));
  }

  .artist-section__brand img {
    position: absolute;
    z-index: 1;
    height: auto;
  }

  .artist-section__brand ul {
    position: absolute;
    display: block;
  }

  .artist-section__brand li {
    font-weight: 470;
  }

  .artist-section__story,
  .artist-section__qualities,
  .artist-section__contexts {
    box-sizing: border-box;
  }

  .artist-section__contexts > span,
  .artist-section__contexts > i,
  .artist-section__contexts > .artist-section__star {
    display: none;
  }
}

@media (max-width: 767px) {
  .artist-section__canvas {
    --artist-hero-h: clamp(510px, 128vw, 570px);
    --artist-story-h: clamp(590px, 145vw, 630px);
    --artist-photo-cluster-y: calc(var(--artist-hero-h) - 40vw);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--artist-hero-h) var(--artist-story-h) auto auto;
    min-height: 0;
    align-content: start;
  }

  .artist-section__paper {
    position: absolute;
    z-index: 4;
    inset: auto;
    left: 0;
    right: 0;
    top: calc(var(--artist-hero-h) - 8vw);
    bottom: auto;
    width: auto;
    height: calc(var(--artist-story-h) + 14vw);
    -webkit-clip-path: url(#artist-paper-phone);
    clip-path: url(#artist-paper-phone);
  }

  .artist-section__portrait-slot {
    left: 2%;
    top: -1vw;
    width: 94%;
    height: calc(var(--artist-hero-h) + 15vw);
  }

  .artist-section__microphone-overlay {
    display: none;
  }

  .artist-section__brand {
    left: 5.5%;
    top: clamp(18px, 5vw, 22px);
    width: 23%;
  }

  .artist-section__brand::before,
  .artist-section__brand::after {
    left: 6.15vw;
  }

  .artist-section__brand::before {
    top: 0;
    height: 4.5vw;
  }

  .artist-section__brand::after {
    top: 19vw;
    height: 4.8vw;
  }

  .artist-section__brand img {
    left: 0;
    top: 5.5vw;
    width: clamp(43px, 12vw, 52px);
  }

  .artist-section__brand ul {
    left: 0;
    top: 28.5vw;
  }

  .artist-section__brand li {
    margin: 0 0 1.65vw;
    font-size: clamp(7.5px, 2.05vw, 9px);
    letter-spacing: .23em;
    line-height: 1.25;
  }

  .artist-section__vertical-note {
    left: 3.2%;
    top: clamp(155px, 41vw, 175px);
    width: auto;
    height: 19%;
    display: flex;
    flex-direction: row;
    gap: 1.7vw;
    color: rgba(215, 163, 92, .72);
    font-size: clamp(12px, 3.25vw, 14px);
    line-height: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
  }

  .artist-section__vertical-note span {
    writing-mode: vertical-rl;
  }

  .artist-section__inset--upper {
    z-index: 7;
    align-self: auto;
    left: auto;
    right: 3%;
    top: var(--artist-photo-cluster-y);
    bottom: auto;
    width: 38%;
    aspect-ratio: 1.25 / 1;
  }

  .artist-section__inset--lower {
    z-index: 8;
    align-self: auto;
    left: 35%;
    top: calc(var(--artist-photo-cluster-y) + 18vw);
    bottom: auto;
    width: 30%;
    aspect-ratio: 4 / 3;
  }

  .artist-section__story {
    position: relative;
    z-index: 5;
    grid-area: 2 / 1;
    left: auto;
    top: auto;
    width: auto;
    height: 100%;
    padding: clamp(94px, 24vw, 112px) 6.15vw clamp(54px, 14vw, 60px);
  }

  .artist-section__eyebrow {
    font-size: clamp(9px, 2.45cqw, 10.5px);
    letter-spacing: .27em;
  }

  .artist-section__eyebrow > i {
    margin-left: 3.2cqw;
  }

  .artist-section__star {
    width: clamp(12px, 3.45cqw, 15px);
  }

  .artist-section__story h2,
  .artist-section__story h2:first-child {
    margin-top: clamp(29px, 7.5vw, 34px);
    font-size: clamp(41px, 10.6cqw, 46px);
    line-height: 1.08;
    letter-spacing: -.037em;
    text-wrap: balance;
  }

  .artist-section__story h2 > span {
    white-space: normal;
  }

  .artist-section__divider {
    width: 60%;
    margin: clamp(27px, 7vw, 31px) 0 clamp(25px, 6.5vw, 29px);
  }

  .artist-section__body-copy,
  .artist-section__body-copy:first-child {
    max-width: none;
    font-size: clamp(15px, 3.85cqw, 16.5px);
    line-height: 1.52;
  }

  .artist-section__body-copy p + p {
    margin-top: clamp(19px, 4.9vw, 22px);
  }

  .artist-section__qualities {
    position: relative;
    z-index: 5;
    grid-area: 3 / 1;
    left: auto;
    top: auto;
    width: auto;
    padding: clamp(56px, 14.5vw, 64px) 6.1vw clamp(38px, 9.5vw, 44px);
    background: linear-gradient(180deg, rgba(48, 7, 11, .22), rgba(35, 3, 7, .22));
  }

  .artist-section__qualities h3 {
    margin: 0;
    max-width: none;
    font-size: clamp(9px, 2.35cqw, 10px);
    font-weight: 390;
    letter-spacing: .22em;
    line-height: 1.45;
  }

  .artist-section__qualities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 7.7vw, 34px) clamp(17px, 4.4vw, 20px);
    margin-top: clamp(30px, 7.7vw, 34px);
  }

  .artist-section__qualities li,
  .artist-section__qualities li:nth-child(odd),
  .artist-section__qualities li:nth-child(even) {
    min-height: 0;
    padding: 0 0 0 clamp(12px, 3.1vw, 14px);
    border-left: 1px solid rgba(202, 145, 73, .38);
  }

  .artist-section__qualities li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .artist-section__qualities li > strong {
    margin-bottom: clamp(8px, 2.1vw, 10px);
    font-size: clamp(30px, 7.9cqw, 34px);
    line-height: 1;
  }

  .artist-section__qualities p {
    max-width: 21ch;
    font-size: clamp(12px, 3.1cqw, 13.25px);
    line-height: 1.48;
  }

  .artist-section__contexts {
    position: relative;
    z-index: 5;
    grid-area: 4 / 1;
    left: auto;
    top: auto;
    width: auto;
    padding: 0 6.1vw clamp(40px, 10.4vw, 46px);
    font-size: clamp(9px, 2.35cqw, 10px);
    font-weight: 520;
    letter-spacing: .12em;
  }

  .artist-section__contexts ul {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    color: rgba(247, 238, 226, .76);
    letter-spacing: .1em;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .artist-section__canvas {
    --artist-hero-h: clamp(640px, 82vw, 900px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--artist-hero-h) auto auto;
    min-height: 100svh;
    align-content: start;
  }

  .artist-section__paper {
    position: absolute;
    z-index: 4;
    left: 41%;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: var(--artist-hero-h);
    -webkit-clip-path: url(#artist-paper-tablet);
    clip-path: url(#artist-paper-tablet);
  }

  .artist-section__portrait-slot {
    left: 0;
    top: 0;
    width: 55%;
    height: var(--artist-hero-h);
  }

  .artist-section__portrait {
    object-position: left top;
  }

  .artist-section__microphone-overlay {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    display: block;
    width: 55%;
    height: var(--artist-hero-h);
    overflow: hidden;
    pointer-events: none;
    -webkit-clip-path: url(#artist-microphone-responsive);
    clip-path: url(#artist-microphone-responsive);
  }

  .artist-section__microphone-overlay > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
  }

  .artist-section__brand {
    left: 4.2%;
    top: clamp(26px, 3.4vw, 38px);
    width: 16%;
  }

  .artist-section__brand::before,
  .artist-section__brand::after {
    left: 3.5vw;
  }

  .artist-section__brand::before {
    top: 0;
    height: 3vw;
  }

  .artist-section__brand::after {
    top: 11.8vw;
    height: 3.4vw;
  }

  .artist-section__brand img {
    left: 0;
    top: 3.8vw;
    width: clamp(50px, 7vw, 70px);
  }

  .artist-section__brand ul {
    left: 0;
    top: 17.8vw;
  }

  .artist-section__brand li {
    margin: 0 0 .75vw;
    font-size: clamp(8px, 1.05cqw, 11px);
    letter-spacing: .23em;
    line-height: 1.28;
  }

  .artist-section__vertical-note {
    left: 3.4%;
    top: 52%;
    width: max-content;
    height: auto;
    display: grid;
    grid-template-rows: auto auto;
    row-gap: .8cqw;
    column-gap: 0;
    color: rgba(215, 163, 92, .76);
    font-size: clamp(20px, 2.55cqw, 24px);
    line-height: 1;
    writing-mode: horizontal-tb;
    transform: rotate(-90deg);
    transform-origin: left top;
  }

  .artist-section__vertical-note span {
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }

  .artist-section__inset--upper {
    z-index: 7;
    align-self: auto;
    left: 27%;
    top: calc(var(--artist-hero-h) - 26.5vw);
    bottom: auto;
    width: 29%;
    aspect-ratio: 1.05 / 1;
  }

  .artist-section__inset--lower {
    z-index: 8;
    align-self: auto;
    left: -1%;
    top: calc(var(--artist-hero-h) - 6vw);
    bottom: auto;
    width: 38%;
    aspect-ratio: .9 / 1;
  }

  .artist-section__story {
    position: relative;
    z-index: 6;
    grid-area: 1 / 1;
    align-self: start;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 54%;
    padding: 7vw 4.5vw 4vw 3vw;
  }

  .artist-section__eyebrow {
    font-size: clamp(9.5px, 1.15cqw, 11px);
    letter-spacing: .27em;
  }

  .artist-section__eyebrow > i {
    margin-left: 1.5cqw;
  }

  .artist-section__star {
    width: clamp(13px, 1.65cqw, 18px);
  }

  .artist-section__story h2 {
    margin-top: clamp(28px, 3.5vw, 38px);
    font-size: clamp(42px, 4.8cqw, 51px);
    line-height: 1.08;
    letter-spacing: -.038em;
    text-wrap: balance;
  }

  .artist-section__story h2 > span {
    white-space: normal;
  }

  .artist-section__divider {
    width: 64%;
    margin: clamp(28px, 3.5vw, 38px) 0 clamp(23px, 2.8vw, 31px);
  }

  .artist-section__body-copy {
    max-width: 34ch;
    font-size: clamp(14.5px, 1.55cqw, 17px);
    line-height: 1.52;
  }

  .artist-section__body-copy p + p {
    margin-top: clamp(20px, 2.5vw, 27px);
  }

  .artist-section__qualities {
    position: relative;
    z-index: 5;
    grid-area: 2 / 1;
    left: auto;
    top: auto;
    width: auto;
    min-height: 0;
    padding: clamp(68px, 7.5vw, 88px) 4.5% clamp(42px, 5vw, 58px) 54%;
    background: linear-gradient(180deg, rgba(48, 7, 11, .16), rgba(31, 2, 6, .24));
  }

  .artist-section__qualities h3 {
    margin: 0;
    font-size: clamp(10px, 1.15cqw, 13px);
    font-weight: 390;
    letter-spacing: .27em;
    line-height: 1.45;
  }

  .artist-section__qualities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 3.8vw, 42px) clamp(20px, 2.5vw, 28px);
    margin-top: clamp(30px, 3.8vw, 42px);
  }

  .artist-section__qualities li,
  .artist-section__qualities li:nth-child(odd),
  .artist-section__qualities li:nth-child(even) {
    min-height: 0;
    padding: 0 0 0 clamp(15px, 1.9vw, 21px);
    border-left: 1px solid rgba(202, 145, 73, .4);
  }

  .artist-section__qualities li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .artist-section__qualities li > strong {
    margin-bottom: clamp(9px, 1.15vw, 13px);
    font-size: clamp(30px, 3.5cqw, 38px);
  }

  .artist-section__qualities p {
    max-width: 22ch;
    font-size: clamp(12.5px, 1.28cqw, 14px);
    line-height: 1.48;
  }

  .artist-section__contexts {
    position: relative;
    z-index: 5;
    grid-area: 3 / 1;
    left: auto;
    top: auto;
    width: auto;
    padding: 0 5% clamp(48px, 5.8vw, 64px) 39%;
    font-size: clamp(10px, 1.05cqw, 12px);
    font-weight: 520;
    letter-spacing: .14em;
  }

  .artist-section__contexts ul {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
    color: rgba(247, 238, 226, .76);
    letter-spacing: .11em;
  }
}
