:root {
  --paper: #f4f0e8;
  --ink: #11110f;
  --muted: #605e58;
  --line: #cfc9bf;
  --accent: #b22222;
  --max: 1600px;
  --pad: clamp(20px, 3.2vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 72px;
  padding: 0 var(--pad);
  background: rgba(244, 240, 232, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand {
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-size: .95rem;
}
.brand span { color: var(--accent); }
.site-nav { display: flex; gap: clamp(22px, 2.8vw, 48px); align-items: center; }
.site-nav a { text-transform: uppercase; font-size: .76rem; font-weight: 600; letter-spacing: .04em; }
.site-nav a:hover { color: var(--accent); }
.menu-toggle { display: none; border: 0; padding: 10px 0 10px 18px; background: transparent; }
.menu-toggle span { display: block; width: 27px; height: 1px; background: var(--ink); margin: 7px 0; }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 35% 43% 22%;
  min-height: 620px;
  border-bottom: 1px solid var(--line);
}
.hero-image-wrap { overflow: hidden; border-right: 1px solid var(--line); }
.hero-image { height: 100%; min-height: 620px; object-fit: cover; object-position: 52% center; }
.hero-copy { padding: clamp(40px, 5vw, 86px) clamp(28px, 4vw, 68px); align-self: center; }
.hero-title-row { display: flex; align-items: flex-start; gap: clamp(24px, 4vw, 72px); }
h1 {
  margin: 0;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(6rem, 9.5vw, 10.5rem);
  line-height: .78;
  text-transform: uppercase;
  letter-spacing: -.035em;
  font-weight: 700;
}
.eyebrow { margin: 12px 0 0; color: var(--accent); font-size: .9rem; line-height: 1.25; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.accent-line { width: 60px; height: 3px; background: var(--accent); margin: 28px 0 20px; }
.roles { font-size: clamp(1.1rem, 1.4vw, 1.5rem); margin: 0 0 22px; }
.roles span { color: var(--accent); margin: 0 .5rem; }
.hero-intro { max-width: 670px; margin: 0; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: 14px 28px; text-transform: uppercase; font-size: .78rem; letter-spacing: .06em; font-weight: 700; border: 1px solid var(--ink); }
.button.primary { color: white; background: var(--accent); border-color: var(--accent); }
.button.primary:hover { background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--accent); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.text-link span { color: var(--accent); font-size: 1.2rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.small { font-size: .72rem; }
.hero-quote { margin: 0; padding: clamp(56px, 6vw, 102px) clamp(28px, 4vw, 68px); border-left: 1px solid var(--line); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.quote-mark { color: var(--accent); font-size: 4.8rem; line-height: .6; font-weight: 700; }
.hero-quote p { font-size: clamp(1.35rem, 1.8vw, 2rem); line-height: 1.35; font-style: italic; margin: 22px 0 0; max-width: 280px; }
.hero-quote::after { content: ""; width: 34px; height: 3px; background: var(--accent); margin-top: 34px; }

.section { max-width: var(--max); margin: 0 auto; padding: 32px var(--pad) 54px; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-size: 1rem; }
.section-heading > p { margin: 0; color: var(--muted); }
.projects-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.project-card a { display: block; }
.image-frame, .typographic-image { aspect-ratio: 1.58 / 1; overflow: hidden; background: #111; }
.image-frame img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform .4s ease, filter .4s ease; }
.project-card:hover img { transform: scale(1.025); filter: grayscale(.2); }
.typographic-image { color: white; padding: 18px; display: grid; grid-template-rows: auto 1fr auto; }
.typographic-image strong { align-self: center; font-family: "Barlow Condensed"; font-size: clamp(2.2rem, 3.2vw, 4.5rem); line-height: .76; letter-spacing: -.02em; }
.typographic-image .label, .typographic-image .issue { font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.tipo-jornal .typographic-image { background: #1c1b18; }
.alma-pretinha .typographic-image { background: #20201e; }
.alma-pretinha .typographic-image strong { color: var(--paper); }
.project-meta { padding-top: 14px; }
.project-meta h3 { margin: 0 0 5px; font-size: 1rem; text-transform: uppercase; }
.project-meta p { margin: 0 0 4px; color: var(--muted); font-size: .86rem; }
.project-meta span { color: var(--accent); font-size: .82rem; }
.featured-case { border-left: 1px solid var(--line); padding-left: 34px; }
.overline { color: var(--accent); font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 14px; }
.featured-case img { aspect-ratio: 1.75 / 1; object-fit: cover; filter: grayscale(1); }
.featured-case h3 { margin: 16px 0 2px; text-transform: uppercase; }
.case-kicker { color: var(--accent); margin: 0 0 18px; }
.featured-case > p:not(.overline):not(.case-kicker) { color: #25241f; font-size: .93rem; }

.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 30px; padding-top: 22px; }
.expertise-grid article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding-right: 24px; }
.expertise-grid article + article { border-left: 1px solid var(--line); padding-left: 24px; }
.expertise-number { font-family: "Barlow Condensed"; color: var(--accent); font-size: 1.8rem; line-height: 1; }
.expertise-grid h3 { margin: 0 0 5px; font-size: .8rem; text-transform: uppercase; }
.expertise-grid p { margin: 0; color: var(--muted); font-size: .78rem; }

.about { display: grid; grid-template-columns: 11% minmax(0, 1fr) minmax(340px, 31%); gap: 24px; padding-top: 70px; padding-bottom: 70px; }
.about-label p { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin: 0; }
.about-copy, .about-facts { min-width: 0; }
.about-copy h2 { font-family: "Barlow Condensed"; font-size: clamp(3.3rem, 5vw, 6.4rem); line-height: .95; margin: 0 0 28px; max-width: 840px; }
.about-copy p { max-width: 730px; font-size: 1.05rem; }
.about-copy .text-link { margin-top: 14px; }
.about-facts { border-left: 1px solid var(--line); padding-left: 40px; display: grid; gap: 30px; align-content: start; }
.about-facts div { display: grid; grid-template-columns: minmax(120px, 130px) 1fr; align-items: baseline; gap: 15px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.about-facts strong { font-family: "Barlow Condensed"; font-size: 3.2rem; line-height: .95; white-space: nowrap; color: var(--accent); }
.about-facts strong.fact-word { font-size: 2.6rem; }
.about-facts span { color: var(--muted); font-size: .86rem; }

.secondary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.secondary-grid article { min-height: 230px; padding: 28px 0 0; border-top: 1px solid var(--ink); display: flex; flex-direction: column; align-items: flex-start; }
.secondary-grid h3 { font-family: "Barlow Condensed"; font-size: 2.3rem; line-height: 1; margin: 14px 0; }
.secondary-grid p:not(.overline) { color: var(--muted); max-width: 420px; }
.secondary-grid .text-link, .secondary-grid .status { margin-top: auto; }
.status { color: var(--accent); font-size: .8rem; }

.cinema-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.poster-card img { aspect-ratio: 2 / 2.85; object-fit: cover; filter: grayscale(1); transition: filter .35s ease, transform .35s ease; }
.poster-card:hover img { filter: grayscale(.1); transform: translateY(-3px); }
.poster-card div { padding-top: 14px; }
.poster-card h3 { text-transform: uppercase; font-size: .95rem; margin: 0 0 4px; }
.poster-card p, .poster-card span { margin: 0; color: var(--muted); font-size: .82rem; }
.poster-card span { color: var(--accent); }

.recognition-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.recognition-grid article { padding: 26px 24px 10px 0; min-height: 150px; }
.recognition-grid article + article { border-left: 1px solid var(--line); padding-left: 24px; }
.recognition-grid span { color: var(--accent); font-family: "Barlow Condensed"; font-size: 1.5rem; }
.recognition-grid h3 { margin: 10px 0 5px; text-transform: uppercase; font-size: .83rem; }
.recognition-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

.contact { max-width: var(--max); margin: 0 auto; padding: 90px var(--pad) 110px; background: var(--ink); color: var(--paper); }
.contact h2 { font-family: "Barlow Condensed"; font-size: clamp(4rem, 7vw, 8.8rem); line-height: .88; max-width: 1250px; margin: 20px 0 70px; }
.contact-links { display: flex; gap: clamp(28px, 5vw, 80px); flex-wrap: wrap; }
.contact-links a { border-bottom: 1px solid var(--accent); padding-bottom: 5px; }
.contact-links a:hover { color: var(--accent); }
footer { max-width: var(--max); margin: 0 auto; min-height: 110px; padding: 28px var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); }
footer p { margin: 0; color: var(--muted); font-size: .82rem; text-align: center; }
footer .text-link { justify-self: end; }

@media (max-width: 1180px) {
  .hero { grid-template-columns: 38% 62%; }
  .hero-quote { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 38px var(--pad); flex-direction: row; align-items: center; gap: 28px; }
  .hero-quote p { max-width: 760px; margin: 0; }
  .hero-quote::after { margin: 0 0 0 auto; }
  .projects-layout { grid-template-columns: 1fr; }
  .featured-case { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; display: grid; grid-template-columns: 44% 1fr; column-gap: 28px; }
  .featured-case .overline { grid-column: 1 / -1; }
  .featured-case img { grid-row: 2 / 7; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .recognition-grid { grid-template-columns: repeat(3, 1fr); }
  .recognition-grid article:nth-child(4) { border-left: 0; }
}

@media (max-width: 820px) {
  .site-header { min-height: 64px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px var(--pad) 30px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .site-nav.open { display: flex; }
  .hero { display: block; }
  .hero-image { min-height: 0; height: auto; aspect-ratio: 4 / 3; object-position: 50% 44%; }
  .hero-image-wrap { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-copy { padding: 42px var(--pad); }
  .hero-title-row { display: block; }
  h1 { font-size: clamp(5rem, 25vw, 8rem); }
  .eyebrow { margin-top: 24px; }
  .hero-quote { flex-direction: column; align-items: flex-start; }
  .hero-quote::after { margin-left: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .expertise-grid { grid-template-columns: 1fr 1fr; row-gap: 24px; }
  .expertise-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
  .about { grid-template-columns: 1fr; }
  .about-facts { border-left: 0; padding-left: 0; grid-template-columns: repeat(3, 1fr); }
  .about-facts div { display: block; }
  .secondary-grid { grid-template-columns: 1fr; }
  .cinema-grid { grid-template-columns: 1fr 1fr; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  .recognition-grid article:nth-child(odd) { border-left: 0; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: left; }
  footer p { text-align: left; }
  footer .text-link { justify-self: start; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .project-grid { grid-template-columns: 1fr; }
  .featured-case { display: block; }
  .featured-case img { margin-bottom: 18px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article, .expertise-grid article + article { border-left: 0; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
  .about-facts { grid-template-columns: 1fr; }
  .cinema-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-grid article, .recognition-grid article + article { border-left: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .contact { padding-top: 70px; }
  .contact h2 { font-size: 4.2rem; }
}
