/* Revisão aprovada como direção: tipografia limpa, grafite e patterns originais. */
:root { font-family: "Segoe UI", Arial, Helvetica, sans-serif; color: #171717; --muted: #616161; }
/* Texto preto nos fundos claros; as cores de cada faixa são definidas abaixo. */
.hero .lead, .purpose .eyebrow, .contact-details .eyebrow, dialog { color: #171717; }
.contact-details p { color: #565656; }
.quality-copy > p:not(.eyebrow), .sif-note span { color: #e0e0e0; }
.quality-list p { color: #d2d2d2; }
footer { background: #252621; color: #f4f1e6; }
footer p { color: #d8d8d0; }
footer .preview-note { color: #bebeb6; }
h1, h2, .hero-caption > span, .product-body h3, .history-year,
.sif-note strong, .social-card > span, .contact-details .contact-phone,
.careers-invitation h3 {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 650;
  letter-spacing: -.045em;
}
h1 em, h2 em { font-style: normal; font-weight: inherit; }
h2 { font-size: clamp(2.4rem, 3.7vw, 3.6rem); line-height: 1.13; }
.hero h1 { font-size: clamp(4rem, 6.5vw, 6.3rem); line-height: 1.02; letter-spacing: -.065em; }
.hero-caption > span { font-size: 1.65rem; line-height: 1.22; }
.product-body h3 { font-size: 1.8rem; }
.history-title h2 { font-size: clamp(2.4rem, 3.7vw, 3.6rem); }
.quality-copy h2 { font-size: clamp(2.4rem, 3.4vw, 3.4rem); }
.social-card > span { font-size: 1.4rem; }
.contact h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
.careers-invitation h3 { font-size: 2.6rem; line-height: 1.15; }
.header { background: #252621; color: #f4f1e6; border-bottom-color: #45463f; backdrop-filter: none; }
.header nav > a:hover { color: #ffb37c; }
.nav-access, .menu-toggle { border-color: #8a8b80; color: #f4f1e6; background: transparent; }
.nav-access:hover, .menu-toggle:hover { background: #f4f1e6; color: #252621; }
.header :focus-visible { outline-color: #ffb37c; }

/* Ações em grafite neutro, inclusive nos diálogos de acesso. */
.button { background: #252525; color: #fafafa; }
.button:hover { background: #383838; }
.button:focus-visible { outline: 3px solid #2371c2; outline-offset: 5px; }

/* Cena de preparo na abertura, inteira e sem legenda visual. */
.hero-scene { margin: 0; min-width: 0; }
.hero-scene img { display: block; width: 100%; height: auto; border-radius: 6px; box-shadow: 0 15px 35px #0000000d; }

/* 16 quadrinhos entre as margens do conteúdo, sem faixa de fundo nas laterais. */
.identity-strip { background: transparent; border: 0; gap: 0; flex-direction: row; justify-content: flex-start; padding-block: 0; }
.identity-pattern { grid-template-columns: repeat(16, minmax(0, 1fr)); width: 100%; max-width: none; min-width: 0; gap: 0; margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.identity-pattern::-webkit-scrollbar { display: none; }
.identity-pattern img { border-radius: 0; aspect-ratio: 1; }

/* Qualidade em grafite, com a fotografia aérea original inteira e sem cortes. */
.quality { background: #242424; color: #fafafa; }
.quality-list article, .sif-note { border-top-color: #585858; }
.quality-photo { min-height: 0; width: 100%; max-width: none; justify-self: center; margin: 0; border-radius: 6px; background: #303030; }
.quality-photo img { position: static; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; object-position: center; }
.quality-photo:after { display: none; }

/* Destaque de equipe e recrutamento. A arte não representa funcionários reais. */
.team-recruitment { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 0; margin: 40px 0 56px; background: var(--cream); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.team-recruitment > * { min-width: 0; }
.team-art { margin: 0; align-self: stretch; display: flex; flex-direction: column; }
.team-art img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; flex: 1; }
.team-invitation { padding: 44px; }
.team-invitation .eyebrow { margin-bottom: 18px; }
.team-invitation h3 { font-size: clamp(1.9rem, 2.6vw, 2.5rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.14; margin-bottom: 22px; }
.team-invitation > p:not(.eyebrow) { font-size: .93rem; color: var(--muted); margin-bottom: 26px; }
#curriculos { scroll-margin-top: 24px; }

@media (max-width: 1180px) {
  .team-invitation { padding: 32px; }
}
@media (max-width: 1000px) {
  .header nav { background: #252621; border-bottom-color: #45463f; }
  .hero h1 { font-size: clamp(3.5rem, 8vw, 5.7rem); }
  .quality-copy h2 { font-size: 2.55rem; }
  .team-recruitment { grid-template-columns: 1fr 1fr; }
  .team-invitation { padding: 26px; }
  .team-invitation h3 { font-size: 1.9rem; }
}
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(3.2rem, 10.5vw, 4.9rem); }
  h2, .history-title h2, .quality-copy h2, .contact h2 { font-size: clamp(2.2rem, 7.5vw, 3rem); }
  .hero-caption > span { font-size: 1.4rem; }
  .identity-strip { padding-block: 0; }
  .identity-pattern { grid-template-columns: repeat(16, 70px); width: 100%; }
  .quality-photo { max-width: none; min-height: 0; border-radius: 6px; }
  .team-recruitment { grid-template-columns: minmax(0, 1fr); margin: 30px 0 42px; }
  .team-art img { flex: initial; }
  .team-invitation { padding: 30px 26px 34px; }
  .team-invitation h3 { font-size: 2rem; }
  .careers-invitation h3 { font-size: 2.2rem; }
  .section-heading h2 { font-size: clamp(2.2rem, 7.5vw, 3rem); }
  dialog h2 { font-size: 2.35rem; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 3.2rem; }
  .hero-caption > span { font-size: 1.2rem; }
  .team-invitation { padding: 26px 22px; }
  .team-invitation h3 { font-size: 1.8rem; }
}

/* Rodapé: marca e domínio, redes em destaque e informações de apoio. */
footer { display: grid; grid-template-columns: 1.25fr 1.1fr .8fr; align-items: start; gap: 48px; }
footer > * { min-width: 0; }
footer .footer-domain { display: inline-block; margin-top: 24px; color: #f4f1e6; font-size: clamp(1rem, 1.35vw, 1.18rem); font-weight: 650; line-height: 1.6; overflow-wrap: anywhere; text-underline-offset: 5px; }
footer .footer-domain:hover { text-decoration: underline; color: #ffb37c; }
footer .footer-domain > span { white-space: nowrap; }
footer > div.footer-social { display: block; padding-top: 10px; }
footer .footer-label { margin: 0 0 18px; color: #f4f1e6; font-size: .7rem; font-weight: 650; letter-spacing: .08em; line-height: 1.6; text-transform: uppercase; }
.footer-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.footer-social-links > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 54px; padding: 15px 16px; border: 1px solid #77786e; border-radius: 3px; background: #30312b; color: #f4f1e6; font-size: .9rem; font-weight: 650; line-height: 1.5; }
.footer-social-links > a:hover { background: #f4f1e6; color: #252621; border-color: #f4f1e6; }
.footer-social-links > .footer-tiktok { grid-column: 1 / -1; }
footer .footer-utility { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding-top: 10px; }
footer .footer-utility > a, footer .footer-utility > button { line-height: 1.7; }
footer .footer-utility .preview-note { margin: 4px 0 0; }
footer :focus-visible { outline-color: #ffb37c; }
.locations.one-location { grid-template-columns: minmax(0, 1fr); }
@media (max-width: 1000px) {
  footer { grid-template-columns: 1fr 1fr; gap: 36px; }
  footer .footer-utility { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 22px 36px; border-top: 1px solid #45463f; padding-top: 26px; }
  footer .footer-utility .preview-note { margin: 0; }
}
@media (max-width: 760px) {
  footer { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  footer .footer-domain { font-size: 1.1rem; }
  footer > div.footer-social { width: 100%; max-width: 440px; padding-top: 0; }
  footer .footer-utility { grid-column: auto; flex-direction: column; align-items: flex-start; gap: 22px; }
}
