:root {
  --tvg-ink: #090909;
  --tvg-paper: #f1eee5;
  --tvg-muted: #77736d;
  --tvg-line: rgba(9, 9, 9, .24);
  --tvg-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body,
.editor-styles-wrapper {
  background-color: var(--tvg-paper);
  background-image: radial-gradient(rgba(9, 9, 9, .065) .7px, transparent .7px);
  background-size: 5px 5px;
}

img {
  /* max-width: 100%; */
  height: auto;
}

.tvg-site main {
  margin-block-start: 0;
  margin-top: -23px !important;
}

.tvg-shell {
  width: min(calc(100% - 2rem), var(--tvg-max));
  margin-inline: auto;
}

.tvg-kicker {
  font-family: var(--wp--preset--font-family--condensed);
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.tvg-rule {
  width: 5rem;
  height: 3px;
  background: currentColor;
  display: block;
  margin: 1.1rem 0;
}

.tvg-star {
  display: inline-block;
  transform: rotate(45deg);
  font-size: .7em;
  margin-inline: .55em;
}

.tvg-display {
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

/* Header */
.tvg-header-wrap {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
  border-bottom: 1px solid rgba(241, 238, 229, .35);
  position: relative;
  z-index: 50;
}

.tvg-header {
  min-height: 104px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding-block: 1rem;
}

.tvg-header .wp-block-navigation {
  color: var(--tvg-paper);
}

.tvg-header .wp-block-navigation a {
  color: inherit;
  text-decoration: none;
}

.tvg-header .wp-block-navigation-item.current-menu-item>a,
.tvg-header .wp-block-navigation a:hover {
  border-bottom: 2px solid currentColor;
}

.tvg-brand img {
  width: 300px;
  max-height: 78px;
  object-fit: contain;
  /* filter: invert(1); */
  display: block;
}

.tvg-social {
  display: flex;
  gap: .65rem;
  align-items: center;
}

.tvg-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 238, 229, .5);
  border-radius: 999px;
  color: var(--tvg-paper);
  font-family: Arial, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.tvg-social a:hover {
  background: var(--tvg-paper);
  color: var(--tvg-ink);
}

/* Hero */
.tvg-hero {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
  position: relative;
  overflow: hidden;
}

.tvg-hero::after,
.tvg-paper-edge::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(135deg, transparent 8px, var(--tvg-paper) 0) 0 0/16px 16px repeat-x, linear-gradient(45deg, transparent 8px, var(--tvg-paper) 0) 0 0/16px 16px repeat-x;
}

.tvg-hero::after {
  bottom: -1px;
}

.tvg-hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(330px, .83fr) minmax(520px, 1.35fr);
  align-items: center;
  gap: 1rem;
  padding-block: 4.5rem 5.5rem;
}

.tvg-hero-copy {
  position: relative;
  z-index: 2;
}

.tvg-hero-logo {
  width: min(500px, 100%);
  filter: invert(1);
  margin-bottom: 1.1rem;
}

.tvg-hero-subtitle {
  font-family: var(--wp--preset--font-family--condensed);
  letter-spacing: .28em;
  font-size: clamp(1rem, 2vw, 1.45rem);
  text-transform: uppercase;
  border-top: 1px solid rgba(241, 238, 229, .4);
  padding-top: 1.2rem;
}

.tvg-hero-copy p {
  max-width: 34rem;
  color: rgba(241, 238, 229, .82);
  font-size: 1.12rem;
}

.tvg-hero-art {
  align-self: end;
  margin-right: -8vw;
}

.tvg-hero-art img {
  width: 100%;
  min-width: 680px;
  display: block;
}

.tvg-button-outline .wp-block-button__link {
  background: var(--tvg-paper);
  color: var(--tvg-ink);
  border-color: var(--tvg-paper);
  box-shadow: 7px 7px 0 rgba(241, 238, 229, .2);
}

.tvg-button-outline .wp-block-button__link:hover {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 rgba(241, 238, 229, .2);
}

.wp-block-button__link {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

/* Sections */
.tvg-section {
  padding-block: clamp(4rem, 8vw, 7.5rem);
  position: relative;
}

.tvg-section-dark {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
}

.tvg-section-dark a {
  color: inherit;
}

.tvg-section-title {
  font-size: clamp(2rem, 5vw, 4.7rem);
  margin: 0;
  text-transform: uppercase;
}

.tvg-intro-grid {
  display: grid;
  grid-template-columns: .75fr 1.3fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
}

.tvg-intro-icon img {
  width: min(350px, 100%);
  margin-inline: auto;
  display: block;
}

.tvg-intro-copy {
  border-left: 2px solid currentColor;
  padding-left: clamp(1.5rem, 4vw, 4rem);
}

.tvg-intro-copy p {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 42rem;
}

.tvg-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.tvg-pillar {
  text-align: center;
  padding: 1rem clamp(1rem, 3vw, 3rem);
}

.tvg-pillar+.tvg-pillar {
  border-left: 1px solid rgba(241, 238, 229, .35);
}

.tvg-pillar img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.tvg-pillar h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  text-transform: uppercase;
  margin: .8rem 0 .5rem;
}

.tvg-pillar p {
  color: rgba(241, 238, 229, .76);
}

.tvg-live {
  text-align: center;
}

.tvg-script {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(2rem, 5vw, 4.3rem);
  margin: .6rem 0;
}

.tvg-blog-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2rem;
}

.tvg-post-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.tvg-post-card {
  height: 100%;
  border: 2px solid var(--tvg-ink);
  background: var(--tvg-paper);
  box-shadow: 8px 8px 0 var(--tvg-ink);
  padding: 1.25rem;
}

.tvg-post-card .wp-block-post-title {
  margin-top: .5rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.tvg-post-card .wp-block-post-title a {
  text-decoration: none;
}

.tvg-post-card .wp-block-post-featured-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}

.tvg-meta {
  font-family: var(--wp--preset--font-family--condensed);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .82rem;
}

/* Newsletter / footer */
.tvg-newsletter {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
  padding-block: 3rem;
}

.tvg-newscolor {
  background-color: #afaeae;
}

.tvg-newsletter-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
}

.tvg-newsletter-icon img {
  width: 300px;
  filter: invert(1);
}

.tvg-contact-link {
  display: inline-block;
  background: var(--tvg-paper);
  color: var(--tvg-ink) !important;
  padding: 1rem 1.25rem;
  border: 2px solid var(--tvg-paper);
  font-family: var(--wp--preset--font-family--condensed);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.tvg-footer {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
  padding: 3.5rem 0 1.5rem;
  border-top: 1px solid rgba(241, 238, 229, .35);
}

.tvg-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.tvg-footer-logo img {
  width: 300px;
  filter: invert(1);
}

.tvg-footer a {
  color: inherit;
}

.tvg-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tvg-footer li {
  margin: .35rem 0;
}

.tvg-copyright {
  border-top: 1px solid rgba(241, 238, 229, .35);
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  text-align: center;
  font-size: .82rem;
  color: rgba(241, 238, 229, .65);
}

/* Inner pages */
.tvg-page-hero {
  background: var(--tvg-ink);
  color: var(--tvg-paper);
  padding: clamp(4rem, 9vw, 8rem) 1rem;
  text-align: center;
}

.tvg-page-hero h1 {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(3rem, 9vw, 7rem);
  text-transform: uppercase;
  margin: 0;
}

.tvg-content {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.tvg-content>* {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.tvg-content>.alignwide {
  max-width: 1180px;
}

.tvg-content>.alignfull {
  max-width: none;
}

.tvg-single-meta {
  text-align: center;
  margin-top: 1rem;
  color: rgba(241, 238, 229, .75);
}

.wp-block-query-pagination {
  margin-top: 3rem;
  font-family: var(--wp--preset--font-family--condensed);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.tvg-404 {
  text-align: center;
  min-height: 60vh;
  display: grid;
  place-items: center;
}

.tvg-404 strong {
  display: block;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(6rem, 20vw, 15rem);
  line-height: .8;
}

/* Events */
.tvg-event-list {
  display: grid;
  gap: 1rem;
}

.tvg-event-card {
  border: 2px solid var(--tvg-ink);
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.tvg-event-date {
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.35rem;
  text-transform: uppercase;
}

/* Motion */
.tvg-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}

.tvg-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  .tvg-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .tvg-header {
    grid-template-columns: 130px 1fr;
  }

  .tvg-header>.tvg-social {
    display: none;
  }

  .tvg-brand img {
    width: 100px;
  }

  .tvg-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    text-align: center;
    padding-top: 3rem;
  }

  .tvg-hero-copy p {
    margin-inline: auto;
  }

  .tvg-hero-art {
    margin: 0 -20vw -1rem;
  }

  .tvg-hero-art img {
    min-width: 720px;
    margin-inline: auto;
  }

  .tvg-intro-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tvg-intro-copy {
    border-left: 0;
    border-top: 2px solid currentColor;
    padding: 2rem 0 0;
  }

  .tvg-pillar-grid {
    grid-template-columns: 1fr;
  }

  .tvg-pillar+.tvg-pillar {
    border-left: 0;
    border-top: 1px solid rgba(241, 238, 229, .35);
  }

  .tvg-post-grid .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }

  .tvg-newsletter-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tvg-newsletter-icon {
    display: none;
  }

  .tvg-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .tvg-shell {
    width: min(calc(100% - 1.25rem), var(--tvg-max));
  }

  .tvg-header {
    min-height: 84px;
    gap: .5rem;
  }

  .tvg-brand img {
    width: 84px;
  }

  .tvg-header .wp-block-navigation__responsive-container-open {
    color: var(--tvg-paper);
  }

  .tvg-hero-logo {
    width: 86%;
  }

  .tvg-hero-art {
    margin-inline: -48vw;
  }

  .tvg-hero-art img {
    min-width: 760px;
  }

  .tvg-post-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .tvg-blog-head {
    display: block;
  }

  .tvg-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tvg-footer-logo img {
    margin-inline: auto;
  }

  .tvg-event-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}