:root {
  --tvc-navy: #062b3b;
  --tvc-deep-navy: #041e2b;
  --tvc-teal: #079ead;
  --tvc-sea: #43c2c4;
  --tvc-coral: #f5526c;
  --tvc-gold: #e09a31;
  --tvc-cream: #fffbf3;
  --tvc-sand: #fff1d8;
  --tvc-muted: #476f78;
}

body {
  background: var(--tvc-cream);
}

.tvc-section {
  padding: clamp(80px, 9vw, 145px) clamp(24px, 8vw, 130px);
}

.tvc-hero {
  color: #fff;
  padding: 150px clamp(24px, 8vw, 130px) 105px;
}

.tvc-hero > .e-con-inner,
.tvc-hero {
  align-items: flex-start;
}

.tvc-eyebrow .elementor-heading-title {
  color: var(--tvc-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tvc-eyebrow-light .elementor-heading-title {
  color: var(--tvc-sea);
}

.tvc-hero-title .elementor-heading-title {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.6vw, 88px);
  letter-spacing: -.045em;
  line-height: .98;
  white-space: nowrap;
}

.tvc-hero-copy {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
  max-width: 680px;
}

.tvc-button .elementor-button {
  background: var(--tvc-coral);
  border-radius: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  min-height: 54px;
  padding: 19px 30px;
}

.tvc-experience {
  background: var(--tvc-cream);
  gap: clamp(55px, 8vw, 125px);
}

.tvc-section-title .elementor-heading-title {
  color: var(--tvc-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -.035em;
  line-height: 1.03;
}

.tvc-lead {
  color: var(--tvc-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.45;
  margin-bottom: 24px;
}

.tvc-body-copy,
.tvc-impression-intro {
  color: var(--tvc-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  max-width: 850px;
}

.tvc-value-row {
  border-bottom: 1px solid rgba(6, 43, 59, .16);
  border-top: 1px solid rgba(6, 43, 59, .16);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-top: 30px;
  padding: 22px 0;
}

.tvc-value-row span {
  color: var(--tvc-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tvc-experience-image img {
  height: 650px !important;
  object-fit: cover;
  width: 100%;
}

.tvc-impression {
  background: #fdf8f4;
}

.tvc-impression-title .elementor-heading-title {
  max-width: 1200px;
}

.tvc-gallery {
  gap: 14px;
  margin-top: 60px;
}

.tvc-gallery-main img {
  height: 650px !important;
  object-fit: cover;
  width: 100%;
}

.tvc-gallery-side {
  gap: 14px;
}

.tvc-gallery-side img {
  height: 318px !important;
  object-fit: cover;
  width: 100%;
}

.tvc-contact {
  align-items: flex-end;
  background: var(--tvc-sand);
  gap: 55px;
}

.tvc-contact-actions {
  align-items: flex-start;
}

.tvc-contact-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tvc-contact-links a {
  color: var(--tvc-muted);
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .tvc-hero-title .elementor-heading-title {
    white-space: normal;
  }

  .tvc-experience,
  .tvc-contact {
    flex-direction: column;
  }

  .tvc-experience > .e-con,
  .tvc-contact > .e-con {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .tvc-section,
  .tvc-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tvc-gallery {
    flex-direction: column;
  }

  .tvc-gallery > .e-con {
    width: 100% !important;
  }

  .tvc-gallery-main img,
  .tvc-experience-image img {
    height: 430px !important;
  }

  .tvc-gallery-side img {
    height: 270px !important;
  }
}
