/* Site David — camada cinematográfica.
   Retratos profissionais reais integrados; sem vídeo, fonte remota ou biblioteca de animação.
   A cenografia de apoio permanece abstrata. */
:root {
  --ink-deep: #081d25;
  --night: #06171e;
  --gold-light: #cfb687;
  --cinema-ease: cubic-bezier(.2,.75,.25,1);
  --header-h: 90px;
}
body { text-rendering: optimizeLegibility; }
main { overflow: clip; }
.site-header {
  background: #091f27;
  color: var(--paper);
  border-bottom: 1px solid #e7d6b208;
  transition: background .4s, border-color .4s, box-shadow .4s;
}
.site-header.is-scrolled {
  background: #081d25f5;
  border-color: #c5ad7d3b;
  box-shadow: 0 8px 30px #05151a22;
}
.header-inner { min-height: var(--header-h); }
.brand-name { font-size: 24px; letter-spacing: .11em; }
.brand-meta { color: #c0ccca; font-size: 8px; letter-spacing: .19em; }
.main-nav { gap: 29px; }
.main-nav a { color: #eeeee7; }
.main-nav>a:not(.nav-contact):not(.search-link)::after { background: var(--gold-light); }
.main-nav .nav-contact { border-color: #a3a99b88; min-height: 44px; padding-inline: 20px; }
.main-nav .nav-contact:hover { background: var(--paper); color: var(--ink); }
.main-nav .search-link { min-width: 44px; }
.site-header :focus-visible, .site-footer :focus-visible { outline-color: var(--gold-light); }
.menu-toggle { color: var(--paper); border-color: #bdc4b84d; }
.button, .text-link, .filter-button { transition-duration: .35s; }
.button:hover svg { transform: translateX(3px); }
.button svg { transition: transform .35s var(--cinema-ease); }
.button:active { transform: translateY(0); }

/* Abertura: cenário em camadas e luz de janela. */
.hero { background: #091f27; isolation: isolate; }
.hero::after { display: none; }
.hero-grid {
  position: relative; z-index: 2;
  grid-template-columns: 1.24fr .86fr;
  gap: 44px; min-height: 650px;
  padding-top: 50px; padding-bottom: 45px;
}
.hero-copy { animation: none; }
.hero .eyebrow { margin-bottom: 31px; font-size: 10px; letter-spacing: .19em; }
.hero h1 { font-size: clamp(64px,5.72vw,86px); line-height: 1.04; letter-spacing: -.048em; }
.headline-line { display: block; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-description { max-width: 395px; font-size: 15px; line-height: 1.85; color: #c9d1ce; margin-top: 30px; }
.hero .button-row { margin-top: 29px; gap: 25px; }
.hero .button { min-height: 52px; padding: 13px 23px; gap: 30px; }
.hero .button:hover { background: #e5dbc7; }
.hero .text-link { border-color: #b0b4a768; }
.hero-meta { display: flex; align-items: center; gap: 15px; color: #b8c4c1; font-size: 9px; letter-spacing: .12em; margin-top: 29px; }
.hero-meta>span { color: var(--gold-light); }
.hero-bottom {
  position: relative; z-index: 3; padding-block: 14px;
  border-color: #d3c7ab30; font-size: 9px; letter-spacing: .16em;
  color: #c3cdca;
}
.hero-bottom .down-link { min-height: 42px; gap: 18px; }
.hero-bottom .down-link:hover { color: var(--gold-light); }
.cinema-scene { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.scene-float { position: absolute; inset: -35px; transform: translate3d(var(--scene-x,0px),var(--scene-y,0px),0); }
.scene-wall {
  position: absolute; top: -25%; right: 3%; bottom: -15%; width: 48%;
  background: linear-gradient(96deg,#06171e00,#68736a30 18%,#7980763b 36%,#0b202900 90%);
  transform: skewX(-9deg);
  box-shadow: -2px 0 0 #d0d0b318, -26px 0 52px #00000026;
}
.scene-window {
  position: absolute; top: -22%; right: 10%; width: 42%; height: 140%;
  background: repeating-linear-gradient(90deg, #030d1533 0, #030d15c2 12px, #c3c0a541 16px, #a6adae1a 72px, #182b3221 122px, #030d1588 130px);
  transform: perspective(800px) rotateY(-8deg) rotate(10deg);
  mask-image: linear-gradient(180deg,transparent 0%,#000 15%,#000 67%,transparent 92%);
  opacity: .59;
}
.scene-window::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(174deg,transparent 0 32%,#071b24da 32.5% 36%,#d1c39422 36.5%,transparent 37% 63%,#071b24bb 63.5% 66%,transparent 66.5%);
}
.scene-light {
  position: absolute; top: -10%; left: 42%; width: 60%; height: 112%;
  background: radial-gradient(ellipse at 48% 9%,#e3c9923b, #8a968234 23%,#27454a1a 47%,transparent 72%);
  transform: rotate(-14deg);
  mix-blend-mode: screen;
}
.scene-edge {
  position: absolute; width: 1px; height: 94%; right: 17%; top: -12%;
  background: linear-gradient(transparent,#dfd5b644,transparent); transform: rotate(10deg);
  box-shadow: 23px 0 90px 32px #b9ae8610;
}
.scene-shelves {
  position: absolute; right: 1%; width: 12%; height: 75%; bottom: -8%;
  display: flex; gap: 7px; align-items: flex-end; padding: 0 12px 0 0;
  border-bottom: 12px solid #041017; border-top: 9px solid #06171e;
  opacity: .55; transform: perspective(500px) rotateY(-12deg);
}
.scene-shelves i {
  display: block; height: 73%; flex: 1;
  background: linear-gradient(90deg,#031018,#254047 50%,#06171e);
  border-left: 1px solid #a99a6633;
  border-radius: 3px 3px 0 0;
  box-shadow: inset 0 30px 0 #06171e55, inset 0 32px 0 #b8a06b24, inset 0 -60px 0 #00000033;
}
.scene-shelves i:nth-child(3n) { height: 88%; }
.scene-shelves i:nth-child(2n) { height: 62%; }
.scene-shelves i:nth-child(5) { height: 80%; }
.scene-vignette { position: absolute; inset: 0; background: linear-gradient(90deg,#091f27 0%,#091f27fa 18%,#091f27ed 31%,#091f2790 49%,#071b2333 73%,#06171e8a),linear-gradient(0deg,#081d25 0%,transparent 28%,transparent 74%,#091f2755); }
.scene-grain {
  position: absolute; inset: 0; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.8' d='M0 0h160v160H0z'/%3E%3C/svg%3E");
}

/* Retratos reais, preservados dentro do sistema editorial aprovado. */
.hero-portrait-wrap { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.portrait {
  display: flex; flex-direction: column; background: #081d25; min-height: 0; overflow: hidden;
  border: 1px solid #c1b28c26; box-shadow: 18px 22px 60px #010a1029;
}
.hero-portrait { min-height: 0; border: 0; box-shadow: none; background: none; }
.portrait::before { content: none; }
.portrait-frame {
  position: relative; min-height: 410px; overflow: hidden; isolation: isolate;
}
.hero-portrait .portrait-frame {
  min-height: 0; aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 52% 30%,#31535c 0%,#183b46 34%,#0b2832 67%,#061b23 100%);
}
.about-portrait .portrait-frame { min-height: 450px; }
.portrait-frame::before {
  content: ''; position: absolute; z-index: 2; pointer-events: none;
  inset: 19px; border: 0;
  background: linear-gradient(#c6b08266,#c6b08266) left top/40px 1px no-repeat,
    linear-gradient(#c6b08266,#c6b08266) left top/1px 40px no-repeat,
    linear-gradient(#c6b08266,#c6b08266) right bottom/40px 1px no-repeat,
    linear-gradient(#c6b08266,#c6b08266) right bottom/1px 40px no-repeat;
}
.portrait-picture, .portrait-picture img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.portrait-picture img { object-fit: cover; object-position: center top; filter: saturate(.88) contrast(1.02); }
.hero-portrait .portrait-picture img { object-fit: contain; object-position: center bottom; }
.about-portrait .portrait-picture img { object-position: center top; }
.portrait-shade {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg,#06171e5c 0%,transparent 24%,transparent 76%,#04131966 100%),linear-gradient(90deg,#06171e38,transparent 48%,#06171e1f);
}
.about-portrait .portrait-shade { background: linear-gradient(180deg,#06171e52 0%,transparent 23%,transparent 78%,#04131970 100%); }
.hero-portrait .portrait-shade { background: linear-gradient(180deg,transparent 68%,#04131936 100%); }
.portrait-foot {
  position: relative; inset: auto; z-index: 3; display: flex; flex-direction: column;
  padding: 18px 40px 23px; gap: 5px; border-top: 1px solid #c1b28c35;
  background: linear-gradient(115deg,#071a22,#0b252d); color: var(--paper); text-shadow: none;
}
.portrait-top {
  position: relative; inset: auto; display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px; padding-bottom: 12px; border-bottom: 1px solid #c1b28c35;
  color: #cbd4cf; font-size: 8px; letter-spacing: .19em; text-shadow: none;
}
.portrait-name { font-size: 32px; letter-spacing: -.02em; }
.portrait-note { color: #e0e4dc; font-size: 10px; line-height: 1.7; }
.portrait-caption { color: #b4c0bb; text-align: right; font-size: 9px; margin-top: 0; padding-right: 16px; letter-spacing: .04em; }

/* Ritmo editorial: marfim, profundidade escura e retorno à leitura. */
.cinema-intro { padding-block: 78px; background: radial-gradient(ellipse at 80% 0%,#e7dfcb7a,transparent 65%),var(--paper); }
.cinema-intro .intro-grid { grid-template-columns: 1.05fr 1fr .66fr; gap: 55px; align-items: center; }
.cinema-intro .eyebrow { font-size: 9px; color: #647172; letter-spacing: .15em; margin-bottom: 21px; }
.cinema-intro h2 { font-size: 43px; line-height: 1.08; letter-spacing: -.04em; }
.intro-copy { padding-top: 21px; }
.intro-copy p { font-size: 14px; line-height: 1.95; }
.intro-copy .text-link { margin-top: 17px; font-size: 12px; }
.intro-aside { border-left: 1px solid #c2bdac; padding-left: 32px; }
.intro-aside p { font-family: var(--serif); font-size: 23px; font-style: italic; line-height: 1.4; color: #55615c; }
.aside-rule { display: block; width: 30px; height: 1px; background: var(--gold); margin-bottom: 21px; }
.aside-sign { display: block; font-size: 8px; letter-spacing: .15em; color: #5f6b69; margin-top: 23px; }
.cinema-areas {
  background: radial-gradient(ellipse at 90% 20%,#264c513d,transparent 60%),linear-gradient(116deg,#0c252e,#102d36 55%,#0a2028);
  border: 0; position: relative; padding-block: 85px;
}
.cinema-areas .section-head { margin-bottom: 44px; }
.cinema-areas .section-head h2 { font-size: 54px; }
.cinema-areas .section-head h2 em { color: var(--gold-light); }
.cinema-areas .text-link { border-color: #c1c5af66; }
.cinema-areas .area-grid, .cinema-areas .area-card+.area-card { border-color: #cbb88f37; }
.cinema-areas .area-card { padding-block: 34px 36px; min-height: 265px; overflow: hidden; }
.cinema-areas .area-card .card-top { margin-bottom: 29px; color: #d0cdbb; font-size: 9px; }
.cinema-areas .area-card h3 { font-size: 36px; position: relative; z-index: 1; transition: color .35s; }
.cinema-areas .area-card p { color: #bccbc8; max-width: 405px; }
.cinema-areas .area-card:hover h3 { color: var(--gold-light); }
.cinema-areas .area-card:hover .card-top svg { transform: translate(3px,-3px); }
.cinema-areas .card-top svg { transition: transform .4s var(--cinema-ease); }
.cinema-areas .split-note { color: #b6c4c0; font-size: 10px; }
.area-number { position: absolute; right: 36px; bottom: 10px; font-family: var(--serif); font-size: 115px; line-height: 1; color: #e5dac908; letter-spacing: -.09em; pointer-events: none; }
.cinema-areas .area-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #c3ab7e; transform: scaleX(0); transform-origin: left; transition: transform .6s var(--cinema-ease); }
.cinema-areas .area-card:hover::after, .cinema-areas .area-card:focus-within::after { transform: scaleX(1); }
.cinema-journal { background: radial-gradient(ellipse at 8% 40%,#ded6c552,transparent 50%),var(--paper); padding-block: 103px; }
.journal-preview { gap: 95px; }
.journal-stage { position: relative; padding: 0 13px 25px 0; perspective: 1200px; }
.journal-stage::before { content: ''; position: absolute; inset: 14px 0 14px 14px; border: 1px solid #b9af9566; background: #e8e0d0; transform: rotate(1deg); }
.journal-cover {
  min-height: 428px; padding: 34px 38px; color: var(--paper);
  background: radial-gradient(ellipse at 95% 0%,#7378644a,transparent 65%),linear-gradient(116deg,#0d2a34,#153940 50%,#0b252d);
  border: 1px solid #3d5555; box-shadow: 12px 20px 34px #13282922;
  transform: rotate(-1deg); transform-origin: center;
  transition: transform 1s var(--cinema-ease),box-shadow 1s;
}
.journal-cover::before { content: ''; position: absolute; left: 9px; top: 0; bottom: 0; width: 1px; background: #dfc89733; box-shadow: 3px 0 0 #03192088; }
.journal-cover::after { color: #eadfc30a; font-size: 450px; right: -35px; bottom: -91px; }
.cover-top { font-size: 8px; letter-spacing: .16em; color: #d0d5c6; gap: 12px; }
.cover-title { font-size: 66px; line-height: 1.01; }
.cover-title em { color: var(--gold-light); }
.cover-bottom { border-color: #c9b68755; color: #d0d5c6; font-size: 9px; }
.journal-stage-note { position: absolute; bottom: -8px; left: 0; color: #68716b; font-size: 9px; letter-spacing: .08em; }
.journal-copy h2 { font-size: 55px; line-height: 1.06; }
.journal-copy p { font-size: 14px; }
.personal-band { background: #e9e4d8; padding-block: 59px; border-block: 1px solid #d4cfc0; }
.personal-grid { gap: 70px; }
.personal-grid h2 { font-size: 41px; }
.personal-grid p { line-height: 1.9; }
.contact-strip { padding-block: 64px; background: radial-gradient(ellipse at 78% 0%,#7a755027,transparent 65%),#0b2730; }
.contact-strip h2 { font-size: 48px; }
.contact-strip h2 em { color: var(--gold-light); }
.site-footer { background: #06191f; padding-top: 44px; padding-bottom: 32px; }
.footer-brand { font-size: 33px; letter-spacing: .08em; }
.footer-bottom { padding-right: 170px; }

/* Mesmo sistema nas páginas internas, sem escurecer a leitura dos artigos. */
.page-intro.dark { position: relative; isolation: isolate; overflow: hidden; background: #091f27; padding-bottom: 73px; }
.page-intro.dark::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 88% 5%,#a2946327,transparent 45%),linear-gradient(110deg,transparent 45%,#36545444 70%,#071b22aa); }
.page-intro.dark::after { content: ''; position: absolute; z-index: -1; pointer-events: none; width: 34%; top: -40%; bottom: -80%; right: 5%; background: repeating-linear-gradient(90deg,transparent 0 86px,#c8bea315 89px,#04151e5c 92px 106px,transparent 110px); transform: rotate(19deg); mask-image: linear-gradient(180deg,#000,transparent 90%); }
.page-intro.dark .wrap { position: relative; }
.page-intro.dark h1 { letter-spacing: -.045em; }
.page-intro.dark h1 em { color: var(--gold-light); }
.breadcrumb { margin-bottom: 38px; }
.about-portrait { background: linear-gradient(115deg,#0e2b34,#23484a 55%,#0b242c); }
.about-portrait .portrait-monogram { font-size: 270px; }
.about-copy h2 em, .practice-heading h2 em { color: #806c44; }
.practice-section { background: radial-gradient(ellipse at 0 20%,#e5dece55,transparent 45%),var(--paper); }
.process-panel { border-color: #bbae934d; box-shadow: 16px 19px 50px #142b3308; }
.blog-controls { background: var(--paper); }
.blog-identity { color: #bfcabf; border-color: #c3b48766; }
.empty-state { padding-top: 77px; padding-bottom: 86px; }
.empty-state h2 { font-size: 50px; }
.empty-mark { margin-bottom: 30px; }
.empty-mark span { color: #8e7750; }
.formation-section { background: #fcfaf6; }
.form-preview { border: 1px solid #d4cbb7; box-shadow: 15px 20px 50px #081d2509; }
.article-head h1 { letter-spacing: -.045em; }
.article-body { text-wrap: pretty; }
.article-body p { line-height: 1.85; }
.article-byline { border-color: #c5bba6; }

/* Controles disponíveis para efeitos de ambiente com mais de 5 segundos. */
.preview-dock {
  position: fixed; bottom: 16px; right: 18px; z-index: 25;
  display: flex; align-items: stretch;
  background: #102d36f5; color: var(--paper); border: 1px solid #b59c696e;
  box-shadow: 0 5px 25px #071a2333;
}
.preview-trigger { position: static; box-shadow: none; background: transparent; border: 0; color: #eaeade; font-size: 10px; letter-spacing: .04em; min-height: 44px; padding: 7px 12px; }
.preview-trigger span { border-color: var(--gold-light); }
.motion-toggle { min-width: 44px; min-height: 44px; border: 0; border-left: 1px solid #b59c6944; color: #e5dfcc; background: transparent; display: none; align-items: center; justify-content: center; }
.js-enabled .motion-toggle { display: flex; }
.motion-toggle svg { width: 16px; height: 16px; }
.motion-toggle:hover, .preview-trigger:hover { background: #28474d; }
.motion-toggle[aria-pressed="true"] svg { opacity: .65; }
.motion-toggle:disabled { cursor: default; opacity: .6; }
.motion-label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.preview-dock :focus-visible { outline-color: #e4c78c; }
.preview-dialog { max-width: 600px; box-shadow: 0 20px 110px #0008; }
.preview-dialog::backdrop { background: #05171dd9; }

/* Movimento progressivo: nenhum conteúdo é ocultado na ausência de JavaScript. */
@keyframes cinema-enter { from { opacity: .16; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cinema-reveal { from { opacity: .45; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cinema-light { 0%,100% { opacity: .66; transform: rotate(-14deg) translateX(-8px); } 50% { opacity: 1; transform: rotate(-12deg) translateX(10px); } }
@media (prefers-reduced-motion: no-preference) {
  body[data-motion="running"] .hero .eyebrow { animation: cinema-enter .85s var(--cinema-ease) both; }
  body[data-motion="running"] .headline-line { animation: cinema-enter 1.1s var(--cinema-ease) both; }
  body[data-motion="running"] .headline-line:nth-child(2) { animation-delay: .1s; }
  body[data-motion="running"] .headline-line:nth-child(3) { animation-delay: .2s; }
  body[data-motion="running"] .hero-description { animation: cinema-enter 1.1s .25s var(--cinema-ease) both; }
  body[data-motion="running"] .hero .button-row { animation: cinema-enter 1.1s .35s var(--cinema-ease) both; }
  body[data-motion="running"] .hero-portrait { animation: cinema-enter 1.3s .15s var(--cinema-ease) both; }
  body[data-motion="running"] [data-reveal].is-revealed { animation: cinema-reveal .85s var(--cinema-ease) both; }
}
@media (hover:hover) and (pointer:fine) and (min-width:961px) and (prefers-reduced-motion:no-preference) {
  body[data-motion="running"] .scene-light { animation: cinema-light 15s ease-in-out infinite; }
  body[data-motion="running"] .journal-stage:hover .journal-cover { transform: rotate(0) rotateY(-3deg) translateY(-4px); box-shadow: 17px 25px 42px #13282930; }
}
body.is-background *, body.is-background *::before, body.is-background *::after { animation-play-state: paused !important; }
body[data-motion="paused"] *, body[data-motion="paused"] *::before, body[data-motion="paused"] *::after { animation: none !important; transition: none !important; }
body[data-motion="paused"] .scene-float { transform: none; }
body[data-motion="paused"] .button:hover, body[data-motion="paused"] .button:hover svg, body[data-motion="paused"] .text-link:hover svg, body[data-motion="paused"] .card-top svg, body[data-motion="paused"] .journal-stage:hover .journal-cover { transform: none; }
html.motion-paused { scroll-behavior: auto; }

/* Tablet. */
@media (min-width:1450px) {
  .hero-grid { min-height: 690px; padding-block: 60px; }
  .hero h1 { font-size: 86px; }
}
@media (max-width:1150px) {
  .hero-grid { gap: 22px; grid-template-columns: 1.26fr .84fr; min-height: 618px; }
  .hero h1 { font-size: 65px; }
  .main-nav { gap: 20px; }
  .brand-name { font-size: 22px; }
  .hero .button-row { gap: 20px; }
  .hero .button { padding-inline: 18px; gap: 20px; }
  .cinema-intro .intro-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .intro-aside { display: none; }
  .journal-preview { gap: 50px; }
  .cover-title { font-size: 56px; }
}
@media (max-width:960px) {
  :root { --header-h: 80px; }
  .header-inner { min-height: var(--header-h); }
  .js-enabled .menu-toggle { display: flex; }
  .js-enabled .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 5px; background: #0d2933; padding: 17px 24px 24px; border-bottom: 1px solid #d5bd8b5c; max-height: calc(100dvh - 80px); overflow-y: auto; box-shadow: 0 20px 50px #05121866; }
  .js-enabled .main-nav.is-open { display: flex; }
  .js-enabled .main-nav>a { font-size: 16px; padding: 9px 11px; min-height: 46px; }
  .js-enabled .main-nav>a[aria-current=page] { color: var(--gold-light); }
  .js-enabled .main-nav>a:not(.nav-contact):not(.search-link)::after { display: none; }
  .main-nav .nav-contact { margin-top: 8px; justify-content: space-between; }
  .main-nav .search-link { width: 100%; justify-content: flex-start; gap: 13px; }
  .main-nav .search-link::after { content: 'Buscar nos artigos'; font-size: 14px; }
  .nav-overlay { inset: var(--header-h) 0 0; background: #041218ad; }
  body.menu-open { overflow: hidden; }
  .hero-grid { grid-template-columns: 1.2fr .8fr; gap: 23px; min-height: 590px; padding-block: 48px; }
  .hero h1 { font-size: 58px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .16em; margin-bottom: 27px; }
  .hero-description { font-size: 14px; max-width: 340px; margin-top: 25px; }
  .hero .button-row { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 18px; }
  .hero .button { min-height: 49px; font-size: 12px; }
  .hero .text-link { min-height: 44px; font-size: 12px; }
  .portrait-foot { padding-inline: 28px 24px; }
  .portrait-top { font-size: 7px; letter-spacing: .1em; }
  .portrait-note { font-size: 9px; }
  .portrait-name { font-size: 27px; }
  .portrait-monogram { font-size: 220px; }
  .portrait-caption { font-size: 8px; text-align: center; padding: 0; }
  .hero-meta { font-size: 8px; gap: 10px; }
  .hero-bottom { font-size: 8px; letter-spacing: .1em; }
  .cinema-intro { padding-block: 62px; }
  .cinema-intro h2 { font-size: 40px; }
  .cinema-intro .intro-grid { gap: 37px; }
  .cinema-areas { padding-block: 66px; }
  .cinema-areas .section-head h2 { font-size: 46px; }
  .cinema-areas .area-card h3 { font-size: 33px; }
  .journal-preview { gap: 36px; }
  .cinema-journal { padding-block: 77px; }
  .journal-cover { min-height: 365px; padding: 29px; }
  .cover-title { font-size: 48px; }
  .cover-top { font-size: 7px; letter-spacing: .1em; }
  .cover-bottom { font-size: 8px; }
  .journal-copy h2 { font-size: 43px; }
  .personal-grid h2 { font-size: 35px; }
  .contact-strip h2 { font-size: 40px; }
}
@media (min-width:581px) and (max-width:740px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 52px; }
  .hero .button-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .portrait-monogram { font-size: 180px; }
  .portrait-top span:first-child { max-width: 110px; }
  .portrait-foot { padding-inline: 24px 15px; }
  .portrait-name { font-size: 25px; }
  .hero-portrait-wrap { width: 100%; max-width: 520px; margin-inline: auto; }
}
/* Celular: iluminação e entrada suave, sem paralaxe nem animação infinita de luz. */
@media (max-width:580px) {
  :root { --header-h: 76px; }
  html { scroll-padding-top: 95px; }
  .wrap { width: calc(100% - 40px); }
  .brand-name { font-size: 22px; }
  .brand-meta { font-size: 7px; letter-spacing: .17em; margin-top: 9px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 40px; padding-bottom: 19px; min-height: 0; }
  .hero h1 { font-size: clamp(48px,13.5vw,72px); line-height: 1.045; letter-spacing: -.045em; }
  .hero h1 .headline-line:first-child { font-size: .8em; line-height: 1.22; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .15em; margin-bottom: 25px; gap: 10px; }
  .hero .eyebrow::before { width: 20px; }
  .hero-description { font-size: 14px; max-width: 350px; line-height: 1.8; margin-top: 23px; }
  .hero .button-row { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 23px; }
  .hero .button { font-size: 11px; min-height: 48px; padding: 12px 15px; gap: 16px; }
  .hero .text-link { font-size: 11px; gap: 12px; min-height: 46px; }
  .hero-meta { font-size: 8px; letter-spacing: .08em; gap: 12px; margin-top: 22px; }
  .hero-portrait-wrap { width: 100%; max-width: 520px; margin: 4px auto 0; }
  .hero-portrait .portrait-frame { min-height: 0; aspect-ratio: 1 / 1; }
  .hero-portrait .portrait-picture img { object-position: center bottom; }
  .portrait-frame::before { inset: 8px; background-size: 30px 1px,1px 30px,30px 1px,1px 30px; }
  .hero-portrait .portrait-surface { background: radial-gradient(ellipse at 70% 10%,#a6a98816,transparent 75%); }
  .hero-portrait .portrait-monogram { font-size: 195px; transform: translate(56px,2px); color: #d4cfb927; }
  .hero-portrait .portrait-top { font-size: 7px; letter-spacing: .13em; }
  .hero-portrait .portrait-foot { padding: 16px 23px 19px; gap: 3px; }
  .hero-portrait .portrait-name { font-size: 27px; }
  .hero-portrait .portrait-note { font-size: 9px; }
  .hero-portrait .portrait-horizon { bottom: 29%; left: 6%; right: 8%; }
  .portrait-caption { margin-top: 8px; text-align: right; font-size: 8px; }
  .hero-bottom { font-size: 7px; letter-spacing: .08em; padding-block: 10px; gap: 12px; }
  .hero-bottom .hero-bottom-middle { display: none; }
  .hero-bottom .down-link { font-size: 8px; gap: 9px; }
  .scene-wall { top: 35%; right: -20%; width: 90%; bottom: -10%; }
  .scene-window { top: 28%; right: -10%; width: 72%; height: 95%; opacity: .7; }
  .scene-light { top: 31%; left: 8%; width: 110%; height: 77%; mix-blend-mode: normal; }
  .scene-shelves { right: -2%; bottom: -10%; height: 42%; width: 14%; opacity: .26; }
  .scene-edge { right: 12%; top: 38%; height: 63%; }
  .scene-vignette { background: linear-gradient(180deg,#091f27 0%,#091f27ed 38%,#091f27bb 48%,#091f2722 74%,#081d25b3 100%),linear-gradient(90deg,#091f27aa,transparent 90%); }
  .scene-grain { opacity: .028; }
  .cinema-intro { padding-block: 50px; }
  .cinema-intro .intro-grid { grid-template-columns: 1fr; gap: 23px; }
  .cinema-intro .eyebrow { font-size: 8px; margin-bottom: 20px; }
  .cinema-intro h2 { font-size: 39px; }
  .intro-copy { padding-top: 0; }
  .intro-copy p { font-size: 14px; }
  .intro-copy .text-link { margin-top: 14px; }
  .cinema-areas { padding-block: 51px; }
  .cinema-areas .section-head { gap: 21px; margin-bottom: 25px; }
  .cinema-areas .section-head h2 { font-size: 41px; }
  .cinema-areas .area-grid { border-bottom: 0; }
  .cinema-areas .area-card { padding-block: 30px!important; padding-inline: 0!important; min-height: 0; border-color: #cbb88f37; }
  .cinema-areas .area-card h3 { font-size: 33px; }
  .cinema-areas .area-card .card-top { margin-bottom: 24px; font-size: 8px; }
  .cinema-areas .area-card p { font-size: 13px; }
  .cinema-areas .area-card .text-link { font-size: 12px; }
  .area-number { right: 10px; bottom: 5px; font-size: 100px; }
  .cinema-areas .split-note { font-size: 9px; line-height: 1.9; }
  .cinema-journal { padding-block: 58px; }
  .journal-preview { grid-template-columns: 1fr; gap: 48px; }
  .journal-stage { padding-right: 10px; padding-bottom: 19px; }
  .journal-cover { min-height: 344px; padding: 28px; }
  .cover-title { font-size: clamp(48px,14vw,68px); }
  .cover-top { font-size: 7px; }
  .cover-bottom { font-size: 8px; }
  .journal-copy h2 { font-size: 42px; }
  .journal-copy p { font-size: 14px; }
  .journal-stage-note { font-size: 8px; bottom: -5px; }
  .personal-band { padding-block: 48px; }
  .personal-grid { gap: 25px; }
  .personal-grid h2 { font-size: 35px; }
  .contact-strip { padding-block: 48px; }
  .contact-strip h2 { font-size: 39px; }
  .site-footer { padding-bottom: 72px; }
  .footer-brand { font-size: 28px; }
  .footer-bottom { padding-right: 0; padding-bottom: 0; }
  .page-intro.dark { padding-top: 25px; padding-bottom: 44px; }
  .page-intro.dark::after { width: 55%; right: -14%; opacity: .65; }
  .page-intro.dark h1 { font-size: 47px; }
  .page-intro .eyebrow { font-size: 8px; }
  .breadcrumb { margin-bottom: 27px; }
  .about-portrait .portrait-frame { min-height: 0; aspect-ratio: 4 / 5; }
  .about-portrait .portrait-picture img { object-position: center top; }
  .about-portrait .portrait-monogram { font-size: 258px; }
  .about-portrait .portrait-foot { padding: 17px 24px 21px; }
  .empty-state { padding-block: 50px 61px; }
  .empty-state h2 { font-size: 38px; }
  .preview-dock { right: 12px; bottom: 12px; }
  .preview-trigger { font-size: 9px; padding-inline: 10px; }
  .preview-dialog { padding: 25px; }
}
@media(max-width:360px) {
  .wrap { width: calc(100% - 32px); }
  .brand-name { font-size: 20px; }
  .hero h1 { font-size: 47px; }
  .hero h1 .headline-line:first-child { font-size: .76em; }
  .hero .button-row { gap: 15px; }
  .hero .button { padding-inline: 12px; gap: 12px; }
  .hero .text-link { gap: 7px; font-size: 10px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-meta { font-size: 7px; }
  .hero-bottom { font-size: 6px; letter-spacing: .05em; }
  .hero-portrait .portrait-frame { min-height: 0; }
  .hero-portrait .portrait-monogram { font-size: 175px; }
  .cinema-intro h2 { font-size: 36px; }
  .cinema-areas .section-head h2 { font-size: 37px; }
  .cinema-areas .area-card h3 { font-size: 30px; }
  .cover-title { font-size: 46px; }
  .page-intro.dark h1 { font-size: 43px; }
}
/* Navegação alternativa sem JavaScript, inclusive em telas pequenas. */
@media(max-width:960px) {
  html:not(.js-enabled) .header-inner { flex-wrap: wrap; gap: 12px; padding-block: 20px; }
  html:not(.js-enabled) .main-nav { display: flex; width: 100%; position: static; flex-direction: row; flex-wrap: wrap; gap: 5px 17px; background: transparent; }
  html:not(.js-enabled) .main-nav>a { font-size: 12px; }
  html:not(.js-enabled) .main-nav .nav-contact { margin: 0; border: 0; padding: 0; }
  html:not(.js-enabled) .main-nav .search-link { width: auto; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto!important; }
  *, *::before, *::after { animation: none!important; transition: none!important; }
  .scene-float, .journal-stage:hover .journal-cover { transform: none!important; }
}
@media print {
  .cinema-scene, .preview-dock, .hero-portrait-wrap, .area-number, .journal-stage { display: none!important; }
  .hero-grid { display: block; min-height: 0; padding: 20px 0; }
  .cinema-intro .intro-grid { display: block; }
  .cinema-areas { color: #111!important; background: #fff!important; }
  .cinema-areas p, .cinema-areas .split-note { color: #333!important; }
  [data-reveal], .headline-line { animation: none!important; opacity: 1!important; transform: none!important; }
}
