@font-face {
  font-family: "Fjalla One";
  src: url("../fonts/FJALLA%20ONE/FjallaOne-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/Source%20Sans%203/SourceSans3-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/Source%20Sans%203/SourceSans3-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/Source%20Serif%204/SourceSerif4-VariableFont_opsz,wght.ttf") format("truetype");
  font-display: swap;
}

:root {
  --z-blue-heritage: #101b3b;
  --z-blue-deep: #26428b;
  --z-blue-horizon: #516ac7;
  --z-gold: #e5b052;
  --z-white: #faf8f9;
  --z-gray: #706f6f;
  --z-black: #0e0f0e;
  --font-display: "Fjalla One", sans-serif;
  --font-editorial: "Source Serif 4", Georgia, serif;
  --font-ui: "Source Sans 3", Arial, sans-serif;
  --page-padding: clamp(1.5rem, 5vw, 5rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--z-white);
  background: var(--z-blue-heritage);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.waiting-page { min-height: 100svh; }

.home-2__brand-zone {
  display: grid;
  min-height: clamp(12rem, 24vw, 18rem);
  place-items: center;
  padding: 2rem var(--page-padding);
  background: radial-gradient(circle at center, #faf8f9 0%, #fefefe 72%);
}

.home-2__brand-zone img {
  display: block;
  width: 255px;
  max-width: 100%;
  height: auto;
}

.home-2__notice {
  margin: 0;
  padding: .72rem var(--page-padding);
  color: var(--z-gold);
  background: linear-gradient(40deg, #26428b 0%, #516ac7 100%);
  font-family: var(--font-display);
  font-size: .72rem;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.waiting-page--home-2 .hero__inner { grid-template-rows: 1fr; }

.hero {
  position: relative;
  min-height: min(54rem, 78svh);
  overflow: hidden;
  background-color: var(--z-blue-deep);
  background-image: linear-gradient(40deg, #26428b 0%, #516ac7 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: url("../img/pattern-padrao.png");
  background-position: right top;
  background-repeat: repeat;
  background-size: 46rem auto;
  content: "";
  opacity: .3;
}

.hero__inner,
.footer__inner {
  width: min(100%, 86rem);
  margin: 0 auto;
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 20rem);
  grid-template-rows: auto 1fr auto;
  gap: clamp(2rem, 5vw, 5rem);
  padding-top: clamp(1.5rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.brand { grid-column: 1 / -1; display: inline-flex; justify-self: start; width: fit-content; }

.brand img {
  display: block;
  width: 255px;
  max-width: 100%;
  height: auto;
}

.hero__content { align-self: center; max-width: 56rem; }

.eyebrow {
  margin: 0 0 1.15rem;
  color: var(--z-gold);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  max-width: 27ch;
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(2.35rem, 4.35vw, 4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.title--mobile { display: none; }

.hero__copy {
  max-width: 43rem;
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
  color: rgb(250 248 249 / 84%);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.55;
}

.hero__copy p { margin: 0; }

.contact {
  align-self: end;
  justify-self: end;
  min-width: 14rem;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid rgb(250 248 249 / 40%);
}

.contact a {
  display: block;
  width: fit-content;
  margin-top: .5rem;
  color: var(--z-white);
  font-size: 1rem;
  text-decoration: none;
}

.contact a:hover { color: var(--z-gold); }

.contact__brand {
  display: block;
  width: 255px;
  max-width: 100%;
  height: auto;
  margin: 0 0 2rem auto;
}

.waiting-page--contact-logo .hero__inner { grid-template-rows: 1fr; }

.footer { background: var(--z-white); color: var(--z-blue-heritage); }

.footer__inner { padding-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: 2rem; }

.footer__title {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.document-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 74rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(16 27 59 / 25%);
}

.document-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
  padding: 1.1rem 1.25rem 1.1rem 0;
  border-bottom: 1px solid rgb(16 27 59 / 25%);
  color: var(--z-blue-heritage);
  font-size: .95rem;
  line-height: 1.25;
  text-decoration: none;
}

.document-list li:not(:nth-child(3n + 1)) a { padding-left: 1.25rem; border-left: 1px solid rgb(16 27 59 / 25%); }
.document-list a span { color: var(--z-gold); font-size: 1.2rem; transition: transform 160ms ease; }
.document-list a:hover { background: rgb(229 176 82 / 12%); }
.document-list a:hover span { transform: translateY(.2rem); }

.footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.footer__copyright {
  margin: 0;
  color: var(--z-gray);
  font-size: .8rem;
}

.footer__signature {
  margin: 0;
  color: var(--z-gray);
  font-size: .8rem;
  text-decoration: none;
}

.footer__signature:hover { color: var(--z-blue-heritage); }

a:focus-visible { outline: 2px solid var(--z-gold); outline-offset: .3rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 64rem) {
  .hero { min-height: auto; }
  .hero::before { background-size: 39rem auto; }
  .hero__inner { display: block; }
  .brand { display: flex; margin: 0 0 clamp(3.5rem, 10vw, 5.5rem); }
  .hero__content { max-width: 48rem; }
  .contact { margin-top: clamp(3rem, 8vw, 4.5rem); padding-left: 0; }
  .contact__brand { margin-left: 0; }
}

@media (max-width: 52rem) {
  .home-2__brand-zone {
    min-height: 8.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .home-2__brand-zone img { width: 158px; }
  .document-list { grid-template-columns: 1fr; }
  .document-list li:not(:nth-child(3n + 1)) a { padding-left: 0; border-left: 0; }
  .footer__meta { margin-top: 3.5rem; }
}

@media (max-width: 30rem) {
  .hero::before { background-size: 32rem auto; }
  h1 { font-size: clamp(2.3rem, 10.5vw, 3rem); }
  .contact { min-width: 0; }
}

@media (max-width: 40rem) {
  .waiting-page--home-2 .title--desktop { display: none; }
  .waiting-page--home-2 .title--mobile { display: inline; }
  .waiting-page--home-2 .contact {
    justify-self: start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .document-list a span { transition: none; }
}
