.page-o-clube {
  color: #001007;
  background: #ffffff;
}
.page-o-clube .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #001007;
  background: transparent;
}
.page-o-clube .site-header__inner {
  width: min(100% - 160px, 1760px);
  min-height: 168px;
  align-items: flex-start;
  padding-top: 48px;
}
.page-o-clube .site-branding__crest {
  width: 75px;
}
.page-o-clube .site-branding__name {
  display: none;
}
.page-o-clube .site-navigation {
  padding-top: 28px;
}
.page-o-clube .primary-menu {
  gap: 66px;
}
.page-o-clube .primary-menu a {
  color: #001007;
  font-size: 1rem;
  font-weight: 600;
}
.page-o-clube .site-header__actions {
  gap: 14px;
  padding-top: 19px;
}
.page-o-clube .site-header__actions a {
  color: #00532c;
}
.page-o-clube .site-header__actions img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(41%) saturate(1334%) hue-rotate(104deg) brightness(84%) contrast(102%);
}
.page-o-clube .site-header__member {
  min-width: 164px;
  min-height: 50px;
  margin-top: -5px;
  margin-left: 20px;
  padding-inline: 28px;
  color: #ffffff !important;
  border-radius: 3px;
}
.page-o-clube .site-main {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.page-o-clube > .site-footer {
  display: none;
}

.club-eyebrow {
  margin: 0;
  color: #00532c;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.club-divider {
  display: block;
  width: 76px;
  height: 4px;
  background: linear-gradient(90deg, #00532c 0 50%, #e52521 50%);
}

.club-hero {
  position: relative;
  display: grid;
  height: 1080px;
  place-items: start center;
  overflow: hidden;
  background: #f0ede8;
}
.club-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../../img/o-clube/paper-texture.png") center/cover;
  content: "";
  mix-blend-mode: color-burn;
  opacity: 0.097;
  pointer-events: none;
}

.club-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(100% - 160px, 1450px);
  padding-top: 300px;
  text-align: center;
}
.club-hero__content h1 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 14px 0 22px;
  color: #001007;
  font-size: 128px;
}
.club-hero__content h1 span {
  display: block;
}
.club-hero__content h1 strong {
  color: #e52521;
  font-weight: 400;
}

.club-hero__intro {
  max-width: 755px;
  margin: 30px auto 0;
  font-size: 1.1875rem;
  line-height: 1.55;
}

.club-hero__year {
  position: absolute;
  z-index: 1;
  bottom: -112px;
  left: 50%;
  color: #e2e0da;
  font-family: var(--font-display);
  font-size: 1000px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.72;
  transform: translateX(-50%);
  user-select: none;
}

.club-manifest {
  position: relative;
  display: flow-root;
  height: 1123px;
  background: #f0ede8;
}

.club-video {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100% - 160px, 1760px);
  height: 632px;
  margin: -33px auto 0;
  padding: 0;
  overflow: hidden;
  color: #001007;
  background: #c9c3b8;
  border: 0;
  border-radius: 32px;
  cursor: pointer;
}
.club-video::after {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.03);
  content: "";
  transition: background 180ms ease;
}
.club-video:hover::after, .club-video:focus-visible::after {
  background: rgba(255, 255, 255, 0.13);
}
.club-video.is-playing .club-video__control {
  opacity: 0;
}

.club-video__poster {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 990px;
  max-width: none;
  object-fit: cover;
  transform: translateY(-50%);
}

.club-video__control {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
}
.club-video__control img {
  width: 250px;
  height: 250px;
}

.club-manifest__content {
  width: min(100% - 160px, 1612px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 55% 45%;
  margin-top: 115px;
}

.club-manifest__label {
  margin: 0 0 58px 112px;
  color: #001007;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

.club-manifest h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0;
  color: #e52521;
  font-size: 120px;
}
.club-manifest h2 span {
  display: block;
  color: #001007;
}

.club-manifest__copy {
  position: relative;
  max-width: 720px;
  padding: 42px 0 0;
}
.club-manifest__copy p {
  margin: 0 0 46px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.club-manifest__copy strong {
  display: block;
  width: 689px;
  margin-left: 31px;
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 1.34;
}
.club-manifest__copy .club-divider {
  position: absolute;
  top: 181px;
  left: 0;
  width: 4px;
  height: 145px;
  background: linear-gradient(180deg, #00532c 0 50%, #e52521 50% 100%);
}

.club-history {
  position: relative;
  height: 1186px;
  overflow: hidden;
  color: #ffffff;
  background: #001007 url("../../img/o-clube/history-team.png") center 45%/cover no-repeat;
}

.club-history__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 16, 7, 0.92) 0%, rgba(0, 16, 7, 0.75) 48%, rgba(0, 16, 7, 0.28) 100%), linear-gradient(180deg, rgba(0, 16, 7, 0.3), rgba(0, 16, 7, 0.68));
}

.club-history__content {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 139px;
}

.club-history__eyebrow {
  margin: 0 0 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.club-history h2 {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.club-timeline {
  position: absolute;
  top: 433px;
  right: 36.5px;
  left: 32.5px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  height: 90px;
}
.club-timeline::before {
  position: absolute;
  top: 49px;
  right: 37px;
  left: 42px;
  height: 2px;
  background: rgba(255, 255, 255, 0.44);
  content: "";
}

.club-timeline__year {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.club-timeline__year span {
  font-size: 1.25rem;
  font-weight: 700;
}
.club-timeline__year::after {
  width: 20px;
  height: 20px;
  background: #f0ede8;
  border: 5px solid rgba(0, 16, 7, 0.58);
  border-radius: 50%;
  content: "";
  transition: background 160ms ease, transform 160ms ease;
}
.club-timeline__year.is-active {
  color: #ffffff;
}
.club-timeline__year.is-active::after {
  background: #e52521;
  border-color: #ffffff;
  transform: scale(1.18);
}

.club-history__navigation {
  position: absolute;
  top: 573px;
  left: 222px;
  display: flex;
  gap: 10px;
}
.club-history__navigation button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.club-history__navigation img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.club-history__detail {
  position: absolute;
  top: 614px;
  right: 188px;
  left: 222px;
  display: grid;
  grid-template-columns: 611px 659px;
  align-items: start;
  gap: 80px;
}
.club-history__detail > div {
  max-width: 610px;
  padding-top: 58px;
}
.club-history__detail h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0 0 34px;
  font-size: 90px;
}
.club-history__detail p {
  margin: 0 0 28px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.club-history__detail img {
  width: 659px;
  height: 534px;
  object-fit: cover;
}

.club-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding-inline: 33px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}

.club-button--red {
  background: #e52521;
}

.club-idols {
  position: relative;
  height: 1253px;
  margin-top: -27px;
  padding-top: 133px;
  overflow: hidden;
  background: #e5e2db;
}

.club-idols__heading {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.club-idols__heading h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 27px 0 34px;
  color: #e52521;
  font-size: 132px;
  line-height: 0.85;
}
.club-idols__heading h2 span {
  display: block;
  color: #014a1e;
}
.club-idols__heading h2 strong {
  color: #014a1e;
  font-weight: 400;
  text-transform: none;
}
.club-idols__heading > p:last-child {
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.35;
}

.club-idols__gallery {
  position: absolute;
  right: 0;
  bottom: 137px;
  left: 0;
  display: grid;
  grid-template-columns: 118px minmax(0, 1622px) 118px;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.club-idols__viewport {
  width: 100%;
  overflow: auto hidden;
  scrollbar-width: none;
}
.club-idols__viewport::-webkit-scrollbar {
  display: none;
}

.club-idols__track {
  display: grid;
  width: 1622px;
  height: 574px;
  grid-template-columns: repeat(5, 312px);
  gap: 15.5px;
}

.club-idol-card {
  position: relative;
  width: 312px;
  height: 574px;
  overflow: hidden;
  color: #ffffff;
  background: #00170f;
  border-radius: 8px;
}
.club-idol-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0;
  font-size: 48px;
  line-height: 1;
}

.club-idol-card__photo {
  display: block;
  width: 100%;
  height: 356px;
  object-fit: fill;
}

.club-idol-card__content {
  position: absolute;
  top: 356px;
  right: 20px;
  bottom: 0;
  left: 20px;
  padding-top: 0;
}

.club-idol-card__position {
  margin: 3px 0 0;
  color: #00532c;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.club-idol-card--red .club-idol-card__position {
  color: #e52521;
}

.club-idol-card__divider {
  display: block;
  width: 38px;
  height: 2px;
  margin: 8px 0 16px;
  background: #00532c;
}

.club-idol-card--red .club-idol-card__divider {
  background: #e52521;
}

.club-idol-card__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.club-idols__arrow {
  width: 118px;
  height: 118px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.club-idols__arrow img {
  width: 100%;
  height: 100%;
}

.club-titles {
  position: relative;
  height: 1263px;
  color: #ffffff;
  background: linear-gradient(180deg, transparent 0 853px, #ffffff 853px), radial-gradient(circle at 50% 50%, #014a1e 0, #002c12 100%);
}

.club-titles__background {
  position: absolute;
  top: 851px;
  right: 0;
  left: 0;
  height: 411px;
  background: url("../../img/o-clube/titles-bg.png") center -229px/100% auto no-repeat;
}

.club-titles__inner {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: relative;
  height: 853px;
}

.club-titles__heading {
  position: absolute;
  top: 259px;
  left: -5px;
  width: 500px;
}
.club-titles__heading h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0 0 17px;
  color: #e52521;
  font-size: 132px;
  line-height: 0.85;
}
.club-titles__heading h2 span {
  display: block;
  color: #ffffff;
}
.club-titles__heading p {
  margin: 0;
  font-size: 1rem;
}

.club-titles__navigation {
  position: absolute;
  top: 316px;
  left: 5px;
  display: flex;
  gap: 10px;
}
.club-titles__navigation button {
  display: grid;
  width: 83px;
  height: 37px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 19px;
  cursor: pointer;
}
.club-titles__navigation img {
  width: 27px;
  height: 27px;
  filter: brightness(0) invert(1);
}

.club-titles__trophy {
  position: absolute;
  top: 188px;
  left: 529px;
  width: 702px;
  height: 468px;
  object-fit: contain;
}

.club-titles__copy {
  position: absolute;
  top: 309px;
  right: 0;
  width: 552px;
}
.club-titles__copy > span {
  display: inline-flex;
  width: 151px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #e52521;
  border-radius: 4px;
}
.club-titles__copy h3 {
  margin: 0 0 9px;
  font-size: 1.625rem;
  text-transform: uppercase;
}
.club-titles__copy p {
  margin: 0;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.67;
}

.club-social {
  position: relative;
  height: 953px;
  background: #ffffff;
}

.club-social__bar {
  width: min(100% - 160px, 1510px);
  margin-inline: auto;
  position: relative;
  height: 177px;
  color: #001007;
}
.club-social__bar > span {
  position: absolute;
  top: 146px;
  left: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.club-social__bar a {
  position: absolute;
  top: 100px;
  right: -126px;
  display: flex;
  width: 164px;
  height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(90deg, #7a00d3, #e52521);
  border-radius: 4px;
}
.club-social__bar a img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}

.club-social__mosaic {
  width: min(100% - 160px, 1760px);
  margin-inline: auto;
  position: absolute;
  top: 177px;
  right: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.club-social__mosaic img {
  width: 100%;
  height: 288px;
  object-fit: cover;
}

.club-social__stands {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 676px;
  object-fit: cover;
}

@media (max-width: 1500px) {
  .page-o-clube .primary-menu {
    gap: 34px;
  }
  .page-o-clube .primary-menu a {
    font-size: 0.875rem;
  }
  .club-history__detail {
    right: 140px;
    left: 140px;
    grid-template-columns: minmax(0, 1fr) 560px;
  }
  .club-history__navigation {
    left: 140px;
  }
  .club-history__detail img {
    width: 560px;
  }
  .club-idols__gallery {
    grid-template-columns: 88px minmax(0, 1fr) 88px;
    padding-inline: 24px;
  }
  .club-idols__arrow {
    width: 88px;
    height: 88px;
  }
  .club-titles__trophy {
    left: 430px;
    width: 610px;
  }
  .club-titles__copy {
    width: 470px;
  }
}
@media (max-width: 1100px) {
  .page-o-clube .site-header__inner {
    width: min(100% - 48px, 980px);
  }
  .page-o-clube .site-navigation,
  .page-o-clube .site-header__actions > a:not(.site-header__member) {
    display: none;
  }
  .page-o-clube .site-header__actions {
    margin-left: auto;
  }
  .club-hero__content h1 {
    font-size: 92px;
  }
  .club-manifest__content {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 80px;
  }
  .club-manifest {
    height: auto;
    min-height: 1280px;
    padding-bottom: 100px;
  }
  .club-manifest__label {
    margin-left: 0;
  }
  .club-manifest__copy {
    padding-left: 0;
  }
  .club-history__navigation {
    left: 0;
  }
  .club-history {
    height: auto;
    min-height: 1330px;
  }
  .club-timeline {
    right: 0;
    left: 0;
    overflow-x: auto;
    grid-template-columns: repeat(8, 130px);
  }
  .club-history__detail {
    top: 650px;
    right: 0;
    left: 0;
    grid-template-columns: 1fr;
  }
  .club-history__detail img {
    width: 100%;
    height: 430px;
  }
  .club-titles {
    height: auto;
    min-height: 1320px;
    padding: 120px 0;
    background: #00532c;
  }
  .club-titles__inner {
    display: grid;
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .club-titles__heading,
  .club-titles__trophy,
  .club-titles__copy {
    position: relative;
    inset: auto;
  }
  .club-titles__heading {
    grid-column: 1/-1;
  }
  .club-titles__navigation {
    position: static;
    margin-top: 36px;
  }
  .club-titles__trophy {
    width: 100%;
    height: auto;
  }
  .club-titles__copy {
    width: auto;
    align-self: center;
  }
}
@media (max-width: 720px) {
  .page-o-clube .site-header__inner {
    width: min(100% - 32px, 560px);
    min-height: 96px;
    align-items: center;
    flex-direction: row;
    padding-top: 0;
  }
  .page-o-clube .site-branding__crest {
    width: 58px;
  }
  .page-o-clube .site-header__actions {
    padding-top: 0;
  }
  .page-o-clube .site-header__member {
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding-inline: 16px;
    font-size: 0.75rem;
  }
  .club-hero {
    height: 800px;
  }
  .club-hero__content {
    width: min(100% - 32px, 560px);
    padding-top: 170px;
  }
  .club-hero__content h1 {
    margin-top: 24px;
    font-size: 58px;
    line-height: 0.92;
  }
  .club-hero__intro {
    font-size: 1rem;
  }
  .club-hero__year {
    bottom: 0;
    font-size: 310px;
  }
  .club-video {
    width: min(100% - 32px, 560px);
    height: 290px;
    margin-top: -24px;
    border-radius: 16px;
  }
  .club-video__poster {
    height: 100%;
  }
  .club-video__control {
    gap: 4px;
    font-size: 0.75rem;
  }
  .club-video__control img {
    width: 130px;
    height: 130px;
  }
  .club-manifest {
    min-height: 1060px;
  }
  .club-manifest__content {
    width: min(100% - 32px, 560px);
    margin-top: 65px;
  }
  .club-manifest__label {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
  .club-manifest h2 {
    font-size: 68px;
  }
  .club-manifest__copy {
    padding-top: 0;
  }
  .club-manifest__copy p {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .club-manifest__copy strong {
    width: auto;
    margin-left: 0;
    margin-bottom: 32px;
    font-size: 1.35rem;
  }
  .club-manifest__copy .club-divider {
    display: none;
  }
  .club-history {
    min-height: 1450px;
    background-position: 58% center;
  }
  .club-history__content {
    width: min(100% - 32px, 560px);
    padding-top: 90px;
  }
  .club-history h2 {
    font-size: 1.85rem;
  }
  .club-timeline {
    top: 350px;
  }
  .club-history__detail {
    top: 540px;
    gap: 50px;
  }
  .club-history__navigation {
    top: 500px;
  }
  .club-history__detail h3 {
    font-size: 64px;
  }
  .club-history__detail p {
    font-size: 1rem;
  }
  .club-history__detail img {
    height: 380px;
  }
  .club-idols {
    height: auto;
    min-height: 970px;
    margin-top: 0;
    padding: 90px 0 70px;
  }
  .club-idols__heading {
    width: min(100% - 32px, 560px);
  }
  .club-idols__heading h2 {
    font-size: 72px;
  }
  .club-idols__heading > p:last-child {
    font-size: 1rem;
  }
  .club-idols__gallery {
    position: relative;
    inset: auto;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 4px;
    margin-top: 70px;
    padding-inline: 4px;
  }
  .club-idols__track {
    width: 1243px;
    height: 440px;
    grid-template-columns: repeat(5, 239px);
    gap: 12px;
  }
  .club-idol-card {
    width: 239px;
    height: 440px;
  }
  .club-idol-card h3 {
    font-size: 38px;
  }
  .club-idol-card__photo {
    height: 273px;
  }
  .club-idol-card__content {
    top: 273px;
    right: 14px;
    left: 14px;
  }
  .club-idol-card__position,
  .club-idol-card__description {
    font-size: 0.78rem;
  }
  .club-idol-card__divider {
    margin: 5px 0 10px;
  }
  .club-idols__arrow {
    width: 48px;
    height: 48px;
  }
  .club-titles {
    min-height: 1250px;
    padding: 90px 0;
  }
  .club-titles__background {
    top: 0;
  }
  .club-titles__inner {
    width: min(100% - 32px, 560px);
    grid-template-columns: 1fr;
  }
  .club-titles__heading {
    width: auto;
  }
  .club-titles__heading h2 {
    font-size: 78px;
  }
  .club-titles__trophy {
    max-height: 450px;
  }
  .club-social {
    height: 650px;
  }
  .club-social__bar {
    width: min(100% - 32px, 560px);
    padding-top: 55px;
  }
  .club-social__bar > span {
    top: 55px;
    font-size: 0.8rem;
  }
  .club-social__bar a {
    top: 44px;
    right: 0;
    width: 120px;
    height: 40px;
    font-size: 0.75rem;
  }
  .club-social__mosaic {
    width: 100%;
    top: 105px;
    grid-template-columns: repeat(5, 210px);
    overflow-x: auto;
  }
  .club-social__mosaic img {
    height: 210px;
  }
  .club-social__stands {
    height: 470px;
  }
}

/*# sourceMappingURL=o-clube.css.map */
