:root {
  --paper: #f3f0ea;
  --ink: #171713;
  --muted: #77756f;
  --line: rgba(23, 23, 19, .2);
  --pad: clamp(20px, 3vw, 48px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; padding: 22px var(--pad); display: flex; align-items: center; justify-content: space-between; color: white; mix-blend-mode: difference; font-size: 12px; letter-spacing: .12em; }
.brand { font-weight: 700; }
.menu { display: flex; gap: 28px; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; letter-spacing: .12em; }
.hero { min-height: 100svh; position: relative; overflow: hidden; background: #111; color: white; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.42), transparent 55%), linear-gradient(0deg, rgba(0,0,0,.22), transparent 40%); }
.hero-copy { position: absolute; left: var(--pad); bottom: 10vh; }
.eyebrow { margin: 0 0 18px; font-size: 11px; letter-spacing: .18em; }
.eyebrow.dark { color: var(--muted); }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(68px, 11vw, 176px); line-height: .78; font-weight: 400; letter-spacing: -.06em; }
.scroll-cue { position: absolute; right: var(--pad); bottom: 30px; font-size: 11px; letter-spacing: .15em; }
.section { padding: 120px var(--pad); }
.section-head { display: grid; grid-template-columns: 80px 1fr 1fr; align-items: end; border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 64px; }
.index { font-size: 11px; letter-spacing: .16em; margin: 0; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(54px, 8vw, 116px); line-height: .9; margin: 0; letter-spacing: -.05em; }
.section-note { justify-self: end; max-width: 260px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.project-media { display: block; position: relative; overflow: hidden; }
.project-media img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.project-media:hover img { transform: scale(1.025); }
.project-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.08); opacity: 0; color: white; font-size: 11px; letter-spacing: .16em; transition: opacity .35s; }
.project-media:hover .project-overlay { opacity: 1; }
.project-meta { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding: 18px 0 54px; border-bottom: 1px solid var(--line); }
.project-meta h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin: 0 0 5px; }
.project-meta p, .roles, .year { margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.year { color: var(--ink); }
.campaign-grid { margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px 28px; align-items: start; }
.campaign-card video { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #ddd; }
.wide-card { grid-column: 1 / -1; width: 72%; justify-self: end; }
.wide-card video { aspect-ratio: 16/9; }
.project-meta.compact { grid-template-columns: 1fr auto; padding-bottom: 0; }
.gallery-section { padding: 100px var(--pad) 140px; background: #171713; color: #f5f2eb; }
.gallery-intro { display: grid; grid-template-columns: 80px minmax(0, 760px); gap: 0; margin-bottom: 90px; }
.gallery-intro h2 { margin-bottom: 32px; }
.project-description { max-width: 620px; font-family: Georgia, serif; font-size: clamp(23px, 3vw, 42px); line-height: 1.2; margin: 0; color: #d7d3ca; }
.gallery-image { margin: 0; }
.gallery-image img { object-fit: cover; }
.gallery-image.full { width: min(100%, 1100px); margin: 0 auto 120px; }
.gallery-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.gallery-pair .offset { margin-top: 28vh; }
.credits { margin-top: 120px; border-top: 1px solid rgba(255,255,255,.25); padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; font-size: 12px; line-height: 1.7; color: #aaa69e; }
.credits strong { color: #f5f2eb; font-weight: 400; }
.about-section { min-height: 90vh; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-lead { font-family: Georgia, serif; font-size: clamp(50px, 7vw, 104px); line-height: .95; margin: 0; }
.about-copy { max-width: 620px; font-family: Georgia, serif; font-size: clamp(20px, 2.1vw, 31px); line-height: 1.35; }
.about-copy p { margin: 0 0 1.2em; }
.contact-section { min-height: 100svh; padding: 40px var(--pad) 25px; background: #cfcbc0; display: flex; flex-direction: column; }
.contact-section h2 { font-size: clamp(88px, 15vw, 230px); margin: auto 0; }
.contact-links { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.contact-links a { padding: 20px 0; font-size: 12px; letter-spacing: .14em; }
.contact-links a:nth-child(2) { text-align: center; }
.contact-links a:last-child { text-align: right; }
.footer-line { display: flex; justify-content: space-between; padding-top: 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .menu { position: fixed; inset: 0; background: var(--ink); color: white; display: none; flex-direction: column; justify-content: center; align-items: center; gap: 28px; font-family: Georgia, serif; font-size: 44px; letter-spacing: 0; }
  .menu.open { display: flex; }
  .hero-copy { bottom: 16vh; }
  .hero-video { object-position: center; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-head { grid-template-columns: 45px 1fr; }
  .section-note { display: none; }
  .project-meta { grid-template-columns: 1fr auto; }
  .roles { display: none; }
  .campaign-grid { grid-template-columns: 1fr; gap: 60px; }
  .wide-card { grid-column: auto; width: 100%; }
  .wide-card video, .campaign-card video { aspect-ratio: 4/5; }
  .gallery-intro { grid-template-columns: 45px 1fr; }
  .gallery-pair { grid-template-columns: 1fr; gap: 50px; }
  .gallery-pair .offset { margin-top: 0; }
  .credits, .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a, .contact-links a:nth-child(2), .contact-links a:last-child { text-align: left; border-bottom: 1px solid var(--line); }
  .footer-line { gap: 20px; flex-direction: column; }
}

/* V3 — títulos, campanhas e Styling for Reels */
.hero-copy .eyebrow { max-width: 780px; line-height: 1.5; }
.project-featured .project-meta h3 { font-size: clamp(28px, 3vw, 46px); line-height: .98; }
.campaign-label { margin-top: 90px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .18em; }
.digital-section { background: #e7e2d9; }
.digital-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 42px; }
.digital-intro h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 4.5vw, 70px); font-weight: 400; letter-spacing: -.04em; }
.digital-intro p { margin: 10px 0 0; max-width: 430px; color: var(--muted); line-height: 1.6; }
.reels-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 30px); }
.reel-card { display: block; min-width: 0; }
.reel-preview { position: relative; aspect-ratio: 9 / 14; overflow: hidden; background: #d6d0c4; }
.reel-preview iframe { position: absolute; z-index: 2; top: -72px; left: -1px; width: calc(100% + 2px); height: calc(100% + 146px); border: 0; pointer-events: none; background: transparent; }
.reel-fallback { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #d6d0c4, #b8afa0); color: rgba(23,23,19,.55); font-family: Georgia, serif; font-size: clamp(32px, 4vw, 64px); }
.reel-card::after { content: ''; position: absolute; }
.reel-meta { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.reel-meta span:last-child { color: var(--muted); text-align: right; }
.reels-note { max-width: 520px; margin: 26px 0 0 auto; font-size: 11px; color: var(--muted); line-height: 1.5; }
@media (max-width: 760px) {
  .hero-copy .eyebrow { max-width: 270px; }
  .campaign-label { margin-top: 65px; }
  .digital-intro { grid-template-columns: 1fr; gap: 10px; }
  .reels-grid { grid-template-columns: 1fr; gap: 46px; }
  .reel-preview { aspect-ratio: 9 / 13; }
  .reels-note { margin-left: 0; }
}


/* Executive Production */
.executive-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.executive-card{
  position:relative;
  min-height:620px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  color:#171717;
  border:1px solid rgba(23,23,23,.16);
  transition:transform .45s ease,color .45s ease;
}
.executive-card::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.66;
  transition:transform .8s ease,opacity .45s ease;
}
.executive-card-birra::before{
  background:
    radial-gradient(circle at 76% 22%,rgba(255,255,255,.78),transparent 24%),
    linear-gradient(145deg,#8c302d 0%,#c88f75 48%,#ead8cc 100%);
}
.executive-card-imune::before{
  background:
    radial-gradient(circle at 28% 28%,rgba(255,255,255,.7),transparent 24%),
    linear-gradient(145deg,#273129 0%,#7a806e 50%,#d8d5c6 100%);
}
.executive-card:hover{
  transform:translateY(-7px);
  color:#fff;
}
.executive-card:hover::before{
  transform:scale(1.04);
  opacity:.88;
}
.executive-number,.executive-copy{
  position:relative;
  z-index:1;
}
.executive-number{
  font-size:12px;
  letter-spacing:.15em;
}
.executive-copy p{
  margin:0 0 12px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.executive-copy h3{
  margin:0 0 24px;
  font-family:var(--serif);
  font-size:clamp(64px,8vw,126px);
  font-weight:400;
  line-height:.86;
  letter-spacing:-.055em;
}
.executive-copy span{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

@media (max-width: 760px){
  .executive-grid{grid-template-columns:1fr}
  .executive-card{min-height:118vw;padding:22px}
}

/* V7 */
.executive-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.24)),
    radial-gradient(circle at 70% 28%,rgba(255,255,255,.24),transparent 26%);
  mix-blend-mode:multiply;
  pointer-events:none;
}
.executive-number,
.executive-copy,
.cover-label{
  position:relative;
  z-index:2;
}
.cover-label{
  position:absolute;
  top:28px;
  right:28px;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.55;
}
@media (max-width:760px){
  .cover-label{top:22px;right:22px}
}
