.pvi-page {
  --pvi-forest: #1f563f;
  --pvi-forest-dark: #153b2d;
  --pvi-ink: #272522;
  --pvi-cream: #f5f0e5;
  --pvi-paper: #fffdf8;
  --pvi-clay: #b86f60;
  --pvi-line: rgba(39, 37, 34, .2);
  background: var(--pvi-paper);
  color: var(--pvi-ink);
  overflow: hidden;
}

.pvi-page *,
.pvi-page *::before,
.pvi-page *::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

.pvi-page h1,
.pvi-page h2,
.pvi-page h3,
.pvi-page p { margin-top: 0; }

.pvi-page h1,
.pvi-page h2 {
  font-family: "Bugaki", Georgia, serif;
  font-weight: 400;
}

.pvi-page p,
.pvi-page li,
.pvi-page a,
.pvi-page h3 {
  font-family: "Montserrat", Arial, sans-serif;
}

.pvi-wrap { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }

.pvi-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 47% 53%;
  background: var(--pvi-forest);
}

.pvi-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 96px max(48px, 8vw);
  color: #fff;
}

.pvi-eyebrow {
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1.4;
}

.pvi-eyebrow::after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 1px;
  margin: 0 0 4px 20px;
  background: currentColor;
  opacity: .6;
}

.pvi-hero h1 {
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(58px, 6.5vw, 104px);
  line-height: .92;
  letter-spacing: -.035em;
}

.pvi-hero__subtitle {
  max-width: 540px;
  margin-bottom: 38px;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.pvi-hero__visual { min-height: 720px; }
.pvi-hero__visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pvi-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.pvi-button--light { color: #fff; }
.pvi-button--light:hover { background: #fff; color: var(--pvi-forest-dark); }
.pvi-button--dark { color: var(--pvi-forest-dark); }
.pvi-button--dark:hover { background: var(--pvi-forest-dark); color: #fff; }

body.postid-195 .pvi-page a.pvi-button--light,
body.postid-195 .pvi-page a.pvi-button--light:visited {
  border-color: #fff !important;
  color: #fff !important;
}

body.postid-195 .pvi-page a.pvi-button--light:hover,
body.postid-195 .pvi-page a.pvi-button--light:focus {
  background: #fff !important;
  color: var(--pvi-forest-dark) !important;
}

body.postid-195 .pvh-hamburger,
body.postid-195 .pvh-hamburger:hover,
body.postid-195 .pvh-hamburger:focus,
body.postid-195 .pvh-hamburger:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.postid-195 .pvh-close-btn,
body.postid-195 .pvh-close-btn:hover,
body.postid-195 .pvh-close-btn:focus,
body.postid-195 .pvh-close-btn:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.pvi-intro { padding: 112px 0; background: var(--pvi-cream); }
.pvi-intro__grid { display: grid; grid-template-columns: 120px 1fr; gap: 48px; align-items: start; }
.pvi-section-number { padding-top: 14px; border-top: 1px solid var(--pvi-ink); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.pvi-intro__lead { max-width: 940px; margin-bottom: 0; font-family: "Bugaki", Georgia, serif !important; font-size: clamp(30px, 3.5vw, 50px); line-height: 1.28; }

.pvi-details { padding: 120px 0; }
.pvi-heading-row { display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: end; margin-bottom: 72px; }
.pvi-eyebrow--dark { color: var(--pvi-clay); }
.pvi-heading-row h2,
.pvi-learning h2,
.pvi-register h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); line-height: 1; }
.pvi-mockup { width: 100%; height: 240px; object-fit: contain; display: block; }

.pvi-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--pvi-line); border-left: 1px solid var(--pvi-line); }
.pvi-fact { min-height: 270px; padding: 38px; border-right: 1px solid var(--pvi-line); border-bottom: 1px solid var(--pvi-line); }
.pvi-fact--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr 2fr; gap: 30px; min-height: auto; }
.pvi-fact__index { color: var(--pvi-clay); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.pvi-fact h3 { margin-bottom: 28px; font-size: 25px; }
.pvi-fact ul { margin: 0; padding-left: 20px; }
.pvi-fact li { margin-bottom: 10px; font-size: 16px; line-height: 1.75; }

.pvi-learning { padding: 120px 0; background: var(--pvi-forest-dark); color: #fff; }
.pvi-learning__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.pvi-learning h2 { color: #fff; max-width: 480px; }
.pvi-learning__content ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.3); }
.pvi-learning__content li { position: relative; padding: 22px 20px 22px 48px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 16px; line-height: 1.7; }
.pvi-learning__content li::before { content: "+"; position: absolute; left: 8px; top: 22px; color: #d9a093; font-size: 20px; }

.pvi-register { padding: 118px 0; background: #d9a093; }
.pvi-register__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.pvi-register p { max-width: 610px; margin-bottom: 34px; font-size: 17px; line-height: 1.8; }

@media (max-width: 900px) {
  .pvi-wrap { width: min(100% - 48px, 760px); }
  .pvi-hero { grid-template-columns: 1fr; }
  .pvi-hero__content { min-height: 620px; padding: 84px 48px; }
  .pvi-hero__visual { min-height: 540px; }
  .pvi-heading-row { grid-template-columns: 1fr 260px; gap: 32px; }
  .pvi-learning__grid, .pvi-register__grid { grid-template-columns: 1fr; gap: 58px; }
}

@media (max-width: 620px) {
  .pvi-wrap { width: calc(100% - 40px); }
  .pvi-hero__content { min-height: 560px; padding: 72px 24px 64px; }
  .pvi-hero__visual { min-height: auto; aspect-ratio: 1 / 1; }
  .pvi-hero h1 { font-size: clamp(52px, 17vw, 74px); }
  .pvi-hero__subtitle br { display: none; }
  .pvi-intro, .pvi-details, .pvi-learning, .pvi-register { padding: 78px 0; }
  .pvi-intro__grid { grid-template-columns: 1fr; gap: 32px; }
  .pvi-section-number { width: 72px; }
  .pvi-heading-row { grid-template-columns: 1fr; margin-bottom: 48px; }
  .pvi-mockup { height: 180px; }
  .pvi-facts { grid-template-columns: 1fr; }
  .pvi-fact--wide { grid-column: auto; display: block; }
  .pvi-fact { min-height: auto; padding: 30px 24px; }
  .pvi-fact--wide .pvi-fact__index { margin-bottom: 18px; }
  .pvi-heading-row h2, .pvi-learning h2, .pvi-register h2 { font-size: 48px; }
}
