/* TVC WP v1.7.0 — fallback theme shell, header, mega menu, hero slider, and footer. */

:root {
  --tvc-black: #000;
  --tvc-near-black: #080808;
  --tvc-white: #fff;
  --tvc-muted: #a3a3a3;
  --tvc-line: #242424;
  --tvc-accent: #d86f3f;
  --tvc-header-height: 63px;
  --tvc-header-pad: 32px;
  --tvc-logo-width: 132px;
  --tvc-header-social-size: 15px;
  --tvc-footer-columns: 4;
  --tvc-font-body: "Montserrat", Arial, Helvetica, sans-serif;
  --tvc-font-display: "Syne", Arial, Helvetica, sans-serif;
  --tvc-font-utility: "Heebo", Arial, Helvetica, sans-serif;
  --tvc-content-width: 1320px;
  --tvc-mobile-pad: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--tvc-black);
  color: var(--tvc-white);
  font-family: var(--tvc-font-body);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
html.tvc128-menu-lock, html.tvc128-menu-lock body { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; }
img { max-width: 100%; height: auto; }
input, textarea, select { font: inherit; }
button, input[type="button"], input[type="reset"], input[type="submit"], .wp-element-button, .elementor-button {
  font-family: var(--tvc-font-display);
  font-weight: 600;
  text-transform: uppercase;
}
button { color: inherit; }
h1, h2, h3, h4, h5, h6 {
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-weight: 800;
  line-height: 1.033em;
  letter-spacing: 0;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 { font-size: 72px; }
h2 { font-size: 60px; }
h3 { font-size: 48px; }
h4 { font-size: 36px; }
h5 { font-size: 28px; }
h6 { font-size: 20px; }
::selection { color: var(--tvc-black); background: var(--tvc-white); }

.tvc201-site { min-height: 60vh; }
.tvc202-site-main { display: block; width: 100%; }
.tvc203-content-shell { width: min(var(--tvc-content-width), calc(100% - 64px)); margin-inline: auto; padding: 92px 0; }
.tvc204-archive-header { margin-bottom: 52px; }
.tvc204-archive-header h1, .tvc217-single-header h1, .tvc206-error-page h1 {
  margin: 0;
  font-family: var(--tvc-font-display);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

/* Header */
.tvc101-site-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: var(--tvc-header-height);
  background: var(--tvc-black);
  border-bottom: 1px solid rgba(255,255,255,.025);
}
.tvc401-has-sticky-header .tvc101-site-header { position: sticky; top: 0; }
.admin-bar.tvc401-has-sticky-header .tvc101-site-header { top: 32px; }
.tvc102-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--tvc-header-pad);
}
.tvc103-site-branding { position: relative; z-index: 3; justify-self: start; display: flex; align-items: center; min-width: 0; }
.tvc103-site-branding .custom-logo-link { display: inline-flex; align-items: center; }
.tvc103-site-branding .custom-logo { display: block; width: auto; max-width: var(--tvc-logo-width); max-height: calc(var(--tvc-header-height) - 20px); }
.tvc103-text-logo {
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tvc104-primary-nav { justify-self: center; height: 100%; }
.tvc105-primary-menu, .tvc105-primary-menu ul, .tvc120-social-menu, .tvc307-footer-social-menu, .tvc309-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tvc105-primary-menu { display: flex; align-items: stretch; height: 100%; gap: 36px; }
.tvc105-primary-menu > li { position: relative; display: flex; align-items: center; height: 100%; }
.tvc105-primary-menu > li.tvc106-is-mega { position: static; }
.tvc105-primary-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.118em;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.tvc105-primary-menu > li > a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.tvc105-primary-menu > li:hover > a::after,
.tvc105-primary-menu > li:focus-within > a::after,
.tvc105-primary-menu > .current-menu-item > a::after,
.tvc105-primary-menu > .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }

.tvc107-dropdown-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: -28px;
  display: block;
  min-width: 280px;
  padding: 24px 28px 25px;
  background: var(--tvc-black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.tvc107-dropdown-menu .tvc107-dropdown-menu { top: -24px; left: calc(100% + 28px); }
.tvc107-dropdown-menu li { position: relative; display: block; }
.tvc107-dropdown-menu a {
  display: block;
  padding: 8px 0;
  color: #f6f6f6;
  font-family: var(--tvc-font-body);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}
.tvc107-dropdown-menu a:hover, .tvc107-dropdown-menu a:focus { color: var(--tvc-muted); transform: translateX(3px); }
.menu-item-has-children:hover > .tvc107-dropdown-menu,
.menu-item-has-children:focus-within > .tvc107-dropdown-menu,
.menu-item-has-children.tvc125-submenu-open > .tvc107-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }

/* Mega menu */
.tvc108-mega-panel {
  position: absolute;
  z-index: 25;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background: var(--tvc-black);
  border-top: 1px solid rgba(255,255,255,.025);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.tvc106-is-mega:hover > .tvc108-mega-panel,
.tvc106-is-mega:focus-within > .tvc108-mega-panel,
.tvc106-is-mega.tvc125-submenu-open > .tvc108-mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.tvc109-mega-inner { width: 100%; padding: 36px 7.5vw 40px; }
.tvc110-mega-grid {
  display: grid;
  grid-template-columns: repeat(var(--tvc-mega-cols, 4), minmax(0, 1fr));
  gap: 28px 54px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tvc111-mega-column { grid-column: span var(--tvc-col-span, 1); min-width: 0; }
.tvc112-column-heading {
  margin: 0 0 16px;
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
.tvc112-column-heading a { transition: opacity .2s ease; }
.tvc112-column-heading a:hover { opacity: .65; }
.tvc113-mega-child-list { margin: 0; padding: 0; list-style: none; }
.tvc113-mega-child-list li { margin: 0; }
.tvc113-mega-child-list a {
  display: inline-block;
  padding: 6px 0;
  color: #e8e8e8;
  font-family: var(--tvc-font-body);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.35;
  transition: color .2s ease, transform .2s ease;
}
.tvc113-mega-child-list a:hover, .tvc113-mega-child-list a:focus { color: var(--tvc-muted); transform: translateX(3px); }
.tvc111-type-text .tvc113-mega-child-list,
.tvc111-type-image .tvc113-mega-child-list,
.tvc111-type-html .tvc113-mega-child-list { display: none; }
.tvc114-mega-image { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 18px; }
.tvc115-mega-image-link { display: block; overflow: hidden; }
.tvc115-mega-image-link .tvc114-mega-image { transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.tvc115-mega-image-link:hover .tvc114-mega-image { transform: scale(1.035); }
.tvc116-mega-copy, .tvc117-mega-html {
  color: #d8d8d8;
  font-family: var(--tvc-font-body);
  font-weight: 300;
  line-height: 1.65;
}
.tvc116-mega-copy { font-size: 12px; }
.tvc117-mega-html { font-size: 15px; }
.tvc116-mega-copy p:first-child, .tvc117-mega-html p:first-child { margin-top: 0; }
.tvc116-mega-copy p:last-child, .tvc117-mega-html p:last-child { margin-bottom: 0; }
.tvc118-mega-cta {
  display: inline-flex;
  margin-top: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--tvc-white);
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Header social */
.tvc119-header-social { position: relative; z-index: 3; justify-self: end; }
.tvc120-social-menu { display: flex; align-items: center; gap: 19px; }
.tvc121-social-item { line-height: 0; }
.tvc121-social-item a { display: inline-flex; color: var(--tvc-white); opacity: .95; transition: opacity .2s ease, transform .2s ease; }
.tvc121-social-item a:hover, .tvc121-social-item a:focus { opacity: .58; transform: translateY(-1px); }
.tvc121-social-item svg { width: var(--tvc-header-social-size); height: var(--tvc-header-social-size); fill: currentColor; }

/* Mobile menu controls */
.tvc122-menu-toggle { display: none; align-items: center; gap: 14px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.tvc123-toggle-label { font-family: var(--tvc-font-utility); font-size: 12px; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; }
.tvc124-toggle-lines { position: relative; width: 26px; height: 18px; }
.tvc124-toggle-lines span { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease, top .25s ease, opacity .2s ease; }
.tvc124-toggle-lines span:nth-child(1) { top: 1px; }
.tvc124-toggle-lines span:nth-child(2) { top: 8px; }
.tvc124-toggle-lines span:nth-child(3) { top: 15px; }
.tvc127-mobile-open .tvc124-toggle-lines span:nth-child(1) { top: 8px; transform: rotate(45deg); }
.tvc127-mobile-open .tvc124-toggle-lines span:nth-child(2) { opacity: 0; }
.tvc127-mobile-open .tvc124-toggle-lines span:nth-child(3) { top: 8px; transform: rotate(-45deg); }
.tvc126-submenu-toggle { display: none; }

/* Content defaults */
.tvc210-entry-card { display: grid; grid-template-columns: minmax(240px, .8fr) 1.2fr; gap: 42px; padding: 42px 0; border-top: 1px solid var(--tvc-line); }
.tvc211-entry-image { display: block; overflow: hidden; }
.tvc211-entry-image img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .5s ease; }
.tvc211-entry-image:hover img { transform: scale(1.03); }
.tvc212-entry-content { align-self: center; }
.tvc213-entry-meta { margin: 0 0 12px; color: var(--tvc-muted); font-family: var(--tvc-font-utility); font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.tvc214-entry-title { margin: 0 0 16px; font-family: var(--tvc-font-display); font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1; text-transform: uppercase; }
.tvc215-entry-excerpt { color: #c5c5c5; }
.tvc216-single-entry { max-width: 960px; margin: 0 auto; }
.tvc217-single-header { margin-bottom: 46px; }
.tvc218-single-image { margin: 0 0 46px; }
.tvc219-single-content { font-size: 18px; }
.tvc219-single-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.tvc219-single-content > .alignwide { max-width: 1100px; }
.tvc219-single-content > .alignfull { max-width: none; width: 100vw; margin-left: calc(50% - 50vw); }
.tvc206-error-page { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.tvc207-error-code { margin: 0; color: var(--tvc-accent); font-family: var(--tvc-font-display); font-size: clamp(5rem, 18vw, 14rem); font-weight: 400; line-height: .75; }
.tvc208-outline-button { display: inline-flex; margin-top: 24px; padding: 14px 24px; border: 1px solid var(--tvc-white); font-family: var(--tvc-font-display); font-size: 11px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.tvc220-comments-area { margin-top: 80px; padding-top: 40px; border-top: 1px solid var(--tvc-line); }

/* Footer */
.tvc300-site-footer { padding: 76px max(32px, 4vw) 26px; background: var(--tvc-black); color: var(--tvc-white); }
.tvc303-footer-widgets {
  display: grid;
  grid-template-columns: repeat(var(--tvc-footer-columns, 4), minmax(0, 1fr));
  gap: 46px;
  width: min(var(--tvc-content-width), 100%);
  margin: 0 auto 74px;
}
.tvc301-footer-widget { margin: 0; color: #b8b8b8; font-family: var(--tvc-font-body); font-size: 12px; font-weight: 100; line-height: 1.75; }
.tvc302-widget-title { margin: 0 0 18px; color: var(--tvc-white); font-family: var(--tvc-font-display); font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.tvc301-footer-widget ul { margin: 0; padding: 0; list-style: none; }
.tvc301-footer-widget a { transition: opacity .2s ease; }
.tvc301-footer-widget a:hover { opacity: .6; }
.tvc305-footer-bottom { width: min(var(--tvc-content-width), 100%); margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--tvc-line); text-align: center; }
.tvc307-footer-social-menu { display: flex; justify-content: space-around; gap: 24px; margin-bottom: 23px; }
.tvc307-footer-social-menu a { position: relative; display: inline-flex; padding-left: 17px; font-family: var(--tvc-font-utility); font-size: 11px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.tvc307-footer-social-menu a::before { content: ''; position: absolute; top: 50%; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--tvc-white); transform: translateY(-50%); }
.tvc309-footer-menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin-bottom: 18px; }
.tvc309-footer-menu a { color: var(--tvc-muted); font-family: var(--tvc-font-utility); font-size: 10px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.tvc310-copyright { margin: 0; color: #666; font-size: 9.5px; font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.tvc311-back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 500;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: var(--tvc-accent);
  color: var(--tvc-white);
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.tvc311-back-to-top.tvc312-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Elementor typography defaults */
.elementor-widget-heading .elementor-heading-title {
  color: var(--tvc-white);
  font-family: var(--tvc-font-display);
  font-weight: 800;
  line-height: 1.033em;
  letter-spacing: 0;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.elementor-widget-heading h1.elementor-heading-title { font-size: 72px; }
.elementor-widget-heading h2.elementor-heading-title { font-size: 60px; }
.elementor-widget-heading h3.elementor-heading-title { font-size: 48px; }
.elementor-widget-heading h4.elementor-heading-title { font-size: 36px; }
.elementor-widget-heading h5.elementor-heading-title { font-size: 28px; }
.elementor-widget-heading h6.elementor-heading-title { font-size: 20px; }
.elementor-widget-button .elementor-button,
.elementor-form .elementor-button { font-family: var(--tvc-font-display); font-weight: 600; text-transform: uppercase; }
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-icon-list .elementor-icon-list-text,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown a { font-family: var(--tvc-font-body); font-weight: 100; }
.elementor-widget-nav-menu .elementor-nav-menu--main > .elementor-nav-menu > li > a { font-family: var(--tvc-font-display); font-size: 16px; font-weight: 600; line-height: 1.118em; letter-spacing: 0; text-transform: uppercase; }

/* Elementor layout compatibility */
.elementor-page .tvc205-page-entry,
.elementor-page .tvc221-elementor-full-width { width: 100%; max-width: none; margin: 0; padding: 0; }
.elementor-page .tvc205-page-entry::before,
.elementor-page .tvc205-page-entry::after { content: none; }
.tvc222-elementor-canvas { margin: 0; min-height: 100vh; }
.tvc223-canvas-main { width: 100%; min-height: 100vh; }
.elementor-editor-active .tvc101-site-header,
.elementor-editor-preview .tvc101-site-header { z-index: 100; }

/* Elementor cooperation */
.elementor-page .tvc205-page-entry { margin: 0; }
.elementor-page .tvc202-site-main { padding: 0; }

@media (max-width: 1100px) {
  .admin-bar.tvc401-has-sticky-header .tvc101-site-header { top: 46px; }
  .tvc102-header-inner { grid-template-columns: 1fr auto; padding-inline: var(--tvc-mobile-pad); }
  .tvc119-header-social { display: none; }
  .tvc122-menu-toggle { display: inline-flex; justify-self: end; }
  .tvc104-primary-nav {
    position: fixed;
    top: var(--tvc-header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: block;
    height: auto;
    padding: 34px var(--tvc-mobile-pad) 80px;
    overflow-y: auto;
    background: var(--tvc-black);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .admin-bar .tvc104-primary-nav { top: calc(var(--tvc-header-height) + 46px); }
  .tvc127-mobile-open .tvc104-primary-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .tvc105-primary-menu { display: block; height: auto; }
  .tvc105-primary-menu > li { display: grid; grid-template-columns: 1fr 48px; height: auto; border-bottom: 1px solid var(--tvc-line); }
  .tvc105-primary-menu > li > a { min-height: 65px; font-size: 22px; }
  .tvc105-primary-menu > li > a::after { display: none; }
  .tvc126-submenu-toggle { display: grid; place-items: center; width: 48px; min-height: 65px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .tvc126-submenu-toggle span { position: relative; width: 14px; height: 14px; }
  .tvc126-submenu-toggle span::before, .tvc126-submenu-toggle span::after { content: ''; position: absolute; top: 50%; left: 50%; background: currentColor; transform: translate(-50%, -50%); transition: transform .2s ease; }
  .tvc126-submenu-toggle span::before { width: 14px; height: 1px; }
  .tvc126-submenu-toggle span::after { width: 1px; height: 14px; }
  .tvc125-submenu-open > .tvc126-submenu-toggle span::after { transform: translate(-50%, -50%) rotate(90deg); }
  .tvc107-dropdown-menu, .tvc108-mega-panel {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height .35s ease;
  }
  .tvc125-submenu-open > .tvc107-dropdown-menu, .tvc125-submenu-open > .tvc108-mega-panel { max-height: 2400px; }
  .tvc107-dropdown-menu { background: #050505; }
  .tvc107-dropdown-menu .tvc107-dropdown-menu { position: static; }
  .tvc107-dropdown-menu a { padding: 12px 18px; font-size: 15px; white-space: normal; }
  .tvc109-mega-inner { padding: 18px 0 26px; }
  .tvc110-mega-grid { display: block; }
  .tvc111-mega-column { padding: 18px 0; border-top: 1px solid var(--tvc-line); }
  .tvc112-column-heading { font-size: 14px; }
  .tvc113-mega-child-list a { display: block; padding: 9px 0; }
  .tvc114-mega-image { max-width: 520px; }
}

@media (max-width: 782px) {
  h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 52px; }
  h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 44px; }
  h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 36px; }
  h4, .elementor-widget-heading h4.elementor-heading-title { font-size: 30px; }
  h5, .elementor-widget-heading h5.elementor-heading-title { font-size: 24px; }
  h6, .elementor-widget-heading h6.elementor-heading-title { font-size: 18px; }
  .admin-bar.tvc401-has-sticky-header .tvc101-site-header { top: 46px; }
  .tvc203-content-shell { width: calc(100% - 44px); padding: 64px 0; }
  .tvc210-entry-card { grid-template-columns: 1fr; gap: 24px; }
  .tvc303-footer-widgets { grid-template-columns: 1fr 1fr; }
  .tvc307-footer-social-menu { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  h1, .elementor-widget-heading h1.elementor-heading-title { font-size: 42px; }
  h2, .elementor-widget-heading h2.elementor-heading-title { font-size: 36px; }
  h3, .elementor-widget-heading h3.elementor-heading-title { font-size: 31px; }
  h4, .elementor-widget-heading h4.elementor-heading-title { font-size: 27px; }
  h5, .elementor-widget-heading h5.elementor-heading-title { font-size: 22px; }
  h6, .elementor-widget-heading h6.elementor-heading-title { font-size: 17px; }
  :root { --tvc-header-height: 60px; }
  .tvc103-text-logo { font-size: 23px; }
  .tvc123-toggle-label { display: none; }
  .tvc105-primary-menu > li > a { font-size: 19px; }
  .tvc300-site-footer { padding: 56px var(--tvc-mobile-pad) 24px; }
  .tvc303-footer-widgets { grid-template-columns: 1fr; margin-bottom: 50px; }
  .tvc307-footer-social-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* Elementor editor compatibility wrapper. */
.tvc224-elementor-editor-content,
.tvc225-elementor-edit-area,
.tvc226-front-page-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Fullscreen front-page hero slider */
.tvc500-hero-slider {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  height: calc(100svh - var(--tvc-header-height));
  margin-inline: 0;
  contain: paint;
  min-height: 620px;
  overflow: hidden;
  background: #050505;
  color: var(--tvc-white);
  cursor: default;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.tvc501-hero-slides,
.tvc502-hero-slide,
.tvc504-hero-media,
.tvc507-hero-overlay { position: absolute; inset: 0; }
.tvc502-hero-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease, visibility 1s ease;
}
.tvc502-hero-slide.tvc503-is-active {
  z-index: 4;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.tvc504-hero-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #080808;
}
.tvc505-hero-video,
.tvc506-hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  transform: scale(1.015);
}
.tvc519-hero-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.7778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  max-height: none !important;
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.03);
  transform-origin: center;
}
.tvc503-is-active .tvc505-hero-video:not(.tvc519-hero-youtube),
.tvc503-is-active .tvc506-hero-image { animation: tvcHeroDrift 8s ease-out both; }
@keyframes tvcHeroDrift { from { transform: scale(1.045); } to { transform: scale(1.015); } }
.tvc507-hero-overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(0,0,0,.04) 42%, rgba(0,0,0,.34) 100%),
    rgba(0,0,0,var(--tvc-hero-overlay, .28));
}
.tvc508-hero-content {
  position: absolute;
  pointer-events: auto;
  z-index: 5;
  top: 47%;
  left: 50%;
  width: min(1064px, calc(100% - 120px));
  text-align: center;
  transform: translate(-50%, -50%);
}
.tvc509-hero-title {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: var(--tvc-font-display);
  font-size: clamp(58px, 6.25vw, 90px);
  font-weight: 800;
  line-height: 1.033em;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}
.tvc510-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}
.tvc511-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 51px;
  padding: 12px 24px;
  border: 1px solid rgba(255,255,255,.9);
  color: #fff;
  background: rgba(0,0,0,var(--tvc-hero-cta-darkness, .30));
  font-family: var(--tvc-font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}
.tvc511-hero-cta:hover,
.tvc511-hero-cta:focus-visible { color: #000; background: #fff; border-color: #fff; }
.tvc512-hero-player {
  position: absolute;
  z-index: 8;
  right: clamp(24px, 8vw, 150px);
  bottom: clamp(28px, 5.5vh, 82px);
  left: clamp(24px, 8vw, 150px);
  pointer-events: auto;
}
.tvc512-hero-player > * { width: 100%; max-width: none; }
.tvc513-hero-zone {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: transparent;
  cursor: none;
}
.tvc514-hero-prev { left: 0; }
.tvc515-hero-next { right: 0; }
.tvc516-hero-cursor {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  padding: var(--tvc-hero-cursor-pad-y, 5px) var(--tvc-hero-cursor-pad-x, 8px);
  color: #fff;
  background: rgba(0,0,0,var(--tvc-hero-cursor-darkness, .46));
  border-radius: var(--tvc-hero-cursor-radius, 10px);
  font-family: var(--tvc-font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  translate: 16px 16px;
  transition: opacity .12s ease, visibility .12s ease;
  will-change: transform;
}
.tvc516-hero-cursor.tvc518-cursor-visible { opacity: 1; visibility: visible; }
.tvc517-hero-mobile-nav { display: none; }

@media (max-width: 1100px) {
  .tvc500-hero-slider { min-height: 580px; }
  .tvc508-hero-content { width: min(900px, calc(100% - 72px)); }
  .tvc509-hero-title { font-size: clamp(48px, 8.2vw, 76px); }
  .tvc512-hero-player { right: 36px; left: 36px; }
}

@media (max-width: 782px) {
  .tvc500-hero-slider { height: calc(100svh - var(--tvc-header-height)); min-height: 560px; }
  .tvc508-hero-content { top: 43%; width: calc(100% - 44px); }
  .tvc509-hero-title { font-size: clamp(42px, 12vw, 64px); line-height: .98; }
  .tvc510-hero-actions { gap: 10px; margin-top: 34px; }
  .tvc511-hero-cta { min-width: min(230px, 100%); min-height: 48px; font-size: 12px; }
  .tvc512-hero-player { right: 22px; bottom: 66px; left: 22px; }
  .tvc513-hero-zone,
  .tvc516-hero-cursor,
  .tvc517-hero-mobile-nav { display: none !important; }
}

@media (max-width: 520px) {
  .tvc500-hero-slider { min-height: 520px; }
  .tvc508-hero-content { top: 40%; }
  .tvc509-hero-title { font-size: clamp(38px, 13vw, 54px); }
  .tvc510-hero-actions { display: grid; justify-items: center; }
  .tvc512-hero-player { right: 14px; left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .tvc503-is-active .tvc505-hero-video,
  .tvc503-is-active .tvc506-hero-image { animation: none; }
}

/* Discography module */
.tvc600-discography-module,.tvc630-discography-archive,.tvc640-release-single{width:min(100% - 48px,1320px);margin-inline:auto}.tvc601-discography-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #333;margin-bottom:28px}.tvc601-discography-heading h2{font-family:Syne,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:0;color:#fff;font-size:60px;line-height:1.033em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.tvc602-show-all{font-family:Syne,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;border:1px solid #fff;padding:16px 24px;color:#fff}.tvc603-discography-grid{display:grid;grid-template-columns:repeat(var(--tvc-disco-columns,3),minmax(0,1fr));gap:64px 28px}.tvc611-cover-link{display:block;aspect-ratio:1;overflow:hidden;background:#111}.tvc612-cover{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.tvc610-release-card:hover .tvc612-cover{transform:scale(1.025)}.tvc613-release-title{font-family:Syne,sans-serif;font-size:23px;line-height:1.05;text-transform:uppercase;margin:18px 0 8px}.tvc613-release-title a{color:#fff}.tvc614-stream-row{display:flex;align-items:center;gap:10px;margin:0;color:#fff;font-family:Montserrat,sans-serif;font-size:14px}.tvc614-stream-row a,.tvc644-available a{color:#fff}.tvc626-service-icon{display:inline-grid;place-items:center;width:16px;height:16px;font-family:Arial,sans-serif;font-size:10px;font-weight:700;border-radius:50%;background:#fff;color:#000}.tvc631-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 32px}.tvc631-filters button{background:transparent;color:#fff;border:1px solid #444;padding:10px 16px;font-family:Syne,sans-serif;text-transform:uppercase}.tvc631-filters button.is-active{background:#fff;color:#000}.tvc633-filter-item[hidden]{display:none!important}
.tvc640-release-single{padding-block:64px 100px}.tvc641-release-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);gap:72px}.tvc643-release-cover{width:100%;height:auto;display:block}.tvc644-available{margin-top:28px}.tvc644-available h3,.tvc648-lyrics h2,.tvc660-reviews h2,.tvc670-videos h2{font-size:24px;margin:0 0 14px}.tvc644-available>div{display:flex;gap:12px}.tvc645-release-info h1{font-family:Syne,sans-serif;font-weight:800;text-transform:uppercase;font-size:64px;line-height:.95;margin:0 0 20px}.tvc646-blurb{font-size:15px;line-height:1.7;color:#ddd}.tvc645-release-info dl{margin:26px 0}.tvc645-release-info dl div{display:flex;gap:6px;margin:6px 0}.tvc645-release-info dt{font-weight:700}.tvc645-release-info dd{margin:0}.tvc648-lyrics{margin-top:34px}.tvc649-lyric{border-top:1px solid #333}.tvc649-lyric:last-child{border-bottom:1px solid #333}.tvc650-lyric-toggle{width:100%;display:flex;justify-content:space-between;padding:15px 0;background:none;border:0;color:#fff;text-align:left;font-family:Syne,sans-serif;text-transform:uppercase}.tvc651-lyric-panel{padding:0 0 18px;color:#ddd;line-height:1.55}.tvc660-reviews{margin-top:42px}.tvc662-review-stage{position:relative;padding:28px;background:linear-gradient(110deg,#181818,#080808)}.tvc661-review{margin:0}.tvc661-review p{font-size:17px;line-height:1.55}.tvc661-review cite{font-style:normal;font-weight:700;text-transform:uppercase}.tvc663-review-nav{display:flex;justify-content:flex-end;margin-top:20px}.tvc663-review-nav button{width:44px;height:44px;background:transparent;color:#fff;border:1px solid #777}.tvc670-videos{margin-top:72px}.tvc671-video-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.tvc672-video{grid-column:span 6;min-width:0}.tvc672-video.tvc672-cols-2{grid-column:span 3}.tvc672-video.tvc672-cols-3{grid-column:span 2}.tvc672-video iframe{width:100%;max-width:100%;aspect-ratio:16/9;height:auto}.tvc672-video blockquote{max-width:100%!important;min-width:0!important}
@media(max-width:900px){.tvc603-discography-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tvc641-release-hero{grid-template-columns:1fr;gap:42px}.tvc601-discography-heading h2{font-size:46px}.tvc645-release-info h1{font-size:50px}.tvc672-video,.tvc672-video.tvc672-cols-2,.tvc672-video.tvc672-cols-3{grid-column:span 6}}
@media(max-width:600px){.tvc600-discography-module,.tvc630-discography-archive,.tvc640-release-single{width:min(100% - 30px,1320px)}.tvc601-discography-heading{align-items:flex-end}.tvc601-discography-heading h2{font-size:38px}.tvc602-show-all{padding:11px 14px;font-size:10px}.tvc603-discography-grid{grid-template-columns:1fr;gap:42px}.tvc613-release-title{font-size:20px}.tvc645-release-info h1{font-size:42px}.tvc640-release-single{padding-top:36px}}
