:root {
  --pink: #ff76bf;
  --cream: #ffffff;
  --ink: #050505;
  --paper: #ffffff;
  --muted: rgba(5, 5, 5, 0.58);
  --line: rgba(5, 5, 5, 0.22);
  --green: #c7f263;
}

@font-face {
  font-family: "Open Sauce One";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-300-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sauce One";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sauce One";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sauce One";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sauce-one@latest/latin-900-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sans@latest/latin-300-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sans@latest/latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/open-sans@latest/latin-700-normal.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  margin: 0;
  position: relative;
  background: var(--cream);
  color: var(--ink);
  font-family: "Open Sauce One", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.flow-section {
  --flow: 0.5;
  --flow-shift: 0px;
  overflow: hidden;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
}

.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 4px;
  background: var(--pink);
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 48px;
  padding: 0 clamp(12px, 3vw, 34px);
  background: var(--ink);
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none;
  outline: none;
  transform: none;
  pointer-events: auto;
}

.site-nav a,
.hero-contact-buttons a,
.mini-link,
.pdf-pill,
.contact-form button,
.contact-links a {
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 clamp(10px, 1.6vw, 18px);
  background: transparent;
  color: var(--paper);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
  backdrop-filter: none;
}

.site-nav a:hover {
  background: transparent;
  color: var(--pink);
  transform: none;
}

.site-nav a[download] {
  margin-left: auto;
  background: var(--paper);
  color: var(--ink);
}

.site-nav a[download]:hover {
  background: var(--pink);
  color: var(--ink);
}

.hero {
  min-height: 100vh;
  height: 100svh;
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero-name {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(74px, 8vw, 98px) clamp(20px, 4vw, 54px) clamp(20px, 4vw, 54px);
  position: relative;
  z-index: 2;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
}

.mini-link,
.pdf-pill {
  width: max-content;
  min-width: 132px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #eeeeee;
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
}

.pdf-pill {
  cursor: pointer;
}

.pdf-pill:hover,
.mini-link:hover {
  background: var(--ink);
  color: var(--pink);
}

.hero-contact-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: min(100%, 620px);
  margin-top: clamp(18px, 2.4vw, 34px);
  padding-top: clamp(14px, 2vw, 24px);
  border-top: 0;
}

.hero-contact-buttons a {
  min-width: 112px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.hero-contact-buttons a:hover {
  background: var(--pink);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero-title {
  margin-top: auto;
  margin-bottom: clamp(30px, 5vw, 72px);
  width: min(100%, 1040px);
}

h1 {
  margin: 0;
  max-width: 100%;
  padding: 0;
  font-size: clamp(74px, min(13.5vw, 21vh), 205px);
  line-height: 0.96;
  font-family: "Open Sauce One", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.095em;
  font-stretch: 82%;
  text-transform: lowercase;
  color: var(--paper);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.24);
}

h1 span {
  display: block;
  opacity: 0;
  transform: translate3d(-0.22em, 0.18em, 0) scaleX(0.94);
  transform-origin: left center;
  animation: nameLineIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

h1 span:nth-child(1) {
  animation-delay: 0.18s;
}

h1 span:nth-child(2) {
  animation-delay: 0.34s;
}

h1 span:nth-child(3) {
  animation-delay: 0.5s;
}

.hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 620px;
  padding-right: 170px;
}

.hero-intro {
  width: max-content;
  max-width: min(100%, 900px);
  margin: clamp(50px, 7vw, 90px) 0 0;
  font-size: clamp(10px, 0.85vw, 14px);
  line-height: 1.2;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-tags {
  max-width: 720px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.hero-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 11px;
  background: #ff9fd2;
  font-size: 12px;
  font-weight: 300;
  text-transform: lowercase;
}

.hero-letter {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-meta span,
.highlight-list span,
.skill {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: lowercase;
  background: rgba(255, 255, 255, 0.18);
}

.hero-visual {
  position: absolute;
  inset: 0;
  min-height: 100%;
  display: block;
  background: var(--ink);
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.portrait-video,
.print-portrait {
  width: 100%;
  height: 100%;
  margin-left: 0;
  object-fit: cover;
  object-position: 0% 22%;
  filter: contrast(1.03) saturate(1.02);
  display: block;
  opacity: 0.96;
  animation: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.32), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.28), transparent 52%);
  opacity: 1;
  pointer-events: none;
}

.print-portrait {
  display: none;
}

@keyframes portraitColorRise {
  0%,
  28% {
    filter: grayscale(1) contrast(1.16) brightness(0.9);
  }

  100% {
    filter: grayscale(0.08) contrast(1.08) saturate(1.2) brightness(0.98);
  }
}

@keyframes nameLineIn {
  0% {
    opacity: 0;
    transform: translate3d(-0.22em, 0.18em, 0) scaleX(0.94);
    filter: blur(10px);
  }

  62% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleX(1);
    filter: blur(0);
  }
}

.pattern {
  min-height: 220px;
  border-left: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.flower {
  background:
    radial-gradient(ellipse at 10% 50%, var(--cream) 0 18%, transparent 19%),
    radial-gradient(ellipse at 38% 10%, var(--cream) 0 18%, transparent 19%),
    radial-gradient(ellipse at 66% 50%, var(--cream) 0 18%, transparent 19%),
    radial-gradient(ellipse at 38% 90%, var(--cream) 0 18%, transparent 19%),
    var(--ink);
}

.burst {
  background:
    repeating-conic-gradient(from 4deg at 50% 50%, var(--pink) 0 8deg, var(--ink) 8deg 14deg);
}

.soft {
  background:
    radial-gradient(ellipse at 0% 22%, var(--pink) 0 19%, transparent 20%),
    radial-gradient(ellipse at 100% 50%, var(--pink) 0 18%, transparent 19%),
    radial-gradient(ellipse at 30% 100%, var(--pink) 0 22%, transparent 23%),
    var(--cream);
}

.intro {
  min-height: calc(100svh - 48px);
  padding: clamp(48px, 5vw, 78px) clamp(24px, 4vw, 52px);
  background: var(--ink);
  color: var(--paper);
}

.panel-black {
  background: var(--ink);
  color: var(--paper);
}

.tiny {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 800;
  text-transform: lowercase;
}

.intro .handwritten {
  width: max-content;
  max-width: 100%;
  margin: 0 0 clamp(34px, 5vw, 62px);
  color: var(--paper);
  font-family: "Brush Script MT", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(58px, 8vw, 132px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
  transform: rotate(-2deg);
  position: relative;
}

.intro .handwritten::after {
  content: "";
  position: absolute;
  left: 2%;
  right: -3%;
  bottom: -10px;
  height: 12px;
  border-bottom: 3px solid currentColor;
  border-radius: 60%;
  transform: rotate(1deg);
  opacity: 0.9;
}

.intro-layout {
  min-height: calc(100svh - 148px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}

.intro-copy h2 {
  margin: 0;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(92px, 15vw, 230px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.intro-copy p {
  max-width: 930px;
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  color: var(--paper);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.38vw, 21px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
}

.intro-photo {
  min-height: 0;
  aspect-ratio: 1 / 1.14;
  margin: 0;
  position: sticky;
  top: 72px;
  align-self: start;
  background: var(--paper);
  padding: clamp(8px, 1.1vw, 12px) clamp(8px, 1.1vw, 12px) clamp(34px, 4vw, 54px);
  overflow: visible;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transform: rotate(-2.2deg);
}

.intro-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(1.02);
}

.intro-photo::before,
.intro-photo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.intro-photo::before {
  inset: -8px -9px -7px -8px;
  border: 2px solid var(--paper);
  border-radius: 47% 53% 48% 52% / 2% 4% 3% 5%;
  transform: rotate(-2.4deg);
}

.intro-photo::after {
  inset: -13px -14px -12px -13px;
  border-left: 2px solid var(--paper);
  border-right: 2px solid var(--paper);
  border-radius: 50% 46% 55% 48% / 4% 3% 5% 2%;
  transform: rotate(2.1deg);
  opacity: 0.88;
}

.scribble-photo {
  position: relative;
  float: left;
  width: clamp(195px, 28vw, 315px);
  aspect-ratio: 1 / 1.14;
  margin: 0 clamp(34px, 5.4vw, 68px) 24px 0;
  padding: 10px 10px 42px;
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  transform: rotate(-2.2deg);
  shape-outside: inset(0 round 4px);
}

.scribble-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 2px;
  filter: saturate(0.92) contrast(1.03);
}

.scribble-photo::before,
.scribble-photo::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.scribble-photo::before {
  inset: -8px -9px -7px -8px;
  border: 2px solid var(--paper);
  border-radius: 47% 53% 48% 52% / 2% 4% 3% 5%;
  transform: rotate(-2.4deg);
}

.scribble-photo::after {
  inset: -13px -14px -12px -13px;
  border-left: 2px solid var(--paper);
  border-right: 2px solid var(--paper);
  border-radius: 50% 46% 55% 48% / 4% 3% 5% 2%;
  transform: rotate(2.1deg);
  opacity: 0.88;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(22px, 5vw, 78px);
}

.section-cream {
  background: var(--cream);
}

.section-pink {
  background: var(--pink);
}

.section-ink {
  background: var(--ink);
  color: var(--cream);
}

.focus-section {
  background: var(--ink);
  color: var(--paper);
}

.section-heading {
  display: flex;
  justify-content: flex-start;
  margin-bottom: clamp(34px, 6vw, 78px);
}

.section-heading span {
  display: block;
  position: relative;
  width: max-content;
  max-width: 100%;
  color: currentColor;
  font-size: clamp(58px, 10vw, 150px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.08em;
  text-transform: lowercase;
  transform: translate3d(calc(var(--flow-shift, 0px) * -0.35), 0, 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

.section-heading span::after {
  content: "";
  position: absolute;
  left: 1%;
  right: -2%;
  bottom: -0.18em;
  height: 0.16em;
  border-bottom: 0.035em solid currentColor;
  border-radius: 60%;
  transform: rotate(-0.6deg);
  opacity: 0.95;
}

.cards-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
  align-items: stretch;
}

.focus-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 0;
  margin-bottom: 20px;
  background: var(--paper);
  overflow: hidden;
}

.focus-card figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1.35 / 1;
  margin: 0;
  background: var(--paper);
  overflow: hidden;
  filter: none;
  border: 0;
}

.focus-card figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transform: scale(calc(1.02 + (var(--flow, 0.5) * 0.018)));
  transition: transform 0.16s linear;
  will-change: transform;
}

.focus-card figure iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #000000;
}

.focus-card:nth-child(2) figure img {
  object-position: 50% 0%;
}

.focus-card h3,
.work-card h3,
.job h3 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 46px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.focus-section .focus-card h3 {
  color: var(--ink);
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1;
}

.focus-card p,
.job-description {
  margin: 14px 0 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.42;
}

.focus-section .focus-card p {
  width: 100%;
  margin-top: 14px;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.focus-copy {
  --card-pad: clamp(14px, 1.6vw, 20px);
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
  border: 0;
  padding: 0;
  overflow: hidden;
}

.focus-copy h3 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--card-pad);
  background: var(--pink);
  border: 0;
  overflow-wrap: break-word;
}

.focus-copy p,
.focus-copy a,
.focus-copy small,
.focus-cta {
  max-width: calc(100% - (var(--card-pad) * 2));
  margin-right: var(--card-pad);
  margin-left: var(--card-pad);
  overflow-wrap: break-word;
  word-break: normal;
}

.focus-copy a,
.focus-copy small {
  display: inline;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.12;
}

.focus-copy p {
  margin-top: var(--card-pad);
  font-size: 12px;
  line-height: 1.38;
}

.focus-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.focus-copy small {
  font-weight: 400;
}

.focus-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45em;
  margin-top: 8px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.15;
}

.focus-cta:not(.has-note) {
  width: calc(100% - (var(--card-pad) * 2));
}

.focus-cta:not(.has-note) a,
.focus-cta.has-note {
  width: 100%;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  text-decoration: none;
}

.focus-cta.has-note {
  gap: 0.35em;
}

.focus-cta.has-note a,
.focus-cta.has-note small {
  width: auto;
  max-width: none;
  margin: 0;
  color: currentColor;
  line-height: 1.1;
  text-decoration: none;
}

.focus-copy > :last-child {
  margin-bottom: var(--card-pad);
}

.focus-section .section-heading span {
  color: #ffffff;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.work-card {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background:
    linear-gradient(to bottom, transparent 0 62%, var(--ink) 62%),
    var(--cream);
  color: var(--cream);
  border: 1px solid var(--ink);
}

.work-card small {
  color: var(--pink);
  font-weight: 800;
  text-transform: lowercase;
}

.work-card p {
  margin: 10px 0 0;
  color: var(--cream);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.42;
}

.timeline-section {
  padding-top: clamp(70px, 8vw, 116px);
}

.timeline {
  display: grid;
}

.timeline-item {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  position: relative;
  padding: clamp(30px, 4vw, 48px) 0;
  border-bottom: 1px solid var(--ink);
  perspective: 900px;
}

.timeline-item:first-child {
  border-top: 1px solid var(--ink);
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  width: 1px;
  background: var(--ink);
  opacity: 0.45;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: clamp(36px, 4vw, 54px);
  left: 196px;
  width: 9px;
  height: 9px;
  background: var(--pink);
}

.tl-meta {
  padding-right: 26px;
  text-align: right;
}

.tl-period,
.tl-company {
  margin: 0;
  color: rgba(5, 5, 5, 0.62);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: lowercase;
}

.tl-company {
  margin-top: 10px;
  color: var(--pink);
  font-weight: 900;
}

.tl-content {
  max-width: 820px;
  padding-left: 28px;
  transform: translate3d(calc(var(--flow-shift, 0px) * 0.12), 0, 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

.tl-role {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.tl-role span {
  color: var(--pink);
}

.tl-desc {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.52;
}

.award-card {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  transform: translate3d(calc(var(--flow-shift, 0px) * -0.1), 0, 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

.award-card::before {
  content: "prêmio";
  position: absolute;
  right: 18px;
  top: 18px;
  color: rgba(255, 118, 191, 0.2);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.award-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.award-card h4 {
  max-width: min(760px, 82%);
  margin: 0;
  color: var(--pink);
  font-size: clamp(30px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.award-card p {
  max-width: min(760px, 88%);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.job {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 0;
  border-top: 1px solid var(--ink);
}

.job-period,
.job-company {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: lowercase;
}

.job-company {
  margin: 10px 0 0;
}

.job-description {
  max-width: 860px;
  font-size: 12px;
}

.highlight-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
}

.stack,
.skills {
  display: grid;
  gap: 10px;
}

.education {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding: 16px 0;
}

.education strong {
  font-size: 14px;
  text-transform: lowercase;
}

.education span {
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

.skills {
  display: flex;
  flex-wrap: wrap;
}

.skill {
  color: var(--cream);
  border-color: var(--cream);
  background: transparent;
}

.skills-section {
  background: var(--pink);
  color: var(--ink);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.skill-block {
  min-height: 0;
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  transform: translate3d(0, calc(var(--flow-shift, 0px) * 0.1), 0);
  transition:
    transform 0.16s linear,
    background 0.18s ease,
    color 0.18s ease;
  will-change: transform;
}

.skill-block:nth-child(even) {
  transform: translate3d(0, calc(var(--flow-shift, 0px) * -0.08), 0);
}

.skill-block h3 {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.skill-meter {
  width: 100%;
  height: 10px;
  display: block;
  margin-top: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e5e5;
}

.skill-meter::after {
  width: var(--skill-level, 100%);
  height: 100%;
  display: block;
  content: "";
  border-radius: inherit;
  background: #bdbdbd;
}

.contact {
  display: flex;
  flex-direction: column;
  background: var(--pink);
  color: var(--ink);
}

.contact-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(42px, 7vw, 100px) clamp(22px, 5vw, 76px) clamp(34px, 5vw, 62px);
}

.contact h2 {
  width: max-content;
  max-width: 100%;
  margin: 0;
  position: relative;
  font-family: "Brush Script MT", "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(58px, 9vw, 132px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: lowercase;
  transform: rotate(-2deg);
}

.contact h2::after {
  content: "";
  position: absolute;
  left: 2%;
  right: -3%;
  bottom: -10px;
  height: 12px;
  border-bottom: 3px solid currentColor;
  border-radius: 60%;
  transform: rotate(1deg);
  opacity: 0.9;
}

.contact-inner > p {
  max-width: 760px;
  margin: clamp(34px, 4vw, 54px) 0 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 300;
  line-height: 1.35;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.7fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(30px, 5vw, 64px);
}

.contact-form {
  display: grid;
  gap: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 12px 14px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.contact-form textarea {
  resize: vertical;
  min-height: 112px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(5, 5, 5, 0.56);
}

.contact-form button {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  text-transform: lowercase;
  cursor: pointer;
}

.contact-form button:hover {
  background: var(--paper);
  color: var(--ink);
}

.contact-links {
  display: grid;
  gap: 10px;
  justify-items: stretch;
  margin-top: 0;
}

.contact-links a {
  min-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  font-family: "Open Sauce One", Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.contact-links a:hover {
  background: var(--ink);
  color: var(--paper);
}

.contact-links a span {
  width: auto;
  display: block;
  color: currentColor;
  font-size: 0.82em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-align: left;
}

.contact-links a strong {
  color: currentColor;
  font: inherit;
  text-decoration: none;
}

.site-credit {
  margin: 0;
  min-height: 54px;
  border-top: 8px solid var(--pink);
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  font-family: "Open Sauce One", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
}

.contact {
  background: var(--ink);
  color: var(--paper);
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  padding: clamp(42px, 6vw, 82px) clamp(22px, 6vw, 90px) clamp(30px, 4vw, 48px);
}

.contact-call h2 {
  width: auto;
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 7.4vw, 118px);
  line-height: 0.9;
  white-space: nowrap;
}

.contact-call h2 em {
  color: var(--pink);
  font-style: normal;
}

.contact-call p {
  max-width: 620px;
  margin: clamp(18px, 3vw, 30px) 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: stretch;
  margin-top: 0;
}

.contact-links {
  height: 100%;
  gap: 8px;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.contact-links .contact-link {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
  padding: 14px 16px;
  background: var(--paper);
  color: var(--ink);
}

.contact-links .contact-link:hover {
  background: var(--pink);
  color: var(--ink);
  transform: translateX(-4px);
}

.contact-link span,
.contact-links a span {
  color: currentColor;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-link strong,
.contact-links a strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: currentColor;
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-art {
  min-height: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
}

.contact-art .pattern {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-left: 0;
  border-bottom: 0;
  border-top: 1px solid var(--ink);
}

.focus-section .focus-card {
  min-height: clamp(360px, 30vw, 430px);
}

.focus-section .focus-card figure {
  flex: 0 0 44%;
  max-height: 210px;
}

.focus-section .focus-copy {
  flex: 1;
}

.focus-section .focus-copy p {
  max-width: calc(100% - (var(--card-pad) * 2));
}

.contact {
  background: var(--paper);
  color: var(--ink);
}

.contact-call h2 {
  color: var(--ink);
  font-size: clamp(76px, 11vw, 168px);
}

.contact-call h2 em {
  color: var(--pink);
}

.contact-call p {
  color: rgba(5, 5, 5, 0.72);
}

.contact-form input,
.contact-form textarea {
  border: 1px solid var(--ink);
}

.contact-form button {
  background: var(--ink);
  color: var(--paper);
}

.contact-form button:hover {
  background: var(--pink);
  color: var(--ink);
}

.contact-status {
  min-height: 18px;
  margin: 2px 0 0;
  color: var(--ink);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

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

.contact-links .contact-link {
  border: 1px solid var(--ink);
}

@media (min-width: 921px) {
  .focus-section .focus-card {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
  }

  .focus-section .focus-card figure {
    flex-basis: auto;
    height: clamp(150px, 15vw, 230px);
    max-height: 230px;
  }
}

.reveal {
  opacity: 0;
  --reveal-x: 0;
  --reveal-y: 34px;
  --reveal-rotate: 0deg;
  --reveal-scale: 1;
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) rotate(var(--reveal-rotate)) scale(var(--reveal-scale));
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

.reveal[data-reveal="slide-left"] {
  --reveal-x: -54px;
  --reveal-y: 0;
}

.reveal[data-reveal="slide-right"] {
  --reveal-x: 54px;
  --reveal-y: 0;
}

.reveal[data-reveal="flow-up"] {
  --reveal-y: 58px;
  --reveal-scale: 0.98;
}

.reveal[data-reveal="scale-in"] {
  --reveal-y: 24px;
  --reveal-scale: 0.9;
}

.reveal[data-reveal="tilt"] {
  --reveal-y: 38px;
  --reveal-rotate: -3deg;
  --reveal-scale: 0.96;
}

.reveal[data-reveal="pop"] {
  --reveal-y: 18px;
  --reveal-scale: 0.88;
}

.reveal[data-reveal="fade-only"] {
  --reveal-y: 0;
  --reveal-scale: 1;
  transition-duration: 0.65s;
}

.reveal[data-reveal="write"] {
  opacity: 1;
  --reveal-y: 0;
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transform: none;
}

.reveal[data-reveal="write"].visible {
  max-width: 100%;
  animation: contactWrite 1.35s steps(18, end) both;
}

.reveal[data-reveal="blink"] {
  --reveal-y: 0;
  --reveal-scale: 0.98;
  transition-duration: 0.16s;
}

.reveal[data-reveal="blink"].visible {
  animation: blinkIn 0.28s steps(2, end) both;
}

@keyframes contactWrite {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes blinkIn {
  0% {
    opacity: 0;
    filter: contrast(1.2);
  }
  55% {
    opacity: 1;
    filter: contrast(1.8);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}

.parallax-soft {
  transform: translate3d(0, calc(var(--parallax, 0) * -18px), 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

.parallax-deep {
  transform: translate3d(0, calc(var(--parallax, 0) * -34px), 0);
  transition: transform 0.12s linear;
  will-change: transform;
}

@media (max-width: 920px) {
  .work-grid,
  .job,
  .timeline-item,
  .split-section {
    grid-template-columns: 1fr;
  }

  .skills-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-item {
    gap: 14px;
  }

  .timeline-item::before,
  .timeline-item::after {
    display: none;
  }

  .tl-meta {
    padding-right: 0;
    text-align: left;
  }

  .tl-content {
    padding-left: 0;
  }

  .award-card h4,
  .award-card p {
    max-width: 100%;
  }

  .award-card::before {
    right: 12px;
    top: 12px;
    font-size: clamp(36px, 14vw, 72px);
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .intro {
    min-height: auto;
  }

  .intro-layout {
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-photo {
    position: relative;
    top: auto;
    width: min(100%, 460px);
    justify-self: center;
  }

  .hero-name {
    min-height: 100vh;
    padding: 82px 22px 22px;
  }

  .hero-title {
    margin-bottom: 32px;
  }

  h1 {
    font-size: clamp(64px, min(18vw, 20vh), 142px);
  }

  .portrait-video,
  .print-portrait {
    width: 100%;
    object-position: 0% 22%;
    opacity: 0.82;
  }

  .hero-meta {
    padding-right: 0;
  }

  .hero-intro {
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .contact-art {
    min-height: 30px;
  }
}

@media (max-width: 700px) {
  .cards-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .cards-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 112px;
  }

  .site-nav {
    top: 0;
    width: 100%;
    min-height: 44px;
    padding: 0 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .site-nav a[download] {
    margin-left: 0;
  }

  .site-nav a {
    min-height: 44px;
    padding: 0 9px;
    font-size: 10px;
    white-space: nowrap;
  }

  .intro {
    padding: 34px clamp(20px, 6vw, 34px);
  }

  .intro-copy p {
    font-size: 13px;
    line-height: 1.5;
  }

  .intro .handwritten {
    margin-bottom: 22px;
    font-size: clamp(46px, 13vw, 72px);
  }

  .scribble-photo {
    width: clamp(155px, 44vw, 220px);
    margin-right: clamp(24px, 6vw, 34px);
    padding: 7px 7px 30px;
  }

  .scribble-photo::before {
    inset: -6px -6px -5px -7px;
  }

  .scribble-photo::after {
    inset: -10px -10px -9px -10px;
  }

  .contact-links .contact-link {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 560px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-name {
    padding: 100px 18px 18px;
  }

  h1 {
    font-size: clamp(54px, min(20vw, 18vh), 96px);
    line-height: 0.96;
    letter-spacing: -0.09em;
  }

  .mini-link,
  .pdf-pill {
    min-width: 104px;
    min-height: 36px;
    font-size: 12px;
  }

  .hero-contact-buttons a {
    min-width: 92px;
    min-height: 34px;
    font-size: 11px;
  }

  .hero-intro {
    margin-top: 24px;
    max-width: 300px;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-align: left;
  }

  .hero-meta {
    gap: 6px;
  }

  .hero-meta span {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 10px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 11mm;
  }

  body {
    background: #fff;
    color: #000;
  }

  .mini-link,
  .pdf-pill,
  .pattern,
  .portrait-video,
  .section-heading,
  .contact-art {
    display: none !important;
  }

  .print-portrait {
    display: block !important;
  }

  .hero,
  .intro,
  .section,
  .contact {
    min-height: 0;
    display: block;
    background: #fff !important;
    color: #000 !important;
    padding: 0 0 14px;
    page-break-inside: avoid;
  }

  h1 span {
    opacity: 1;
    transform: none;
    animation: none;
    filter: none;
  }

  .hero-name {
    min-height: 0;
    display: block;
    padding: 0;
  }

  h1 {
    font-size: 54px;
    line-height: 0.9;
    padding: 0 0 10px;
  }

  .hero-meta span,
  .highlight-list span,
  .skill,
  .contact-links a {
    color: #000;
    border-color: #000;
  }

  .hero-visual {
    display: block;
    min-height: 0;
    background: #fff;
  }

  .print-portrait {
    width: 132px;
    height: 165px;
    float: right;
    margin: 0 0 8px 14px;
    object-fit: cover;
  }

  .intro-grid,
  .split-section {
    display: block;
  }

  .intro-copy p,
  .intro-copy p + p,
  .contact h2 {
    font-size: 14px;
    line-height: 1.25;
  }

  .scribble-photo {
    width: 120px;
    float: right;
    margin: 0 0 8px 14px;
  }

  .scribble-photo::before,
  .scribble-photo::after {
    border-color: #000;
  }

  .cards-three,
  .work-grid {
    display: none;
  }

  .job {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #000;
  }

  .job h3 {
    font-size: 20px;
  }

  .job-description {
    font-size: 11px;
  }
}

/* ========================================
   FIXES 24/05/26
   ======================================== */

/* Profile badges (cinza, não clicáveis) */
.profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}
.pbadge {
  background: #3a3a3a;
  color: #ccc;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  user-select: none;
  cursor: default;
}

/* Focus cards: espaço entre texto e botão */
.focus-copy {
  display: flex;
  flex-direction: column;
}
.focus-copy p {
  flex: 1;
}
.focus-cta {
  margin-top: 16px !important;
}

/* Contact title: fonte menor, sem cortar */
.contact-title {
  font-size: clamp(2rem, 5vw, 4.5rem) !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  word-break: normal;
  overflow: visible !important;
  padding-bottom: 10px;
}
.contact-call {
  overflow: visible !important;
}

/* Contact section: responsive mobile */
@media (max-width: 768px) {
  .contact-inner {
    padding: 40px 20px !important;
  }
  .contact-title {
    font-size: 2rem !important;
  }
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .contact-call {
    text-align: center;
  }

  /* Hero video: responsivo, vai pra baixo do texto */
  .hero {
    flex-direction: column !important;
  }
  .hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    order: -1;
  }
  .hero-name {
    width: 100% !important;
    padding: 30px 20px !important;
    text-align: center;
  }

  /* Focus cards: iframe responsivo */
  .focus-card figure iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }
}

/* Award card: ver CSS atualizado no final do arquivo */

/* Tagline underline: só até o fim da frase, com espaço */
.hero-intro {
  display: inline;
  border-bottom: 0;
  padding-bottom: 24px;
  line-height: 2.4;
}

/* Remove linhas brancas extras no header */
.site-nav, .site-nav::before, .site-nav::after { border: 0 !important; }
.hero::before, .hero::after { border: 0 !important; }

/* Badges dentro da foto (data, signo, etc) */
.intro-photo {
  position: relative;
}
.photo-badges {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 5;
  width: 92%;
}
.photo-badges .pbadge {
  background: rgba(220, 220, 220, 0.85);
  color: #333;
  padding: 5px 12px;
  border-radius: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2px;
  user-select: none;
  cursor: default;
  backdrop-filter: blur(6px);
}
@media (max-width: 768px) {
  .photo-badges {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 10px;
    width: 100%;
  }
}

/* Award card CPOF redesenhado */
.award-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 24px !important;
}
.award-card .award-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.07;
  color: #fff;
  pointer-events: none;
  white-space: nowrap;
}
.award-card .award-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: var(--pink);
  display: block;
  margin-bottom: 4px;
}
.award-card .award-category {
  font-size: 14px;
  font-weight: 700;
  color: var(--pink);
  display: block;
  margin-bottom: 10px;
}
.award-card h4 {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  color: #fff;
  margin: 0 0 14px;
}

/* Padronizar altura dos focus cards */
.cards-three {
  align-items: stretch;
}
.focus-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.focus-card figure {
  flex-shrink: 0;
}
.focus-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.focus-copy p {
  flex: 1;
}

/* Company name em rosa */
.pink-company {
  color: var(--pink) !important;
}

/* ===============================================
   BATCH 1 ALTERAÇÕES - Vídeo + Linha + Texto + Nav + Nome Mobile
   =============================================== */

/* 1. VÍDEO RESPONSIVO (sem autoplay, sem loop) */
.portrait-video {
  width: 100%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}

/* 2. LINHA BRANCA FINA APÓS NOME */
.hero-line {
  border: none;
  border-top: 1px solid rgba(5, 5, 5, 0.22);
  margin: 1.5rem 0 1rem 0;
  padding: 0;
  width: 100%;
}

/* 3. HERO - TEXTO EMBAIXO (não sobreposto) */
.hero {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
}

.hero-visual {
  flex-shrink: 0;
}

.hero-name {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-title {
  width: 100%;
}

/* 4. NAV RESPONSIVO - DIMINUIR FONTE MOBILE */
@media (max-width: 768px) {
  .site-nav {
    font-size: 0.8rem;
    gap: 0.5rem;
    padding: 8px 12px;
  }
  
  .site-nav a {
    padding: 6px 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .site-nav {
    font-size: 0.65rem;
    gap: 0.25rem;
    padding: 6px 8px;
  }
  
  .site-nav a {
    padding: 4px 5px;
    font-size: 0.65rem;
    white-space: nowrap;
  }
}

/* 5. NOME ALINHADO À ESQUERDA NO MOBILE */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }
  
  .hero-visual {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .hero-name {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  
  .hero-title {
    text-align: left;
  }
  
  .hero-title h1 {
    font-size: clamp(1.5rem, 8vw, 3.5rem);
    text-align: left;
  }
  
  .hero-intro {
    text-align: left;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }
}

/* Linha responsiva */
.hero-line {
  max-width: 100%;
}


/* ===============================================
   BATCH 2+3 ALTERAÇÕES
   =============================================== */

/* 6+7. NOME E LINHA RESPONSIVA MOBILE */
@media (max-width: 480px) {
  .hero-title h1 {
    text-align: left;
    font-size: clamp(1.2rem, 7vw, 2.5rem);
    line-height: 1.1;
  }
  
  .hero-line {
    width: 100%;
    margin: 1rem 0 0.8rem 0;
  }
}

/* 8+9. JOBS JÁ REALIZADOS - RESPONSIVIDADE MOBILE */
@media (max-width: 768px) {
  .cards-three {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .focus-card {
    margin-bottom: 0;
  }
  
  .focus-card h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
  }
  
  .focus-card p {
    font-size: clamp(0.85rem, 3vw, 0.95rem);
  }
  
  .focus-cta {
    margin-top: 0.8rem;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .cards-three {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .focus-card {
    padding: 1rem;
    gap: 0.8rem;
  }
  
  .focus-card figure {
    min-height: 200px;
  }
  
  .focus-card h3 {
    font-size: 1rem;
  }
  
  .focus-card p {
    font-size: 0.85rem;
  }
}

/* 13. "VAMOS TOMAR UM CAFÉ" - NÃO CENTRALIZADO MOBILE */
@media (max-width: 768px) {
  .contact-call {
    text-align: left;
  }
  
  .contact-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    text-align: left;
  }
}

/* 15. BOTÕES CONTATO - 2 COLUNAS, PRETO + HOVER ROSA */
.contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #050505;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  min-height: 100px;
}

.contact-links a:hover {
  background-color: #ff76bf;
  color: #050505;
  transform: translateY(-2px);
}

.contact-links a small {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.3rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-links a strong {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-links {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
  
  .contact-links a {
    padding: 1rem;
    min-height: 80px;
  }
}

@media (max-width: 480px) {
  .contact-links {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  
  .contact-links a {
    padding: 0.8rem;
    min-height: 70px;
    font-size: 0.75rem;
  }
  
  .contact-links a small {
    font-size: 0.65rem;
  }
  
  .contact-links a strong {
    font-size: 1rem;
  }
}


/* "SOON TO BE" - NÃO CLICÁVEL */
.contact-link-disabled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #050505;
  color: #ffffff;
  border-radius: 4px;
  min-height: 100px;
  opacity: 0.5;
  cursor: default;
}

.contact-link-disabled small {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.3rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-link-disabled strong {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-link-disabled {
    padding: 1rem;
    min-height: 80px;
  }
}

@media (max-width: 480px) {
  .contact-link-disabled {
    padding: 0.8rem;
    min-height: 70px;
    font-size: 0.75rem;
  }
  
  .contact-link-disabled small {
    font-size: 0.65rem;
  }
  
  .contact-link-disabled strong {
    font-size: 1rem;
  }
}


/* FIXES: Vídeo + Linha branca */

/* Vídeo autoplay */
.portrait-video {
  width: 100%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
  background: #000;
}

/* Remover hero-line */
.hero-line {
  display: none;
}

/* Linha branca no intro - embaixo do opening text */
.intro-line {
  border: none;
  border-top: 1px solid #ffffff;
  margin: 1.5rem 0 1.5rem 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .intro-line {
    margin: 1rem 0 1rem 0;
  }
}

