/* Website Systems is a scoped editorial surface. Shared site chrome is unchanged. */
.wf-page {
  --wf-paper: #f5f1e8;
  --wf-ink: #252a23;
  --wf-muted: #5f6259;
  --wf-bronze: #846337;
  --wf-gold: #d9bb84;
  --wf-sage: #e0e3d7;
  --wf-rule: #cecfc2;
  --wf-serif: "Cormorant Garamond Variable", Georgia, serif;
  --wf-sans: "DM Sans Variable", sans-serif;
  color: var(--wf-ink);
  background: var(--wf-paper);
  font-family: var(--wf-sans);
  font-size: 16px;
  line-height: 1.75;
  padding-top: 108px;
  overflow: clip;
  color-scheme: light;
  scrollbar-color: var(--wf-bronze) var(--wf-paper);
}
.wf-page *,
.wf-page *::before,
.wf-page *::after {
  box-sizing: border-box;
}
.wf-page ::selection {
  color: var(--wf-paper);
  background: var(--wf-bronze);
}
.wf-page :focus-visible {
  outline: 2px solid var(--wf-bronze);
  outline-offset: 5px;
}
.wf-page [id] {
  scroll-margin-top: 130px;
}
.wf-page h1,
.wf-page h2,
.wf-page h3,
.wf-page p,
.wf-page figure,
.wf-page blockquote {
  margin: 0;
}
.wf-page h1,
.wf-page h2,
.wf-page h3 {
  font-family: var(--wf-serif);
  color: inherit;
  font-weight: 500;
  text-wrap: balance;
}
.wf-page h1 {
  font-size: clamp(3.6rem, 5.55vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}
.wf-page h2 {
  font-size: clamp(2.7rem, 4.3vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}
.wf-page h3 {
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.wf-page em {
  font-weight: inherit;
  color: var(--wf-bronze);
}
.wf-page p {
  max-width: 70ch;
}
.wf-page p + p {
  margin-top: 20px;
}
.wf-page a {
  color: inherit;
  text-underline-offset: 5px;
}
.wf-page p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.wf-page p a:hover {
  color: var(--wf-bronze);
}
.wf-wrap {
  width: min(100%, 1584px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4.4vw, 80px);
}
.wf-section {
  padding-block: 104px;
}
.wf-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.wf-caption,
.wf-page figcaption {
  font-size: 12px;
  line-height: 1.65;
  color: var(--wf-muted);
}
.wf-page button,
.wf-page summary,
.wf-page a {
  -webkit-tap-highlight-color: transparent;
}
.wf-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 23px;
  background: var(--wf-ink);
  color: var(--wf-paper) !important;
  border: 1px solid var(--wf-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.wf-button:hover {
  background: #454c3e;
  border-color: #454c3e;
}
.wf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.wf-text-link svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.wf-text-link:hover svg {
  transform: translateX(4px);
}
.wf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 28px;
  align-items: center;
  margin-top: 30px;
}
.wf-hero {
  padding-top: 48px;
}
.wf-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 52px;
  min-height: 628px;
}
.wf-hero-copy {
  padding-block: 15px 45px;
}
.wf-hero-lead {
  margin-top: 26px !important;
  max-width: 47ch !important;
  font-size: 16px;
  color: var(--wf-muted);
}
.wf-hero-investment {
  margin-top: 29px !important;
  font-size: 13px;
}
.wf-hero-investment strong {
  display: block;
  font-weight: 600;
}
.wf-hero-investment span {
  display: block;
  margin-top: 3px;
  color: var(--wf-muted);
  font-size: 11px;
}
.wf-hero-art {
  position: relative;
  padding-right: 28px;
  padding-bottom: 55px;
}
.wf-hero-art > .wf-concept {
  box-shadow: 0 24px 48px #292d2026;
}
.wf-hero-phone {
  position: absolute;
  width: 24%;
  max-width: 178px;
  right: -14px;
  bottom: 7px;
}
.wf-hero-art > figcaption {
  margin-top: 15px;
  max-width: 70%;
  font-size: 10px;
}
.wf-principles {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--wf-rule);
  padding-block: 22px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.wf-principles span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wf-principles span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wf-bronze);
}
.wf-page-nav {
  border-block: 1px solid var(--wf-rule);
}
.wf-page-nav > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  overflow: auto;
  scrollbar-width: thin;
}
.wf-page-nav a {
  white-space: nowrap;
  font-size: 12px;
  min-height: 60px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.wf-page-nav a:hover {
  color: var(--wf-bronze);
}
.wf-editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
}
.wf-editorial-split > div {
  padding-top: 4px;
}
.wf-intro {
  background: #eeede3;
}
.wf-section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 52px;
}
.wf-section-heading > p,
.wf-section-heading > div > p {
  color: var(--wf-muted);
}
.wf-section-heading .wf-caption {
  margin-top: 20px;
}
.wf-gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}
.wf-gallery > figure:nth-child(2) {
  margin-top: 105px;
}
.wf-gallery figcaption {
  margin-top: 22px;
  font-size: 14px;
}
.wf-gallery figcaption > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: baseline;
}
.wf-gallery figcaption strong {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--wf-ink);
}
.wf-gallery figcaption span {
  font-size: 11px;
}
.wf-gallery figcaption p {
  margin-top: 12px;
}
.wf-design-note {
  max-width: 90ch !important;
  margin: 52px auto 0 !important;
  text-align: center;
  color: var(--wf-muted);
  font-size: 13px;
}
/* Real HTML design studies, including a separate narrow-screen composition. */
.wf-concept {
  container-type: inline-size;
  overflow: hidden;
  background: #ecece3;
  color: #252a23;
  line-height: 1.3;
}
.wf-browser-bar {
  display: flex;
  gap: 4px;
  padding: 9px 12px;
  align-items: center;
  background: #e8e8df;
}
.wf-browser-bar > span:not(.wf-browser-label) {
  width: 4px;
  height: 4px;
  background: #a7aa9d;
  border-radius: 50%;
}
.wf-browser-label {
  margin-inline: auto;
  padding-right: 30px;
  font-size: 7px;
  color: #606556;
}
.wf-concept-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5cqw 5cqw;
}
.wf-concept-brand {
  font-family: var(--wf-serif);
  font-size: 4.8cqw;
  letter-spacing: 0.06em;
  line-height: 1;
}
.wf-concept-brand > span {
  display: block;
  font: 1.4cqw/1.7 var(--wf-sans);
  letter-spacing: 0.1em;
  margin-top: 0.6cqw;
}
.wf-concept-links {
  display: flex;
  gap: 3cqw;
  font-size: 1.45cqw;
  align-items: center;
}
.wf-concept-menu {
  display: none;
}
.wf-concept-scene {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 56cqw;
  overflow: hidden;
}
.wf-concept-scene > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 2;
  grid-row: 1;
}
.wf-concept-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 6cqw 5cqw;
}
.wf-concept-kicker {
  font: 1.5cqw var(--wf-sans);
  letter-spacing: 0.1em;
}
.wf-concept-title {
  font-family: var(--wf-serif);
  font-size: 7cqw;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-top: 0;
}
.wf-concept-copy > p {
  font-size: 1.7cqw;
  line-height: 1.6;
  margin-top: 3cqw;
}
.wf-concept-action {
  display: inline-flex;
  align-items: center;
  gap: 3cqw;
  font-size: 1.45cqw;
  line-height: 1.5;
  margin-top: 4cqw;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1cqw;
}
.wf-concept-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 4cqw 5cqw;
  gap: 3cqw;
}
.wf-concept-paths > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2cqw;
  border-top: 1px solid #89907b66;
  padding-top: 2cqw;
}
.wf-concept-paths strong {
  font-size: 2cqw;
  font-family: var(--wf-serif);
  font-weight: 500;
}
.wf-concept-paths > div > span:first-child {
  grid-column: 1 / -1;
  font-size: 1.15cqw;
}
.wf-concept-paths > div > span:last-child {
  font-size: 2cqw;
}
.wf-concept-focus {
  display: flex;
  justify-content: space-between;
  gap: 2cqw;
  padding: 3.5cqw 5cqw;
  font-size: 1.45cqw;
}
.wf-concept--form {
  background: #eeede5;
}
.wf-concept--form .wf-concept-scene {
  display: block;
  min-height: 68cqw;
}
.wf-concept--form .wf-concept-scene > img {
  position: absolute;
  inset: 0;
}
.wf-concept--form .wf-concept-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 10%,
    #0f1b1680 65%,
    #0f1b16bd
  );
}
.wf-concept--form .wf-concept-copy {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fffdf5;
  max-width: 78%;
  padding: 6cqw;
}
.wf-concept--form .wf-concept-title {
  font-size: 8.5cqw;
}
.wf-concept--alder {
  background: #e0e3d4;
}
.wf-concept--alder .wf-concept-copy {
  padding-right: 4cqw;
}
.wf-concept--still {
  background: #ece1d6;
  color: #593d2b;
}
.wf-concept--still .wf-concept-scene {
  grid-template-columns: 1fr;
  min-height: 85cqw;
}
.wf-concept--still .wf-concept-scene > img {
  grid-column: 1;
  height: 85cqw;
  opacity: 0.78;
}
.wf-concept--still .wf-concept-copy {
  align-self: end;
  z-index: 1;
  width: 80%;
  background: #ece1d6ed;
  margin: 4cqw;
  padding: 5cqw;
}
.wf-concept--still .wf-concept-kicker {
  display: none;
}
.wf-concept--still .wf-concept-title {
  margin-top: 0;
}
.wf-concept--northline {
  background: #e9e9dc;
}
.wf-concept--northline .wf-concept-title {
  font-size: 5.4cqw;
}
.wf-concept--northline .wf-concept-scene {
  min-height: 50cqw;
}
.wf-concept-editorial {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5cqw;
  border-top: 1px solid #89907b66;
  padding: 4cqw 5cqw;
}
.wf-concept-editorial span {
  display: block;
  font-size: 1.2cqw;
  margin-bottom: 2cqw;
}
.wf-concept-editorial strong {
  font-family: var(--wf-serif);
  font-size: 4cqw;
  font-weight: 500;
}
.wf-concept-editorial p {
  font-size: 2cqw;
}
.wf-concept--phone {
  border: 5px solid #292d26;
  border-radius: 27px;
  box-shadow: 0 18px 35px #282c222e;
}
.wf-concept--phone .wf-browser-bar {
  display: none;
}
.wf-concept--phone .wf-concept-nav {
  padding: 7cqw;
  min-height: 23cqw;
}
.wf-concept--phone .wf-concept-brand {
  font-size: 10cqw;
}
.wf-concept--phone .wf-concept-brand > span {
  font-size: 3.3cqw;
}
.wf-concept--phone .wf-concept-links > span:not(.wf-concept-menu) {
  display: none;
}
.wf-concept--phone .wf-concept-menu {
  display: block;
  width: 8cqw;
  height: 8cqw;
}
.wf-concept--phone .wf-concept-scene {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.wf-concept--phone .wf-concept-scene > img {
  height: 75cqw;
  position: static;
}
.wf-concept--phone .wf-concept-copy {
  position: static;
  padding: 9cqw 7cqw;
  width: auto;
  max-width: none;
  margin: 0;
}
.wf-concept--phone .wf-concept-kicker {
  font-size: 3cqw;
}
.wf-concept--phone .wf-concept-title {
  font-size: 14cqw;
  margin-top: 3cqw;
}
.wf-concept--phone .wf-concept-copy > p {
  font-size: 3.6cqw;
  margin-top: 5cqw;
}
.wf-concept--phone .wf-concept-action {
  font-size: 3.5cqw;
  margin-top: 6cqw;
  padding-bottom: 3cqw;
}
.wf-concept--phone.wf-concept--form .wf-concept-scene {
  min-height: 156cqw;
}
.wf-concept--phone.wf-concept--form .wf-concept-scene > img {
  position: absolute;
  height: 100%;
}
.wf-concept--phone.wf-concept--form .wf-concept-copy {
  margin-top: auto;
}
.wf-concept--phone .wf-concept-focus {
  font-size: 3cqw;
  padding: 7cqw;
}
.wf-concept--phone .wf-concept-paths {
  display: block;
  padding: 0 7cqw 7cqw;
}
.wf-concept--phone .wf-concept-paths > div {
  padding-top: 4cqw;
  margin-top: 4cqw;
}
.wf-concept--phone .wf-concept-paths > div > span:first-child {
  display: none;
}
.wf-concept--phone .wf-concept-paths strong {
  font-size: 6cqw;
}
.wf-concept--phone .wf-concept-paths > div > span:last-child {
  font-size: 5cqw;
}
/* Existing selector state and keyboard behavior power this presentation. */
.wf-tier-section {
  background: #252c25;
  color: #f4f0e6;
  padding-block: 100px 65px;
}
.wf-tier-section :focus-visible,
.wf-final :focus-visible {
  outline-color: var(--wf-gold);
}
.wf-tier-section .wf-section-heading h2 {
  font-size: clamp(2.8rem, 4.2vw, 4.5rem);
  max-width: 18ch;
}
.wf-tier-section .wf-section-heading p {
  color: #c8cbbb;
}
.wf-preview-instructions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 12px;
  color: #c8cbbb;
}
.wf-preview-instructions button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  color: #f4f0e6;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.wf-tier-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #5e6656;
}
.wf-tier-tabs button {
  position: relative;
  text-align: left;
  padding: 24px 28px;
  color: #f4f0e6;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 15px;
  min-height: 105px;
}
.wf-tier-tabs button + button {
  border-left: 1px solid #5e6656;
}
.wf-tier-tabs button[aria-selected="true"] {
  background: var(--wf-gold);
  color: #252c25;
}
.wf-tier-tabs button:hover:not([aria-selected="true"]) {
  background: #364031;
}
.wf-tier-tabs strong {
  font-family: var(--wf-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.wf-tier-number {
  font-size: 10px;
  align-self: center;
}
.wf-tier-price {
  grid-column: 2;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.wf-preview-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #866234;
  transform-origin: left;
  animation: wf-preview 3.5s linear;
}
@keyframes wf-preview {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.wf-tier-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 45px 65px;
  padding-block: 50px 38px;
}
.wf-tier-panel[hidden] {
  display: none;
}
.wf-tier-copy h3 {
  font-size: clamp(2.5rem, 3.5vw, 3.6rem);
  line-height: 1.04;
  max-width: 16ch;
  margin-bottom: 24px;
}
.wf-tier-copy > p {
  color: #d2d4c6;
  font-size: 15px;
}
.wf-tier-copy ul {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.wf-tier-copy li {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.65;
  padding-block: 10px;
  border-bottom: 1px solid #49513f;
}
.wf-tier-copy li svg {
  color: var(--wf-gold);
  flex-shrink: 0;
  margin-top: 3px;
}
.wf-tier-copy .wf-text-link {
  color: var(--wf-gold);
}
.wf-tier-study {
  align-self: start;
}
.wf-tier-study .wf-concept {
  max-width: 100%;
}
.wf-tier-study .wf-caption {
  color: #c8cbbb;
  font-size: 11px;
  margin-top: 17px;
}
.wf-structure {
  display: flex;
  gap: 0;
  margin-top: 19px;
}
.wf-structure span {
  flex: 1;
  padding: 0 14px;
  border-left: 1px solid #606a56;
  font-size: 11px;
  line-height: 1.7;
}
.wf-structure span:first-child {
  padding-left: 0;
  border: 0;
}
.wf-tier-difference {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr;
  gap: 35px;
  border-top: 1px solid #5e6656;
  padding-top: 30px;
  align-items: start;
}
.wf-tier-difference > .wf-label {
  color: var(--wf-gold);
  padding-top: 3px;
}
.wf-tier-difference p {
  color: #d2d4c6;
  font-size: 13px;
  line-height: 1.8;
}
.wf-tier-difference > div .wf-label {
  color: var(--wf-gold);
  display: block;
  margin-bottom: 10px;
}
.wf-tier-footnote {
  border-top: 1px solid #5e6656;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.wf-tier-footnote p {
  font-size: 12px;
  max-width: 75ch;
  color: #c8cbbb;
}
.wf-tier-footnote a {
  color: var(--wf-gold);
  flex-shrink: 0;
}
.wf-mobile {
  background: #e9e8de;
}
.wf-mobile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10%;
}
.wf-mobile h2 {
  margin-bottom: 28px;
}
.wf-mobile-grid > div > p {
  font-size: 15px;
}
.wf-check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.wf-check-list li {
  display: flex;
  gap: 12px;
  font-size: 13px;
  margin-top: 13px;
  align-items: start;
}
.wf-check-list svg {
  margin-top: 3px;
  flex-shrink: 0;
  color: var(--wf-bronze);
}
.wf-phone-pair > div {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 25px;
}
.wf-phone-pair .wf-concept {
  width: 44%;
  max-width: 228px;
}
.wf-phone-pair .wf-concept:nth-child(2) {
  margin-top: 70px;
}
.wf-phone-pair figcaption {
  margin-top: 28px;
  text-align: center;
  font-size: 11px;
}
.wf-chapter {
  padding-block: 85px;
}
.wf-chapter + .wf-chapter {
  border-top: 1px solid var(--wf-rule);
}
.wf-chapter-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 10%;
}
.wf-chapter:nth-child(even) .wf-chapter-visual {
  order: 2;
}
.wf-chapter:nth-child(even) .wf-chapter-grid {
  grid-template-columns: 1.1fr 0.9fr;
}
.wf-chapter-copy h2 {
  font-size: clamp(2.35rem, 3.3vw, 3.6rem);
  margin-bottom: 23px;
}
.wf-chapter-copy > p {
  font-size: 15px;
  color: var(--wf-muted);
}
.wf-chapter-details {
  margin-top: 30px;
}
.wf-page details {
  border-top: 1px solid var(--wf-rule);
}
.wf-page summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.wf-page summary::-webkit-details-marker {
  display: none;
}
.wf-page summary svg {
  flex-shrink: 0;
  color: var(--wf-bronze);
  transition: transform 0.2s;
}
.wf-page details[open] summary svg {
  transform: rotate(45deg);
}
.wf-page details > p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: var(--wf-muted);
}
.wf-page details > p:last-child {
  padding-bottom: 12px;
}
.wf-page summary:hover {
  color: var(--wf-bronze);
}
.wf-chapter-visual {
  margin-top: 10px;
  min-width: 0;
}
.wf-decision-study {
  padding: 45px;
  background: #e3e4d7;
}
.wf-decision-study > span,
.wf-search-study > span,
.wf-growth-study > span:first-child {
  display: block;
  font-size: 11px;
}
.wf-decision-study blockquote {
  font-family: var(--wf-serif);
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: 1;
  margin-block: 45px;
  max-width: 11ch;
}
.wf-decision-study ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wf-decision-study li {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid #a8b09b;
  padding-block: 17px;
  font-size: 12px;
}
.wf-decision-study li span {
  font-size: 10px;
}
.wf-decision-study li svg {
  margin-left: auto;
}
.wf-type-study {
  padding: 35px 40px 40px;
  background: #936246;
  color: #fff8eb;
}
.wf-type-study > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}
.wf-type-study > div:first-child span:first-child {
  font-family: var(--wf-serif);
  font-size: clamp(6rem, 11vw, 11rem);
  line-height: 1.3;
}
.wf-type-study > div:first-child span:last-child {
  font-family: var(--wf-sans);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 400;
}
.wf-type-study > p {
  font-size: 19px;
  line-height: 1.5;
  margin-block: 20px 45px;
}
.wf-swatches {
  display: flex;
  height: 47px;
}
.wf-swatches span {
  flex: 1;
}
.wf-swatches span:nth-child(1) {
  background: #eee7d8;
}
.wf-swatches span:nth-child(2) {
  background: #d3d6c3;
}
.wf-swatches span:nth-child(3) {
  background: #555f43;
}
.wf-swatches span:nth-child(4) {
  background: #292e25;
}
.wf-search-study {
  background: #293127;
  color: #f2efdf;
  padding: 45px;
}
.wf-search-study h3 {
  font-size: 42px;
  margin-block: 0 32px;
}
.wf-search-study > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #667259;
}
.wf-search-study > div span {
  font-size: 12px;
  padding-block: 15px;
  border-bottom: 1px solid #667259;
}
.wf-search-study > p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-size: 12px;
  color: #dfc594;
}
.wf-search-study small {
  display: block;
  margin-top: 25px;
  font-size: 10px;
  line-height: 1.7;
  color: #c8cbbb;
}
.wf-growth-study {
  background: #e3e5da;
  padding: 42px;
  position: relative;
}
.wf-growth-study > div {
  border-bottom: 1px solid #a5ad96;
  margin-top: 25px;
  padding-bottom: 18px;
}
.wf-growth-study > div span {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  color: var(--wf-muted);
}
.wf-growth-study > div strong {
  font-size: 18px;
  font-weight: 400;
}
.wf-growth-study > p {
  font-family: var(--wf-serif);
  font-size: 38px;
  line-height: 1.15;
  margin-top: 43px;
}
.wf-growth-arrow {
  display: flex;
  width: 55px;
  height: 55px;
  background: var(--wf-ink);
  color: var(--wf-paper);
  align-items: center;
  justify-content: center;
  margin: 28px 0 0 auto;
}
.wf-system {
  background: #e9e8de;
}
.wf-system-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10%;
  align-items: center;
}
.wf-system h2 {
  margin-bottom: 28px;
}
.wf-system-grid > div > p {
  font-size: 15px;
}
.wf-system-map {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 32px;
  align-items: center;
  padding: 35px 0;
}
.wf-system-center {
  padding-right: 15px;
}
.wf-system-monogram {
  font-family: var(--wf-serif);
  font-size: 82px;
  line-height: 1;
  color: var(--wf-bronze);
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #a9b29b;
  margin-bottom: 22px;
}
.wf-system-center h3 {
  font-size: 29px;
}
.wf-system-center p {
  font-size: 12px;
  margin-top: 10px;
  color: var(--wf-muted);
}
.wf-system-map ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
  border-left: 1px solid #a9b29b;
}
.wf-system-map li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 15px;
}
.wf-system-map li svg {
  color: var(--wf-bronze);
  flex-shrink: 0;
}
.wf-system-map li strong,
.wf-system-map li span {
  display: block;
}
.wf-system-map li strong {
  font-size: 14px;
  font-weight: 500;
}
.wf-system-map li span {
  font-size: 11px;
  color: var(--wf-muted);
}
.wf-system-map > .wf-caption {
  grid-column: 1 / -1;
  font-size: 11px;
  margin-top: 0;
}
.wf-connected-journey > section {
  background: #eeede3 !important;
  border-radius: 0 !important;
  padding-block: 72px !important;
}
.wf-connected-journey h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.wf-connected-journey [role="tablist"] {
  border-radius: 0 !important;
}
.wf-connected-journey [role="tab"] {
  border-radius: 0 !important;
}
.wf-connected-journey article {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.wf-connection-note {
  padding-block: 70px;
  border-bottom: 1px solid var(--wf-rule);
}
.wf-connection-note h2 {
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
}
.wf-connection-note p {
  font-size: 14px;
}
.wf-table-help {
  font-size: 12px;
  color: var(--wf-muted);
  margin-bottom: 17px !important;
}
.wf-table-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
}
.wf-comparison table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  font-size: 13px;
  line-height: 1.7;
}
.wf-comparison th,
.wf-comparison td {
  padding: 23px 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--wf-rule);
  width: 27%;
}
.wf-comparison th:first-child {
  width: 19%;
  padding-left: 0;
}
.wf-comparison tbody th {
  font-weight: 500;
}
.wf-comparison thead th {
  background: #e9eadf;
  padding-block: 25px;
  font-weight: 500;
  border-bottom: 1px solid #b5bba8;
}
.wf-comparison thead th:first-child {
  padding-left: 20px;
}
.wf-comparison thead strong {
  display: block;
  font-family: var(--wf-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.wf-comparison thead span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.wf-comparison-close {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10%;
  align-items: center;
  padding-block: 40px 65px;
}
.wf-comparison-close h3 {
  margin-bottom: 14px;
}
.wf-comparison-close p {
  font-size: 14px;
}
.wf-comparison-close .wf-button {
  justify-self: end;
}
.wf-scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 8%;
  border-top: 1px solid var(--wf-rule);
  padding-top: 50px;
}
.wf-scope-grid h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
.wf-scope-grid p {
  font-size: 14px;
  color: var(--wf-muted);
}
.wf-scope-note {
  font-size: 12px;
  margin-top: 40px !important;
  max-width: 100ch !important;
}
.wf-process {
  background: #dfe4d6;
}
.wf-process-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.wf-process-list li {
  display: grid;
  grid-template-columns: 55px 0.65fr 1.5fr;
  gap: 35px;
  padding-block: 35px;
  border-top: 1px solid #b1bca6;
}
.wf-process-number {
  font-family: var(--wf-serif);
  font-size: 30px;
  line-height: 1.1;
  color: #63714f;
}
.wf-process-list h3 {
  font-size: 31px;
}
.wf-process-list p {
  font-size: 14px;
}
.wf-process-outcome {
  margin-top: 15px !important;
  font-size: 12px !important;
  color: #4f5c40;
  font-weight: 500;
}
.wf-reading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 60px;
}
.wf-reading a {
  position: relative;
  display: block;
  border-top: 1px solid var(--wf-rule);
  padding: 24px 0 40px;
  text-decoration: none;
}
.wf-reading a > span {
  font-size: 11px;
  color: var(--wf-muted);
}
.wf-reading h3 {
  font-size: 28px;
  margin-block: 18px;
}
.wf-reading p {
  font-size: 13px;
  color: var(--wf-muted);
}
.wf-reading svg {
  position: absolute;
  bottom: 0;
}
.wf-reading a:hover h3 {
  color: var(--wf-bronze);
}
.wf-faq {
  padding-top: 30px;
}
.wf-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9%;
  align-items: start;
}
.wf-faq-grid > div:first-child {
  position: sticky;
  top: 135px;
}
.wf-faq-grid > div:first-child > p {
  margin-block: 25px 20px;
  color: var(--wf-muted);
  font-size: 15px;
}
.wf-faq-list summary {
  font-size: 17px;
  min-height: 82px;
}
.wf-essential {
  background: #e9e8de;
  padding-block: 45px;
}
.wf-essential > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.wf-essential h2 {
  font-size: 32px;
}
.wf-essential p {
  font-size: 13px;
  max-width: 75ch;
  margin-top: 15px;
}
.wf-essential .wf-text-link {
  flex-shrink: 0;
}
.wf-final {
  background: #252c25;
  color: #f5f1e8;
  padding-top: 90px;
}
.wf-final h2 {
  font-size: clamp(3.6rem, 6vw, 6rem);
  max-width: 20ch;
}
.wf-final em {
  color: var(--wf-gold);
}
.wf-final > div > p {
  margin-block: 28px;
  font-size: 16px;
  max-width: 50ch;
  color: #d2d4c6;
}
.wf-final .wf-button {
  background: var(--wf-gold);
  color: #252c25 !important;
  border-color: var(--wf-gold);
}
.wf-final .wf-button:hover {
  background: #efce95;
}
.wf-final-note {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  color: #c8cbbb;
}
.wf-signature {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #5e6656;
  padding-block: 26px;
  margin-top: 75px;
  font-size: 11px;
  color: #c8cbbb;
}
.wf-signature span:first-child {
  font-family: var(--wf-serif);
  font-size: 23px;
  color: #f5f1e8;
}
@media (min-width: 1650px) {
  .wf-hero-grid {
    min-height: 680px;
  }
  .wf-hero-art {
    margin-right: -20px;
  }
}
@media (max-width: 1100px) {
  .wf-hero-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
  }
  .wf-page h1 {
    font-size: clamp(3.5rem, 6vw, 4.7rem);
  }
  .wf-hero-art {
    padding-right: 10px;
  }
  .wf-hero-phone {
    right: -10px;
    width: 28%;
  }
  .wf-hero-lead {
    font-size: 14px;
  }
  .wf-section {
    padding-block: 76px;
  }
  .wf-tier-panel {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .wf-tier-difference {
    grid-template-columns: 1fr 1.5fr;
  }
  .wf-tier-difference > div {
    grid-column: 2;
  }
  .wf-mobile-grid,
  .wf-chapter-grid,
  .wf-chapter:nth-child(even) .wf-chapter-grid,
  .wf-system-grid {
    gap: 6%;
  }
  .wf-decision-study,
  .wf-type-study,
  .wf-search-study,
  .wf-growth-study {
    padding: 28px;
  }
  .wf-type-study > div:first-child {
    gap: 8px;
  }
  .wf-system-map {
    gap: 15px;
  }
  .wf-system-map ul {
    padding-left: 15px;
  }
  .wf-system-map li {
    gap: 9px;
  }
  .wf-essential > div {
    gap: 28px;
  }
}
@media (max-width: 850px) {
  .wf-page {
    padding-top: 92px;
  }
  .wf-hero {
    padding-top: 35px;
  }
  .wf-hero-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .wf-hero-copy {
    max-width: 680px;
    padding-bottom: 25px;
  }
  .wf-page h1 {
    font-size: 5rem;
    max-width: 14ch;
  }
  .wf-hero-lead {
    font-size: 16px;
    max-width: 60ch !important;
  }
  .wf-hero-art {
    max-width: 620px;
    justify-self: center;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 55px;
  }
  .wf-hero-phone {
    width: 24%;
    right: 8px;
    bottom: 0;
  }
  .wf-principles {
    font-size: 9px;
    letter-spacing: 0.03em;
    gap: 12px;
  }
  .wf-principles span {
    gap: 8px;
  }
  .wf-section-heading,
  .wf-editorial-split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .wf-section-heading {
    margin-bottom: 38px;
  }
  .wf-section-heading > p,
  .wf-section-heading > div {
    max-width: 62ch;
  }
  .wf-gallery {
    gap: 24px;
  }
  .wf-gallery > figure:nth-child(2) {
    margin-top: 80px;
  }
  .wf-gallery figcaption > div {
    flex-direction: column;
    gap: 5px;
  }
  .wf-tier-section {
    padding-block: 75px 45px;
  }
  .wf-tier-section .wf-section-heading h2 {
    max-width: 20ch;
  }
  .wf-tier-tabs button {
    padding: 20px 16px;
    gap: 5px 10px;
  }
  .wf-tier-tabs strong {
    font-size: 28px;
  }
  .wf-tier-panel {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .wf-tier-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
  }
  .wf-tier-copy h3 {
    grid-column: 1;
  }
  .wf-tier-copy > p {
    grid-column: 1;
  }
  .wf-tier-copy ul {
    grid-column: 2;
    grid-row: 1 / 3;
    margin-top: 0;
  }
  .wf-tier-copy .wf-text-link {
    grid-column: 1 / -1;
    margin-top: 10px;
  }
  .wf-tier-study {
    width: min(100%, 620px);
    justify-self: center;
  }
  .wf-tier-difference {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .wf-tier-footnote {
    flex-direction: column;
    gap: 15px;
  }
  .wf-mobile-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .wf-phone-pair {
    width: min(100%, 510px);
    justify-self: center;
  }
  .wf-chapter-grid,
  .wf-chapter:nth-child(even) .wf-chapter-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 30px;
  }
  .wf-chapter:nth-child(even) .wf-chapter-visual {
    order: 0;
  }
  .wf-chapter-copy h2 {
    font-size: 36px;
  }
  .wf-decision-study,
  .wf-type-study,
  .wf-search-study,
  .wf-growth-study {
    padding: 25px;
  }
  .wf-decision-study blockquote {
    font-size: 36px;
    margin-block: 30px;
  }
  .wf-type-study > div:first-child {
    flex-direction: column;
    gap: 0;
  }
  .wf-type-study > div:first-child span:first-child {
    font-size: 100px;
  }
  .wf-type-study > div:first-child span:last-child {
    font-size: 70px;
  }
  .wf-type-study > p {
    font-size: 16px;
    margin-block: 25px;
  }
  .wf-search-study h3 {
    font-size: 33px;
  }
  .wf-search-study > div {
    grid-template-columns: 1fr;
  }
  .wf-search-study > p {
    flex-wrap: wrap;
  }
  .wf-growth-study > p {
    font-size: 29px;
  }
  .wf-system-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .wf-system-map {
    max-width: 650px;
    width: 100%;
    justify-self: center;
    gap: 40px;
  }
  .wf-comparison-close {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .wf-comparison-close .wf-button {
    justify-self: start;
  }
  .wf-process-list li {
    grid-template-columns: 35px 1fr;
    gap: 12px 25px;
  }
  .wf-process-list li > div {
    grid-column: 2;
  }
  .wf-reading {
    gap: 22px;
  }
  .wf-reading h3 {
    font-size: 26px;
  }
  .wf-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wf-faq-grid > div:first-child {
    position: static;
  }
  .wf-essential > div {
    display: block;
  }
  .wf-essential .wf-text-link {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .wf-page {
    font-size: 15px;
    padding-top: 85px;
  }
  .wf-wrap {
    padding-inline: 24px;
  }
  .wf-section {
    padding-block: 62px;
  }
  .wf-page h1 {
    font-size: clamp(3.25rem, 13.8vw, 4.5rem);
    letter-spacing: -0.035em;
    max-width: 13ch;
  }
  .wf-page h2 {
    font-size: 42px;
  }
  .wf-hero {
    padding-top: 20px;
  }
  .wf-hero-lead {
    font-size: 14px;
    margin-top: 16px !important;
  }
  .wf-actions {
    margin-top: 20px;
    gap: 10px;
  }
  .wf-actions .wf-button {
    width: 100%;
    font-size: 12px;
    padding-inline: 14px;
    gap: 12px;
  }
  .wf-actions .wf-text-link {
    display: none;
  }
  .wf-hero-investment {
    margin-top: 12px !important;
  }
  .wf-hero-investment span {
    max-width: none;
  }
  .wf-hero-art {
    padding: 0 18px 36px 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .wf-hero-phone {
    width: 25%;
    right: -5px;
    bottom: 0;
  }
  .wf-hero-art > figcaption {
    font-size: 9px;
    max-width: 70%;
  }
  .wf-hero-phone .wf-concept--phone {
    border-width: 3px;
    border-radius: 15px;
  }
  .wf-principles {
    flex-wrap: wrap;
    padding-block: 16px;
    gap: 8px 20px;
    font-size: 9px;
  }
  .wf-principles span:last-child {
    display: none;
  }
  .wf-page-nav a {
    min-height: 54px;
    font-size: 11px;
  }
  .wf-editorial-split {
    gap: 25px;
  }
  .wf-editorial-split p {
    font-size: 14px;
  }
  .wf-gallery {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .wf-gallery > figure:nth-child(2) {
    margin-top: 0;
  }
  .wf-gallery figcaption > div {
    flex-direction: row;
    align-items: center;
  }
  .wf-gallery figcaption p {
    font-size: 13px;
  }
  .wf-gallery > figure:nth-child(2) .wf-concept-scene,
  .wf-gallery > figure:nth-child(2) .wf-concept-scene img {
    min-height: 75cqw;
    height: 75cqw;
  }
  .wf-design-note {
    margin-top: 35px !important;
    text-align: left;
    font-size: 12px;
  }
  .wf-tier-section {
    padding-block: 62px 40px;
  }
  .wf-tier-section .wf-section-heading h2 {
    font-size: 42px;
  }
  .wf-tier-section .wf-section-heading p {
    font-size: 14px;
  }
  .wf-tier-tabs button {
    padding: 17px 8px;
    display: flex;
    flex-direction: column;
    align-items: start;
    min-height: 105px;
    gap: 8px;
  }
  .wf-tier-tabs strong {
    font-size: 23px;
  }
  .wf-tier-number {
    display: none;
  }
  .wf-tier-price {
    font-size: 12px;
    line-height: 1.65;
  }
  .wf-preview-instructions {
    font-size: 11px;
  }
  .wf-tier-panel {
    padding-top: 32px;
    gap: 30px;
  }
  .wf-tier-copy {
    display: block;
  }
  .wf-tier-copy h3 {
    font-size: 38px;
    margin-bottom: 20px;
    max-width: 15ch;
  }
  .wf-tier-copy > p {
    font-size: 14px;
  }
  .wf-tier-copy ul {
    margin-block: 22px 15px;
  }
  .wf-tier-copy li {
    font-size: 12px;
  }
  .wf-tier-difference {
    display: block;
    padding-top: 25px;
  }
  .wf-tier-difference > .wf-label {
    display: block;
    margin-bottom: 12px;
  }
  .wf-tier-difference > div {
    margin-top: 22px;
  }
  .wf-tier-difference p {
    font-size: 12px;
  }
  .wf-structure span {
    font-size: 10px;
    padding-inline: 9px;
  }
  .wf-tier-study .wf-caption {
    font-size: 10px;
  }
  .wf-phone-pair > div {
    gap: 16px;
  }
  .wf-phone-pair .wf-concept {
    width: 46%;
    border-width: 4px;
    border-radius: 24px;
  }
  .wf-phone-pair .wf-concept:nth-child(2) {
    margin-top: 48px;
  }
  .wf-mobile-grid > div > p {
    font-size: 14px;
  }
  .wf-chapter-grid,
  .wf-chapter:nth-child(even) .wf-chapter-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .wf-chapter-visual {
    width: 100%;
    order: 2 !important;
  }
  .wf-chapter-copy h2 {
    font-size: 39px;
  }
  .wf-chapter-copy > p {
    font-size: 14px;
  }
  .wf-page summary {
    font-size: 15px;
    min-height: 78px;
  }
  .wf-page details > p {
    font-size: 14px;
  }
  .wf-decision-study,
  .wf-type-study,
  .wf-search-study,
  .wf-growth-study {
    padding: 30px;
  }
  .wf-type-study > div:first-child {
    flex-direction: row;
    align-items: baseline;
  }
  .wf-type-study > div:first-child span:first-child {
    font-size: 100px;
  }
  .wf-type-study > div:first-child span:last-child {
    font-size: 65px;
  }
  .wf-search-study > div {
    grid-template-columns: 1fr 1fr;
  }
  .wf-search-study h3 {
    font-size: 37px;
  }
  .wf-growth-study > p {
    font-size: 36px;
  }
  .wf-system-map {
    gap: 20px;
    grid-template-columns: 0.7fr 1fr;
    padding-block: 15px;
  }
  .wf-system-monogram {
    font-size: 65px;
  }
  .wf-system-center h3 {
    font-size: 26px;
  }
  .wf-system-map ul {
    padding-left: 15px;
  }
  .wf-system-map li {
    gap: 8px;
  }
  .wf-system-map li strong {
    font-size: 12px;
  }
  .wf-system-map li span {
    font-size: 10px;
  }
  .wf-system-map li svg {
    width: 13px;
  }
  .wf-system-map > .wf-caption {
    font-size: 10px;
  }
  .wf-connection-note {
    padding-block: 55px;
  }
  .wf-table-help {
    font-size: 11px;
  }
  .wf-comparison table {
    font-size: 12px;
  }
  .wf-comparison th,
  .wf-comparison td {
    padding: 18px;
  }
  .wf-comparison thead strong {
    font-size: 27px;
  }
  .wf-comparison thead span {
    font-size: 11px;
  }
  .wf-comparison-close {
    padding-bottom: 40px;
  }
  .wf-comparison-close h3 {
    font-size: 31px;
  }
  .wf-scope-grid {
    grid-template-columns: 1fr;
    padding-top: 35px;
    gap: 30px;
  }
  .wf-scope-grid h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wf-scope-grid p {
    font-size: 13px;
  }
  .wf-process-list li {
    gap: 12px 15px;
    padding-block: 28px;
  }
  .wf-process-list h3 {
    font-size: 29px;
  }
  .wf-process-list p {
    font-size: 13px;
  }
  .wf-process-list .wf-process-outcome {
    font-size: 11px !important;
  }
  .wf-reading {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .wf-reading a {
    padding-bottom: 35px;
  }
  .wf-reading h3 {
    font-size: 29px;
    margin-block: 13px;
  }
  .wf-faq {
    padding-top: 20px;
  }
  .wf-faq-grid {
    gap: 30px;
  }
  .wf-faq-list summary {
    font-size: 16px;
  }
  .wf-essential h2 {
    font-size: 31px;
  }
  .wf-final {
    padding-top: 62px;
  }
  .wf-final h2 {
    font-size: 49px;
  }
  .wf-final > div > p {
    font-size: 14px;
  }
  .wf-final .wf-button {
    width: 100%;
    font-size: 12px;
    padding-inline: 13px;
    gap: 12px;
  }
  .wf-signature {
    flex-direction: column;
    gap: 8px;
    margin-top: 55px;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wf-page *,
  .wf-page *::before,
  .wf-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 850px) {
  .wf-comparison th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 145px;
    background: var(--wf-paper);
    border-right: 1px solid var(--wf-rule);
  }
  .wf-comparison thead th:first-child {
    background: #e9eadf;
    z-index: 2;
  }
}
@media (max-width: 600px) {
  .wf-page h1 {
    font-size: clamp(3rem, 12.3vw, 4.1rem);
  }
  .wf-hero-copy {
    padding-bottom: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wf-preview-instructions button {
    display: none;
  }
}
