/*
Theme Name: Vive Teletrabajando GP Child
Theme URI: https://viveteletrabajando.com/
Description: Child theme para GeneratePress con rediseño editorial de Vive Teletrabajando.
Author: Vive Teletrabajando
Template: generatepress
Version: 1.0.22
Text Domain: vive-teletrabajando-gp-child
*/

:root {
  --vtt-ink: #202020;
  --vtt-ink-soft: #343230;
  --vtt-muted: #67605b;
  --vtt-paper: #f6f2ed;
  --vtt-paper-warm: #fffaf5;
  --vtt-white: #ffffff;
  --vtt-orange: #ef623d;
  --vtt-orange-deep: #bf4228;
  --vtt-orange-soft: #ffe1d6;
  --vtt-amazon: #ff9900;
  --vtt-amazon-hover: #ffb13b;
  --vtt-amazon-border: #b86b00;
  --vtt-sage: #d8ded1;
  --vtt-line: rgba(32, 32, 32, 0.14);
  --vtt-shadow: 0 22px 70px rgba(32, 32, 32, 0.13);
  --vtt-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vtt-serif: Georgia, "Times New Roman", serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: var(--vtt-white);
  color: var(--vtt-ink);
  font-family: var(--vtt-sans);
}

.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.vtt-page,
.vtt-page * {
  box-sizing: border-box;
}

.vtt-page img {
  display: block;
  max-width: 100%;
}

.vtt-page a {
  color: inherit;
  text-decoration: none;
}

.vtt-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 66px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 245, 0.9);
  border-bottom: 1px solid rgba(32, 32, 32, 0.08);
  backdrop-filter: blur(18px);
}

.vtt-brand img {
  display: block;
  width: min(310px, 56vw);
  height: auto;
}

.vtt-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.vtt-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: var(--vtt-ink-soft);
  font-size: 0.93rem;
  font-weight: 760;
}

.vtt-header .vtt-nav a,
.vtt-global .vtt-header .vtt-nav a,
.vtt-page .vtt-header .vtt-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  color: var(--vtt-ink-soft);
  line-height: 1;
  text-decoration: none;
}

.vtt-header .vtt-nav a:hover,
.vtt-header .vtt-nav a:focus-visible,
.vtt-global .vtt-header .vtt-nav a:hover,
.vtt-global .vtt-header .vtt-nav a:focus-visible,
.vtt-page .vtt-header .vtt-nav a:hover,
.vtt-page .vtt-header .vtt-nav a:focus-visible {
  color: var(--vtt-orange);
  border-bottom: 1px solid currentColor;
}

.vtt-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 34px;
  overflow: hidden;
  background: #171716;
  color: var(--vtt-white);
}

.vtt-hero-media {
  position: absolute;
  inset: 0;
}

.vtt-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.9) 0%, rgba(16, 16, 15, 0.62) 42%, rgba(16, 16, 15, 0.14) 100%),
    linear-gradient(0deg, rgba(16, 16, 15, 0.58), rgba(16, 16, 15, 0.03));
}

.vtt-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.vtt-hero-content {
  position: relative;
  width: min(780px, 100%);
  padding-bottom: clamp(74px, 14vh, 158px);
}

.vtt-kicker {
  margin: 0 0 14px;
  color: var(--vtt-orange);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtt-hero h1,
.vtt-section-heading h2,
.vtt-authority h2,
.vtt-nomad h2,
.vtt-final h2 {
  margin: 0;
  font-family: var(--vtt-serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.vtt-hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 10vw, 9.2rem);
}

.vtt-hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
}

.vtt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.vtt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 820;
}

.vtt-button-primary {
  border-color: var(--vtt-orange);
  background: var(--vtt-orange);
  color: var(--vtt-white);
}

.vtt-button-ghost {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: var(--vtt-white);
}

.vtt-button-dark {
  border-color: var(--vtt-ink);
  background: var(--vtt-ink);
  color: var(--vtt-white);
}

.vtt-hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 34px;
  width: min(330px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 250, 245, 0.1);
  backdrop-filter: blur(16px);
}

.vtt-hero-panel span,
.vtt-hero-panel strong {
  display: block;
}

.vtt-hero-panel span {
  color: rgba(255, 255, 255, 0.74);
}

.vtt-hero-panel strong {
  margin-top: 4px;
  font-size: 1.25rem;
}

.vtt-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--vtt-white);
  border-bottom: 1px solid var(--vtt-line);
}

.vtt-proof article {
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid var(--vtt-line);
}

.vtt-proof article:last-child {
  border-right: 0;
}

.vtt-proof span,
.vtt-story-meta,
.vtt-articles time {
  color: var(--vtt-orange-deep);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtt-proof h2,
.vtt-card h3,
.vtt-articles h3 {
  margin: 12px 0 10px;
  font-family: var(--vtt-serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.04;
}

.vtt-proof p,
.vtt-card p,
.vtt-authority-copy p,
.vtt-articles p,
.vtt-nomad p {
  margin: 0;
  color: var(--vtt-muted);
}

.vtt-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.vtt-section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.vtt-section-heading.compact {
  max-width: 720px;
}

.vtt-section-heading h2,
.vtt-authority h2,
.vtt-nomad h2,
.vtt-final h2 {
  font-size: clamp(2.25rem, 5vw, 5rem);
}

.vtt-comparison-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.vtt-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
}

.vtt-card-feature {
  position: relative;
  grid-row: span 2;
  justify-content: flex-end;
  background: var(--vtt-ink);
  color: var(--vtt-white);
  box-shadow: var(--vtt-shadow);
}

.vtt-card-warm {
  grid-column: 1 / -1;
  height: 320px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 1fr);
  grid-template-rows: 1fr auto auto auto auto 1fr;
  column-gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  background: var(--vtt-paper-warm);
}

.vtt-card-feature p {
  color: rgba(255, 255, 255, 0.74);
}

.vtt-card-feature .vtt-story-meta {
  color: #ff9b80;
}

.vtt-card-media {
  width: 100%;
  height: 210px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--vtt-line);
  background: var(--vtt-paper);
}

.vtt-card-feature .vtt-card-media {
  position: absolute;
  inset: 0;
  height: 100%;
  border: 0;
}

.vtt-card-warm .vtt-card-media {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 0;
  border-right: 1px solid var(--vtt-line);
  border-bottom: 0;
}

.vtt-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vtt-card-feature .vtt-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(32, 32, 32, 0.94) 0%, rgba(32, 32, 32, 0.78) 34%, rgba(32, 32, 32, 0.08) 78%),
    linear-gradient(90deg, rgba(32, 32, 32, 0.18), rgba(32, 32, 32, 0));
}

.vtt-card:hover .vtt-card-media img {
  transform: scale(1.025);
}

.vtt-card:focus-visible {
  outline: 3px solid var(--vtt-orange);
  outline-offset: 4px;
}

.vtt-card > :not(.vtt-card-media) {
  margin-left: clamp(22px, 3vw, 34px);
  margin-right: clamp(22px, 3vw, 34px);
}

.vtt-card-feature > :not(.vtt-card-media) {
  position: relative;
  z-index: 1;
}

.vtt-card-warm > :not(.vtt-card-media) {
  grid-column: 2;
  margin-left: 0;
  margin-right: clamp(28px, 4vw, 56px);
}

.vtt-card .vtt-story-meta {
  margin-top: clamp(22px, 3vw, 34px);
}

.vtt-card-feature .vtt-story-meta {
  margin-top: auto;
}

.vtt-card-warm .vtt-story-meta {
  grid-row: 2;
  align-self: end;
  margin-top: 0;
  margin-bottom: 8px;
}

.vtt-card-warm h3 {
  grid-row: 3;
  margin-top: 0;
}

.vtt-card-warm p:not(.vtt-story-meta) {
  grid-row: 4;
  max-width: 520px;
}

.vtt-card-warm .vtt-card-link {
  grid-row: 5;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 0;
}

.vtt-card-link,
.vtt-article-link {
  margin-top: auto;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding-top: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--vtt-ink);
  font-weight: 820;
}

.vtt-card-feature .vtt-card-link {
  color: var(--vtt-white);
}

.vtt-authority {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.85fr);
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background: #292725;
  color: var(--vtt-white);
}

.vtt-authority-copy {
  display: grid;
  gap: 18px;
  align-content: end;
}

.vtt-authority-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.vtt-latest {
  background: var(--vtt-paper-warm);
  border-bottom: 1px solid var(--vtt-line);
}

.vtt-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--vtt-line);
  border: 1px solid var(--vtt-line);
}

.vtt-article-list > a {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
  background: var(--vtt-white);
}

.vtt-article-list > a:focus-visible {
  outline: 3px solid var(--vtt-orange);
  outline-offset: -3px;
}

.vtt-nomad,
.vtt-final {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: clamp(24px, 5vw, 74px);
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.vtt-nomad {
  background: var(--vtt-sage);
}

.vtt-nomad p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--vtt-ink-soft);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.vtt-cta-media,
.vtt-final-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(32, 32, 32, 0.12);
}

.vtt-cta-media {
  min-height: 330px;
}

.vtt-cta-media::after,
.vtt-final-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(32, 32, 32, 0.44), rgba(32, 32, 32, 0.02));
}

.vtt-cta-media img,
.vtt-final-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vtt-cta-media .vtt-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.vtt-final {
  grid-template-columns: minmax(320px, 0.55fr) minmax(280px, 1fr) auto;
  background: var(--vtt-orange);
  color: var(--vtt-white);
}

.vtt-final-media {
  align-self: stretch;
  min-height: 330px;
  box-shadow: 0 20px 60px rgba(32, 32, 32, 0.18);
}

.vtt-final .vtt-kicker {
  color: rgba(255, 255, 255, 0.78);
}

.vtt-final-button {
  gap: 10px;
  border-color: var(--vtt-ink);
  background: var(--vtt-ink);
  color: var(--vtt-white);
  box-shadow: 0 16px 38px rgba(32, 32, 32, 0.2);
}

.vtt-final-button::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.vtt-final-button:hover::after {
  transform: translateX(3px);
}

.vtt-site-footer {
  clear: both;
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(48px, 7vw, 96px);
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--vtt-white);
  box-sizing: border-box;
}

.vtt-site-footer img {
  width: min(300px, 100%);
  height: auto;
}

.vtt-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  color: var(--vtt-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.vtt-site-footer nav a,
.vtt-global .vtt-site-footer nav a,
.vtt-page .vtt-site-footer nav a {
  color: var(--vtt-muted);
  text-decoration: none;
}

.vtt-site-footer nav a:hover,
.vtt-site-footer nav a:focus-visible,
.vtt-global .vtt-site-footer nav a:hover,
.vtt-global .vtt-site-footer nav a:focus-visible,
.vtt-page .vtt-site-footer nav a:hover,
.vtt-page .vtt-site-footer nav a:focus-visible {
  color: var(--vtt-orange);
  border-bottom: 1px solid currentColor;
}

.vtt-site-footer p {
  min-width: 0;
  margin: 0;
  color: var(--vtt-muted);
  text-align: right;
  overflow-wrap: anywhere;
}

.vtt-global .vtt-global-page {
  min-height: 100vh;
  background: var(--vtt-white);
}

.vtt-global header.site-header:not(.vtt-header),
.vtt-global footer.site-footer:not(.vtt-site-footer) {
  display: none;
}

.vtt-global .site-content {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) 0;
}

.vtt-global .content-area,
.vtt-global .site-main,
.vtt-global .inside-article {
  min-width: 0;
}

.vtt-global #right-sidebar,
.vtt-global #left-sidebar,
.vtt-global .is-right-sidebar,
.vtt-global .is-left-sidebar,
.vtt-global .sidebar {
  display: none;
}

.vtt-global.right-sidebar .content-area,
.vtt-global.left-sidebar .content-area,
.vtt-global.both-sidebars .content-area,
.vtt-global .content-area,
.vtt-global .site-main {
  width: 100%;
  max-width: 100%;
  float: none;
}

.vtt-global .inside-article,
.vtt-global .sidebar .widget,
.vtt-global .comments-area {
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
  box-shadow: 0 18px 48px rgba(32, 32, 32, 0.05);
}

.vtt-global .inside-article,
.vtt-global .comments-area {
  padding: clamp(28px, 5vw, 64px);
}

.vtt-global.single .inside-article,
.vtt-global.page:not(.home) .inside-article {
  max-width: 860px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-right: 0;
  padding-left: 0;
}

.vtt-global.blog .inside-article,
.vtt-global.archive .inside-article,
.vtt-global.search .inside-article {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
  padding: clamp(24px, 3.5vw, 42px);
}

.vtt-global .entry-header {
  margin-bottom: clamp(20px, 3vw, 34px);
}

.vtt-global .entry-title,
.vtt-global .page-title {
  margin: 0;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.vtt-global.single-post .entry-title {
  max-width: 100%;
  font-size: clamp(2.15rem, 3.4vw, 3.45rem);
  line-height: 1.08;
}

.vtt-global.blog .entry-title,
.vtt-global.archive .entry-title,
.vtt-global.search .entry-title {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.vtt-global .entry-title a {
  color: inherit;
  text-decoration: none;
}

.vtt-global .entry-title a:hover {
  color: var(--vtt-orange-deep);
}

.vtt-global .entry-meta,
.vtt-global .entry-meta a,
.vtt-global .cat-links,
.vtt-global .tags-links {
  color: var(--vtt-orange-deep);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vtt-global .post-image,
.vtt-global .featured-image,
.vtt-global .page-header-image {
  overflow: hidden;
  border-radius: 8px;
}

.vtt-global .post-image img,
.vtt-global .featured-image img,
.vtt-global .page-header-image img,
.vtt-global .entry-content img {
  border-radius: 8px;
}

.vtt-global .entry-content {
  color: var(--vtt-ink-soft);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  line-height: 1.78;
}

.vtt-global .entry-content h2,
.vtt-global .entry-content h3,
.vtt-global .entry-content h4 {
  margin-top: 1.9em;
  margin-bottom: 0.65em;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-weight: 500;
  line-height: 1.14;
}

.vtt-global .entry-content h2 {
  font-size: clamp(1.75rem, 2.9vw, 2.55rem);
}

.vtt-global .entry-content h3 {
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
}

.vtt-global .entry-content h4 {
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
}

.vtt-global .entry-content p,
.vtt-global .entry-content ul,
.vtt-global .entry-content ol {
  margin-bottom: 1.2em;
}

.vtt-global .entry-content a,
.vtt-global .read-more,
.vtt-global .paging-navigation a,
.vtt-global .post-navigation a {
  color: var(--vtt-ink);
  font-weight: 760;
  text-decoration-color: var(--vtt-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vtt-global .read-more,
.vtt-global .button,
.vtt-global button,
.vtt-global input[type="submit"] {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid var(--vtt-orange);
  border-radius: 8px;
  background: var(--vtt-orange);
  color: var(--vtt-white);
  font-weight: 820;
  text-decoration: none;
}

.vtt-global .entry-content .wp-block-buttons {
  margin: 1.9rem 0 2.4rem;
}

.vtt-global .entry-content .wp-block-button .wp-block-button__link,
.vtt-global .entry-content .wp-block-button.is-style-fill .wp-block-button__link,
.vtt-global .entry-content a.wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid var(--vtt-amazon-border) !important;
  border-radius: 999px;
  background: var(--vtt-amazon) !important;
  color: var(--vtt-ink) !important;
  box-shadow: 0 14px 32px rgba(184, 107, 0, 0.22);
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
}

.vtt-global .entry-content .wp-block-button .wp-block-button__link::after {
  content: "→";
  color: var(--vtt-ink);
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.vtt-global .entry-content .wp-block-button .wp-block-button__link:hover,
.vtt-global .entry-content .wp-block-button .wp-block-button__link:focus-visible {
  border-color: var(--vtt-ink) !important;
  background: var(--vtt-amazon-hover) !important;
  color: var(--vtt-ink) !important;
  box-shadow: 0 16px 36px rgba(184, 107, 0, 0.28);
}

.vtt-global .entry-content .wp-block-button .wp-block-button__link:hover::after,
.vtt-global .entry-content .wp-block-button .wp-block-button__link:focus-visible::after {
  color: var(--vtt-ink);
  transform: translateX(3px);
}

.vtt-global .entry-content .wp-block-button .wp-block-button__link:focus-visible {
  outline: 3px solid var(--vtt-ink);
  outline-offset: 3px;
}

.vtt-global .sidebar .widget {
  padding: 28px;
}

.vtt-global .widget-title {
  margin: 0 0 14px;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.vtt-global input,
.vtt-global textarea,
.vtt-global select {
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-paper-warm);
  color: var(--vtt-ink);
}

.vtt-global blockquote {
  margin: 1.6em 0;
  padding: 20px 24px;
  border-left: 4px solid var(--vtt-orange);
  background: var(--vtt-paper-warm);
  color: var(--vtt-ink-soft);
}

.vtt-single-main {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
  padding: clamp(32px, 6vw, 78px) 0;
  background: var(--vtt-white);
}

.vtt-single-article {
  color: var(--vtt-ink);
}

.vtt-breadcrumbs {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: var(--vtt-muted);
  font-size: 0.86rem;
  font-weight: 720;
}

.vtt-breadcrumbs a {
  color: var(--vtt-ink-soft);
  text-decoration: underline;
  text-decoration-color: rgba(239, 98, 61, 0.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vtt-breadcrumbs a:hover,
.vtt-breadcrumbs a:focus-visible {
  color: var(--vtt-orange-deep);
}

.vtt-breadcrumbs .separator {
  color: rgba(32, 32, 32, 0.32);
}

.vtt-single-media {
  margin: 0 0 clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 8px;
  background: var(--vtt-white);
  box-shadow: 0 18px 58px rgba(32, 32, 32, 0.08);
}

.vtt-single-media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.vtt-single-header {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  padding-inline: clamp(2px, 0.5vw, 8px);
}

.vtt-single-header .entry-title {
  max-width: 100%;
  font-size: clamp(2.15rem, 3.4vw, 3.45rem);
  line-height: 1.08;
  overflow-wrap: normal;
  text-wrap: balance;
}

.vtt-single-header .entry-meta {
  margin-top: 14px;
}

.vtt-single-deck {
  margin: 20px 0 0;
  color: var(--vtt-muted);
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.55;
}

.vtt-entry-content {
  max-width: 850px;
  margin: 0 auto;
}

.vtt-entry-content > p:first-of-type {
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
}

.vtt-post-footer {
  max-width: 850px;
  margin: clamp(42px, 6vw, 70px) auto 0;
}

.vtt-related-posts {
  max-width: 850px;
  margin: clamp(42px, 6vw, 70px) auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--vtt-line);
}

.vtt-related-posts h2 {
  margin: 0;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 500;
  line-height: 1.08;
}

.vtt-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.vtt-related-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 16px;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
  color: var(--vtt-ink);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.vtt-related-card:hover,
.vtt-related-card:focus-visible {
  border-color: rgba(239, 98, 61, 0.55);
  transform: translateY(-2px);
}

.vtt-related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vtt-related-card-body {
  padding: 16px 16px 16px 0;
}

.vtt-related-card span {
  color: var(--vtt-orange-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtt-related-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--vtt-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.08;
}

@media (min-width: 1021px) {
  .vtt-single-article {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
    gap: clamp(30px, 4.5vw, 62px);
    align-items: center;
  }

  .vtt-single-media {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .vtt-single-media img {
    height: clamp(320px, 34vw, 430px);
    max-height: 430px;
  }

  .vtt-single-header {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    margin: 0;
    padding-inline: 0;
  }

  .vtt-single-header .entry-title {
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.03;
  }

  .vtt-entry-content,
  .vtt-post-footer,
  .vtt-related-posts {
    grid-column: 1 / -1;
  }
}

.vtt-archive {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background: var(--vtt-white);
}

.vtt-archive-hero {
  max-width: 980px;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.vtt-archive-hero h1 {
  margin: 0;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.vtt-archive-description {
  max-width: 720px;
  margin-top: 18px;
  color: var(--vtt-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.vtt-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vtt-archive-card {
  overflow: hidden;
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
  box-shadow: 0 18px 48px rgba(32, 32, 32, 0.05);
}

.vtt-archive-card-link {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.vtt-archive-card-media {
  height: 240px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--vtt-line);
  background: var(--vtt-paper-warm);
}

.vtt-archive-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vtt-archive-card:hover .vtt-archive-card-media img {
  transform: scale(1.025);
}

.vtt-archive-card-body {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
}

.vtt-archive-card time {
  color: var(--vtt-orange-deep);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vtt-archive-card h2 {
  margin: 12px 0 10px;
  color: var(--vtt-ink);
  font-family: var(--vtt-serif);
  font-size: clamp(1.65rem, 2.7vw, 2.45rem);
  font-weight: 500;
  line-height: 1.04;
}

.vtt-archive-card p {
  margin: 0;
  color: var(--vtt-muted);
}

.vtt-archive-card span {
  width: fit-content;
  margin-top: auto;
  padding-top: 26px;
  border-bottom: 1px solid currentColor;
  color: var(--vtt-ink);
  font-weight: 820;
}

.vtt-pagination {
  margin-top: clamp(34px, 5vw, 60px);
}

.vtt-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vtt-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
  color: var(--vtt-ink);
  font-weight: 760;
  text-decoration: none;
}

.vtt-pagination .current {
  border-color: var(--vtt-orange);
  background: var(--vtt-orange);
  color: var(--vtt-white);
}

.vtt-empty {
  max-width: 720px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--vtt-line);
  border-radius: 8px;
  background: var(--vtt-white);
}

@media (max-width: 1020px) {
  .vtt-proof,
  .vtt-comparison-grid,
  .vtt-authority,
  .vtt-article-list,
  .vtt-nomad,
  .vtt-final,
  .vtt-site-footer {
    grid-template-columns: 1fr;
  }

  .vtt-card-feature {
    grid-row: auto;
  }

  .vtt-final {
    align-items: start;
  }

  .vtt-site-footer nav {
    justify-content: flex-start;
  }

  .vtt-site-footer p {
    text-align: left;
  }

  .vtt-global .site-content {
    width: min(100% - 32px, 860px);
  }

  .vtt-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .vtt-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 16px;
  }

  .vtt-brand img {
    width: min(255px, 68vw);
  }

  .vtt-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .vtt-hero {
    min-height: 92vh;
    padding: 82px 16px 22px;
  }

  .vtt-hero-media::after {
    background:
      linear-gradient(90deg, rgba(16, 16, 15, 0.9), rgba(16, 16, 15, 0.5)),
      linear-gradient(0deg, rgba(16, 16, 15, 0.7), rgba(16, 16, 15, 0.1));
  }

  .vtt-hero h1 {
    max-width: 100%;
    font-size: clamp(3.1rem, 13vw, 4.25rem);
  }

  .vtt-actions {
    flex-direction: column;
  }

  .vtt-button {
    width: 100%;
  }

  .vtt-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: -54px;
  }

  .vtt-proof article {
    border-right: 0;
    border-bottom: 1px solid var(--vtt-line);
  }

  .vtt-card,
  .vtt-card-feature {
    min-height: auto;
  }

  .vtt-card-feature .vtt-card-media,
  .vtt-card-media {
    height: 220px;
  }

  .vtt-card-warm {
    display: flex;
    height: auto;
    min-height: auto;
  }

  .vtt-card-warm .vtt-card-media {
    height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--vtt-line);
  }

  .vtt-card-warm > :not(.vtt-card-media) {
    margin-left: clamp(22px, 3vw, 34px);
    margin-right: clamp(22px, 3vw, 34px);
  }

  .vtt-card-warm .vtt-story-meta {
    align-self: auto;
    margin-top: clamp(22px, 3vw, 34px);
  }

  .vtt-card-warm .vtt-card-link {
    margin-bottom: clamp(22px, 3vw, 34px);
  }

  .vtt-cta-media,
  .vtt-final-media {
    min-height: 260px;
  }

  .vtt-global .site-content {
    width: min(100% - 28px, 860px);
    padding: 34px 0;
  }

  .vtt-global .inside-article,
  .vtt-global .comments-area,
  .vtt-global .sidebar .widget {
    padding: 22px;
  }

  .vtt-global .entry-title,
  .vtt-global .page-title {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .vtt-single-main {
    width: min(100% - 28px, 850px);
    padding-top: 28px;
  }

  .vtt-single-header .entry-title {
    max-width: 100%;
    font-size: clamp(2rem, 8.5vw, 2.75rem);
  }

  .vtt-global.single-post .entry-title {
    max-width: 100%;
    font-size: clamp(2rem, 8.5vw, 2.75rem);
  }

  .vtt-related-grid {
    grid-template-columns: 1fr;
  }

  .vtt-related-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .vtt-archive {
    padding: 42px 16px;
  }

  .vtt-archive-grid {
    grid-template-columns: 1fr;
  }

  .vtt-archive-card-media {
    height: 220px;
  }
}
