:root {
  --ink: #25223f;
  --ink-soft: #5d5975;
  --paper: #f7f4ee;
  --surface: #fffefa;
  --teal: #5a4ea1;
  --teal-dark: #40367f;
  --teal-pale: #e6e1f6;
  --coral: #bf6d5d;
  --coral-pale: #f4e5df;
  --gold: #b58a49;
  --line: #dfdbe7;
  --shadow: 0 24px 60px rgba(37, 34, 63, 0.13);
  --radius: 24px;
  --content: 1180px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 6% 2%, rgba(145, 132, 205, 0.11), transparent 25rem),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--teal-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--coral);
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: white;
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(37, 34, 63, 0.08);
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 40px), var(--content));
  min-height: 82px;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.brand {
  display: inline-flex;
  color: var(--ink);
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(90, 78, 161, 0.32);
  background: var(--teal-pale);
  border-radius: 50%;
  place-items: center;
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  position: absolute;
  border: 1.5px solid var(--teal);
  border-radius: 50%;
  content: "";
}

.brand-mark::before {
  width: 25px;
  height: 25px;
}

.brand-mark::after {
  width: 14px;
  height: 14px;
}

.brand-mark span {
  width: 4px;
  height: 4px;
  background: var(--teal);
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-name {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.brand-note {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--teal);
}

.nav-cta {
  padding: 10px 16px;
  color: white !important;
  background: var(--ink);
  border-radius: 999px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--surface);
  border-radius: 12px;
  cursor: pointer;
}

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

.hero {
  position: relative;
  display: grid;
  min-height: 610px;
  padding: 88px 0 74px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 84px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 48px;
  right: 12px;
  width: 390px;
  height: 390px;
  border: 54px solid var(--teal-pale);
  border-radius: 50% 50% 22% 50%;
  content: "";
  transform: rotate(-9deg);
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--teal-dark);
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 27px;
  height: 2px;
  background: var(--coral);
  content: "";
}

h1,
h2,
h3,
.display-title {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 6.8vw, 84px);
  letter-spacing: -0.04em;
}

.hero h1 em {
  color: var(--teal);
  font-style: italic;
  font-weight: 500;
}

.hero-intro {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  color: white;
  background: var(--teal);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.button:hover {
  color: white;
  background: var(--teal-dark);
  transform: translateY(-2px);
}

.button-secondary {
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

.button-secondary:hover {
  color: var(--teal-dark);
  background: var(--surface);
}

.hero-card {
  position: relative;
  padding: 36px;
  background: var(--surface);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.hero-card::before {
  position: absolute;
  top: -14px;
  right: 30px;
  width: 56px;
  height: 56px;
  color: white;
  background: var(--coral);
  border-radius: 50%;
  content: "“";
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1.25;
  text-align: center;
}

.hero-card h2 {
  margin: 0 0 22px;
  font-size: 29px;
}

.principles {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.principles li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 14px;
}

.principle-number {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
}

.principles strong {
  display: block;
  margin-bottom: 2px;
}

.principles span:last-child {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.section {
  padding: 88px 0;
}

.section-head {
  display: flex;
  margin-bottom: 36px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-head h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.025em;
}

.section-head p {
  max-width: 420px;
  margin: 0;
  color: var(--ink-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.article-card {
  display: flex;
  min-height: 100%;
  color: var(--ink);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(23, 44, 51, 0.06);
  flex-direction: column;
  grid-column: span 4;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.article-card:first-child,
.article-card:nth-child(2) {
  grid-column: span 6;
}

.article-card:hover {
  color: var(--ink);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.card-image {
  aspect-ratio: 16 / 9;
  background: var(--teal-pale);
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.article-card:hover .card-image img {
  transform: scale(1.025);
}

.card-body {
  display: flex;
  padding: 26px;
  flex: 1;
  flex-direction: column;
}

.card-kicker {
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-body h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.5vw, 31px);
}

.card-body p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.card-footer {
  display: flex;
  margin-top: auto;
  color: var(--teal-dark);
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
}

.definition-panel {
  display: grid;
  padding: clamp(34px, 6vw, 70px);
  color: white;
  background: var(--ink);
  border-radius: 34px;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}

.definition-panel .eyebrow {
  color: #8ed2ca;
}

.definition-panel h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
}

.definition-copy {
  color: #dce7e6;
  font-size: 19px;
}

.definition-copy p:first-child {
  margin-top: 0;
}

.newsletter-panel {
  position: relative;
  display: grid;
  padding: clamp(36px, 6vw, 68px);
  background: var(--coral-pale);
  border-radius: 34px;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  overflow: hidden;
}

.newsletter-panel::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 38px solid rgba(217, 103, 78, 0.14);
  border-radius: 50%;
  content: "";
}

.newsletter-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 58px);
}

.newsletter-panel p {
  color: var(--ink-soft);
}

.newsletter-form {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 6px;
}

.field-group label {
  font-size: 13px;
  font-weight: 800;
}

.field-group input,
.search-field {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(23, 44, 51, 0.25);
  color: var(--ink);
  background: var(--surface);
  border-radius: 13px;
}

.form-note {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.page-hero {
  padding: 76px 0 54px;
}

.breadcrumbs {
  display: flex;
  margin: 0 0 22px;
  padding: 0;
  color: var(--ink-soft);
  gap: 9px;
  flex-wrap: wrap;
  font-size: 13px;
  list-style: none;
}

.breadcrumbs a {
  color: var(--ink-soft);
}

.page-hero h1 {
  max-width: 940px;
  font-size: clamp(42px, 6vw, 72px);
}

.page-lead {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
}

.article-meta {
  display: flex;
  margin-top: 25px;
  color: var(--ink-soft);
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.article-meta span + span::before {
  margin-right: 16px;
  color: var(--gold);
  content: "•";
}

.article-feature {
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto 56px;
}

.article-feature img {
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 30px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.article-layout {
  display: grid;
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  grid-template-columns: 230px minmax(0, 730px);
  gap: 70px;
  align-items: start;
}

.toc {
  position: sticky;
  top: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 18px;
}

.toc-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.toc ol {
  display: grid;
  margin: 0;
  padding: 0 0 0 18px;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

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

.toc a:hover {
  color: var(--teal);
}

.article-body {
  min-width: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 19px;
  line-height: 1.82;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0 0 1.42em;
}

.article-body h2 {
  margin: 2.2em 0 0.7em;
  font-size: 34px;
  letter-spacing: -0.015em;
  scroll-margin-top: 110px;
}

.article-body h3 {
  margin: 1.8em 0 0.6em;
  font-size: 26px;
  scroll-margin-top: 110px;
}

.article-body blockquote {
  margin: 2em 0;
  padding: 5px 0 5px 28px;
  border-left: 4px solid var(--coral);
  color: var(--ink-soft);
  font-size: 22px;
  font-style: italic;
}

.article-body img {
  display: block;
  margin: 30px auto;
  border-radius: 15px;
}

.article-body .alignleft {
  max-width: 44%;
  margin: 8px 28px 18px 0;
  float: left;
}

.article-body .alignright {
  max-width: 44%;
  margin: 8px 0 18px 28px;
  float: right;
}

.article-body iframe {
  margin: 20px 18px 20px 0;
  border: 0;
  border-radius: 10px;
}

.article-body iframe[src*="amazon-adsystem"] {
  width: 120px;
  height: 240px;
}

.article-body::after {
  display: table;
  clear: both;
  content: "";
}

.article-body .fusion-fullwidth,
.article-body .fusion-builder-row,
.article-body .fusion-layout-column,
.article-body .fusion-column-wrapper,
.article-body .fusion-text {
  display: contents;
}

.comments {
  width: min(calc(100% - 40px), 830px);
  margin: 96px auto 0;
  padding-top: 55px;
  border-top: 1px solid var(--line);
}

.comments-head {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.comments h2 {
  margin: 0;
  font-size: 42px;
}

.comment-list,
.comment-children {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.comment {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 18px;
}

.comment-header {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  gap: 12px;
}

.comment-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 50%;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
}

.comment-author {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.comment-date {
  color: var(--ink-soft);
  font-size: 11px;
}

.comment-content {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.comment-content p {
  margin: 0.6em 0 0;
}

.comment-children {
  margin: 18px 0 0 34px;
}

.comments-closed {
  margin: 26px 0 0;
  padding: 15px 18px;
  color: var(--ink-soft);
  background: var(--teal-pale);
  border-radius: 13px;
  font-size: 14px;
}

.utility-layout {
  display: grid;
  padding: 0 0 90px;
  grid-template-columns: minmax(0, 760px) minmax(250px, 1fr);
  gap: 70px;
}

.utility-card,
.archive-card,
.contact-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
}

.utility-card h2:first-child,
.utility-card h3:first-child {
  margin-top: 0;
}

.utility-card h2 {
  margin: 1.8em 0 0.7em;
  font-size: 32px;
}

.utility-card h3 {
  margin-top: 1.5em;
  font-size: 23px;
}

.utility-card p,
.utility-card li {
  color: var(--ink-soft);
}

.utility-card li + li {
  margin-top: 8px;
}

.aside-card {
  align-self: start;
  padding: 26px;
  color: white;
  background: var(--ink);
  border-radius: var(--radius);
}

.aside-card h2 {
  margin: 0 0 14px;
  font-size: 27px;
}

.aside-card p {
  color: #dce7e6;
  font-size: 14px;
}

.archive-list {
  display: grid;
  padding: 0 0 90px;
  gap: 18px;
}

.archive-card {
  display: grid;
  color: var(--ink);
  grid-template-columns: 170px 1fr;
  gap: 28px;
  text-decoration: none;
}

.archive-card:hover {
  color: var(--ink);
  border-color: var(--teal);
}

.archive-card img {
  width: 170px;
  height: 118px;
  border-radius: 14px;
  object-fit: cover;
}

.archive-card h2 {
  margin: 4px 0 8px;
  font-size: 28px;
}

.archive-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.search-wrap {
  max-width: 620px;
  margin: 30px 0 0;
}

.search-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
}

.empty-search {
  padding: 24px;
  color: var(--ink-soft);
  background: var(--surface);
  border-radius: var(--radius);
}

.contact-grid {
  display: grid;
  padding-bottom: 96px;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-card {
  padding: clamp(28px, 5vw, 48px);
}

.contact-card h2 {
  margin: 0 0 16px;
  font-size: 36px;
}

.contact-email {
  display: inline-block;
  margin: 8px 0 24px;
  font-family: Georgia, serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
}

.site-footer {
  margin-top: 80px;
  color: #dce7e6;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 62px 0 46px;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 60px;
}

.footer-brand {
  color: white;
}

.footer-grid h2,
.footer-grid h3 {
  margin: 0 0 15px;
  color: white;
}

.footer-grid h2 {
  font-size: 33px;
}

.footer-grid h3 {
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-grid p {
  max-width: 500px;
  color: #b9ccca;
  font-size: 14px;
}

.footer-links {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.footer-links a {
  color: #dce7e6;
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  width: min(calc(100% - 40px), var(--content));
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8ea9a6;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.footer-bottom a {
  color: inherit;
}

.home-hero {
  position: relative;
  min-height: 700px;
  color: white;
  background:
    radial-gradient(circle at 76% 42%, rgba(185, 171, 237, 0.22), transparent 22rem),
    linear-gradient(135deg, #25223f 0%, #312b5b 58%, #423878 100%);
  overflow: hidden;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.22) 0.7px, transparent 0.7px);
  background-size: 28px 28px;
  content: "";
  mask-image: linear-gradient(to right, transparent, black 60%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 700px;
  padding: 90px 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 70px;
}

.home-hero .eyebrow {
  color: #d5cef5;
}

.home-hero .eyebrow::before {
  background: #dd9c89;
}

.home-hero h1 {
  max-width: 760px;
}

.home-hero h1 em,
.sales-hero h1 em {
  color: #c9bef1;
  font-style: italic;
  font-weight: 500;
}

.home-hero .hero-intro {
  color: #dedaf0;
}

.home-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.25);
  color: white;
}

.home-hero .button-secondary:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.hero-reassurance {
  display: flex;
  margin: 48px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 34px;
  list-style: none;
}

.hero-reassurance li {
  display: grid;
  gap: 2px;
}

.hero-reassurance strong {
  color: white;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 21px;
}

.hero-reassurance span {
  color: #bdb8d2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mind-visual {
  position: relative;
  width: min(100%, 480px);
  aspect-ratio: 1;
  margin-left: auto;
}

.mind-visual::before {
  position: absolute;
  inset: 18%;
  background: radial-gradient(circle, rgba(225, 214, 255, 0.32), rgba(164, 145, 222, 0.05) 63%, transparent 64%);
  border-radius: 50%;
  content: "";
  filter: blur(4px);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(222, 215, 255, 0.38);
  border-radius: 50%;
}

.orbit::before {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  background: #d7c9ff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(215, 201, 255, 0.9);
  content: "";
}

.orbit-one {
  inset: 2%;
  animation: orbit 24s linear infinite;
}

.orbit-two {
  inset: 15%;
  animation: orbit 18s linear infinite reverse;
}

.orbit-three {
  inset: 28%;
  animation: orbit 14s linear infinite;
}

.visual-note {
  position: absolute;
  inset: 34%;
  display: grid;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(37, 34, 63, 0.7);
  border-radius: 50%;
  place-content: center;
  text-align: center;
  backdrop-filter: blur(10px);
}

.visual-note strong {
  margin: 5px 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(19px, 2.5vw, 30px);
  line-height: 1.05;
}

.visual-note span {
  color: #c7c1dd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

.practice-intro > div:first-child {
  display: grid;
  margin-bottom: 44px;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: end;
  gap: 50px;
}

.practice-intro h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
}

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

.practice-steps article {
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.75);
  border-radius: var(--radius);
}

.practice-steps article > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  color: var(--teal-dark);
  background: var(--teal-pale);
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 850;
}

.practice-steps h3 {
  margin: 0 0 10px;
  font-size: 27px;
}

.practice-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

.product-feature {
  display: grid;
  padding: clamp(40px, 7vw, 78px);
  color: white;
  background:
    radial-gradient(circle at 83% 12%, rgba(210, 197, 255, 0.18), transparent 18rem),
    var(--ink);
  border-radius: 38px;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 70px;
}

.product-feature .eyebrow,
.free-session-panel .eyebrow {
  color: #d4ccf2;
}

.product-feature h2,
.free-session-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(39px, 5vw, 60px);
}

.product-feature p {
  color: #d8d4e6;
}

.price-note {
  color: #c2bdd4;
  font-size: 12px;
  font-weight: 700;
}

.product-quote {
  align-self: center;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 24px;
}

.product-quote .quote-mark {
  color: #c9bef1;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 0.6;
}

.product-quote p {
  margin-bottom: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
}

#articles .article-grid {
  margin-top: 34px;
}

.card-image-fallback {
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(90, 78, 161, 0.32), transparent 20%),
    linear-gradient(135deg, #e5e0f4, #f3e5df);
}

.card-image-fallback::before,
.card-image-fallback::after,
.card-image-fallback span {
  position: absolute;
  inset: 20%;
  border: 1px solid rgba(90, 78, 161, 0.42);
  border-radius: 50%;
  content: "";
}

.card-image-fallback::after {
  inset: 32%;
}

.card-image-fallback span {
  inset: 44%;
}

.archive-card-fallback {
  min-height: 118px;
  background: linear-gradient(135deg, var(--teal-pale), var(--coral-pale));
  border-radius: 14px;
}

.free-session-panel {
  display: grid;
  padding: clamp(38px, 6vw, 66px);
  color: white;
  background: linear-gradient(120deg, var(--teal-dark), #7567b7);
  border-radius: 36px;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(38px, 6vw, 74px);
}

.free-session-copy {
  max-width: 760px;
}

.free-session-copy > p {
  color: #e6e0f7;
}

.optin-benefits {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  gap: 11px;
}

.optin-benefits li {
  position: relative;
  padding-left: 28px;
  color: #f5f2ff;
}

.optin-benefits li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  color: #d8cff8;
  content: "✓";
  font-weight: 800;
}

.optin-form {
  display: grid;
  padding: clamp(24px, 4vw, 36px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(31, 24, 68, 0.2);
  gap: 16px;
}

.optin-form .field-group {
  display: grid;
  gap: 7px;
}

.optin-form label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.optin-form input {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(64, 54, 127, 0.24);
  color: var(--ink);
  background: white;
  border-radius: 12px;
  outline: none;
}

.optin-form input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(39, 143, 141, 0.14);
}

.optin-form .button {
  width: 100%;
  margin-top: 2px;
  color: white;
  background: var(--teal-dark);
}

.optin-form .button:hover {
  color: white;
  background: var(--ink);
}

.optin-note {
  margin: 0;
  color: var(--ink-soft) !important;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.article-optin {
  margin-top: 48px;
  padding: clamp(26px, 5vw, 42px);
  color: white;
  background: linear-gradient(135deg, var(--teal-dark), #6557a3);
  border-radius: 26px;
}

.article-optin h2 {
  margin-top: 0;
  color: white;
}

.article-optin > p:not(.eyebrow) {
  color: #ece8fa;
}

.article-optin .optin-form {
  margin-top: 26px;
}

.button-light {
  flex: 0 0 auto;
  color: var(--ink);
  background: white;
}

.button-light:hover {
  color: var(--teal-dark);
  background: #f2eefc;
}

.article-cta {
  display: flex;
  padding: 46px;
  background: var(--teal-pale);
  border-radius: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.article-cta h2 {
  margin: 0 0 10px;
  font-size: 38px;
}

.article-cta p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.utility-card audio {
  display: block;
  width: 100%;
  margin: 28px 0;
}

.delivery-form {
  display: grid;
  margin: 28px 0 36px;
  padding: 28px;
  background: var(--teal-pale);
  border-radius: 20px;
  gap: 14px;
}

.delivery-form input {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(64, 54, 127, 0.25);
  background: var(--surface);
  border-radius: 12px;
}

.sales-page {
  background: #f6f2ea;
}

.sales-hero {
  color: white;
  background:
    radial-gradient(circle at 78% 20%, rgba(204, 190, 255, 0.2), transparent 24rem),
    linear-gradient(135deg, #25223f, #403674);
}

.sales-hero-grid {
  display: grid;
  min-height: 600px;
  padding: 88px 0;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 72px;
}

.sales-hero .eyebrow {
  color: #d9d2f5;
}

.sales-hero h1 {
  max-width: 760px;
}

.sales-hero .hero-intro {
  color: #ded9ee;
}

.sales-summary {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  backdrop-filter: blur(12px);
}

.sales-summary ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 17px;
  list-style: none;
}

.sales-summary li {
  position: relative;
  padding-left: 30px;
  color: #ece8f8;
}

.sales-summary li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  color: var(--teal-dark);
  background: #d9d0fb;
  border-radius: 50%;
  content: "✓";
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.sales-layout {
  display: grid;
  width: min(calc(100% - 40px), 1100px);
  margin: 80px auto 0;
  grid-template-columns: minmax(0, 760px) 280px;
  align-items: start;
  gap: 58px;
}

.sales-copy {
  min-width: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 19px;
  line-height: 1.82;
}

.sales-copy > div {
  display: contents;
}

.sales-copy p {
  margin: 0 0 1.4em;
}

.sales-copy h2 {
  margin: 2em 0 0.75em;
  color: var(--ink);
  font-size: clamp(29px, 4vw, 41px);
  letter-spacing: -0.02em;
  scroll-margin-top: 110px;
}

.sales-copy h3 {
  margin: 1.8em 0 0.7em;
  font-size: 27px;
}

.sales-copy img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

.sales-copy audio {
  width: 100%;
  margin: 20px 0 32px;
}

.sales-copy .purchase-link {
  margin: 16px auto 34px;
}

.sales-copy blockquote {
  margin: 30px 0;
  padding: 24px 28px;
  background: var(--coral-pale);
  border-radius: 18px;
}

.sales-sticky {
  position: sticky;
  top: 112px;
  padding: 28px;
  color: white;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.sales-sticky .eyebrow {
  color: #d5cef5;
}

.sales-sticky h2 {
  margin: 0;
  font-size: 30px;
}

.sales-sticky p {
  color: #cbc6dc;
  font-size: 14px;
}

.sales-sticky .sales-price {
  margin: 18px 0 4px;
  color: white;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
}

.sales-sticky .button {
  width: 100%;
  margin-top: 14px;
}

.mobile-purchase {
  display: none;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .menu-button {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    right: 20px;
    left: 20px;
    padding: 20px;
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 18px;
    box-shadow: var(--shadow);
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav[hidden] {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .hero-grid,
  .sales-hero-grid,
  .product-feature,
  .sales-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-bottom: 60px;
    gap: 30px;
  }

  .mind-visual {
    width: min(72vw, 430px);
    margin: 0 auto;
  }

  .practice-intro > div:first-child {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sales-sticky {
    position: static;
  }

  .article-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .free-session-panel {
    grid-template-columns: 1fr;
  }

  .hero::after {
    top: auto;
    bottom: 20px;
    opacity: 0.6;
  }

  .hero-card {
    max-width: 620px;
  }

  .article-card,
  .article-card:first-child,
  .article-card:nth-child(2) {
    grid-column: span 6;
  }

  .definition-panel,
  .newsletter-panel,
  .utility-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .toc {
    position: static;
  }

  .toc ol {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  body {
    font-size: 16px;
  }

  .header-inner,
  .page-shell,
  .article-feature,
  .article-layout,
  .comments,
  .footer-grid,
  .footer-bottom {
    width: min(calc(100% - 28px), var(--content));
  }

  .brand-note {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 65px 0 60px;
  }

  h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .hero-card {
    padding: 28px 24px;
  }

  .section {
    padding: 65px 0;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .article-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .article-card,
  .article-card:first-child,
  .article-card:nth-child(2) {
    grid-column: 1;
  }

  .definition-panel,
  .newsletter-panel {
    padding: 30px 23px;
    border-radius: 24px;
  }

  .page-hero {
    padding: 58px 0 40px;
  }

  .page-hero h1 {
    font-size: 43px;
  }

  .article-feature img {
    border-radius: 18px;
  }

  .article-body {
    font-size: 18px;
  }

  .article-body h2 {
    font-size: 29px;
  }

  .article-body .alignleft,
  .article-body .alignright {
    max-width: 100%;
    margin: 25px auto;
    float: none;
  }

  .toc ol {
    grid-template-columns: 1fr;
  }

  .comments-head {
    align-items: start;
    flex-direction: column;
  }

  .comment-children {
    margin-left: 14px;
  }

  .archive-card {
    grid-template-columns: 1fr;
  }

  .archive-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

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

  .home-hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid,
  .sales-hero-grid {
    padding: 68px 0;
  }

  .mind-visual {
    width: min(88vw, 380px);
  }

  .hero-reassurance {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .practice-steps {
    grid-template-columns: 1fr;
  }

  .practice-steps article > span {
    margin-bottom: 22px;
  }

  .product-feature,
  .free-session-panel,
  .article-cta {
    padding: 30px 24px;
    border-radius: 25px;
  }

  .sales-layout {
    width: min(calc(100% - 28px), 1100px);
    margin-top: 50px;
  }

  .sales-copy {
    font-size: 18px;
  }

  .sales-sticky {
    display: none;
  }

  .mobile-purchase {
    position: sticky;
    z-index: 45;
    bottom: 0;
    display: flex;
    padding: 12px 14px;
    border-top: 1px solid var(--line);
    background: rgba(255, 254, 250, 0.96);
    box-shadow: 0 -12px 30px rgba(37, 34, 63, 0.12);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    backdrop-filter: blur(14px);
  }

  .mobile-purchase span {
    display: grid;
  }

  .mobile-purchase strong {
    font-family: Georgia, serif;
    font-size: 21px;
  }

  .mobile-purchase small {
    color: var(--ink-soft);
    font-size: 10px;
  }

  .mobile-purchase .button {
    min-height: 44px;
    padding: 10px 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
