:root {
  --bg: #181211;
  --panel: #201816;
  --panel-2: #1b1412;
  --stroke: rgba(255, 255, 255, .10);


  --text: #ffffff;
  --muted: rgba(255, 255, 255, .68);

  --accent: #E27014;
  --accent-2: #F08B2B;

  --shadow: 0 16px 40px rgba(0, 0, 0, .45);

  --radius: 18px;
  --radius-sm: 14px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Lexend", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.center {
  text-align: center;
}

.mt-24 {
  margin-top: 24px;
}

.accent {
  color: var(--accent);
}

.muted {
  color: var(--muted);
}

.kicker {
  margin: 0 0 8px;
  font-weight: 500;
  color: rgba(255, 255, 255, .55);
}


.topbar {
  position: relative;
  z-index: 50;
  background: var(--bg);
  border-bottom: none;
}

.topbar-inner {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}


.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.brand-logo {
  height: 125px;
  width: auto;
  display: block;
}


.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, .88);
}

.nav a {
  padding: 10px 6px;
  transition: .2s ease;
}

.nav a:hover {
  color: #fff;
}


.nav-toggle {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid #181211;
  background: #181211;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hamburger rect {
  fill: rgba(255, 255, 255, .92);
}

.hamburger .line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .22s ease, opacity .18s ease;
}


body.menu-open .hamburger .line1 {
  transform: translateY(25px) rotate(45deg);
}

body.menu-open .hamburger .line2 {
  opacity: 0;
  transform: scaleX(.4);
}

body.menu-open .hamburger .line3 {
  transform: translateY(-25px) rotate(-45deg);
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 12px 18px;
  font-weight: 800;
  letter-spacing: .3px;
  transition: .2s ease;
  cursor: pointer;
  user-select: none;
  transform: none;
}

.btn-nav {
  padding: 10px 16px;
  border-radius: 18px;
  background: #E27014;
  border: 2px solid #E27014;
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
  transition: .2s ease;
}

.btn-nav:hover {
  background: #F08B2B;
  border-color: #F08B2B;
  transform: translateY(-1px);
}


.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  display: none;
  z-index: 9999;
}

.mobile-overlay.is-open {
  display: block;
}

.mobile-drawer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;

  background: #171110;
  border-radius: 0;
  border: none;
  box-shadow: none;

  padding: 18px 18px 22px;
  transform: translateX(24px);
  opacity: 0;

  transition: transform .32s cubic-bezier(.2, .9, .2, 1), opacity .22s ease;
  will-change: transform, opacity;
}

.mobile-overlay.is-open .mobile-drawer {
  transform: translateX(0);
  opacity: 1;
}


.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.mobile-logo {
  width: 120px;
  height: auto;
  display: block;
}

.mobile-close {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid #181211;
  background: #181211;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;


  padding-bottom: 30px;
}

.mobile-close:active {
  transform: scale(.96);
}

.mobile-close img {
  width: 34px;
  height: 34px;
  display: block;
}


.mobile-links {
  margin-top: 8px;
}

.mobile-link {
  display: block;
  padding: 18px 6px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  letter-spacing: .2px;

  border-bottom: 2px solid rgba(255, 255, 255, .86);
}


.mobile-social {
  margin-top: 20px;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.mobile-social-link {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-social-link img {
  width: 58px;
  height: 58px;
  display: block;
}

body.menu-open .back-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(.9);
}


body.menu-open {
  overflow: hidden;
}


.filosofia {
  padding: 56px 18px;
  background:
    radial-gradient(900px 320px at 22% -10%, rgba(255, 255, 255, .06), transparent 58%),
    #181211;


  color: var(--text);
}

.filosofia-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.filosofia-header {
  text-align: center;
  margin-bottom: 34px;
}

.filosofia-title {
  margin: 0 0 14px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.filosofia-title-accent {
  color: var(--accent);
}

.filosofia-dash {
  color: #E27014;
  font-weight: 900;
  margin: 0 10px;
}

.filosofia-lead {
  margin: 0 auto;
  max-width: 920px;
  font-size: 16px;
  line-height: 1.6;


  color: var(--text);


  font-weight: 600;
}


.filosofia-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 44px;
  align-items: center;
  margin-top: 26px;
}

.filosofia-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .32);
}

.filosofia-logo img {
  width: min(280px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .55));
}

.filosofia-lines {
  display: grid;
  gap: 14px;
}


.filo-line {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;


  color: var(--text);


  font-weight: 700;


}

.filo-accent {
  color: var(--accent);
  font-weight: 900;
}


.filo-line {
  opacity: 0;
  transform: translateX(28px);


  transition:
    transform 1.05s cubic-bezier(.2, .9, .2, 1),
    opacity 1.05s ease;


  transition-delay: var(--d, 0ms);
}

.filosofia-lines.is-visible .filo-line {
  opacity: 1;
  transform: translateX(0);
}


.filosofia-text {
  color: var(--text);
  font-weight: 600;
}

.filosofia-strong {
  color: var(--text);
  font-weight: 900;
}


.historia {
  padding: 6px 18px;
  background: #181211;
  color: #fff;
}

.historia-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.historia-header {
  text-align: center;
  margin-bottom: 30px;
}

.historia-title {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.historia-title-accent {
  color: #E27014;
}

.historia-dash {
  color: rgba(226, 112, 20, .75);
  font-weight: 900;
  margin: 0 10px;
}

.historia-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 44px;
  align-items: start;
}


.historia-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(226, 112, 20, .75);
  box-shadow: 0 0 38px rgba(226, 112, 20, .18);
  background: rgba(255, 255, 255, .02);
}

.historia-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.historia-photo--desktop {
  display: block;
}


.historia-photo--mobile {
  display: none;
}

.historia-content {
  padding-top: 10px;
}

.historia-kicker {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #E27014;
  margin-bottom: 10px;
}

.historia-name-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.historia-name {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
}

.historia-ig {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.historia-ig img {
  width: 30px;
  height: 30px;
  display: block;
  transition: .22s ease;
}

.historia-ig:hover img {
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 8px 18px rgba(226, 112, 20, .22));
}

.historia-text p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
}


.historia-strong {
  color: #fff;
  font-weight: 900;
}

.identidade {
  padding: 56px 18px 70px;
  background: var(--bg);
  color: var(--text);
}

.identidade-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.identidade-header {
  text-align: center;
  margin-bottom: 26px;
}

.identidade-title {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.identidade-title-accent {
  color: var(--accent);
}

.identidade-dash {
  color: rgba(226, 112, 20, .75);
  font-weight: 900;
  margin: 0 10px;
}

.identidade-cards {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.id-card {
  background: rgba(32, 24, 22, .60);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  padding: 14px 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .45);
}

.id-kicker {
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(226, 112, 20, .95);
  margin-bottom: 6px;
}

.id-head {
  margin: 0 0 8px;
  font-size: 23px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: .02em;
  text-shadow: 0 0 1px rgba(255, 255, 255, .25);
}

.id-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 0 0.6px rgba(255, 255, 255, .15);
}


.pq-wrap {
  margin-top: 50px;
  text-align: center;
}

.pq-title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
  letter-spacing: .02em;
}

.pq-accent {
  color: var(--accent);
  font-weight: 900;
}

.pq-lines {
  display: grid;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

.pq-line {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}


.lema {
  margin-top: 70px;
  text-align: center;
}

.lema-title {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 900;
}

.lema-accent {
  color: var(--accent);
  font-weight: 900;
}

.lema-lines {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
}

.lema-line {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}


.js-reveal-stagger>* {
  opacity: 0;
  transform: translateX(28px);
  transition:
    transform .95s cubic-bezier(.2, .9, .2, 1),
    opacity .95s ease;
  transition-delay: var(--d, 0ms);
}

.js-reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translateX(0);
}


.site-footer {
  background: #181211;
  padding: 60px 20px 40px;
  margin-top: 0px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
}


.footer-nav {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.footer-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: .25s ease;
}

.footer-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: var(--accent);
  transition: .25s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav a:hover::after {
  width: 100%;
}


.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin: 30px 0 25px;
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  color: var(--text);
  font-size: 14px;
}


.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-socials a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-socials img {
  width: 40px;
  height: 40px;
  display: block;
  transition: .22s ease;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.footer-socials a:hover img {
  transform: translateY(-3px) scale(1.05);
  filter: drop-shadow(0 8px 18px rgba(226, 112, 20, .35));
}


.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
}

.back-to-top img {
  width: 60px;
  height: 60px;
  display: block;
  transition: .22s ease;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .55));
}

.back-to-top:hover img {
  transform: translateY(-5px) scale(1.06);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .75));
}


html {
  scroll-behavior: smooth;
}


@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .topbar-inner {
    height: 96px;
  }

  .brand-logo {
    height: 78px;
  }

  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .topbar-inner {
    height: 92px;
    gap: 14px;
  }

  .brand-logo {
    height: 64px;
  }

  .footer-nav {
    gap: 28px;
  }

  .back-to-top {
    right: 18px;
    bottom: 18px;
  }

  .back-to-top img {
    width: 54px;
    height: 54px;
  }

  .historia-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .historia-photo {
    max-width: 520px;
    margin: 0 auto;
  }

  .historia-text {
    max-width: 100%;
  }

}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 28px);
  }

  .topbar-inner {
    height: 110px;
  }

  .brand-logo {
    height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
  }

  .nav {
    gap: 12px;
    font-size: 14px;
  }

  .nav a {
    padding: 8px 4px;
  }

  .filosofia {
    padding: 56px 16px;
  }

  .filosofia-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .filosofia-logo {
    padding: 10px;
  }

  .filosofia-logo img {
    width: min(220px, 100%);
  }

  .filo-line {
    font-size: 15.5px;
    line-height: 1.65;


    color: var(--text);
    font-weight: 700;
  }

  .filosofia-title {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: .01em;
  }

  .filosofia-title-accent {
    display: block;
    margin-top: 6px;
  }

  .filosofia-dash {
    display: none;
  }

  .filosofia-lead {
    font-size: 14px;
    line-height: 1.6;


    color: var(--text);
    font-weight: 600;
  }

  .historia {
    padding: 6px 16px;
  }


  .historia-title {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: .01em;
  }

  .historia-dash {
    display: none;
  }


  .historia-photo--desktop {
    display: none;
  }

  .historia-photo--mobile {
    display: block;
    max-width: 320px;
    margin: 14px 0 18px;
  }

  .historia-name-row {
    gap: 12px;
    margin-bottom: 10px;
  }

  .historia-kicker {
    text-align: center;
    margin-bottom: 8px;
  }

  .historia-name {
    font-size: 28px;
    text-align: center;
    flex-basis: 80%;
  }

  .historia-text p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #fff;
  }

  .historia-ig {
    width: 34px;
    height: 34px;
  }

  .historia-ig img {
    width: 30px;
    height: 30px;
  }

  .identidade {
    padding: 48px 16px 58px;
  }

  .identidade-dash {
    display: none;
  }

  .id-card {
    padding: 14px 14px;
    border-radius: 10px;
  }

  .id-head {
    font-size: 17px;
  }

  .id-text {
    font-size: 13px;
  }

  .pq-line,
  .lema-line {
    font-size: 13px;
    line-height: 1.55;
  }

  .pq-lines,
  .lema-lines {
    gap: 10px;
  }


  .js-reveal-stagger>* {
    transform: translateX(18px);
    transition-duration: 1.05s;
  }

  .site-footer {
    padding: 46px 16px 34px;
  }

  .footer-nav {
    gap: 18px;
    margin-bottom: 26px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }

  .footer-socials {
    gap: 6px;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .back-to-top img {
    width: 50px;
    height: 50px;
  }

  .site-footer .footer-nav a {
    color: var(--text);
  }

  .footer-nav a {
    text-decoration: none;
    font-size: 15px;
    transition: .25s ease;
    position: relative;
  }
}