/* sousadomingos.com — clean, cinematic, minimal */
:root {
  --bg: #0e0e0e;
  --bg-2: #161616;
  --text: #f2f2f2;
  --muted: #9a9a9a;
  --line: #262626;
  --accent: #e89a2c;
  --max: 1200px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--text); text-decoration: none; }
a:hover { color: var(--accent); }

/* nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 32px;
  background: linear-gradient(to bottom, rgba(14,14,14,.85), rgba(14,14,14,0));
}
.nav.solid { background: rgba(14,14,14,.92); backdrop-filter: blur(8px); }
.nav .logo { font-weight: 800; font-size: 19px; letter-spacing: -0.5px; }
.nav .logo span { color: var(--muted); font-weight: 500; }
.nav ul { display: flex; gap: 28px; list-style: none; }
.nav a { font-size: 15px; color: var(--muted); }
.nav a:hover, .nav a.active { color: var(--text); }

/* hero */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,14,14,.88) 0%, rgba(14,14,14,.15) 45%, rgba(14,14,14,.25) 100%); }
.hero .intro { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 32px 64px; max-width: var(--max); margin: 0 auto; text-align: right; }
.hero h1 { font-size: clamp(38px, 6vw, 72px); font-weight: 800; letter-spacing: -2px; line-height: 1.05; }
.hero h1 .dot { color: var(--accent); }
.hero p.roles { margin-top: 14px; font-size: clamp(16px, 2vw, 20px); color: var(--muted); }
.hero p.roles b { color: var(--text); font-weight: 600; }

/* sections */
section { padding: 96px 32px; }
.wrap { max-width: var(--max); margin: 0 auto; }
.kicker { font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 18px; }
h2 .off { color: var(--muted); font-weight: 700; }
.lead { color: var(--muted); max-width: 640px; margin-bottom: 44px; }
.lead b, .lead strong { color: var(--text); font-weight: 600; }

/* photo grids */
.grid { columns: 3 320px; column-gap: 14px; }
.grid a { display: block; margin-bottom: 14px; break-inside: avoid; position: relative; overflow: hidden; border-radius: 6px; background: var(--bg-2); }
.grid img { width: 100%; transition: transform .45s ease, opacity .45s ease; }
.grid a:hover img { transform: scale(1.025); }
.more { display: inline-block; margin-top: 36px; border: 1px solid var(--line); border-radius: 999px; padding: 12px 26px; font-size: 15px; color: var(--text); transition: border-color .2s; }
.more:hover { border-color: var(--accent); color: var(--accent); }

/* film */
.film-card { border-top: 1px solid var(--line); padding: 44px 0; display: grid; grid-template-columns: 1fr 2fr; gap: 36px; }
.film-card:last-of-type { border-bottom: 1px solid var(--line); }
.film-card h3 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -0.8px; }
.film-card .role { color: var(--accent); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 8px; }
.film-card .body p { color: var(--muted); margin-bottom: 14px; }
.film-card .body p b { color: var(--text); font-weight: 600; }
.laurels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.laurels span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; font-size: 13.5px; color: var(--text); }
.credits-list { list-style: none; columns: 2 300px; column-gap: 48px; margin-top: 10px; }
.credits-list li { color: var(--muted); padding: 9px 0; border-bottom: 1px solid var(--line); break-inside: avoid; font-size: 15.5px; }
.credits-list li b { color: var(--text); font-weight: 600; }
.credits-list li span.tag { color: var(--muted); font-size: 13px; }

/* about */
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: start; }
.about-grid .txt p { color: var(--muted); margin-bottom: 16px; }
.about-grid .txt p b { color: var(--text); font-weight: 600; }
.portrait { border-radius: 16px; margin-bottom: 20px; }
.facts { border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.facts dt { font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 18px; }
.facts dt:first-child { margin-top: 0; }
.facts dd { color: var(--text); margin-top: 4px; font-size: 15.5px; }

/* contact / footer */
footer { border-top: 1px solid var(--line); padding: 72px 32px 48px; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; align-items: flex-end; }
footer h2 { margin-bottom: 8px; }
footer .mail { font-size: clamp(17px, 2.5vw, 22px); color: var(--muted); }
footer .mail:hover { color: var(--accent); }
footer ul { list-style: none; display: flex; gap: 22px; }
footer ul a { color: var(--muted); font-size: 15px; }
footer .fine { width: 100%; margin-top: 40px; color: #5a5a5a; font-size: 13px; }

/* gallery page */
.page-head { padding: 150px 32px 24px; }
.series { padding-top: 40px; }

/* lightbox */
.lb { position: fixed; inset: 0; z-index: 100; background: rgba(10,10,10,.96); display: none; align-items: center; justify-content: center; }
.lb.open { display: flex; }
.lb img { max-width: 92vw; max-height: 90vh; width: auto; border-radius: 4px; }
.lb button { position: absolute; background: none; border: none; color: var(--muted); font-size: 34px; cursor: pointer; padding: 18px; line-height: 1; }
.lb button:hover { color: var(--text); }
.lb .x { top: 14px; right: 18px; }
.lb .p { left: 8px; top: 50%; transform: translateY(-50%); }
.lb .n { right: 8px; top: 50%; transform: translateY(-50%); }

@media (max-width: 780px) {
  .nav ul { gap: 18px; }
  .nav { padding: 18px 20px; }
  section { padding: 72px 20px; }
  .film-card { grid-template-columns: 1fr; gap: 16px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero .intro { padding: 0 20px 48px; }
  .page-head { padding: 120px 20px 8px; }
}
.credits-list .lnk { color: var(--accent); font-size: 12px; }
.credits-list a { border-bottom: 1px dotted var(--line); }
/* texto justificado */
.lead, .about-grid .txt p, .film-card .body p { text-align: justify; }
/* about equilibrado */
.about-grid { align-items: stretch; }
.about-grid .portrait { height: 100%; object-fit: cover; margin-bottom: 0; }
.facts-row { margin-top: 44px; border: 1px solid var(--line); border-radius: 16px; padding: 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 8px 32px; }
.facts-row dt { margin-top: 0; }
@media (max-width: 780px) { .about-grid .portrait { height: auto; } }
