:root {
  --preto: #0A0A0A;
  --branco: #FFFFFF;
  --off-white: #F7F4EF;
  --bege-claro: #ECE6DD;

  --dourado: #B78C4E;
  --dourado-escuro: #825C2F;

  --texto-escuro: #111111;
  --texto-claro: #FFFFFF;
  --texto-suave-escuro: rgba(17, 17, 17, 0.72);
  --texto-suave-claro: rgba(255, 255, 255, 0.72);

  --borda-clara: rgba(17, 17, 17, 0.12);
  --borda-dourada: rgba(183, 140, 78, 0.28);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--off-white);
  color: var(--texto-escuro);
}

/* HEADER */

.header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 8px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0;
  background: rgba(247, 244, 239, 0.88);
  backdrop-filter: blur(14px);
  z-index: 1000;
  border-bottom: 1px solid var(--borda-clara);
}

.nav {
  display: flex;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.nav a {
  color: var(--texto-escuro);
  text-decoration: none;
  font-size: 14px;
  opacity: 0.85;
}

.nav a:hover {
  color: var(--dourado-escuro);
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--texto-escuro);
  font-size: 30px;
  position: relative;
  z-index: 2;
}

/* HERO */

.hero {
  position: relative;
  overflow: hidden;

  min-height: 100vh;
  padding: 90px 7% 80px;

  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 70px;

  background:
    radial-gradient(circle at top right, rgba(183, 140, 78, 0.18), transparent 35%),
    linear-gradient(
      135deg,
      #F7F4EF,
      #ECE6DD,
      #FFFFFF
    );
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("CLEO1040-Editar-2.jpg");
  background-size: cover;
  background-position: center 110px;
  background-repeat: no-repeat;

  opacity: 2.30;
  filter: grayscale(100%);

  z-index: 0;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(247, 244, 239, 0.94) 0%,
      rgba(247, 244, 239, 0.82) 38%,
      rgba(236, 230, 221, 0.76) 68%,
      rgba(255, 255, 255, 0.92) 100%
    );

  z-index: 1;
  pointer-events: none;
}

.hero-content,
.hero-card {
  position: relative;
  z-index: 2;
}

.tag {
  color: var(--dourado-escuro);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.95;
  max-width: 850px;
  color: var(--texto-escuro);
}

.hero-text {
  margin-top: 28px;
  max-width: 620px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--texto-suave-escuro);
}

.hero-buttons {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: 0.3s;
}

.primary {
  background: var(--preto);
  color: var(--texto-claro);
}

.primary:hover {
  background: var(--dourado-escuro);
  color: var(--texto-claro);
  transform: translateY(-3px);
}

.secondary {
  border: 1px solid rgba(17, 17, 17, 0.35);
  color: var(--texto-escuro);
}

.secondary:hover {
  border-color: var(--dourado-escuro);
  color: var(--dourado-escuro);
}

/* VIDEO CARD */

.hero-card {
  position: relative;
  overflow: hidden;

  width: min(100%, 430px);
  aspect-ratio: 9 / 16;
  min-height: 0;
  justify-self: center;
  border-radius: 34px;

  border: 1px solid var(--borda-dourada);
  background: var(--preto);

  display: flex;
  align-items: flex-end;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center center;
}

.volume-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 5;

  width: 48px;
  height: 48px;

  border: 1px solid rgba(183, 140, 78, 0.6);
  border-radius: 50%;

  background: rgba(10, 10, 10, 0.72);
  color: white;

  font-size: 20px;
  cursor: pointer;

  backdrop-filter: blur(10px);
}

.volume-btn:hover {
  background: var(--dourado);
  color: var(--preto);
}

.hero-card-content {
  position: relative;
  z-index: 2;
  padding: 28px;
}

.hero-card-content h2 {
  font-size: 42px;
  line-height: 1;
  margin: 12px 0;
  color: white;
}

/* EXPERIÊNCIA */

.section {
  padding: 110px 7%;
  background: var(--branco);
  color: var(--texto-escuro);
}

.section-title {
  max-width: 760px;
  margin-bottom: 55px;
}

.section-title h2,
.split-content h2,
.workshop h2,
.cta h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  color: var(--texto-escuro);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  padding: 34px;
  border-radius: 28px;

  background: var(--off-white);

  border: 1px solid var(--borda-clara);

  min-height: 260px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.card span {
  color: var(--dourado-escuro);
  font-weight: 800;
  font-size: 22px;
}

.card h3 {
  margin: 25px 0 14px;
  font-size: 25px;
  color: var(--texto-escuro);
}

.card p {
  line-height: 1.6;
  color: var(--texto-suave-escuro);
}

/* SOBRE */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--bege-claro);
}

.split-image {
  background:
    linear-gradient(rgba(247, 244, 239, 0.1), rgba(17, 17, 17, 0.2)),
    url("Demostrativo.jpg");
  background-size: cover;
  background-position: center top;
}

.split-content {
  padding: 100px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-content p {
  margin-top: 25px;
  line-height: 1.7;
  color: var(--texto-suave-escuro);
  font-size: 18px;
}

/* PROGRAMAÇÃO */

.workshop {
  padding: 110px 7%;
  background: var(--off-white);
}

.timeline {
  display: grid;
  gap: 18px;
  max-width: 1200px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;

  padding: 34px;
  border-radius: 28px;

  border: 1px solid var(--borda-clara);

  background: var(--branco);

  transition: 0.3s;

  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.timeline-item:hover {
  transform: translateY(-4px);
  border-color: var(--borda-dourada);
}

.timeline-hour {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  padding-right: 30px;

  border-right: 2px solid var(--borda-dourada);
}

.timeline-hour span {
  color: var(--dourado-escuro);

  font-size: 34px;
  font-weight: 700;

  text-align: center;

  font-family: 'Raleway', sans-serif;

  line-height: 1.2;

  font-variant-numeric: lining-nums tabular-nums;
}

.timeline-content {
  padding-left: 40px;
}

.timeline-content strong {
  display: block;

  color: var(--texto-escuro);

  font-size: 34px;
  line-height: 1.1;

  margin-bottom: 14px;
}

.timeline-content p {
  color: var(--texto-suave-escuro);

  font-size: 18px;
  line-height: 1.6;
}

/* CTA */

.cta {
  padding: 130px 7%;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(183, 140, 78, 0.18), transparent 40%),
    var(--preto);
}

.cta h2 {
  color: var(--texto-claro);
}

.cta p {
  max-width: 650px;
  margin: 24px auto 34px;
  color: var(--texto-suave-claro);
  font-size: 18px;
  line-height: 1.6;
}

/* FOOTER */

.footer {
  padding: 30px 7%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: var(--preto);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  border-top: 1px solid rgba(183, 140, 78, 0.16);
}

/* ANIMAÇÃO */

.fade {
  opacity: 0;
  transform: translateY(35px);
  transition: 0.9s ease;
}

.fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* FONTE RALEWAY */

h1,
h2 {
  font-family: 'Cormorant Garamond', serif;
}

/* BOTÃO PLAY */

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 6;

  width: 86px;
  height: 86px;

  border-radius: 50%;
  border: 1px solid rgba(183, 140, 78, 0.6);

  background: rgba(10, 10, 10, 0.7);
  color: white;

  font-size: 34px;
  cursor: pointer;

  backdrop-filter: blur(10px);
}

.play-btn.hide {
  display: none;
}

/* MOBILE */

@media (max-width: 850px) {
  .header {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 0;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 7%;
    width: 230px;
    padding: 24px;
    border-radius: 22px;
    background: var(--branco);
    border: 1px solid var(--borda-clara);
    flex-direction: column;
    display: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  }

  .nav.active {
    display: flex;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-card {
    width: min(100%, 390px);
    min-height: 0;
    margin: 0 auto;
  }

  .grid-3,
  .split {
    grid-template-columns: 1fr;
  }

  .split-image {
    min-height: 420px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .timeline-hour {
    border-right: none;
    border-bottom: 2px solid var(--borda-dourada);

    justify-content: flex-start;

    padding-right: 0;
    padding-bottom: 20px;
  }

  .timeline-content {
    padding-left: 0;
  }

  .timeline-hour span {
    font-size: 28px;
  }

  .timeline-content strong {
    font-size: 26px;
  }

  .footer {
    flex-direction: column;
  }
}

/* TEXTOS EDITORIAIS */

.hero-text,
.card p,
.timeline-content p,
.split-content p,
.cta p {
  font-family: 'Raleway', sans-serif;

  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.7;
}

/* SUBTÍTULOS */

h3,
.timeline-content strong,
.section-title p,
.tag {
  font-family: 'Playfair Display', serif;

  letter-spacing: 0.5px;
}

/* MENU */

.nav a,
.btn {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

/* TÍTULO PRINCIPAL */

h1 {
  font-weight: 600;
  letter-spacing: -1.5px;
}

.maps-link {
  color: inherit;
  text-decoration: none;

  border-bottom: 1px solid rgba(183, 140, 78, 0.4);

  transition: 0.3s;
}

.maps-link:hover {
  color: var(--dourado-escuro);
  border-color: var(--dourado-escuro);
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 90px;
  position: relative;
  z-index: 1;
}

.logo img {
  width: min(75px, 24vw);
  height: auto;
  display: block;
  object-fit: contain;
}
