/* VODESON About + Why VODESON release, 2026-08-27. */
.gp-about-story-v2 {
  --gp-paper: #f4efe4;
  --gp-paper-bright: #fffaf1;
  --gp-ink: #202820;
  --gp-muted: #62685e;
  --gp-green: #087651;
  --gp-green-dark: #153b2f;
  --gp-line: rgba(32, 40, 32, 0.18);
  --gp-clay: #b9683c;
  overflow: clip;
  background: var(--gp-paper);
  color: var(--gp-ink);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.gp-about-story-v2,
.gp-about-story-v2 * {
  box-sizing: border-box;
}

.gp-about-story-v2 img {
  display: block;
  max-width: 100%;
}

.gp-about-story-v2 a {
  color: inherit;
}

.page-id-70 .main-page-wrapper,
.page-id-70 .site-content {
  background: #f4efe4;
}

.gp-about-story-v2 { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.gp-about-story-v2 h1,
.gp-about-story-v2 h2,
.gp-about-story-v2 h3 { margin-top: 0; text-wrap: balance; }

.gp-about-story-v2 p,
.gp-about-story-v2 figure { margin-top: 0; }

.gp-about-eyebrow {
  margin: 0 0 16px;
  color: var(--gp-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gp-about-journal-hero {
  padding: 0;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  border-bottom: 1px solid var(--gp-line);
}

.gp-about-journal-hero__copy { min-width: 0; padding: clamp(42px, 4vw, 58px) clamp(38px, 4.5vw, 64px) 38px 0; display: flex; flex-direction: column; justify-content: center; }

.gp-about-journal-hero__media { position: relative; min-width: 0; width: 100%; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: #d7d0c1; }

.gp-about-journal-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }

.gp-about-journal-hero__media figcaption,
.gp-about-method-v2__media figcaption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.gp-about-journal-hero h1 {
  margin-bottom: 24px;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(48px, 4.1vw, 58px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.gp-about-journal-hero__lede { max-width: 540px; margin-bottom: 0; color: var(--gp-muted); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.65; }

.gp-about-why { padding: 64px 0 72px; border-top: 1px solid var(--gp-line); }

.gp-about-why__intro { display: grid; grid-template-columns: minmax(480px, 1.05fr) minmax(0, 0.95fr); gap: clamp(48px, 6vw, 88px); align-items: end; }

.gp-about-why h2,
.gp-about-method-v2 h2,
.gp-about-routines h2,
.gp-about-honesty h2,
.gp-about-cta h2 { margin-bottom: 0; font-family: Georgia, Cambria, "Times New Roman", serif; font-size: clamp(42px, 4.8vw, 66px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.02; }

.gp-about-why h2 { max-width: 560px; font-size: clamp(44px, 4.2vw, 58px); }

.gp-about-why__copy p { margin-bottom: 16px; color: var(--gp-muted); font-size: 18px; line-height: 1.7; }

.gp-about-why__copy p:last-child { margin-bottom: 0; }

.gp-about-questions { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }

.gp-about-question { min-height: 300px; padding: 28px clamp(24px, 3vw, 44px) 30px 0; }

.gp-about-question:not(:last-child) { margin-right: clamp(24px, 3vw, 44px); border-right: 1px solid var(--gp-line); }

.gp-about-question > span,
.gp-about-method-step > span,
.gp-about-routines__scenarios span,
.gp-about-honesty__columns span { color: var(--gp-clay); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.gp-about-question h3 { margin: 50px 0 18px; font-family: Georgia, Cambria, serif; font-size: 31px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.08; }

.gp-about-question p { margin-bottom: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.65; }

.gp-about-method-v2 { padding: 48px 0; display: grid; grid-template-areas: "content media"; grid-template-columns: minmax(0, 1.22fr) minmax(420px, 0.78fr); gap: clamp(48px, 6vw, 80px); align-items: start; border-bottom: 1px solid var(--gp-line); }

.gp-about-method-v2__content { grid-area: content; min-width: 0; align-self: center; }

.gp-about-method-v2__media { grid-area: media; position: relative; min-width: 0; width: 100%; height: 100%; aspect-ratio: 5 / 4; margin: 0; overflow: hidden; align-self: stretch; background: #d5cdbc; }

.gp-about-method-v2__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }

.gp-about-method-v2 h2 { font-size: clamp(40px, 3.55vw, 48px); }

.gp-about-method-v2__lead { max-width: 610px; color: var(--gp-muted); font-size: 17px; line-height: 1.6; }

.gp-about-method-v2 h2 + .gp-about-method-v2__lead { margin: 16px 0 20px; }

.gp-about-method-v2__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gp-line); }

.gp-about-method-step { padding: 14px 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; border-bottom: 1px solid var(--gp-line); }

.gp-about-method-step > div { min-width: 0; }

.gp-about-method-step h3 { margin: 0 0 4px; font-family: Georgia, Cambria, serif; font-size: 25px; font-weight: 500; }

.gp-about-method-step p { margin-bottom: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.65; }

.gp-about-routines { width: 100%; margin: 72px 0 0; padding: 64px 36px; background: var(--gp-green-dark); color: var(--gp-paper-bright); }

.gp-about-routines .gp-about-eyebrow { color: #9fd7bd; }

.gp-about-story-v2 .gp-about-routines h2,
.gp-about-story-v2 .gp-about-routines h3 { color: #fffaf1; }

.gp-about-routines__header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); gap: clamp(40px, 8vw, 110px); align-items: end; }

.gp-about-story-v2 .gp-about-routines .gp-about-routines__header > p { margin-bottom: 0; color: rgba(255, 250, 241, 0.7); font-size: 17px; line-height: 1.7; }

.gp-about-routines__media { height: clamp(460px, 48vw, 620px); margin: 42px 0 0; overflow: hidden; }

.gp-about-routines__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.gp-about-routines__scenarios { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.2); }

.gp-about-routines__scenarios article { min-height: 220px; padding: 26px clamp(24px, 3vw, 44px) 22px 0; }

.gp-about-routines__scenarios article:not(:last-child) { margin-right: clamp(24px, 3vw, 44px); border-right: 1px solid rgba(255, 255, 255, 0.2); }

.gp-about-routines__scenarios h3 { margin: 44px 0 14px; font-family: Georgia, Cambria, serif; font-size: 28px; font-weight: 500; }

.gp-about-story-v2 .gp-about-routines .gp-about-routines__scenarios p { margin-bottom: 0; color: rgba(255, 250, 241, 0.76); font-size: 16px; line-height: 1.65; }

.gp-about-honesty { padding: 76px 0; display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); gap: clamp(48px, 9vw, 132px); }

.gp-about-honesty > header > p:last-child { max-width: 520px; margin: 24px 0 0; color: var(--gp-muted); font-size: 17px; line-height: 1.65; }

.gp-about-honesty__columns { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }

.gp-about-honesty__columns > section { padding: 30px clamp(24px, 3vw, 42px) 34px 0; }

.gp-about-honesty__columns > section:first-child { margin-right: clamp(24px, 3vw, 42px); border-right: 1px solid var(--gp-line); }

.gp-about-honesty__columns h3 { margin: 32px 0 20px; font-family: Georgia, Cambria, serif; font-size: 28px; font-weight: 500; line-height: 1.08; }

.gp-about-honesty__columns ul { margin: 0; padding: 0; list-style: none; }

.gp-about-honesty__columns li { position: relative; padding: 14px 0 14px 19px; border-top: 1px solid rgba(32, 40, 32, 0.1); color: var(--gp-muted); font-size: 16px; line-height: 1.65; }

.gp-about-honesty__columns li::before { position: absolute; top: 22px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gp-green); content: ""; }

.gp-about-operations { padding: 46px 0; display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); gap: clamp(44px, 8vw, 110px); align-items: center; border-top: 1px solid var(--gp-line); border-bottom: 1px solid var(--gp-line); }

.gp-about-operations h2 { margin-bottom: 0; font-family: Georgia, Cambria, serif; font-size: clamp(28px, 3vw, 41px); font-weight: 500; letter-spacing: -0.035em; line-height: 1.08; }

.gp-about-operations > p { margin-bottom: 0; color: var(--gp-muted); font-size: 16px; line-height: 1.7; }

.gp-about-operations strong { color: var(--gp-ink); }

.gp-about-cta { margin: 72px 0; padding: clamp(36px, 5vw, 64px); display: block; border: 1px solid var(--gp-line); background: var(--gp-paper-bright); }

.gp-about-cta > div:first-child { max-width: 820px; }

.gp-about-cta h2 { font-size: clamp(44px, 5vw, 68px); }

.gp-about-cta > div:first-child > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--gp-muted); font-size: 16px; line-height: 1.65; }

.gp-about-cta__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }

.gp-about-button { min-width: 220px; min-height: 48px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gp-green); font-size: 15px; font-weight: 850; line-height: 1.2; text-decoration: none; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }

.gp-about-button:hover { transform: translateY(-2px); }

.gp-about-button--primary { background: var(--gp-green); color: #fff; }

.gp-about-button--primary:hover { background: var(--gp-green-dark); }

.gp-about-button--secondary { color: var(--gp-green); }

.gp-about-button--secondary:hover { background: rgba(8, 118, 81, 0.08); }

@media (max-width: 1080px) {
.gp-about-journal-hero { grid-template-columns: minmax(390px, 0.94fr) minmax(0, 1.06fr); }

.gp-about-journal-hero__copy { padding-right: 38px; }

.gp-about-journal-hero h1 { font-size: clamp(46px, 5vw, 56px); }

.gp-about-why__intro,
.gp-about-routines__header { grid-template-columns: 1fr; gap: 34px; }

.gp-about-method-v2 { grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr); gap: 44px; }

.gp-about-honesty { grid-template-columns: 1fr; gap: 46px; }

.gp-about-question h3 { min-height: 3.24em; }
}

@media (max-width: 820px) {
.gp-about-journal-hero { padding-top: 32px; grid-template-columns: 1fr; }

.gp-about-journal-hero__copy { padding: 58px 0 42px; }

.gp-about-journal-hero__media { min-height: 0; aspect-ratio: 3 / 2; }

.gp-about-method-v2 { grid-template-areas: "content" "media"; grid-template-columns: 1fr; }

.gp-about-method-v2__media { width: min(100%, 560px); height: auto; justify-self: center; }

.gp-about-questions,
.gp-about-routines__scenarios { grid-template-columns: 1fr; }

.gp-about-question,
.gp-about-routines__scenarios article { min-height: auto; padding: 28px 0 36px; }

.gp-about-question:not(:last-child),
.gp-about-routines__scenarios article:not(:last-child) { margin-right: 0; border-right: 0; border-bottom: 1px solid var(--gp-line); }

.gp-about-routines__scenarios article:not(:last-child) { border-bottom-color: rgba(255, 255, 255, 0.2); }

.gp-about-question h3,
.gp-about-routines__scenarios h3 { margin-top: 30px; }

.gp-about-question h3 { min-height: 0; }

.gp-about-operations { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 760px) {
.gp-about-story-v2 { width: min(100% - 32px, 1280px); }

.gp-about-journal-hero { padding-top: 18px; }

.gp-about-journal-hero__copy { padding: 44px 0 34px; }

.gp-about-journal-hero__media { aspect-ratio: 4 / 3; }

.gp-about-journal-hero__media img { object-position: 61% center; }

.gp-about-journal-hero__media figcaption { right: 12px; bottom: 12px; left: 12px; font-size: 8px; text-align: center; }

.gp-about-journal-hero h1 { font-size: clamp(43px, 13vw, 56px); }

.gp-about-journal-hero__lede { font-size: 16px; }

.gp-about-why { padding: 56px 0 64px; }

.gp-about-why h2,
.gp-about-method-v2 h2,
.gp-about-routines h2,
.gp-about-honesty h2,
.gp-about-cta h2 { font-size: clamp(38px, 11vw, 49px); }

.gp-about-why__copy p,
.gp-about-method-v2__lead { font-size: 16px; }

.gp-about-questions { margin-top: 38px; }

.gp-about-question h3 { font-size: 29px; }

.gp-about-method-v2 { padding: 64px 0; gap: 46px; }

.gp-about-method-v2__media { aspect-ratio: 4 / 5; }

.gp-about-method-v2__media figcaption { right: 14px; bottom: 14px; left: 14px; }

.gp-about-method-step { grid-template-columns: 42px 1fr; gap: 10px; }

.gp-about-method-step h3 { font-size: 23px; }

.gp-about-routines { width: 100%; margin: 56px 0 0; padding: 56px 24px; }

.gp-about-routines__media { height: 360px; margin-top: 36px; }

.gp-about-routines__media img { object-position: 58% center; }

.gp-about-routines__scenarios h3 { font-size: 27px; }

.gp-about-honesty { padding: 60px 0; }

.gp-about-honesty__columns { grid-template-columns: 1fr; }

.gp-about-honesty__columns > section { padding: 28px 0 34px; }

.gp-about-honesty__columns > section:first-child { margin-right: 0; border-right: 0; border-bottom: 1px solid var(--gp-line); }

.gp-about-honesty__columns h3 { margin-top: 28px; }

.gp-about-operations { padding: 36px 0; }

.gp-about-cta { margin: 60px 0; padding: 30px 22px; }

.gp-about-cta__actions { flex-direction: column; }

.gp-about-button { width: 100%; }
}

/* Approved desktop homepage decision block. */
.gptu-brand-story {
  width: 100vw;
  margin: 42px 0 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: clamp(640px, 46vw, 720px);
  overflow: hidden;
  border-top: 1px solid rgba(61, 56, 47, 0.12);
  border-bottom: 1px solid rgba(61, 56, 47, 0.12);
  background: #f4eee4;
}

.gptu-brand-story__visual {
  min-height: 100%;
  overflow: hidden;
  background: #dcd6ca;
}

.gptu-brand-story__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gptu-brand-story__content {
  padding: clamp(48px, 5vw, 72px) clamp(42px, 5.2vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gptu-brand-story__content h2 {
  max-width: 650px;
  margin: 10px 0 20px;
  color: var(--gptu-text);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.gptu-brand-story__lead {
  max-width: 640px;
  margin: 0;
  color: var(--gptu-muted);
  font-size: 16px;
  line-height: 1.62;
}

.gptu-brand-story__outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.gptu-brand-story__outcome {
  min-width: 0;
  padding: 17px 16px 16px;
  border: 1px solid var(--gptu-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.38);
}

.gptu-brand-story__outcome span {
  display: block;
  margin-bottom: 12px;
  color: var(--gptu-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gptu-brand-story__outcome strong,
.gptu-brand-story__outcome small {
  display: block;
}

.gptu-brand-story__outcome strong {
  color: var(--gptu-text);
  font-size: 15px;
  line-height: 1.28;
}

.gptu-brand-story__outcome small {
  margin-top: 8px;
  color: var(--gptu-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}

.gptu-brand-story__actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.gptu-brand-story__actions .gptu-button--primary {
  color: #fff !important;
}

.gptu-brand-story__guide-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--gptu-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 1024px) {
.gptu-brand-story {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  }

.gptu-brand-story__content {
    padding: 44px 36px;
  }

.gptu-brand-story__outcomes {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--gptu-line);
  }

.gptu-brand-story__outcome {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--gptu-line);
    border-radius: 0;
    background: transparent;
  }

.gptu-brand-story__outcome span {
    grid-row: 1 / 3;
    margin: 2px 0 0;
  }

.gptu-brand-story__outcome small {
    margin-top: 4px;
  }
}

/* Approved isolated mobile homepage block. */
@media (max-width: 767px) {
.gpm-brand-story {
		padding: 28px 16px 30px;
		background: var(--gpm-cream);
	}

.gpm-brand-story__frame {
		overflow: hidden;
		border: 1px solid var(--gpm-line);
		border-radius: 28px;
		background: var(--gpm-card);
		box-shadow: 0 16px 44px rgba(43, 37, 27, 0.12);
	}

.gpm-brand-story__media {
		aspect-ratio: 4 / 3;
		overflow: hidden;
		background: #dcd6ca;
	}

.gpm-brand-story__media img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: 42% center;
	}

.gpm-brand-story__content {
		padding: 24px 20px 22px;
	}

.gpm-brand-story__content .gpm-eyebrow {
		margin: 0;
		color: var(--gpm-green);
	}

.gpm-brand-story__content h2 {
		margin: 9px 0 14px;
		font-family: Georgia, Cambria, "Times New Roman", serif;
		font-size: clamp(32px, 9vw, 36px);
		font-weight: 500;
		line-height: 0.98;
		letter-spacing: -0.042em;
	}

.gpm-brand-story__lead {
		margin: 0;
		color: var(--gpm-muted);
		font-size: 14px;
		font-weight: 600;
		line-height: 1.55;
	}

.gpm-brand-story__outcomes {
		margin: 20px 0 0;
		padding: 0;
		border-top: 1px solid var(--gpm-line);
		list-style: none;
	}

.gpm-brand-story__outcome {
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
		align-items: center;
		min-height: 48px;
		border-bottom: 1px solid var(--gpm-line);
	}

.gpm-brand-story__outcome span {
		color: var(--gpm-green);
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 0.08em;
	}

.gpm-brand-story__outcome strong {
		font-size: 13px;
		font-weight: 900;
		line-height: 1.25;
	}

.gpm-brand-story__cta {
		width: 100%;
		min-height: 48px;
		margin-top: 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		background: var(--gpm-green);
		color: #fff !important;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}
}

@media (prefers-reduced-motion: reduce) {
  .gp-about-story-v2 *,
  .gp-about-story-v2 *::before,
  .gp-about-story-v2 *::after,
  .gptu-brand-story *,
  .gpm-brand-story * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
