html,
body {
  margin: 0;
  padding: 0;
}

body.vm-home-page,
body.page-id-125 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.vm-home-page .wp-site-blocks,
body.vm-home-page .wp-site-blocks > main,
body.vm-home-page .wp-block-post-content,
body.vm-home-page .entry-content,
body.page-id-125 .wp-site-blocks,
body.page-id-125 .wp-site-blocks > main,
body.page-id-125 .wp-block-post-content,
body.page-id-125 .entry-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.vm-home-page .wp-block-post-title,
body.vm-home-page .entry-title,
body.page-id-125 .wp-block-post-title,
body.page-id-125 .entry-title {
  display: none !important;
}

body.vm-home-page .wp-site-blocks > footer:not(#vm-footer),
body.page-id-125 .wp-site-blocks > footer:not(#vm-footer) {
  display: none;
}

body #vm-lp {
  --vm-paper: #FAFAF7;
  --vm-cream: #F0EBE1;
  --vm-black: #10100F;
  --vm-muted: #5F5D56;
  --vm-red: #B83232;
  --vm-yellow: #D4A017;
  --vm-blue: #2E6EA6;
  --vm-line: rgba(16,16,15,0.92);
  --vm-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --vm-admin-offset: 0px;
  --vm-header-height: 72px;

  background: var(--vm-paper);
  color: var(--vm-black);
  font-family: var(--vm-font);
  overflow-x: hidden;
  line-height: 1.4;
  padding-top: var(--vm-header-height);
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  left: auto !important;
}

body #vm-lp,
body #vm-lp * {
  box-sizing: border-box;
}

body #vm-lp .vm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body #vm-lp .vm-editorial-content {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: normal !important;
  border: 0 !important;
}

body #vm-lp .vm-editorial-article {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  body #vm-lp *,
  body #vm-lp *::before,
  body #vm-lp *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  body #vm-lp .vm-reveal-ready,
  body #vm-lp .vm-reveal-ready.vm-reveal-on {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

body #vm-lp button {
  font-family: var(--vm-font);
  cursor: pointer;
}

body #vm-lp a {
  color: inherit;
}

body #vm-lp h1,
body #vm-lp h2,
body #vm-lp h3,
body #vm-lp .vm-link-button,
body #vm-lp .vm-solid-button,
body #vm-lp .vm-outline-button {
  text-transform: uppercase;
}

body #vm-lp a:focus-visible,
body #vm-lp button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

body #vm-lp .vm-hamburger:focus-visible {
  outline-offset: 8px;
}

body #vm-lp .vm-section {
  min-height: 100vh;
  position: relative;
}

body #vm-lp .vm-container {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

body #vm-lp > header {
  position: fixed;
  top: var(--vm-admin-offset, 0px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 260;
  background: var(--vm-paper);
}

body #vm-lp .vm-nav {
  position: relative;
  z-index: 200;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.05rem 2.5rem;
  background: var(--vm-paper);
  border-bottom: 1px solid var(--vm-black);
}

body #vm-lp .vm-nav-id {
  text-decoration: none;
  font-size: 0.54rem;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  line-height: 1.7;
  font-weight: 500;
}

body #vm-lp .vm-nav-id span {
  display: block;
  color: var(--vm-muted);
  font-size: 0.46rem;
  letter-spacing: 0.28em;
  font-weight: 400;
}

body #vm-lp button.vm-hamburger,
body #vm-lp button.vm-hamburger:hover,
body #vm-lp button.vm-hamburger:focus,
body #vm-lp button.vm-hamburger:focus-visible,
body #vm-lp button.vm-hamburger:active {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: calc(2.5rem - 7px);
  display: block;
  width: 46px;
  height: 46px;
  min-width: 46px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 205;
}

body #vm-lp button.vm-hamburger > i {
  position: absolute;
  display: block;
  visibility: visible;
  left: 7px;
  width: 32px;
  height: 1.5px;
  margin: 0;
  border: 0;
  opacity: 1;
  transform: none;
  transform-origin: center;
  transition: transform .24s ease, opacity .18s ease, background-color .18s ease;
}

body #vm-lp button.vm-hamburger > i:nth-of-type(1) { top: 12px; background-color: var(--vm-red); }
body #vm-lp button.vm-hamburger > i:nth-of-type(2) { top: 22px; background-color: var(--vm-blue); }
body #vm-lp button.vm-hamburger > i:nth-of-type(3) { top: 32px; background-color: var(--vm-yellow); }

body #vm-lp button.vm-hamburger.open > i:nth-of-type(1),
body #vm-lp button.vm-hamburger[aria-expanded="true"] > i:nth-of-type(1) {
  top: 22px;
  background-color: var(--vm-black);
  transform: rotate(45deg);
}

body #vm-lp button.vm-hamburger.open > i:nth-of-type(2),
body #vm-lp button.vm-hamburger[aria-expanded="true"] > i:nth-of-type(2) {
  top: 22px;
  opacity: 0;
  visibility: hidden;
}

body #vm-lp button.vm-hamburger.open > i:nth-of-type(3),
body #vm-lp button.vm-hamburger[aria-expanded="true"] > i:nth-of-type(3) {
  top: 22px;
  background-color: var(--vm-black);
  transform: rotate(-45deg);
}

body #vm-lp .vm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(16,16,15,.44);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  z-index: 189;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

body #vm-lp .vm-overlay.on {
  opacity: 1;
  pointer-events: auto;
}

body #vm-lp .vm-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(420px, 88vw);
  max-width: 420px;
  height: 100vh;
  z-index: 190;
  background: var(--vm-black);
  color: var(--vm-cream);
  transform: translateX(100%);
  transition: transform .35s ease;
  padding: 6.5rem 2rem 2.5rem;
  overflow-y: auto;
  box-shadow: -18px 0 42px rgba(0,0,0,.18);
}

body #vm-lp .vm-drawer.open {
  transform: translateX(0);
}

body #vm-lp .vm-drawer[inert] {
  visibility: hidden;
}

body #vm-lp .vm-drawer-section {
  margin-bottom: 2.15rem;
}

body #vm-lp .vm-drawer-label {
  font-size: .45rem;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: #8F8A82;
  margin-bottom: .7rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid #242424;
}

body #vm-lp .vm-drawer :is(a, button) {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #202020;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: .035em;
  padding: .82rem 0;
  transition: color .2s ease, padding-left .2s ease;
  outline: 0;
  box-shadow: none;
}

body #vm-lp .vm-drawer :is(a, button):hover,
body #vm-lp .vm-drawer :is(a, button):focus,
body #vm-lp .vm-drawer :is(a, button):focus-visible {
  color: var(--vm-cream);
  padding-left: .3rem;
  border-bottom-color: var(--vm-blue);
  background: rgba(255,255,255,.025);
}

body #vm-lp .vm-drawer :is(a, button):first-of-type:focus,
body #vm-lp .vm-drawer :is(a, button):first-of-type:focus-visible {
  box-shadow: inset 2px 0 0 var(--vm-blue);
  padding-left: .65rem;
}

body #vm-lp .vm-hero {
  background: var(--vm-paper);
  color: var(--vm-black);
  min-height: calc(100svh - var(--vm-header-height));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}

body #vm-lp .vm-hero-sheet {
  position: relative;
  width: min(100%, 1120px);
  min-height: 870px;
  margin: 0 auto;
  background: var(--vm-paper);
}

body #vm-lp .vm-hero-name {
  position: absolute;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: var(--vm-name-center-gap);
  align-items: center;
  color: var(--vm-black);
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  --vm-name-center-gap: clamp(2.1rem, 4.2vw, 4.4rem);
  top: 7.2%;
  font-size: clamp(2.7rem, 4.85vw, 4.8rem);
  line-height: .84;
  font-weight: 200;
  letter-spacing: clamp(.34em, .52vw, .52em);
}

body #vm-lp .vm-hero-name span:first-child { text-align: right; }
body #vm-lp .vm-hero-name span:last-child { text-align: left; }

body #vm-lp .vm-hero-vline {
  position: absolute;
  left: 50%;
  width: 2px;
  background: var(--vm-line);
  transform: translateX(-50%);
}

body #vm-lp .vm-hero-vline.top { top: 4.4%; height: 36.2%; }
body #vm-lp .vm-hero-vline.bottom { top: 52.7%; height: 34%; }

body #vm-lp .vm-hero-epoche {
  position: absolute;
  top: 46.1%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3.2rem, 6.2vw, 5.9rem);
  line-height: 1;
  font-weight: 300;
  letter-spacing: clamp(.12em, .19vw, .19em);
  white-space: nowrap;
  margin: 0;
}

body #vm-lp .vm-hero-mantra {
  position: absolute;
  left: calc(50% + clamp(1.5rem, 2.35vw, 2.35rem));
  right: clamp(2rem, 4vw, 4rem);
  top: 66.6%;
  width: auto;
  max-width: 480px;
}

body #vm-lp .vm-hero-mantra,
body #vm-lp .vm-hero-mantra .vm-mote,
body #vm-lp .vm-hero-mantra .vm-mote span {
  font-family: var(--vm-font);
  font-size: clamp(.86rem, 1.24vw, 1.14rem);
  line-height: 1.9;
  letter-spacing: clamp(.15em, .26vw, .26em);
  text-transform: uppercase;
  font-weight: 300;
}

body #vm-lp .vm-hero-mantra .vm-mote {
  display: flex;
  flex-direction: column;
  gap: .72rem;
}

body #vm-lp .vm-intro-copy {
  position: relative;
  background: var(--vm-paper);
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 7.5rem) 0 clamp(6.5rem, 10vw, 9rem);
}

body #vm-lp .vm-intro-copy-inner {
  margin-left: 0;
  margin-right: auto;
  width: min(540px, calc(50% - 2.25rem));
  display: flex;
  flex-direction: column;
  gap: clamp(3.15rem, 4.8vw, 4.45rem);
}

body #vm-lp .vm-intro-copy-inner > p,
body #vm-lp .vm-intro-copy-inner > .vm-intro-id {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .34rem;
}

body #vm-lp .vm-intro-copy p,
body #vm-lp .vm-intro-id {
  margin: 0;
  color: var(--vm-black);
  font-family: var(--vm-font);
  font-size: clamp(.82rem, 1vw, .96rem);
  letter-spacing: clamp(.11em, .20vw, .18em);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.62;
}

body #vm-lp .vm-intro-id {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

body #vm-lp .vm-intro-role,
body #vm-lp .vm-intro-locations {
  display: block;
  width: 100%;
  white-space: normal;
}

body #vm-lp .vm-intro-role {
  font-size: 1.08em;
  line-height: 1.35;
  letter-spacing: .12em;
}

body #vm-lp .vm-intro-locations {
  margin-top: .35rem;
  font-size: .94em;
  line-height: 1.45;
  letter-spacing: .105em;
}

body #vm-lp .vm-intro-location-link {
  color: inherit;
  text-decoration: none;
}

body #vm-lp .vm-intro-location-link:hover,
body #vm-lp .vm-intro-location-link:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .28em;
}

body #vm-lp .vm-intro-location-separator {
  white-space: pre;
}

body #vm-lp .vm-intro-mote {
  margin-left: calc(50% + clamp(1.5rem, 2.35vw, 2.35rem));
  margin-right: clamp(2rem, 4vw, 4rem);
  width: auto;
  max-width: 480px;
  color: var(--vm-black);
  font-family: var(--vm-font);
  text-transform: uppercase;
  margin-top: clamp(8rem, 12vw, 11rem);
  font-size: clamp(.86rem, 1.24vw, 1.14rem);
  line-height: 1.9;
  letter-spacing: clamp(.15em, .26vw, .26em);
  font-weight: 300;
}

body #vm-lp .vm-intro-mote span { display: block; }
body #vm-lp .vm-intro-mote span + span { margin-top: .72rem; }

body #vm-lp .vm-story {
  background: var(--vm-cream);
  color: var(--vm-black);
  border-top: 1px solid var(--vm-black);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) 1.28fr;
}

body #vm-lp .vm-story-art {
  position: relative;
  min-height: 100%;
  background: var(--vm-paper);
  border-right: 1px solid var(--vm-black);
  overflow: hidden;
  margin: 0;
}

body #vm-lp .vm-story-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0 49.8%, var(--vm-black) 49.8% 50.2%, transparent 50.2%),
              linear-gradient(0deg, transparent 0 49.8%, var(--vm-black) 49.8% 50.2%, transparent 50.2%);
  opacity: .82;
}

body #vm-lp .vm-bauhaus-circle { position: absolute; width: 210px; height: 210px; border-radius: 50%; background: var(--vm-yellow); top: 22%; left: 22%; }
body #vm-lp .vm-bauhaus-square { position: absolute; width: 170px; height: 170px; background: var(--vm-blue); top: 42%; left: 38%; mix-blend-mode: multiply; }
body #vm-lp .vm-bauhaus-triangle { position: absolute; width: 0; height: 0; border-left: 95px solid transparent; border-right: 95px solid transparent; border-bottom: 180px solid var(--vm-red); top: 56%; left: 16%; }

body #vm-lp .vm-story-content,
body #vm-lp .vm-manifesto-content {
  min-height: 100vh;
  padding: 8rem 5vw 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

body #vm-lp .vm-kicker {
  font-size: .45rem;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: var(--vm-muted);
  margin: 0 0 2rem;
}

body #vm-lp .vm-manifesto .vm-kicker,
body #vm-lp .vm-feno .vm-kicker { color: #A39D95; }

body #vm-lp .vm-story-title,
body #vm-lp .vm-manifesto-statement {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.5vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 2.35rem;
}

body #vm-lp .vm-story-title strong { font-weight: 500; }

body #vm-lp .vm-body-text {
  max-width: 560px;
  color: #4d4b45;
  font-size: .96rem;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 2.2rem;
}

body #vm-lp .vm-manifesto {
  background: var(--vm-black);
  color: var(--vm-cream);
  display: grid;
  grid-template-columns: .84fr 1.16fr;
}

body #vm-lp .vm-red-field {
  background: var(--vm-red);
  min-height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

body #vm-lp .vm-red-field::after {
  content: "MANIFESTO";
  position: absolute;
  left: 12%;
  bottom: 8%;
  color: rgba(255,255,255,.16);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .85;
  letter-spacing: -.05em;
  font-weight: 300;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

body #vm-lp .vm-manifesto-statement {
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

body #vm-lp .vm-manifesto-text {
  max-width: 580px;
  color: #B9B3AA;
  font-size: .94rem;
  line-height: 1.85;
  font-weight: 300;
  margin: 0 0 2.5rem;
}

body #vm-lp .vm-sociedade,
body #vm-lp .vm-feno {
  padding: 8rem 0 5rem;
}

body #vm-lp .vm-sociedade {
  background: var(--vm-paper);
  color: var(--vm-black);
  border-top: 1px solid var(--vm-black);
}

body #vm-lp .vm-feno {
  background: var(--vm-black);
  color: var(--vm-cream);
  overflow: hidden;
}

body #vm-lp .vm-sociedade-grid,
body #vm-lp .vm-feno-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 5rem;
  align-items: center;
  min-height: calc(100vh - 13rem);
}

body #vm-lp .vm-feno-grid { grid-template-columns: 1.1fr .9fr; }

body #vm-lp .vm-sociedade-title,
body #vm-lp .vm-feno-title {
  font-size: clamp(2.1rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 2.3rem;
}

body #vm-lp .vm-sociedade-title span,
body #vm-lp .vm-feno-title span {
  display: block;
  color: var(--vm-muted);
}

body #vm-lp .vm-feno-title span { color: #6F6B66; transition: color .22s ease; }
body #vm-lp .vm-feno-title span:nth-child(1):hover { color: var(--vm-blue); }
body #vm-lp .vm-feno-title span:nth-child(2):hover { color: var(--vm-yellow); }
body #vm-lp .vm-feno-title span:nth-child(3):hover { color: var(--vm-red); }

body #vm-lp .vm-feno-title { margin-bottom: 1.15rem; }

body #vm-lp .vm-feno-subtitle {
  max-width: 34rem;
  margin: 0 0 2.3rem;
  color: #A39D95;
  font-size: clamp(.56rem, .75vw, .72rem);
  line-height: 1.55;
  letter-spacing: clamp(.16em, .35vw, .28em);
  text-transform: uppercase;
  font-weight: 300;
}

body #vm-lp .vm-card-stack { display: grid; gap: 1rem; }

body #vm-lp .vm-theory-card {
  border: 1px solid var(--vm-black);
  background: var(--vm-paper);
  padding: 2rem;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.5rem;
  align-items: start;
}

body #vm-lp .vm-card-symbol {
  width: 56px;
  height: 56px;
  border: 1px solid var(--vm-black);
  display: grid;
  place-items: center;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

body #vm-lp .vm-theory-card h3,
body #vm-lp .vm-feno-item h3 {
  margin: 0 0 .55rem;
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 500;
}

body #vm-lp .vm-theory-card p,
body #vm-lp .vm-feno-item p {
  margin: 0;
  color: #55534D;
  font-size: .88rem;
  line-height: 1.75;
  font-weight: 300;
}

body #vm-lp .vm-feno-panel { border-left: 1px solid #363636; padding-left: 2.5rem; }
body #vm-lp .vm-feno-item { padding: 1.25rem 0; border-bottom: 1px solid #262626; }
body #vm-lp .vm-feno-item h3 { color: var(--vm-cream); }
body #vm-lp .vm-feno-item p { color: #9B968F; }

body #vm-lp .vm-feno-actions,
body #vm-lp .vm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

body #vm-lp .vm-link-button {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: .52rem;
  letter-spacing: .32em;
  font-weight: 500;
}

body #vm-lp .vm-link-button:hover,
body #vm-lp .vm-link-button:focus-visible {
  color: inherit;
  background: transparent;
}

body #vm-lp .vm-link-button::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  transition: width .3s ease;
}

body #vm-lp .vm-link-button:hover::after,
body #vm-lp .vm-link-button:focus-visible::after {
  width: 52px;
}

body #vm-lp .vm-solid-button {
  border: 1px solid var(--vm-black);
  background: var(--vm-black);
  color: var(--vm-paper);
  padding: 1.05rem 1.6rem;
  font-size: .54rem;
  letter-spacing: .33em;
  font-weight: 500;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

body #vm-lp .vm-solid-button:hover {
  background: var(--vm-blue);
  border-color: var(--vm-blue);
}

body #vm-lp .vm-cta-primary:hover {
  background: var(--vm-blue);
  border-color: var(--vm-blue);
  color: var(--vm-paper);
}

body #vm-lp .vm-cta-secondary {
  background: var(--vm-yellow);
  border-color: var(--vm-yellow);
  color: var(--vm-black);
}

body #vm-lp .vm-cta-secondary:hover {
  background: #B8840D;
  border-color: #B8840D;
  color: var(--vm-black);
}

body #vm-lp .vm-outline-button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: .9rem 1.2rem;
  font-size: .48rem;
  letter-spacing: .27em;
  font-weight: 500;
}

body #vm-lp .vm-cta-mobile-only { display: none; }

body #vm-lp .vm-reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.22,.61,.36,1);
}

body #vm-lp .vm-reveal-ready.vm-reveal-on {
  opacity: 1;
  transform: translateY(0);
}

body #vm-lp .vm-feno-title span,
body #vm-lp .vm-sociedade-title span,
body #vm-lp .vm-card-symbol,
body #vm-lp .vm-link-button::after,
body #vm-lp .vm-outline-button,
body #vm-lp .vm-solid-button,
body #vm-lp .vm-faq-item summary::after {
  transition: color .95s cubic-bezier(.22, 1, .36, 1),
              background-color .90s cubic-bezier(.22, 1, .36, 1),
              border-color .90s cubic-bezier(.22, 1, .36, 1),
              width 1.05s cubic-bezier(.22, 1, .36, 1);
}

body #vm-lp .vm-sociedade-title span:nth-of-type(1).vm-title-active,
body #vm-lp .vm-sociedade-title span:nth-of-type(1).vm-title-trail { color: var(--vm-blue); }

body #vm-lp .vm-sociedade-title span:nth-of-type(2).vm-title-active,
body #vm-lp .vm-sociedade-title span:nth-of-type(2).vm-title-trail { color: var(--vm-red); }

body #vm-lp .vm-feno-title span:nth-of-type(1).vm-title-active,
body #vm-lp .vm-feno-title span:nth-of-type(1).vm-title-trail { color: var(--vm-blue); }

body #vm-lp .vm-feno-title span:nth-of-type(2).vm-title-active,
body #vm-lp .vm-feno-title span:nth-of-type(2).vm-title-trail { color: var(--vm-yellow); }

body #vm-lp .vm-feno-title span:nth-of-type(3).vm-title-active,
body #vm-lp .vm-feno-title span:nth-of-type(3).vm-title-trail { color: var(--vm-red); }

body #vm-lp .vm-theory-card:nth-child(1).vm-center-active .vm-card-symbol,
body #vm-lp .vm-theory-card:nth-child(1).vm-center-trail .vm-card-symbol { color: var(--vm-blue); border-color: var(--vm-blue); }

body #vm-lp .vm-theory-card:nth-child(2).vm-center-active .vm-card-symbol,
body #vm-lp .vm-theory-card:nth-child(2).vm-center-trail .vm-card-symbol { color: var(--vm-yellow); border-color: var(--vm-yellow); }

body #vm-lp .vm-theory-card:nth-child(3).vm-center-active .vm-card-symbol,
body #vm-lp .vm-theory-card:nth-child(3).vm-center-trail .vm-card-symbol { color: var(--vm-red); border-color: var(--vm-red); }

body #vm-lp .vm-feno-actions .vm-outline-button:nth-child(1).vm-center-active,
body #vm-lp .vm-feno-actions .vm-outline-button:nth-child(1).vm-center-trail { background: var(--vm-red); border-color: var(--vm-red); color: var(--vm-paper); }

body #vm-lp .vm-feno-actions .vm-outline-button:nth-child(2).vm-center-active,
body #vm-lp .vm-feno-actions .vm-outline-button:nth-child(2).vm-center-trail { background: var(--vm-blue); border-color: var(--vm-blue); color: var(--vm-paper); }

body #vm-lp .vm-cta-primary.vm-center-active,
body #vm-lp .vm-cta-primary.vm-center-trail { background: var(--vm-blue); border-color: var(--vm-blue); color: var(--vm-paper); }

body #vm-lp .vm-cta-secondary.vm-center-active,
body #vm-lp .vm-cta-secondary.vm-center-trail { background: #B8840D; border-color: #B8840D; color: var(--vm-black); }

body #vm-lp .vm-link-button.vm-center-active,
body #vm-lp .vm-link-button.vm-center-trail { color: inherit; }

body #vm-lp .vm-faq {
  background: var(--vm-paper);
  color: var(--vm-black);
  border-top: 1px solid var(--vm-black);
  padding: 7rem 0 5rem;
  scroll-margin-top: 90px;
}

body #vm-lp .vm-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }

body #vm-lp .vm-faq-title {
  font-size: clamp(2.1rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 2.3rem;
}

body #vm-lp .vm-faq-title span { display: block; color: var(--vm-muted); }
body #vm-lp .vm-faq-list { display: grid; gap: 1rem; }

body #vm-lp .vm-faq-item {
  border: 1px solid var(--vm-black);
  background: var(--vm-paper);
  padding: 0;
}

body #vm-lp .vm-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.65rem 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.55;
}

body #vm-lp .vm-faq-item summary::-webkit-details-marker { display: none; }
body #vm-lp .vm-faq-item summary::after { content: "+"; flex: 0 0 auto; font-size: 1.1rem; line-height: 1; font-weight: 300; }
body #vm-lp .vm-faq-item[open] summary::after { content: "—"; }

body #vm-lp .vm-faq-item:nth-child(3n + 1).vm-center-active,
body #vm-lp .vm-faq-item:nth-child(3n + 1).vm-center-trail summary::after { color: var(--vm-red); }
body #vm-lp .vm-faq-item:nth-child(3n + 2).vm-center-active,
body #vm-lp .vm-faq-item:nth-child(3n + 2).vm-center-trail summary::after { color: var(--vm-yellow); }
body #vm-lp .vm-faq-item:nth-child(3n).vm-center-active,
body #vm-lp .vm-faq-item:nth-child(3n).vm-center-trail summary::after { color: var(--vm-blue); }

body #vm-lp .vm-faq-answer { padding: 0 1.75rem 1.65rem; }
body #vm-lp .vm-faq-answer p { margin: 0 0 1.1rem; color: #55534D; font-size: .9rem; line-height: 1.75; font-weight: 300; }
body #vm-lp .vm-faq-answer p:last-child { margin-bottom: 0; }

body #vm-lp .vm-faq-answer a,
body #vm-lp .vm-ref-internal,
body #vm-lp .vm-ref-external,
body #vm-lp .vm-faq-help-link {
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: 1px;
}

body #vm-lp .vm-ref-internal {
  color: inherit;
  text-decoration-color: var(--vm-blue);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body #vm-lp .vm-ref-internal:hover { text-decoration-color: var(--vm-black); }
body #vm-lp .vm-ref-external { color: inherit; text-decoration-color: var(--vm-muted); }
body #vm-lp .vm-ref-external:hover { text-decoration-color: var(--vm-black); }

body #vm-lp .vm-faq-help { margin-top: 1.15rem; padding-top: 1rem; border-top: 1px dashed #BDB7AC; }
body #vm-lp .vm-faq-disclaimer { margin: 0; padding-left: 1rem; border-left: 1px solid var(--vm-black); color: var(--vm-muted); font-size: .72rem; line-height: 1.7; font-weight: 300; max-width: 760px; }
body #vm-lp .vm-faq-disclaimer-wrap { margin-top: clamp(2.5rem, 4vw, 4rem); }
body #vm-lp .vm-faq-help-link { color: inherit; }
body #vm-lp .vm-faq-help-link:hover, body #vm-lp .vm-faq-help-link:focus-visible { color: var(--vm-blue); }

body #vm-lp .vm-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(16,16,15,.66);
  z-index: 300;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

body #vm-lp .vm-modal-bg.on { opacity: 1; pointer-events: auto; }

body #vm-lp .vm-modal {
  width: 700px;
  max-width: 94vw;
  height: 100vh;
  background: var(--vm-paper);
  overflow-y: auto;
  padding: 4.6rem 3.6rem 4rem;
  transform: translateX(100%);
  transition: transform .35s ease;
  box-shadow: -30px 0 90px rgba(0,0,0,.18);
}

body #vm-lp .vm-modal-bg.on .vm-modal { transform: translateX(0); }

body #vm-lp .vm-modal-top {
  background: var(--vm-paper);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--vm-black);
  padding: .5rem 0 1.25rem;
  margin-bottom: 2.25rem;
}

body #vm-lp .vm-modal-num { font-size: .45rem; letter-spacing: .35em; text-transform: uppercase; color: var(--vm-muted); }
body #vm-lp .vm-modal-x { border: 0; background: transparent; color: var(--vm-muted); font-size: .48rem; letter-spacing: .30em; text-transform: uppercase; }
body #vm-lp .vm-modal-title { font-size: clamp(1.45rem, 2.2vw, 2.05rem); line-height: 1.2; letter-spacing: -.02em; font-weight: 300; margin: 0 0 2rem; }
body #vm-lp .vm-modal h3 { font-size: .68rem; letter-spacing: .24em; font-weight: 500; margin: 2rem 0 .8rem; }
body #vm-lp .vm-modal p { font-size: .93rem; line-height: 1.9; color: #41413d; margin: 0 0 1.35rem; font-weight: 300; }
body #vm-lp .vm-modal p strong { color: var(--vm-black); font-weight: 500; }
body #vm-lp .vm-modal blockquote { margin: 2rem 0; padding-left: 1.4rem; border-left: 2px solid var(--vm-black); font-size: 1rem; line-height: 1.7; font-weight: 300; color: var(--vm-black); }

#vm-footer {
  --vm-footer-black: #0B0B0A;
  --vm-footer-line: #242321;
  --vm-footer-muted: #8E8A84;
  --vm-footer-soft: #D7D1C7;
  width: 100%;
  margin: 0;
  background: var(--vm-footer-black);
  color: var(--vm-paper);
  font-family: var(--vm-font);
}

#vm-footer a { color: inherit; text-decoration: none; }
#vm-footer a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
#vm-footer .vm-footer-inner { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 1.35rem 0 0.85rem; }
#vm-footer .vm-footer-top { margin-bottom: 0.7rem; }
#vm-footer .vm-footer-id { display: grid; gap: 0.12rem; margin: 0; color: var(--vm-footer-muted); font-size: 0.50rem; letter-spacing: 0.24em; text-transform: uppercase; line-height: 1.45; font-weight: 500; }
#vm-footer .vm-footer-id-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
#vm-footer .vm-footer-email { margin: 0.1rem 0 0; color: var(--vm-footer-muted); font-size: 0.52rem; letter-spacing: 0.16em; line-height: 1.35; font-weight: 400; }
#vm-footer .vm-footer-email a { display: inline-flex; align-items: center; min-height: 44px; padding: 0.1rem 0; opacity: 0.96; }
#vm-footer .vm-footer-email a:hover { opacity: 1; }
#vm-footer .vm-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.4rem; border-top: 1px solid var(--vm-footer-line); border-bottom: 1px solid var(--vm-footer-line); padding: 0.8rem 0 0.75rem; }
#vm-footer .vm-footer-unit { display: grid; gap: 0.45rem; align-content: start; }
#vm-footer .vm-footer-title { margin: 0; font-size: 0.78rem; letter-spacing: 0.20em; text-transform: uppercase; line-height: 1.45; font-weight: 600; }
#vm-footer .vm-footer-title-link { display: inline-block; }
#vm-footer .vm-footer-title-link:hover,
#vm-footer .vm-footer-title-link:focus-visible { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3em; }
#vm-footer .vm-footer-site {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  color: var(--vm-footer-soft);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 400;
  overflow-wrap: anywhere;
}
#vm-footer .vm-footer-site:hover,
#vm-footer .vm-footer-site:focus-visible {
  color: var(--vm-paper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}
#vm-footer .vm-nowrap { white-space: nowrap; }
#vm-footer .vm-footer-address { margin: 0; color: var(--vm-footer-soft); font-size: 0.90rem; line-height: 1.45; font-weight: 300; }
#vm-footer .vm-footer-links { display: flex; flex-wrap: wrap; gap: 0.25rem 1.35rem; margin-top: 0.05rem; }

#vm-footer .vm-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  min-width: 44px;
  padding: 0.25rem 0.05rem;
  gap: 0.42rem;
  color: var(--vm-paper);
  font-size: 0.54rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
  font-weight: 600;
  opacity: 0.95;
  transition: opacity .2s ease;
  white-space: nowrap;
}

#vm-footer .vm-footer-link:hover { opacity: 1; }
#vm-footer .vm-footer-map-icon { display: inline-grid; place-items: center; width: 1.1rem; height: 1.1rem; font-size: 0.78rem; line-height: 1; transform: translateY(-1px); }
#vm-footer .vm-footer-bottom { padding-top: 0.55rem; display: flex; align-items: center; }
#vm-footer .vm-footer-copy { display: inline-flex; align-items: center; gap: 0.65rem; margin: 0; color: var(--vm-footer-muted); font-size: 0.46rem; letter-spacing: 0.18em; text-transform: uppercase; line-height: 1.45; font-weight: 500; }
#vm-footer .vm-footer-marks { display: flex; gap: 8px; align-items: center; }
#vm-footer .vm-footer-mark { display: block; width: 8px; height: 8px; }
#vm-footer .vm-footer-mark.red { background: var(--vm-red); }
#vm-footer .vm-footer-mark.blue { background: var(--vm-blue); }
#vm-footer .vm-footer-mark.yellow { background: var(--vm-yellow); }

body.vm-modal-open,
body.vm-modal-open html {
  overflow: hidden;
}

@media (max-width: 1100px) {
  body #vm-lp > header { top: var(--vm-admin-offset, 0px); }
}

@media (max-width: 960px) {
  #vm-footer .vm-footer-inner { width: min(100% - 36px, 760px); padding: 1.25rem 0 0.85rem; }
  #vm-footer .vm-footer-grid { grid-template-columns: 1fr; gap: 1.1rem; padding: 0.85rem 0 0.75rem; }
  #vm-footer .vm-footer-links { display: grid; gap: 0.2rem; }
  #vm-footer .vm-footer-bottom { flex-direction: column; align-items: flex-start; padding-top: 0.65rem; }
}

@media (max-width: 900px) {
  body #vm-lp .vm-container { width: min(100% - 36px, 720px); }
  body #vm-lp .vm-cta-mobile-only { display: block; }
  body #vm-lp .vm-nav { padding: .95rem 1.1rem; }
  body #vm-lp button.vm-hamburger { right: calc(1.1rem - 7px); }
  body #vm-lp .vm-hero-sheet { min-height: 800px; }
  body #vm-lp .vm-hero-vline { width: 1.5px; }
  body #vm-lp .vm-hero-vline.top { top: 5%; height: 34%; }
  body #vm-lp .vm-hero-vline.bottom { top: 53.5%; height: 30%; }
  body #vm-lp .vm-hero-epoche { top: 45.5%; font-size: clamp(2.45rem, 12vw, 4rem); letter-spacing: clamp(.09em, .7vw, .13em); }
  body #vm-lp .vm-intro-location { max-width: 38rem; }
  body #vm-lp .vm-story, body #vm-lp .vm-manifesto, body #vm-lp .vm-sociedade-grid, body #vm-lp .vm-feno-grid { grid-template-columns: 1fr; }
  body #vm-lp .vm-story-art, body #vm-lp .vm-red-field { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--vm-black); }
  body #vm-lp .vm-story-content, body #vm-lp .vm-manifesto-content { min-height: auto; padding: 4.5rem 1.4rem; }
  body #vm-lp .vm-sociedade, body #vm-lp .vm-feno { padding: 4.5rem 0; }
  body #vm-lp .vm-sociedade-grid, body #vm-lp .vm-feno-grid { min-height: auto; gap: 3rem; }
  body #vm-lp .vm-theory-card { grid-template-columns: 1fr; }
  body #vm-lp .vm-feno-panel { border-left: 0; padding-left: 0; }
  body #vm-lp .vm-faq-grid { grid-template-columns: 1fr; min-height: auto; gap: 3rem; }
  body #vm-lp .vm-hero-name { --vm-name-center-gap: clamp(1.25rem, 3.8vw, 2.5rem); font-size: clamp(1.35rem, 5.4vw, 2.2rem); line-height: .86; letter-spacing: clamp(.20em, .90vw, .30em); }
  body #vm-lp .vm-intro-copy { width: min(720px, calc(100% - 36px)); padding: 4.75rem 0 6rem; }
  body #vm-lp .vm-intro-copy-inner { width: calc(50% - 1.25rem); }
  body #vm-lp .vm-intro-mote { margin-top: 7rem; }
}

@media (max-width: 900px) and (orientation: portrait) {
  body #vm-lp .vm-hero { min-height: calc(100svh - 72px); }
  body #vm-lp .vm-hero-sheet { height: calc(100svh - 72px); min-height: 500px; max-height: 720px; }
  body #vm-lp .vm-hero-vline.top { top: 5%; height: 33%; }
  body #vm-lp .vm-hero-vline.bottom { top: 54%; height: 29%; }
  body #vm-lp .vm-hero-epoche { top: 46%; }
  body #vm-lp .vm-hero-mantra { top: 65%; }
}

@media (max-width: 782px) {
  body.admin-bar #vm-lp { --vm-admin-offset: 46px; }
  body.admin-bar #vm-lp > header { top: var(--vm-admin-offset); }
}

@media (max-width: 620px) {
  body #vm-lp {
    --vm-header-height: 72px;
    --vm-mobile-axis-offset: .8rem;
  }
  body #vm-lp .vm-drawer { width: min(88vw, 390px); max-width: min(88vw, 390px); padding: 6rem 1.35rem 2.25rem; }
  body #vm-lp .vm-drawer :is(a, button) { font-size: .84rem; line-height: 1.35; padding: .82rem 0; }
  body #vm-lp .vm-hero {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    overflow-x: clip;
  }
  body #vm-lp .vm-hero-sheet {
    width: 100%;
    max-width: 100%;
    height: clamp(450px, calc(100svh - var(--vm-header-height) - var(--vm-admin-offset)), 600px);
    min-height: 450px;
    max-height: 600px;
    overflow-x: clip;
  }
  body #vm-lp .vm-hero-mantra {
    left: calc(50% + .55rem);
    right: .5rem;
    top: auto;
    bottom: 3%;
    width: auto;
    max-width: none;
  }
  body #vm-lp .vm-hero-mantra,
  body #vm-lp .vm-hero-mantra .vm-mote,
  body #vm-lp .vm-hero-mantra .vm-mote span {
    font-size: clamp(.68rem, 3vw, .80rem);
    line-height: 1.5;
    letter-spacing: .08em;
  }
  body #vm-lp .vm-intro-mote,
  body #vm-lp .vm-intro-mote span {
    font-size: clamp(.72rem, 3.25vw, .86rem);
    line-height: 1.7;
    letter-spacing: .11em;
  }
  body #vm-lp .vm-hero-mantra .vm-mote, body #vm-lp .vm-hero-mantra .vm-mote span { display: block; width: 100%; max-width: 100%; white-space: normal; overflow: visible; text-overflow: clip; overflow-wrap: break-word; word-break: normal; }
  body #vm-lp .vm-hero-mantra .vm-mote br { display: none; }
  body #vm-lp .vm-hero-mantra .vm-mote span ~ span { margin-top: .35rem; }

  body #vm-lp .vm-hero-name {
    top: 28px;
    --vm-name-center-gap: clamp(1.2rem, 4vw, 1.6rem);
    font-size: clamp(1.25rem, 6vw, 1.5rem);
    line-height: .88;
    letter-spacing: clamp(.24em, 1.5vw, .32em);
  }
  body #vm-lp .vm-hero-name span:first-child { transform: translateX(.18em); }
  body #vm-lp .vm-hero-name span:last-child { transform: translateX(-.08em); }
  body #vm-lp .vm-hero-vline.top { top: 20px; height: 41%; }
  body #vm-lp .vm-hero-vline.bottom {
    top: 56%;
    bottom: auto;
    height: 41%;
  }
  body #vm-lp .vm-hero-epoche {
    top: 48.5%;
    transform: translate(-50%, -50%);
  }

  body #vm-lp .vm-intro-copy {
    width: calc(100% - 36px);
    min-height: min(620px, calc(100svh - var(--vm-header-height) - var(--vm-admin-offset)));
    padding: 2.5rem 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #vm-lp .vm-intro-copy-inner {
    width: 100%;
    gap: 2rem;
  }
  body #vm-lp .vm-intro-mote {
    width: auto;
    max-width: none;
    margin: 3rem .8rem 0 calc(50% + var(--vm-mobile-axis-offset));
  }
  body #vm-lp .vm-intro-role { font-size: 1em; letter-spacing: .105em; }
  body #vm-lp .vm-intro-locations { font-size: .92em; letter-spacing: .09em; }
}

@media (max-width: 520px) {
  #vm-footer .vm-footer-id {
    font-size: clamp(.43rem, 1.85vw, .50rem);
    letter-spacing: clamp(.14em, .55vw, .24em);
  }
  #vm-footer .vm-footer-id-line { max-width: none; }
  #vm-footer .vm-footer-link {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  body #vm-lp .vm-intro-location-separator { white-space: normal; }
  body #vm-lp .vm-modal { padding: 3.8rem 1.5rem 3rem; }
  body #vm-lp .vm-cta-actions, body #vm-lp .vm-feno-actions { flex-direction: column; align-items: stretch; }
  body #vm-lp .vm-solid-button, body #vm-lp .vm-outline-button { width: 100%; }
}
