:root {
  --vt-bg: #0a1710;
  --vt-bg-2: #122019;
  --vt-bg-3: #1a2e22;
  --vt-bg-4: #213a2c;
  --vt-cream: #f6f0e4;
  --vt-cream-soft: rgba(246, 240, 228, 0.68);
  --vt-cream-faint: rgba(246, 240, 228, 0.38);
  --vt-light: #eef6ee;
  --vt-light-2: #f9fcf7;
  --vt-ink: #132415;
  --vt-ink-soft: rgba(19, 36, 21, 0.72);
  --vt-ink-faint: rgba(19, 36, 21, 0.44);
  --vt-topaz: #C4893A/*#2eccc4*/;
  --vt-topaz-dark: #25a39c;
  --vt-topaz-glow: rgba(46, 204, 196, 0.28);
  --vt-topaz-light: rgba(46, 204, 196, 0.12);
  --vt-amber: #f5a623;
  --vt-amber-glow: rgba(245, 166, 35, 0.28);
  --vt-jade: #4bc98a;
  --vt-jade-glow: rgba(75, 201, 138, 0.24);
  --vt-clay: #d4704a;
  --vt-line-dark: rgba(46, 204, 196, 0.14);
  --vt-line-light: rgba(19, 36, 21, 0.12);
  --vt-radius: 18px;
  --vt-radius-lg: 36px;
  --vt-shell: 1160px;
  --vt-font-display: "Fraunces", serif;
  --vt-font-body: "Manrope", sans-serif;
  --vt-font-mono: "JetBrains Mono", monospace;
  --vt-font-editorial: "Cormorant Garamond", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vt-bg);
  color: var(--vt-cream);
  font-family: var(--vt-font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.vt-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.elementor-page {
  overflow-x: clip;
}

.elementor-widget-html,
.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-button {
  width: 100%;
}

.elementor-widget-html .elementor-widget-container,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-heading .elementor-widget-container {
  width: 100%;
}

.vt-inn,
.vt-vtr {
  position: relative;
  color: var(--vt-cream);
  font-family: var(--vt-font-body);
}

.vt-inn * ,
.vt-vtr * {
  box-sizing: border-box;
}

.vt-inn img,
.vt-vtr img,
.vt-vtr svg {
  display: block;
  max-width: 100%;
}

.vt-inn .wrap,
.vt-vtr .container,
.vt-vtr .nav-shell {
  width: min(var(--vt-shell), calc(100% - 40px));
  margin-inline: auto;
}

.vt-floating-wa {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vt-jade), #25d366);
  color: #08130d;
  box-shadow: 0 18px 40px -18px rgba(37, 211, 102, 0.55), 0 10px 24px rgba(8, 19, 13, 0.28);
  font-family: var(--vt-font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.vt-floating-wa:hover {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.04);
  box-shadow: 0 22px 44px -18px rgba(37, 211, 102, 0.62), 0 12px 28px rgba(8, 19, 13, 0.32);
}

.vt-floating-wa__icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: rgba(8, 19, 13, 0.16);
}

.vt-floating-wa__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.vt-floating-wa__label {
  white-space: nowrap;
}

.vt-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.vt-cursor-star,
.vt-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 120;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.vt-cursor-glow {
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(75, 201, 138, 0.14), rgba(75, 201, 138, 0.05) 40%, rgba(75, 201, 138, 0) 74%);
  filter: blur(3px);
  transform: translate3d(var(--vt-cursor-x, -120px), var(--vt-cursor-y, -120px), 0) scale(var(--vt-cursor-glow-scale, 1));
}

.vt-cursor-star {
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  border: 1px solid rgba(75, 201, 138, 0.34);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(75, 201, 138, 0.07), rgba(75, 201, 138, 0.02) 54%, rgba(75, 201, 138, 0) 72%);
  box-shadow: 0 0 0 1px rgba(75, 201, 138, 0.04), 0 0 18px rgba(75, 201, 138, 0.09);
  transform: translate3d(var(--vt-cursor-x, -120px), var(--vt-cursor-y, -120px), 0) scale(var(--vt-cursor-star-scale, 1));
}

.vt-cursor-star::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: linear-gradient(135deg, rgba(246, 240, 228, 0.94), rgba(75, 201, 138, 0.82));
  clip-path: polygon(50% 0%, 61% 35%, 98% 50%, 61% 65%, 50% 100%, 39% 65%, 2% 50%, 39% 35%);
  box-shadow: 0 0 7px rgba(75, 201, 138, 0.18);
}

.vt-cursor-star::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 999px;
  background: rgba(75, 201, 138, 0.82);
  box-shadow: 0 0 8px rgba(75, 201, 138, 0.18);
}

.vt-cursor-star.is-visible,
.vt-cursor-glow.is-visible {
  opacity: 1;
}

.vt-cursor-star.is-active {
  filter: saturate(1.08);
  --vt-cursor-star-scale: 1.08;
}

.vt-cursor-glow.is-active {
  filter: saturate(1.08);
  --vt-cursor-glow-scale: 1.12;
}

.vt-cursor-star.is-pressed {
  --vt-cursor-star-scale: 0.96;
}

body.vt-has-custom-cursor,
body.vt-has-custom-cursor a,
body.vt-has-custom-cursor button,
body.vt-has-custom-cursor input,
body.vt-has-custom-cursor textarea,
body.vt-has-custom-cursor select,
body.vt-has-custom-cursor .elementor-button,
body.vt-has-custom-cursor .nav-cta {
  cursor: none !important;
}

body.elementor-editor-active .vt-reveal,
body.elementor-editor-preview .vt-reveal,
.elementor-editor-active .vt-reveal,
.elementor-editor-preview .vt-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vt-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .vt-cursor-star,
  .vt-cursor-glow {
    display: none;
  }
}

/* Theme shell */

.vt-theme,
.vt-theme * {
  box-sizing: border-box;
}

.vt-theme {
  position: relative;
  min-height: 100vh;
  color: var(--vt-cream);
}

.vt-theme img,
.vt-theme svg {
  display: block;
  max-width: 100%;
}

.vt-global-template,
.vt-global-template .elementor {
  width: 100%;
}

.vt-global-template--header {
  position: relative;
  z-index: 55;
}

.vt-global-template--footer {
  margin-top: 30px;
}

.vt-shell {
  width: min(var(--vt-shell), calc(100% - 40px));
  margin-inline: auto;
}

.vt-shell--narrow {
  width: min(820px, calc(100% - 40px));
}

.vt-theme .site-header {
  position: sticky;
  top: 0;
  z-index: 55;
  background: rgba(10, 23, 16, 0.82);
  border-bottom: 1px solid rgba(246, 240, 228, 0.08);
  backdrop-filter: blur(18px);
}

body.admin-bar .vt-theme .site-header {
  top: 32px;
}

.vt-theme .nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
}

.vt-theme .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.vt-theme .brand-mark {
  width: 66px;
  flex: 0 0 66px;
}

.vt-theme .brand strong {
  display: block;
  font-family: var(--vt-font-editorial);
  font-size: 20px;
  font-weight: 600;
  line-height: 0.86;
}

.vt-theme .brand small {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--vt-cream-soft);
}

.vt-theme .site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 600;
}

.vt-theme .site-nav-list,
.vt-theme .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-theme .site-nav-list a,
.vt-theme .footer-menu a {
  color: var(--vt-cream-soft);
}

.vt-theme .site-nav-list a {
  position: relative;
  display: inline-flex;
  padding: 0.15rem 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  transition: color 180ms ease;
}

.vt-theme .site-nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  width: 100%;
  height: 1px;
  background: var(--vt-topaz);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.vt-vtr .site-nav a:not(.nav-cta),
.vt-inn .nav-links a:not(.btn-nav) {
  position: relative;
  background: transparent;
  transition: color 180ms ease, background 180ms ease;
}

.vt-vtr .site-nav a:not(.nav-cta)::after,
.vt-inn .nav-links a:not(.btn-nav)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 100%;
  height: 1px;
  background: var(--vt-topaz);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.vt-theme .site-nav-list a:hover,
.vt-vtr .site-nav a:not(.nav-cta):hover,
.vt-inn .nav-links a:not(.btn-nav):hover,
.vt-theme .site-nav-list .current-menu-item > a,
.vt-theme .site-nav-list .current_page_item > a,
.vt-theme .site-nav-list .current-page-ancestor > a {
  color: var(--vt-cream);
}

.vt-theme .site-nav-list a:hover::after,
.vt-vtr .site-nav a:not(.nav-cta):hover::after,
.vt-inn .nav-links a:not(.btn-nav):hover::after,
.vt-theme .site-nav-list .current-menu-item > a::after,
.vt-theme .site-nav-list .current_page_item > a::after,
.vt-theme .site-nav-list .current-page-ancestor > a::after {
  transform: scaleX(1);
}

.vt-theme .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(246, 240, 228, 0.25);
  border-radius: 999px;
  color: var(--vt-cream);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.vt-theme .nav-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 204, 196, 0.45);
  background: var(--vt-topaz);
  color: var(--vt-bg);
}

.vt-theme .menu-toggle {
  display: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.vt-theme .menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  border-radius: 999px;
  background: var(--vt-cream);
  transition: transform 180ms ease, opacity 180ms ease;
}

.vt-theme .menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.vt-theme .menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.vt-site-main {
  min-height: calc(100vh - 260px);
}

.vt-site-main--elementor {
  padding: 0 0 80px;
}

.vt-elementor-entry,
.vt-elementor-entry > .elementor {
  width: 100%;
}

.vt-page-shell {
  padding-bottom: 92px;
}

.vt-page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 42px;
}

.vt-page-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 204, 196, 0.14), rgba(46, 204, 196, 0));
  pointer-events: none;
}

.vt-page-section {
  padding-bottom: 96px;
}

.vt-page-kicker,
.vt-back-link,
.vt-entry-meta {
  font-family: var(--vt-font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-page-kicker {
  margin: 0 0 1rem;
  color: var(--vt-topaz);
}

.vt-page-title {
  max-width: 14ch;
  margin: 0;
  font-family: var(--vt-font-display);
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.vt-page-shell--post .vt-page-title {
  max-width: 17ch;
}

.vt-page-shell--post .vt-entry-content {
  max-width: 100%;
}

.vt-page-intro {
  max-width: 60ch;
  margin: 1.35rem 0 0;
  color: var(--vt-cream-soft);
  font-size: 1.08rem;
}

.vt-page-intro--rich > * {
  margin: 1rem 0 0;
}

.vt-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
  color: var(--vt-cream-soft);
  transition: color 180ms ease;
}

.vt-back-link::before {
  content: "←";
  font-size: 1rem;
  letter-spacing: normal;
}

.vt-back-link:hover {
  color: var(--vt-topaz);
}

.vt-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.4rem;
  margin-top: 1.35rem;
  color: var(--vt-cream-soft);
}

.vt-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(46, 204, 196, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(21, 37, 28, 0.92), rgba(9, 18, 13, 0.94));
  box-shadow: 0 24px 70px rgba(4, 11, 8, 0.2);
}

.vt-surface--content {
  padding: 36px;
}

.vt-featured-media {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.vt-featured-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vt-reading-analysis {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.65fr);
  gap: 18px;
  margin: 0 0 30px;
}

.vt-reading-analysis__card {
  padding: 24px 26px;
  border: 1px solid rgba(46, 204, 196, 0.1);
  border-radius: 24px;
  background: rgba(8, 18, 13, 0.52);
  box-shadow: inset 0 1px 0 rgba(246, 240, 228, 0.02);
}

.vt-reading-analysis__eyebrow {
  margin: 0 0 1.1rem;
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-reading-analysis__time {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.vt-reading-analysis__time strong {
  color: var(--vt-cream);
  font-family: var(--vt-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
}

.vt-reading-analysis__time span,
.vt-reading-analysis__copy,
.vt-reading-analysis__empty {
  color: var(--vt-cream-soft);
}

.vt-reading-analysis__copy,
.vt-reading-analysis__empty {
  max-width: 34ch;
  margin: 0;
  font-size: 1rem;
}

.vt-reading-analysis__toc {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-reading-analysis__toc-item {
  margin: 0;
}

.vt-reading-analysis__toc-item a {
  color: var(--vt-cream);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.vt-reading-analysis__toc-item a:hover {
  color: var(--vt-topaz);
}

.vt-reading-analysis__toc-item--h3 a {
  padding-left: 1rem;
  color: var(--vt-cream-soft);
}

.vt-entry-content {
  color: var(--vt-cream-soft);
  font-size: 1.02rem;
}

.vt-entry-content h2[id],
.vt-entry-content h3[id] {
  scroll-margin-top: 130px;
}

.vt-entry-content > *:first-child {
  margin-top: 0;
}

.vt-entry-content > *:last-child {
  margin-bottom: 0;
}

.vt-entry-content p,
.vt-entry-content ul,
.vt-entry-content ol,
.vt-entry-content blockquote,
.vt-entry-content pre,
.vt-entry-content table,
.vt-entry-content figure,
.vt-entry-content .wp-block-group,
.vt-entry-content .wp-block-columns {
  margin: 0 0 1.25rem;
}

.vt-entry-content h1,
.vt-entry-content h2,
.vt-entry-content h3,
.vt-entry-content h4,
.vt-entry-content h5,
.vt-entry-content h6 {
  margin: 2rem 0 0.8rem;
  color: var(--vt-cream);
  font-family: var(--vt-font-display);
  font-weight: 400;
  line-height: 1.08;
}

.vt-entry-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.vt-entry-content h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.vt-entry-content a {
  color: var(--vt-topaz);
  text-decoration: underline;
  text-decoration-color: rgba(46, 204, 196, 0.38);
  text-underline-offset: 0.18em;
}

.vt-entry-content a:hover {
  color: var(--vt-cream);
  text-decoration-color: rgba(246, 240, 228, 0.35);
}

.vt-entry-content ul,
.vt-entry-content ol {
  padding-left: 1.3rem;
}

.vt-entry-content li + li {
  margin-top: 0.45rem;
}

.vt-entry-content blockquote {
  padding: 1.3rem 1.4rem;
  border-left: 3px solid var(--vt-topaz);
  border-radius: 0 18px 18px 0;
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
  font-family: var(--vt-font-editorial);
  font-size: 1.45rem;
  line-height: 1.35;
}

.vt-entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.vt-entry-content pre,
.vt-entry-content code {
  font-family: var(--vt-font-mono);
}

.vt-entry-content pre {
  overflow: auto;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.28);
}

.vt-entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.vt-entry-content th,
.vt-entry-content td {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(246, 240, 228, 0.1);
  text-align: left;
}

.vt-entry-content hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(246, 240, 228, 0.12);
}

.vt-entry-content .wp-block-image img {
  border-radius: 20px;
}

.vt-entry-content .wp-block-button__link {
  border-radius: 999px;
  background: var(--vt-topaz);
  color: var(--vt-bg);
  font-weight: 700;
}

.vt-post-share {
  display: grid;
  gap: 20px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
}

.vt-post-share__eyebrow {
  margin: 0 0 0.65rem;
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-post-share__title {
  margin: 0;
  color: var(--vt-cream);
  font-family: var(--vt-font-editorial);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.08;
}

.vt-post-share__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vt-post-share__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 999px;
  background: rgba(246, 240, 228, 0.03);
  color: var(--vt-cream);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.vt-post-share__button:hover {
  transform: translateY(-2px);
  border-color: rgba(46, 204, 196, 0.32);
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

.vt-post-share__button--copy {
  cursor: pointer;
}

.vt-post-share__button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-post-share__button svg path[fill="currentColor"] {
  stroke: none;
}

.vt-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.vt-post-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(75, 201, 138, 0.12), transparent 25%),
    linear-gradient(180deg, rgba(14, 24, 18, 0.96), rgba(8, 16, 11, 0.98));
  box-shadow: 0 24px 58px rgba(4, 11, 8, 0.2);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.vt-post-card--featured {
  min-height: 465px;
}

.vt-post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 204, 196, 0.24);
  box-shadow: 0 28px 64px rgba(4, 11, 8, 0.24);
}

.vt-post-card__media {
  position: relative;
  display: block;
  min-height: inherit;
  height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(46, 204, 196, 0.18), transparent 24%),
    linear-gradient(160deg, rgba(31, 54, 42, 1), rgba(11, 21, 15, 1));
}

.vt-post-card__media img,
.vt-post-card__placeholder {
  position: absolute;
  inset: 0;
}

.vt-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 340ms ease, filter 340ms ease;
}

.vt-post-card:hover .vt-post-card__media img {
  transform: scale(1.03);
  filter: saturate(1.04);
}

.vt-post-card__placeholder {
  display: grid;
  place-items: center;
  color: rgba(246, 240, 228, 0.86);
  font-family: var(--vt-font-editorial);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.vt-post-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 10, 0.18) 0%, rgba(7, 13, 10, 0.08) 28%, rgba(7, 13, 10, 0.68) 72%, rgba(7, 13, 10, 0.9) 100%),
    linear-gradient(0deg, rgba(9, 18, 13, 0.4), rgba(9, 18, 13, 0.4));
}

.vt-post-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 26px 24px;
}

.vt-post-card__meta {
  display: grid;
  gap: 0.45rem;
  color: rgba(246, 240, 228, 0.78);
  font-family: var(--vt-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vt-post-card__tag {
  color: var(--vt-light-2);
  font-weight: 700;
}

.vt-post-card__title-wrap {
  display: block;
}

.vt-post-card__title {
  display: block;
  max-width: 18ch;
  margin: 0;
  color: var(--vt-light-2);
  font-family: var(--vt-font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.98;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
  transition: color 180ms ease;
}

.vt-post-card:hover .vt-post-card__title {
  color: #ffffff;
}

.vt-post-card:not(.vt-post-card--featured) .vt-post-card__title {
  max-width: 15ch;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
}

.vt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(246, 240, 228, 0.26);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vt-text-link::after {
  content: "↗";
  font-size: 0.95rem;
}

.vt-text-link:hover {
  color: var(--vt-topaz);
  border-color: rgba(46, 204, 196, 0.4);
}

.vt-empty-state {
  padding: 42px 34px;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 30px;
  background: rgba(246, 240, 228, 0.04);
}

.vt-empty-state h2 {
  margin: 0 0 0.7rem;
  font-family: var(--vt-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
}

.vt-empty-state p {
  margin: 0;
  color: var(--vt-cream-soft);
}

.vt-pagination {
  margin-top: 36px;
}

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

.vt-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(246, 240, 228, 0.12);
  border-radius: 999px;
  color: var(--vt-cream-soft);
}

.vt-pagination .page-numbers.current,
.vt-pagination .page-numbers:hover {
  border-color: rgba(46, 204, 196, 0.4);
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

.vt-theme .site-footer {
  margin-top: 30px;
  padding: 30px 0 20px;
  background: rgba(7, 13, 10, 0.92);
  color: var(--vt-cream);
}

.vt-theme .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  gap: 70px;
  padding: 50px 0;
}

.vt-theme .footer-links,
.vt-theme .footer-social {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}

.vt-theme .footer-links ul {
  align-items: flex-start;
}

.vt-theme .footer-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.vt-theme .footer-grid p,
.vt-theme .footer-social p,
.vt-theme .footer-bottom {
  color: var(--vt-cream-soft);
}

.vt-theme .footer-social p {
  margin: 0 0 3px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vt-theme .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vt-theme .footer-social {
  align-items: flex-start;
}

.vt-theme .footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vt-theme .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 240, 228, 0.18);
  border-radius: 999px;
  color: var(--vt-cream);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.vt-theme .footer-social-link:hover {
  transform: translateY(-2px);
  border-color: var(--vt-topaz);
  color: var(--vt-topaz);
  background: rgba(246, 240, 228, 0.04);
}

.vt-theme .footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-theme .footer-social-link svg path[fill="currentColor"] {
  stroke: none;
}

.vt-theme .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
  font-size: 10px;
}

.vt-theme .footer-legal,
.vt-vtr .footer-legal,
.vt-inn .footer-legal {
  display: flex;
  align-items: center;
}

.vt-theme .footer-legal-menu,
.vt-vtr .footer-legal-menu,
.vt-inn .footer-legal-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-theme .footer-legal-menu li,
.vt-vtr .footer-legal-menu li,
.vt-inn .footer-legal-menu li {
  display: inline-flex;
  align-items: center;
}

.vt-theme .footer-legal-menu li:not(:last-child)::after,
.vt-vtr .footer-legal-menu li:not(:last-child)::after,
.vt-inn .footer-legal-menu li:not(:last-child)::after {
  content: "·";
  margin: 0 0.35rem;
  color: inherit;
}

.vt-theme .footer-legal-menu a,
.vt-vtr .footer-legal-menu a,
.vt-inn .footer-legal-menu a,
.vt-theme .footer-legal-menu span,
.vt-vtr .footer-legal-menu span,
.vt-inn .footer-legal-menu span {
  color: inherit;
  font-size: inherit;
}

.vt-theme .footer-legal-menu a:hover,
.vt-vtr .footer-legal-menu a:hover,
.vt-inn .footer-legal-menu a:hover {
  color: var(--vt-cream);
}

/* Innergy */

.vt-inn {
  background: transparent;
}

.vt-inn .light {
  background: var(--vt-light);
  color: var(--vt-ink);
}

.vt-inn .light .sub,
.vt-inn .light .dim {
  color: var(--vt-ink-soft);
}

.vt-inn h1,
.vt-inn h2,
.vt-inn h3,
.vt-inn h4 {
  margin: 0;
  font-family: var(--vt-font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.vt-inn p,
.vt-inn ul,
.vt-inn ol,
.vt-inn dl,
.vt-vtr p {
  margin: 0;
}

.vt-inn em {
  color: var(--vt-topaz);
  font-style: italic;
}

.vt-inn .light em {
  color: var(--vt-clay);
}

.vt-inn .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  font-family: var(--vt-font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vt-topaz);
}

.vt-inn .eyebrow::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--vt-topaz);
  box-shadow: 0 0 10px var(--vt-topaz);
}

.vt-inn .light .eyebrow {
  color: var(--vt-clay);
}

.vt-inn .light .eyebrow::before {
  background: var(--vt-clay);
  box-shadow: none;
}

.vt-inn .btn,
.vt-vtr .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 26px;
  font-size: 0.93rem;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.vt-inn .btn-primary {
  background: var(--vt-topaz);
  color: var(--vt-bg);
}

.vt-inn .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 32px var(--vt-topaz-glow), 0 8px 24px rgba(46, 204, 196, 0.18);
}

.vt-inn .btn-ghost {
  border: 1.5px solid rgba(46, 204, 196, 0.38);
  color: var(--vt-topaz);
}

.vt-inn .btn-ghost:hover {
  background: rgba(46, 204, 196, 0.08);
  border-color: var(--vt-topaz);
}

.vt-inn header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 23, 16, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--vt-line-dark);
}

.vt-inn .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.75rem;
  max-width: var(--vt-shell);
  margin: 0 auto;
}

.vt-inn .logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--vt-font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.vt-inn .logo-mark {
  width: 68px;
  flex: 0 0 auto;
}

.vt-inn .logo-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.vt-inn .nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--vt-cream-soft);
  font-size: 0.91rem;
  font-weight: 500;
}

.vt-inn .nav-links a:not(.btn-nav) {
  color: var(--vt-cream-soft);
}

.vt-inn .nav-links a:not(.btn-nav):hover {
  color: var(--vt-cream);
}

.vt-inn .btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.35rem;
  border-radius: 999px;
  background: var(--vt-topaz);
  color: var(--vt-bg);
  font-size: 0.87rem;
  font-weight: 700;
}

.vt-inn .btn-nav:hover {
  color: var(--vt-bg);
  background: var(--vt-topaz);
  box-shadow: 0 0 22px var(--vt-topaz-glow);
}

.vt-inn .nav-toggle {
  display: none;
}

.vt-inn .nav-toggle-label {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0.35rem;
}

.vt-inn .nav-toggle-label span {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--vt-cream);
}

.vt-inn .hero {
  position: relative;
  padding: 6rem 0 3.5rem;
  overflow: hidden;
}

.vt-inn .hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vt-inn .hero h1 {
  max-width: 16ch;
  margin-bottom: 1.3rem;
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  line-height: 1.04;
  font-weight: 200;
}

.vt-inn .hero h1 em {
  font-weight: 600;
}

.vt-inn .hero .sub {
  max-width: 44ch;
  margin-bottom: 2.5rem;
  color: var(--vt-cream-soft);
  font-size: 1.1rem;
  line-height: 1.75;
}

.vt-inn .hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4.5rem;
}

.vt-inn .field {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 260px;
  margin-inline: auto;
}

.vt-inn .orb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.vt-inn .orb-src {
  left: 3%;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 33% 33%, rgba(245, 166, 35, 1), rgba(245, 166, 35, 0.08) 70%);
  box-shadow: 0 0 90px 12px var(--vt-amber-glow);
  animation: vt-breathe 5.5s ease-in-out infinite;
}

.vt-inn .orb-rcv {
  right: 5%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at 35% 35%, rgba(46, 204, 196, 1), rgba(46, 204, 196, 0.08) 70%);
  box-shadow: 0 0 60px 10px var(--vt-topaz-glow);
  animation: vt-breathe 5.5s ease-in-out infinite;
  animation-delay: -2.7s;
}

.vt-inn .field-line {
  position: absolute;
  top: 50%;
  left: 24%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, var(--vt-amber), rgba(46, 204, 196, 0) 42%, rgba(46, 204, 196, 0) 58%, var(--vt-topaz));
  opacity: 0.55;
}

.vt-inn .particle-wrap {
  position: absolute;
  top: 50%;
  left: 24%;
  right: 18%;
  pointer-events: none;
}

.vt-inn .dot {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--vt-amber);
  box-shadow: 0 0 14px var(--vt-amber);
}

.vt-inn .dot1 {
  animation: vt-travel 7.5s ease-in-out infinite;
}

.vt-inn .dot2 {
  background: var(--vt-topaz);
  box-shadow: 0 0 14px var(--vt-topaz);
  animation: vt-travel 7.5s ease-in-out infinite;
  animation-delay: -3.75s;
}

.vt-inn .field-lbl {
  position: absolute;
  bottom: -2rem;
  color: var(--vt-cream-faint);
  font-family: var(--vt-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vt-inn .field-lbl.s {
  left: 1%;
}

.vt-inn .field-lbl.r {
  right: 0;
}

.vt-inn .glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.vt-inn section {
  position: relative;
  overflow: hidden;
  padding: 6.5rem 0;
}

.vt-inn .dim {
  color: var(--vt-cream-soft);
}

.vt-inn .sec-head {
  max-width: 52ch;
  margin-bottom: 3.5rem;
}

.vt-inn .sec-head h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 300;
}

.vt-inn .phases {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.vt-inn .phases::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: calc(16.66% + 1.5rem);
  right: calc(16.66% + 1.5rem);
  height: 1px;
  /*background: linear-gradient(90deg, var(--vt-amber), var(--vt-topaz));*/
  opacity: 0.5;
}

.vt-inn .phase {
  padding: 2rem 1.75rem 1.8rem;
  border: 1px solid var(--vt-line-dark);
  border-radius: var(--vt-radius);
  background: var(--vt-bg-3);
}

.vt-inn .light .phase {
  background: var(--vt-light-2);
  border-color: rgba(19, 36, 21, 0.13);
}

.vt-inn .phase-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.3rem;
  border-radius: 50%;
  font-family: var(--vt-font-mono);
  font-size: 1.1rem;
  font-weight: 600;
}

.vt-inn .phase-icon.p1 {
  background: rgba(245, 166, 35, 0.18);
  border: 1.5px solid rgba(245, 166, 35, 0.6);
  color: var(--vt-amber);
}

.vt-inn .phase-icon.p2 {
  background: rgba(46, 204, 196, 0.15);
  border: 1.5px solid rgba(46, 204, 196, 0.55);
  color: var(--vt-topaz);
}

.vt-inn .phase-icon.p3 {
  background: rgba(75, 201, 138, 0.15);
  border: 1.5px solid rgba(75, 201, 138, 0.55);
  color: var(--vt-jade);
}

.vt-inn .phase h3 {
  margin-bottom: 0.55rem;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
}

.vt-inn .phase p {
  color: var(--vt-cream-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.vt-inn .light .phase p {
  color: var(--vt-ink-soft);
}

.vt-inn .phase-tag {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-family: var(--vt-font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-inn .tag-amber {
  color: var(--vt-amber);
  background: rgba(245, 166, 35, 0.14);
  border: 1px solid rgba(245, 166, 35, 0.35);
}

.vt-inn .tag-topaz {
  color: var(--vt-topaz);
  background: rgba(46, 204, 196, 0.12);
  border: 1px solid rgba(46, 204, 196, 0.3);
}

.vt-inn .tag-jade {
  color: var(--vt-jade);
  background: rgba(75, 201, 138, 0.12);
  border: 1px solid rgba(75, 201, 138, 0.3);
}

.vt-inn .steps {
  list-style: none;
  max-width: 700px;
  padding: 0;
  border-left: 2px solid var(--vt-line-dark);
}

.vt-inn .step {
  position: relative;
  padding: 0 0 2.8rem 2.8rem;
}

.vt-inn .step:last-child {
  padding-bottom: 0;
}

.vt-inn .step::before {
  content: attr(data-n);
  position: absolute;
  left: -1.1rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1.5px solid var(--vt-topaz);
  border-radius: 50%;
  background: var(--vt-bg-4);
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.82rem;
  font-weight: 600;
}

.vt-inn .light .step::before {
  background: var(--vt-light-2);
  border-color: var(--vt-clay);
  color: var(--vt-clay);
}

.vt-inn .step h3 {
  margin-bottom: 0.4rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
}

.vt-inn .step p {
  max-width: 54ch;
  color: var(--vt-cream-soft);
  font-size: 0.96rem;
}

.vt-inn .light .step p {
  color: var(--vt-ink-soft);
}

.vt-inn .step .note {
  margin-top: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-left: 3px solid var(--vt-topaz);
  border-radius: 0 8px 8px 0;
  background: rgba(46, 204, 196, 0.14);
  color: var(--vt-cream-soft);
  font-size: 0.84rem;
}

.vt-inn .light .step .note {
  border-left-color: var(--vt-clay);
  background: rgba(212, 112, 74, 0.08);
  color: var(--vt-ink-soft);
}

.vt-inn .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.vt-inn .card,
.vt-inn .tcard {
  padding: 1.7rem 1.6rem;
  border: 1px solid var(--vt-line-dark);
  border-radius: var(--vt-radius);
  background: var(--vt-bg-3);
}

.vt-inn .card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.vt-inn .card:hover {
  transform: translateY(-5px);
  border-color: var(--vt-topaz);
  box-shadow: 0 20px 50px -22px var(--vt-topaz-glow);
}

.vt-inn .light .card,
.vt-inn .light .tcard {
  background: var(--vt-light-2);
  border-color: rgba(19, 36, 21, 0.12);
}

.vt-inn .card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
}

.vt-inn .card p,
.vt-inn .tcard blockquote {
  color: var(--vt-cream-soft);
  font-size: 0.94rem;
}

.vt-inn .light .card p {
  color: var(--vt-ink-soft);
}

.vt-inn .card .icon {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
}

.vt-inn .spec {
  max-width: 800px;
  border-top: 1px solid var(--vt-line-dark);
}

.vt-inn .spec-row {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.5rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--vt-line-dark);
}

.vt-inn .light .spec,
.vt-inn .light .spec-row {
  border-color: var(--vt-line-light);
}

.vt-inn .spec-row dt {
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-inn .light .spec-row dt {
  color: var(--vt-clay);
}

.vt-inn .spec-row dd {
  color: var(--vt-cream-soft);
  font-size: 0.97rem;
}

.vt-inn .light .spec-row dd {
  color: var(--vt-ink-soft);
}

.vt-inn .testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.vt-inn .tcard blockquote {
  margin-bottom: 1rem;
  font-size: 0.97rem;
  font-style: italic;
  line-height: 1.75;
}

.vt-inn .tcard cite {
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: normal;
}

.vt-inn .cta-final {
  text-align: center;
}

.vt-inn .cta-final h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 300;
}

.vt-inn .cta-final .sub {
  max-width: 42ch;
  margin: 0 auto 2.2rem;
}

.vt-inn .contact-row {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  color: var(--vt-cream-faint);
  font-family: var(--vt-font-mono);
  font-size: 0.82rem;
}

.vt-inn .contact-row-icons {
  gap: 1rem;
  font-family: inherit;
  font-size: 1rem;
}

.vt-inn .contact-row a {
  color: var(--vt-topaz);
  border-bottom: 1px solid rgba(46, 204, 196, 0.3);
  padding-bottom: 2px;
}

.vt-inn .contact-row a:hover {
  color: var(--vt-amber);
  border-color: var(--vt-amber);
}

.vt-inn .contact-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(46, 204, 196, 0.32);
  border-radius: 999px;
  color: var(--vt-topaz);
  background: rgba(46, 204, 196, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.vt-inn .contact-icon-link:hover {
  transform: translateY(-2px);
  color: var(--vt-amber);
  border-color: var(--vt-amber);
  background: rgba(245, 166, 35, 0.08);
  box-shadow: 0 0 20px rgba(245, 166, 35, 0.12);
}

.vt-inn .contact-icon-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-inn .contact-icon-link svg path[fill="currentColor"] {
  stroke: none;
}

.vt-inn .disclaimer {
  max-width: 64ch;
  margin-top: 2.5rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--vt-line-light);
  border-left: 3px solid var(--vt-clay);
  border-radius: 0 12px 12px 0;
  color: var(--vt-ink-soft);
  font-size: 0.88rem;
}

.vt-inn .site-footer {
  padding: 30px 0 20px;
  background: rgba(7, 13, 10, 0.92);
  border-top: 1px solid var(--vt-line-dark);
  color: var(--vt-cream);
}

.vt-inn .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  gap: 70px;
  padding: 50px 0;
}

.vt-inn .footer-links,
.vt-inn .footer-social {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}

.vt-inn .footer-grid p,
.vt-inn .footer-social p,
.vt-inn .footer-bottom {
  color: var(--vt-cream-soft);
}

.vt-inn .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vt-inn .footer-brand strong {
  display: block;
  font-family: var(--vt-font-editorial);
  font-size: 23px;
  line-height: 0.85;
  font-weight: 600;
}

.vt-inn .footer-brand small {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.vt-inn .footer-social {
  align-items: flex-start;
}

.vt-inn .footer-social p {
  margin: 0 0 3px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vt-inn .footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vt-inn .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 240, 228, 0.18);
  border-radius: 999px;
  color: var(--vt-cream);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.vt-inn .footer-social-link:hover {
  transform: translateY(-2px);
  border-color: var(--vt-topaz);
  color: var(--vt-topaz);
  background: rgba(246, 240, 228, 0.04);
}

.vt-inn .footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-inn .footer-social-link svg path[fill="currentColor"] {
  stroke: none;
}

.vt-inn .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
  font-size: 10px;
}

.vt-inn .field-link-placeholder {
  opacity: 0.75;
}

/* Vanessa landing */

.vt-vtr {
  color: var(--vt-cream);
}

.vt-vtr .section-pad {
  padding: 110px 0;
}

.vt-vtr .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 23, 16, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
}

.vt-vtr .nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.vt-vtr .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.vt-vtr .brand-mark {
  width: 72px;
  flex: 0 0 auto;
}

.vt-vtr .brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.vt-vtr .brand strong {
  display: block;
  font-family: var(--vt-font-editorial);
  font-size: 23px;
  line-height: 0.85;
  font-weight: 600;
}

.vt-vtr .brand small {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.vt-vtr .site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
}

.vt-vtr .site-nav a {
  position: relative;
  color: var(--vt-cream-soft);
}

.vt-vtr .site-nav a:not(.nav-cta)::after {
  bottom: -0.28rem;
}

.vt-vtr .site-nav a:hover::after {
  transform: scaleX(1);
}

.vt-vtr .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border: 1px solid rgba(246, 240, 228, 0.25);
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--vt-cream);
  white-space: nowrap;
  line-height: 1;
}

.vt-vtr .nav-cta:hover {
  background: var(--vt-topaz);
  color: var(--vt-bg);
}

.vt-vtr .menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
  color: inherit;
}

.vt-vtr .menu-toggle span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 6px;
  background: var(--vt-cream);
  transition: transform 180ms ease, opacity 180ms ease;
}

.vt-vtr .menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.vt-vtr .menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.vt-vtr .hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 150px;
  overflow: hidden;
}

.vt-vtr .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.vt-vtr .ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.vt-vtr .ambient-one {
  width: 430px;
  height: 430px;
  top: 3%;
  right: -160px;
  background: radial-gradient(circle at 35% 35%, rgba(46, 204, 196, 0.2), transparent 67%);
}

.vt-vtr .ambient-two {
  width: 360px;
  height: 360px;
  bottom: -120px;
  left: -120px;
  border: 1px solid rgba(212, 112, 74, 0.16);
}

.vt-vtr .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--vt-topaz);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.vt-vtr .eyebrow span {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.vt-vtr h1,
.vt-vtr h2,
.vt-vtr h3 {
  margin: 0;
  font-family: var(--vt-font-editorial);
  line-height: 1.02;
  font-weight: 500;
}

.vt-vtr h1 {
  margin-bottom: 28px;
  font-size: clamp(56px, 6.5vw, 96px);
  letter-spacing: -0.045em;
}

.vt-vtr h1 em,
.vt-vtr h2 em {
  color: var(--vt-topaz);
}

.vt-vtr .hero-lead,
.vt-vtr .section-heading > p,
.vt-vtr .service-intro > p:not(.eyebrow),
.vt-vtr .statement-card > p,
.vt-vtr .about-copy > p:not(.eyebrow):not(.large-copy),
.vt-vtr .contact-copy > p:not(.eyebrow) {
  color: var(--vt-cream-soft);
}

.vt-vtr .hero-lead {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.8;
}

.vt-vtr .button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.vt-vtr .button-primary {
  background: var(--vt-topaz);
  color: var(--vt-bg);
}

.vt-vtr .button-primary:hover {
  background: var(--vt-topaz-dark);
  transform: translateY(-2px);
}

.vt-vtr .button-ghost {
  border: 1px solid rgba(246, 240, 228, 0.18);
  color: var(--vt-cream);
}

.vt-vtr .button-ghost:hover {
  border-color: var(--vt-topaz);
}

.vt-vtr .trust-row {
  display: flex;
  gap: 34px;
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
}

.vt-vtr .trust-row div {
  display: flex;
  flex-direction: column;
}

.vt-vtr .trust-row strong {
  font-family: var(--vt-font-editorial);
  font-size: 21px;
}

.vt-vtr .trust-row span {
  color: var(--vt-cream-soft);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.vt-vtr .hero-art {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.vt-vtr .portrait-frame {
  position: relative;
  width: min(470px, 88%);
  aspect-ratio: 0.78;
}

.vt-vtr .portrait-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  overflow: hidden;
  border-radius: 230px 230px 38px 38px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 60% 25%, rgba(245, 166, 35, 0.48), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), transparent 44%),
    linear-gradient(150deg, #2a4337, #49745f 55%, #18251d);
  box-shadow: 0 24px 80px rgba(6, 14, 10, 0.28);
}

.vt-vtr .portrait-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 23, 16, 0.46));
}

.vt-vtr .portrait-placeholder span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-family: var(--vt-font-editorial);
  font-size: 56px;
}

.vt-vtr .portrait-placeholder img,
.vt-vtr .photo-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vt-vtr .portrait-placeholder p {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vt-vtr .halo {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.vt-vtr .orbit {
  position: absolute;
  border: 1px solid rgba(46, 204, 196, 0.22);
  border-radius: 50%;
}

.vt-vtr .orbit-one {
  width: 530px;
  height: 530px;
  left: -80px;
  top: 45px;
}

.vt-vtr .orbit-two {
  width: 610px;
  height: 610px;
  left: -120px;
  top: 4px;
  border-style: dashed;
  opacity: 0.5;
}

.vt-vtr .symbol-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(18, 32, 25, 0.82);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(6, 14, 10, 0.12);
  font-size: 12px;
}

.vt-vtr .symbol-top {
  top: 18%;
  right: -35px;
}

.vt-vtr .symbol-bottom {
  bottom: 14%;
  left: -55px;
}

.vt-vtr .shell {
  color: var(--vt-topaz);
  font-size: 26px;
}

.vt-vtr .statement {
  padding-top: 60px;
}

.vt-vtr .statement-card,
.vt-vtr .program-card,
.vt-vtr .contact-card {
  box-shadow: 0 22px 70px rgba(6, 14, 10, 0.22);
}

.vt-vtr .statement-card {
  display: grid;
  grid-template-columns: 100px 1.25fr 0.75fr;
  gap: 50px;
  align-items: center;
  padding: 65px;
  border: 1px solid rgba(46, 204, 196, 0.18);
  border-radius: var(--vt-radius-lg);
  background: rgba(246, 240, 228, 0.06);
}

.vt-vtr .statement-symbol {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: 50%;
  color: var(--vt-amber);
  font-size: 32px;
}

.vt-vtr .statement h2,
.vt-vtr .section-heading h2,
.vt-vtr .service-intro h2,
.vt-vtr .about-copy h2 {
  font-size: clamp(37px, 4vw, 57px);
}

.vt-vtr .section-heading {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.vt-vtr .outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.vt-vtr .outcome-card,
.vt-vtr .testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 24px;
}

.vt-vtr .outcome-card {
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, 0.04);
}

.vt-vtr .outcome-card::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -40px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(46, 204, 196, 0.12);
  border-radius: 50%;
}

.vt-vtr .outcome-card.featured {
  background: linear-gradient(180deg, rgba(46, 204, 196, 0.24), rgba(18, 32, 25, 0.92));
  transform: translateY(22px);
}

.vt-vtr .card-number,
.vt-vtr .service-index,
.vt-vtr .program-details li span,
.vt-vtr .testimonial-card figcaption {
  color: var(--vt-cream-soft);
}

.vt-vtr .card-number {
  position: absolute;
  top: 28px;
  left: 30px;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.vt-vtr .line-icon {
  margin-bottom: auto;
  color: var(--vt-amber);
  font-family: var(--vt-font-editorial);
  font-size: 58px;
}

.vt-vtr .outcome-card h3,
.vt-vtr .service-item h3 {
  margin-bottom: 14px;
  font-size: 37px;
}

.vt-vtr .outcome-card p,
.vt-vtr .service-item p,
.vt-vtr .program-copy > p:not(.eyebrow):not(.program-tagline),
.vt-vtr .program-details li {
  color: var(--vt-cream-soft);
}

.vt-vtr .services {
  background: rgba(246, 240, 228, 0.04);
}

.vt-vtr .service-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.vt-vtr .service-intro {
  position: sticky;
  top: 135px;
  align-self: start;
}

.vt-vtr .text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 25px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(246, 240, 228, 0.32);
  font-size: 13px;
  font-weight: 600;
}

.vt-vtr .service-item {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 18px;
  align-items: start;
  padding: 35px 0;
  border-bottom: 1px solid rgba(246, 240, 228, 0.12);
}

.vt-vtr .service-item:first-child {
  border-top: 1px solid rgba(246, 240, 228, 0.12);
}

.vt-vtr .service-item-featured {
  grid-template-columns: 60px 1fr;
  margin-top: 10px;
  padding: 32px 28px;
  border: 1px solid rgba(46, 204, 196, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(46, 204, 196, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.vt-vtr .service-index {
  margin-top: 9px;
  color: var(--vt-topaz);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.vt-vtr .service-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 50%;
  background: transparent;
  color: var(--vt-cream);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, color 180ms ease;
}

.vt-vtr .service-arrow:hover,
.vt-vtr .service-arrow:focus-visible {
  border-color: rgba(46, 204, 196, 0.5);
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-topaz);
  transform: translateY(-1px);
}

.vt-vtr .service-arrow span {
  font-size: 18px;
  line-height: 1;
}

.vt-vtr .service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  background: var(--vt-topaz);
  color: var(--vt-bg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vt-vtr .service-button:hover {
  background: var(--vt-topaz-dark);
}

.vt-vtr .service-modal[hidden] {
  display: none;
}

.vt-vtr .service-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.vt-vtr .service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vt-vtr .service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 10, 0.72);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.vt-vtr .service-modal.is-open .service-modal__backdrop {
  opacity: 1;
}

.vt-vtr .service-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: 38px 38px 34px;
  border: 1px solid rgba(46, 204, 196, 0.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(46, 204, 196, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(23, 41, 32, 0.98), rgba(10, 23, 16, 0.98));
  box-shadow: 0 28px 80px rgba(5, 12, 9, 0.42);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: transform 260ms ease, opacity 260ms ease;
}

.vt-vtr .service-modal.is-open .service-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.vt-vtr .service-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 50%;
  background: transparent;
  color: var(--vt-cream);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.vt-vtr .service-modal__close:hover,
.vt-vtr .service-modal__close:focus-visible {
  border-color: rgba(46, 204, 196, 0.5);
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-topaz);
  transform: rotate(90deg);
}

.vt-vtr .service-modal__index {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.vt-vtr .service-modal h3 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 52px);
}

.vt-vtr .service-modal__lead {
  margin: 0 0 18px;
  color: var(--vt-cream);
  font-size: 1.14rem;
}

.vt-vtr .service-modal__body {
  color: var(--vt-cream-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.vt-vtr .service-modal__button {
  margin-top: 26px;
}

.vt-vtr .program-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 80px;
  border-radius: 48px;
  background: linear-gradient(155deg, rgba(18, 32, 25, 1), rgba(10, 23, 16, 1));
}

.vt-vtr .program-card::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -170px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.025), 0 0 0 110px rgba(255, 255, 255, 0.018);
}

.vt-vtr .program h2 {
  font-size: clamp(65px, 8vw, 110px);
  color: var(--vt-cream);
}

.vt-vtr .program-tagline,
.vt-vtr .large-copy {
  font-family: var(--vt-font-editorial);
}

.vt-vtr .program-tagline {
  color: var(--vt-amber);
  font-size: 31px;
  font-style: italic;
}

.vt-vtr .button-light {
  background: var(--vt-cream);
  color: var(--vt-bg);
}

.vt-vtr .button-light:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.vt-vtr .program-details {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vt-vtr .moon-symbol {
  display: grid;
  place-items: center;
  align-self: flex-end;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(245, 166, 35, 0.3);
  border-radius: 50%;
}

.vt-vtr .moon-symbol span {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5c56f, #7e6240);
  box-shadow: inset -28px -15px 30px rgba(10, 23, 16, 0.44);
}

.vt-vtr .program-details ul {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.vt-vtr .program-details li {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.vt-vtr .program-details li span {
  color: var(--vt-amber);
  font-size: 10px;
  letter-spacing: 0.15em;
  padding-top: 5px;
}

.vt-vtr .about-grid,
.vt-vtr .contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.vt-vtr .about-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt-vtr .about-photo {
  width: min(420px, 100%);
  aspect-ratio: 0.78;
  padding: 16px;
  border-radius: 220px 220px 26px 26px;
  background:
    linear-gradient(180deg, rgba(232, 205, 158, 0.14), rgba(212, 112, 74, 0.1)),
    rgba(212, 112, 74, 0.16);
  box-shadow: 0 26px 54px rgba(5, 12, 9, 0.2);
}

.vt-vtr .photo-placeholder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: end center;
  padding: 0;
  border-radius: inherit;
  background: linear-gradient(150deg, #8db29f, #355545 60%, #18251d);
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vt-vtr .photo-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 10, 0) 48%, rgba(7, 13, 10, 0.22) 100%);
  pointer-events: none;
}

.vt-vtr .photo-placeholder > span {
  position: relative;
  z-index: 1;
  padding: 0 34px 34px;
  text-align: center;
}

.vt-vtr .photo-placeholder img {
  object-position: center 18%;
}

.vt-vtr .quote-stamp {
  position: absolute;
  right: 1%;
  bottom: 8%;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(245, 166, 35, 0.36);
  border-radius: 50%;
  background: rgba(18, 32, 25, 0.88);
  box-shadow: 0 18px 36px rgba(6, 14, 10, 0.2);
  font-family: var(--vt-font-editorial);
  font-size: 20px;
  line-height: 1.05;
  text-align: center;
  transform: rotate(8deg);
}

.vt-vtr .large-copy {
  font-size: 27px;
  line-height: 1.45;
  color: var(--vt-cream);
}

.vt-vtr .signature {
  margin-top: 28px;
  color: var(--vt-topaz);
  font-family: var(--vt-font-editorial);
  font-size: 30px;
  font-style: italic;
}

.vt-vtr .testimonials {
  background: rgba(246, 240, 228, 0.04);
}

.vt-vtr .section-heading.compact {
  grid-template-columns: 1fr;
  max-width: 850px;
}

.vt-vtr .testimonial-carousel {
  position: relative;
}

.vt-vtr .testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vt-vtr .testimonial-carousel.is-carousel {
  overflow: hidden;
}

.vt-vtr .testimonial-carousel.is-carousel .testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 520ms ease;
  will-change: transform;
}

.vt-vtr .testimonial-carousel.is-carousel .testimonial-card {
  flex: 0 0 var(--vt-testimonial-slide-width, calc((100% - 40px) / 3));
}

.vt-vtr .testimonial-card {
  min-height: 330px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
}

.vt-vtr .testimonial-card::before {
  content: "“";
  color: var(--vt-topaz);
  font-family: var(--vt-font-editorial);
  font-size: 70px;
  line-height: 0.6;
}

.vt-vtr .testimonial-card blockquote {
  margin: 20px 0 40px;
  font-family: var(--vt-font-editorial);
  font-size: 29px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.vt-vtr .testimonial-card figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  font-size: 0.96rem;
}

.vt-vtr .testimonial-card figcaption span {
  color: var(--vt-cream);
  font-weight: 600;
}

.vt-vtr .testimonial-card__author {
  color: var(--vt-cream);
  font-weight: 600;
}

.vt-vtr .testimonial-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
}

.vt-vtr .testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vt-vtr .testimonial-stars__item {
  width: 15px;
  height: 15px;
  color: rgba(246, 240, 228, 0.2);
}

.vt-vtr .testimonial-stars__item.is-filled {
  color: #e7b967;
}

.vt-vtr .testimonial-stars__item svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.vt-vtr .testimonial-card__source {
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vt-vtr .testimonial-google-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  color: var(--vt-cream-soft);
  font-size: 0.94rem;
}

.vt-vtr .testimonial-google-note__label,
.vt-vtr .testimonial-google-note a {
  color: var(--vt-topaz);
  font-family: var(--vt-font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vt-vtr .testimonial-card.raised {
  transform: translateY(40px);
}

.vt-vtr .contact-card {
  padding: 75px;
  border-radius: 48px;
  background: linear-gradient(160deg, rgba(23, 41, 32, 1), rgba(10, 23, 16, 1));
}

.vt-vtr .contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
  color: var(--vt-cream-soft);
  font-size: 12px;
}

.vt-vtr .contact-form {
  padding: 34px;
  border-radius: 24px;
  background: rgba(246, 240, 228, 0.96);
  color: var(--vt-ink);
}

.vt-vtr .contact-form label {
  display: block;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vt-vtr .contact-form input,
.vt-vtr .contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid rgba(48, 42, 38, 0.2);
  background: transparent;
  color: var(--vt-ink);
  outline: none;
  resize: vertical;
  font: inherit;
}

.vt-vtr .contact-form input:focus,
.vt-vtr .contact-form textarea:focus {
  border-color: var(--vt-topaz-dark);
}

.vt-vtr .button.full {
  width: 100%;
}

.vt-vtr .form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--vt-clay);
  font-size: 12px;
  text-align: center;
}

.vt-vtr .site-footer {
  padding: 30px 0 20px;
  background: rgba(7, 13, 10, 0.92);
  color: var(--vt-cream);
}

.vt-vtr .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.7fr;
  gap: 70px;
  padding: 50px 0;
}

.vt-vtr .footer-links,
.vt-vtr .footer-social {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}

.vt-vtr .footer-grid p,
.vt-vtr .footer-social p,
.vt-vtr .footer-bottom {
  color: var(--vt-cream-soft);
}

.vt-vtr .footer-social p {
  margin: 0 0 3px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vt-vtr .footer-social {
  align-items: flex-start;
}

.vt-vtr .footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vt-vtr .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 240, 228, 0.18);
  border-radius: 999px;
  color: var(--vt-cream);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.vt-vtr .footer-social-link:hover {
  transform: translateY(-2px);
  border-color: var(--vt-topaz);
  color: var(--vt-topaz);
  background: rgba(246, 240, 228, 0.04);
}

.vt-vtr .footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-vtr .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
  font-size: 10px;
}

@keyframes vt-breathe {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }

  50% {
    transform: translateY(-50%) scale(1.1);
  }
}

@keyframes vt-travel {
  0% {
    left: 0;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  82% {
    left: 100%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

/* WooCommerce */

.vt-site-main--shop {
  padding-bottom: 92px;
}

.vt-page-hero--shop,
.vt-page-hero--product {
  padding-bottom: 34px;
}

.vt-surface--shop {
  position: relative;
  overflow: hidden;
}

.vt-surface--shop::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 204, 196, 0.12), rgba(46, 204, 196, 0));
  pointer-events: none;
}

.vt-surface--shop > * {
  position: relative;
  z-index: 1;
}

.vt-shop-breadcrumb .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  color: var(--vt-cream-soft);
  font-size: 0.82rem;
}

.vt-shop-breadcrumb .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a {
  color: var(--vt-cream);
}

.vt-shop-breadcrumb__sep {
  color: var(--vt-cream-faint);
}

.woocommerce-result-count,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 24px;
  color: var(--vt-cream-soft);
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .password-input input.input-text,
.woocommerce form.login input.input-text,
.woocommerce form.register input.input-text {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 16px;
  background: rgba(246, 240, 228, 0.04);
  color: var(--vt-cream);
  font-family: var(--vt-font-body);
  font-size: 0.98rem;
  box-shadow: none;
}

.woocommerce form .form-row textarea {
  min-height: 140px;
  padding: 16px;
  resize: vertical;
}

.woocommerce form .form-row label {
  margin-bottom: 0.5rem;
  color: var(--vt-cream);
  font-weight: 600;
}

.woocommerce form .form-row .required {
  color: var(--vt-topaz);
}

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--multiple {
  min-height: 54px;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 16px;
  background: rgba(246, 240, 228, 0.04);
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: var(--vt-cream);
  line-height: 52px;
}

.woocommerce .select2-dropdown {
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 16px;
  background: #102118;
  color: var(--vt-cream);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(246, 240, 228, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(18, 32, 25, 0.96), rgba(10, 23, 16, 0.92));
  box-shadow: 0 20px 36px rgba(5, 10, 7, 0.14);
}

.woocommerce ul.products li.product a img {
  margin: 0 0 18px;
  border-radius: 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  margin: 0 0 10px;
  color: var(--vt-cream);
  font-family: var(--vt-font-editorial);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.08;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--vt-topaz);
  font-size: 1rem;
  font-weight: 700;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(46, 204, 196, 0.18);
  color: var(--vt-cream);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .return-to-shop .button,
.woocommerce a.checkout-button.button.alt,
.woocommerce button[name="apply_coupon"],
.woocommerce button[name="update_cart"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1.4rem;
  border: 1px solid rgba(46, 204, 196, 0.38);
  border-radius: 999px;
  background: rgba(46, 204, 196, 0.12);
  color: var(--vt-cream);
  font-family: var(--vt-font-body);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce a.checkout-button.button.alt:hover,
.woocommerce button[name="apply_coupon"]:hover,
.woocommerce button[name="update_cart"]:hover {
  transform: translateY(-2px);
  border-color: var(--vt-topaz);
  background: rgba(46, 204, 196, 0.18);
  color: var(--vt-cream);
}

.woocommerce a.added_to_cart {
  margin-top: 12px;
  color: var(--vt-topaz);
}

.woocommerce .quantity .qty {
  min-height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 16px;
  background: rgba(246, 240, 228, 0.04);
  color: var(--vt-cream);
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 38px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  margin: 0;
  float: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images img {
  border-radius: 28px;
}

.woocommerce div.product .product_title {
  margin-bottom: 16px;
  color: var(--vt-cream);
  font-family: var(--vt-font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.02;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .product_meta,
.woocommerce div.product .woocommerce-review-link,
.woocommerce div.product .stock,
.woocommerce-tabs,
.woocommerce-Tabs-panel,
.woocommerce-product-attributes td,
.woocommerce-product-attributes th {
  color: var(--vt-cream-soft);
}

.woocommerce div.product .product_meta {
  display: grid;
  gap: 0.45rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(246, 240, 228, 0.1);
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 1.6rem 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(246, 240, 228, 0.12);
  border-radius: 999px;
  color: var(--vt-cream-soft);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  border-color: rgba(46, 204, 196, 0.38);
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

.woocommerce .related.products,
.woocommerce .up-sells.upsells {
  margin-top: 42px;
}

.woocommerce .related.products > h2,
.woocommerce .up-sells.upsells > h2,
.woocommerce-Reviews-title,
.woocommerce-account .addresses .title h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.cart_totals h2,
#order_review_heading,
.woocommerce form.checkout h3,
.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin: 0 0 20px;
  color: var(--vt-cream);
  font-family: var(--vt-font-editorial);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.08;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table_responsive,
.woocommerce table.woocommerce-table--order-details,
.woocommerce table.woocommerce-orders-table {
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 24px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: rgba(246, 240, 228, 0.03);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table_responsive th,
.woocommerce table.shop_table_responsive td,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td,
.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-orders-table td {
  border-color: rgba(246, 240, 228, 0.1);
  color: var(--vt-cream-soft);
}

.woocommerce-cart table.cart img {
  width: 88px;
  border-radius: 18px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout .col2-set,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: 30px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 28px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(246, 240, 228, 0.03);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid rgba(246, 240, 228, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.95rem 1.1rem;
  color: var(--vt-cream-soft);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-cart .cart-collaterals,
.woocommerce-account .woocommerce-MyAccount-content {
  display: grid;
  gap: 18px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 18px;
  padding: 1rem 1.1rem 1rem 2.8rem;
  border: 1px solid rgba(46, 204, 196, 0.2);
  border-radius: 20px;
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  left: 1rem;
  color: var(--vt-topaz);
}

.woocommerce-checkout #payment,
.woocommerce-cart .cart_totals,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-form-coupon-toggle + .checkout_coupon {
  padding: 22px;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 24px;
  background: rgba(246, 240, 228, 0.03);
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: rgba(246, 240, 228, 0.1);
}

.woocommerce .star-rating,
.woocommerce p.stars a {
  color: var(--vt-amber);
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-empty-cart-block {
  display: grid;
  gap: 24px;
}

.wp-block-woocommerce-filled-cart-block,
.wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart-totals-block,
.wc-block-components-sidebar,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
  padding: 24px;
  border: 1px solid rgba(246, 240, 228, 0.1);
  border-radius: 24px;
  background: rgba(246, 240, 228, 0.03);
}

.wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-order-summary,
.wc-block-components-order-summary-item,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wp-block-woocommerce-proceed-to-checkout-block,
.wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart-accepted-payment-methods-block {
  display: grid;
  gap: 14px;
}

.wc-block-cart__empty-cart__title,
.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-components-order-summary__title-text,
.wp-block-woocommerce-empty-cart-block h2 {
  margin: 0;
  color: var(--vt-cream);
  font-family: var(--vt-font-editorial);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.08;
}

.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-checkout-step__description,
.wc-block-components-address-card__address-section {
  color: var(--vt-cream);
}

.wc-block-components-product-metadata,
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-item__value,
.wc-block-components-checkbox__label,
.wc-block-components-checkout-step__container,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-order-summary-item__quantity {
  color: var(--vt-cream-soft);
}

.wc-block-components-text-input input,
.wc-block-components-text-input select,
.wc-block-components-textarea textarea,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-combobox-control .components-combobox-control__input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(246, 240, 228, 0.14);
  border-radius: 16px;
  background: rgba(246, 240, 228, 0.04);
  color: var(--vt-cream);
  box-shadow: none;
}

.wc-block-components-textarea textarea {
  min-height: 120px;
  padding: 16px;
}

.wc-block-components-button,
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1.4rem;
  border: 1px solid rgba(46, 204, 196, 0.38);
  border-radius: 999px;
  background: rgba(46, 204, 196, 0.12);
  color: var(--vt-cream);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.wc-block-components-button:hover,
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button:hover {
  transform: translateY(-2px);
  border-color: var(--vt-topaz);
  background: rgba(46, 204, 196, 0.18);
  color: var(--vt-cream);
}

.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-warning,
.wc-block-components-notice-banner.is-error {
  margin: 0;
  border: 1px solid rgba(46, 204, 196, 0.2);
  border-radius: 20px;
  background: rgba(46, 204, 196, 0.08);
  color: var(--vt-cream);
}

@media (max-width: 980px) {
  .vt-theme .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    position: relative;
    z-index: 3;
    border: 1px solid rgba(246, 240, 228, 0.14);
    border-radius: 999px;
    background: rgba(10, 23, 16, 0.78);
    box-shadow: 0 10px 22px rgba(4, 11, 8, 0.18);
  }

  .vt-theme .nav-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(5, 11, 8, 0.34);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .vt-theme .nav-shell.is-open::after {
    opacity: 1;
  }

  .vt-theme .site-nav {
    position: fixed;
    top: var(--vt-menu-offset-top, calc(86px + env(safe-area-inset-top)));
    right: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 18px 18px max(16px, env(safe-area-inset-bottom));
    gap: 10px;
    z-index: 2;
    max-height: min(360px, calc(100vh - 104px - env(safe-area-inset-bottom)));
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(11, 25, 17, 0.97), rgba(7, 16, 11, 0.985)),
      radial-gradient(circle at top right, rgba(75, 201, 138, 0.08), transparent 34%);
    border: 1px solid rgba(246, 240, 228, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(4, 11, 8, 0.34);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms step-end;
    font-family: var(--vt-font-editorial);
    font-size: 1.24rem;
  }

  .vt-theme .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s;
  }

  .vt-theme .site-nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .vt-theme .site-nav-list li {
    width: 100%;
  }

  .vt-theme .site-nav-list a {
    display: inline-flex;
    width: 100%;
    padding: 0.15rem 0 0.3rem;
    font-size: inherit;
    line-height: 0.98;
  }

  .vt-theme .nav-cta {
    width: auto;
    max-width: 190px;
    min-width: 0;
    min-height: 42px;
    margin-top: 4px;
    padding: 0 0.95rem;
    font-family: var(--vt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .vt-post-grid {
    grid-template-columns: 1fr;
  }

  .vt-theme .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .vt-theme .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .vt-reading-analysis {
    grid-template-columns: 1fr;
  }

  .vt-vtr .section-pad,
  .vt-inn section {
    padding-block: 82px;
  }

  .vt-vtr .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 3;
    padding: 0;
    border: 1px solid rgba(246, 240, 228, 0.14);
    border-radius: 999px;
    background: rgba(10, 23, 16, 0.82);
    box-shadow: 0 10px 24px rgba(4, 11, 8, 0.18);
  }

  .vt-vtr .nav-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 1;
    background: rgba(5, 11, 8, 0.34);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .vt-vtr .nav-shell.is-open::after {
    opacity: 1;
  }

  .vt-vtr .site-nav {
    position: fixed;
    top: var(--vt-menu-offset-top, calc(84px + env(safe-area-inset-top)));
    right: 14px;
    left: 14px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    z-index: 2;
    max-height: min(360px, calc(100vh - 104px - env(safe-area-inset-bottom)));
    overflow-y: auto;
    padding: 18px 18px max(16px, env(safe-area-inset-bottom));
    border: 1px solid rgba(246, 240, 228, 0.08);
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(11, 25, 17, 0.97), rgba(7, 16, 11, 0.985)),
      radial-gradient(circle at top right, rgba(75, 201, 138, 0.08), transparent 36%);
    box-shadow: 0 24px 60px rgba(4, 11, 8, 0.34);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top right;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms step-end;
    font-family: var(--vt-font-editorial);
    font-size: 1.24rem;
  }

  .vt-vtr .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0s;
  }

  .vt-vtr .site-nav a:not(.nav-cta) {
    width: 100%;
    padding: 0.15rem 0 0.3rem;
    line-height: 0.98;
  }

  .vt-vtr .site-nav .nav-cta {
    width: auto;
    max-width: 190px;
    min-height: 42px;
    margin-top: 4px;
    padding: 0 0.95rem;
    font-family: var(--vt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .vt-vtr .hero-grid,
  .vt-vtr .service-layout,
  .vt-vtr .about-grid,
  .vt-vtr .contact-card {
    grid-template-columns: 1fr;
  }

  .vt-vtr .service-layout {
    gap: 44px;
  }

  .vt-vtr .service-intro {
    position: static;
    top: auto;
  }

  .vt-vtr .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vt-vtr .statement-card {
    grid-template-columns: 80px 1fr;
  }

  .vt-vtr .statement-card > p {
    grid-column: 2;
  }

  .vt-vtr .outcome-grid,
  .vt-vtr .testimonial-track,
  .vt-inn .cards,
  .vt-inn .phases,
  .vt-inn .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .vt-inn .phases::before {
    display: none;
  }

  .vt-inn .nav-links {
    display: none;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .wp-block-woocommerce-filled-cart-block,
  .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .vt-inn .nav-toggle-label {
    display: flex;
  }

  .vt-inn .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 1rem;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.75rem;
    background: var(--vt-bg);
    border-bottom: 1px solid var(--vt-line-dark);
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .vt-inn .nav-links.is-open {
    display: flex;
    max-height: 280px;
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 680px) {
  body.admin-bar .vt-theme .site-header {
    top: 46px;
  }

  .vt-shell,
  .vt-shell--narrow {
    width: min(100% - 28px, var(--vt-shell));
  }

  .vt-theme .nav-shell {
    min-height: 72px;
  }

  .vt-theme .brand {
    gap: 10px;
  }

  .vt-theme .brand-mark {
    width: 54px;
    flex-basis: 54px;
  }

  .vt-theme .brand strong {
    font-size: 17px;
  }

  .vt-theme .brand small {
    margin-top: 4px;
    font-size: 7px;
    letter-spacing: 0.22em;
  }

  .vt-theme .menu-toggle span {
    width: 22px;
    margin: 4px 0;
  }

  .vt-theme .site-nav {
    top: var(--vt-menu-offset-top, calc(74px + env(safe-area-inset-top)));
    right: 12px;
    left: 12px;
    gap: 8px;
    max-height: min(320px, calc(100vh - 90px - env(safe-area-inset-bottom)));
    padding: 16px 16px max(14px, env(safe-area-inset-bottom));
    border-radius: 22px;
  }

  .vt-theme .site-nav-list a {
    font-size: 1rem;
  }

  .vt-theme .nav-cta {
    max-width: 164px;
    min-height: 38px;
    font-size: 0.72rem;
    padding-inline: 0.85rem;
  }

  .vt-page-hero {
    padding: 72px 0 34px;
  }

  .vt-page-title {
    max-width: none;
    font-size: 2.8rem;
  }

  .vt-page-intro {
    font-size: 1rem;
  }

  .vt-surface--content {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .vt-post-share__actions {
    flex-direction: column;
  }

  .vt-post-share__button {
    width: 100%;
  }

  .vt-post-grid {
    grid-template-columns: 1fr;
  }

  .vt-theme .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vt-theme .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vt-inn .wrap,
  .vt-vtr .container,
  .vt-vtr .nav-shell {
    width: min(100% - 28px, var(--vt-shell));
  }

  .vt-vtr .nav-shell {
    height: 72px;
  }

  .vt-vtr .brand {
    gap: 10px;
  }

  .vt-vtr .brand-mark {
    width: 56px;
  }

  .vt-vtr .brand strong {
    font-size: 18px;
  }

  .vt-vtr .brand small {
    margin-top: 4px;
    font-size: 8px;
    letter-spacing: 0.24em;
  }

  .vt-vtr .menu-toggle span {
    width: 22px;
    margin: 4px 0;
  }

  .vt-vtr .site-nav {
    top: var(--vt-menu-offset-top, calc(74px + env(safe-area-inset-top)));
    right: 12px;
    left: 12px;
    gap: 8px;
    max-height: min(320px, calc(100vh - 90px - env(safe-area-inset-bottom)));
    padding: 16px 16px max(14px, env(safe-area-inset-bottom));
    border-radius: 22px;
    font-size: 1.08rem;
  }

  .vt-vtr .site-nav .nav-cta {
    max-width: 172px;
    min-height: 40px;
    font-size: 0.74rem;
    padding-inline: 0.9rem;
  }

  .vt-vtr .service-layout {
    gap: 32px;
  }

  .vt-vtr .service-intro h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .vt-vtr .service-item h3 {
    margin-bottom: 10px;
    font-size: clamp(27px, 8vw, 40px);
  }

  .vt-vtr .service-item p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .vt-vtr .hero {
    min-height: auto;
    padding-top: 115px;
  }

  .vt-vtr h1 {
    font-size: 55px;
  }

  .vt-vtr .hero-lead {
    font-size: 16px;
  }

  .vt-vtr .trust-row {
    gap: 16px;
    justify-content: space-between;
  }

  .vt-vtr .hero-art {
    min-height: 480px;
  }

  .vt-vtr .portrait-frame {
    width: 82%;
  }

  .vt-vtr .orbit-one {
    width: 390px;
    height: 390px;
    left: -60px;
    top: 42px;
  }

  .vt-vtr .orbit-two {
    width: 440px;
    height: 440px;
    left: -85px;
    top: 18px;
  }

  .vt-vtr .statement-card,
  .vt-vtr .program-card,
  .vt-vtr .contact-card {
    padding: 40px 24px;
    border-radius: 30px;
  }

  .vt-vtr .statement-card {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .vt-vtr .statement-card > p {
    grid-column: auto;
  }

  .vt-vtr .outcome-grid,
  .vt-vtr .testimonial-track,
  .vt-inn .cards,
  .vt-inn .phases,
  .vt-inn .testimonials {
    grid-template-columns: 1fr;
  }

  .vt-vtr .outcome-card,
  .vt-vtr .outcome-card.featured,
  .vt-vtr .testimonial-card.raised {
    transform: none;
  }

  .vt-vtr .service-item {
    grid-template-columns: 40px 1fr 40px;
  }

  .vt-vtr .service-item-featured {
    grid-template-columns: 40px 1fr;
  }

  .vt-vtr .service-modal {
    align-items: end;
    padding: 10px;
  }

  .vt-vtr .service-modal__dialog {
    width: 100%;
    max-height: min(90vh, 860px);
    padding: 30px 22px 24px;
    border-radius: 26px 26px 18px 18px;
  }

  .vt-vtr .service-modal h3 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .vt-vtr .service-modal__lead {
    font-size: 1rem;
  }

  .vt-vtr .program-card {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .vt-vtr .program h2 {
    font-size: 63px;
  }

  .vt-vtr .about-grid {
    gap: 55px;
  }

  .vt-vtr .about-photo {
    width: 92%;
  }

  .vt-vtr .quote-stamp {
    width: 120px;
    height: 120px;
    font-size: 17px;
  }

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

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

  .vt-vtr .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .vt-inn .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .vt-vtr .footer-bottom {
    flex-direction: column;
  }

  .vt-inn .footer-bottom {
    flex-direction: column;
  }

  .vt-inn .spec-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .vt-inn .field {
    height: 200px;
  }

  .vt-inn .orb-src {
    width: 110px;
    height: 110px;
  }

  .vt-inn .orb-rcv {
    width: 60px;
    height: 60px;
  }

  .vt-floating-wa {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    padding: 0.85rem 0.95rem;
  }

  .vt-floating-wa__label {
    display: none;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce-page table.shop_table_responsive tr,
  .woocommerce table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce-page table.shop_table_responsive td,
  .woocommerce table.shop_table_responsive td {
    padding-left: 42%;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    width: 100%;
    justify-content: center;
  }
}
