/* Canonical homepage — relationship before sale */
.home-front-door {
  background: var(--editorial-paper);
}

.home-front-door h1,
.home-front-door h2,
.home-front-door h3 {
  text-wrap: balance;
}

.home-hero {
  min-height: min(830px, calc(100vh - 84px));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--editorial-rule);
  background:
    radial-gradient(circle at 4% 8%, rgba(184,121,91,.1), transparent 34rem),
    radial-gradient(circle at 92% 88%, rgba(111,127,143,.11), transparent 32rem),
    linear-gradient(135deg,#faf5ee,#f4ece2);
  padding-block: clamp(4.5rem,8vw,8rem);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
  gap: clamp(3rem,7vw,7rem);
  align-items: center;
}

.home-hero-copy h1 {
  max-width: 790px;
  margin-top: 1.35rem;
  font-size: clamp(4.7rem,7.3vw,7.5rem);
  letter-spacing: -.068em;
  line-height: .84;
}

.home-hero-copy h1 em {
  display: block;
  color: var(--editorial-sage);
  font-weight: 400;
}

.home-hero-deck {
  max-width: 650px;
  margin: 1.8rem 0 0;
  font-size: clamp(1.12rem,1.65vw,1.34rem);
  line-height: 1.68;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  margin-top: 2.2rem;
}

.home-primary-link {
  min-height: 48px;
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  border: 1px solid var(--editorial-sage);
  border-radius: 999px;
  background: var(--editorial-sage);
  padding: .78rem 1.25rem;
  color: white;
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .025em;
}

.home-primary-link span,
.home-quiet-link,
.home-all-guidance span,
.home-course-link span,
.home-letter-grid > a span,
.home-close nav span {
  transition: transform .22s ease;
}

.home-primary-link:hover span,
.home-all-guidance:hover span,
.home-course-link:hover span,
.home-letter-grid > a:hover span,
.home-close nav a:hover span {
  transform: translateX(4px);
}

.home-quiet-link {
  border-bottom: 1px solid rgba(79,100,84,.36);
  padding: .6rem 0;
  color: var(--editorial-sage);
  font-size: .78rem;
  font-weight: 720;
}

.home-hero-figure {
  margin: 0;
}

.home-hero-figure img {
  width: 100%;
  aspect-ratio: 4/5;
  display: block;
  object-fit: cover;
}

.home-hero-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--editorial-rule);
  padding: .8rem 0;
  color: #6f746e;
  font-size: .66rem;
  line-height: 1.45;
}

.home-hero-figure figcaption span:first-child {
  color: var(--editorial-sage);
  font-weight: 760;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-start {
  background: #26362d;
  color: white;
  padding-block: clamp(6rem,10vw,9rem);
}

.home-start-grid {
  display: grid;
  grid-template-columns: minmax(270px,.68fr) minmax(0,1.32fr);
  gap: clamp(4rem,9vw,9rem);
  align-items: start;
}

.home-start header {
  position: sticky;
  top: 130px;
}

.home-start .editorial-eyebrow {
  color: #e3b697;
}

.home-start h2 {
  max-width: 520px;
  margin-top: 1.1rem;
  color: white;
  font-size: clamp(3.5rem,5.8vw,5.8rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.home-start header > p:last-child {
  max-width: 430px;
  margin: 1.5rem 0 0;
  color: rgba(255,255,255,.64);
  line-height: 1.7;
}

.home-start-list {
  border-top: 1px solid rgba(255,255,255,.22);
}

.home-start-list > a {
  min-height: 154px;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 24px;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.22);
  padding: 1.55rem 0;
}

.home-start-list > a > span {
  color: #e3b697;
  font-family: var(--editorial-serif);
  font-size: .9rem;
}

.home-start-list small {
  display: block;
  margin-bottom: .55rem;
  color: rgba(227,182,151,.86);
  font-size: .63rem;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-start-list strong {
  display: block;
  color: white;
  font-family: var(--editorial-serif);
  font-size: clamp(1.8rem,2.65vw,2.65rem);
  font-weight: 400;
  letter-spacing: -.038em;
  line-height: 1;
}

.home-start-list p {
  max-width: 690px;
  margin: .65rem 0 0;
  color: rgba(255,255,255,.55);
  font-size: .78rem;
  line-height: 1.52;
}

.home-start-list i {
  color: #e3b697;
  font-style: normal;
  transition: transform .22s ease;
}

.home-start-list a:hover i {
  transform: translateX(5px);
}

.home-guidance,
.home-topics {
  scroll-margin-top: 84px;
  background: var(--editorial-cream);
  padding-block: clamp(6rem,10vw,9rem);
}

.home-section-heading {
  display: grid;
  grid-template-columns: .42fr 1.58fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(3.5rem,6vw,5.5rem);
}

.home-section-heading h2 {
  max-width: 900px;
  font-size: clamp(3.6rem,5.8vw,5.8rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.home-section-heading div > p {
  max-width: 660px;
  margin: 1.25rem 0 0;
  line-height: 1.7;
}

.home-featured-story {
  display: grid;
  grid-template-columns: minmax(0,1.28fr) minmax(320px,.72fr);
  gap: clamp(2.5rem,6vw,6rem);
  align-items: center;
}

.home-featured-image {
  min-height: 520px;
  position: relative;
  display: block;
  overflow: hidden;
  background: #e9dfd2;
}

.home-featured-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .8s ease;
}

.home-featured-image:hover img {
  transform: scale(1.02);
}

.home-featured-image > span {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(32,39,32,.72);
  color: white;
  font-family: var(--editorial-serif);
  backdrop-filter: blur(12px);
}

.home-featured-copy h3 {
  margin-top: 1.1rem;
  font-size: clamp(3.2rem,5.1vw,5.1rem);
  letter-spacing: -.057em;
  line-height: .91;
}

.home-featured-copy > p:not(.editorial-story-meta) {
  max-width: 500px;
  margin: 1.4rem 0 0;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-supporting-stories {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0 2rem;
  margin-top: clamp(5rem,8vw,7rem);
  border-top: 1px solid var(--editorial-rule);
}

.home-supporting-stories article {
  --home-story-accent: var(--editorial-sage);
  min-width: 0;
  position: relative;
  border-bottom: 1px solid var(--editorial-rule);
  padding: 2rem 2rem 2.2rem 0;
}

.home-supporting-stories article + article {
  border-left: 1px solid var(--editorial-rule);
  padding-left: 2rem;
}

.home-supporting-stories article.accent-clay { --home-story-accent: #9d654c; }
.home-supporting-stories article.accent-dusk { --home-story-accent: #5c7080; }
.home-supporting-stories article .editorial-story-meta span:first-child { color: var(--home-story-accent); }

.home-supporting-image {
  display: block;
  overflow: hidden;
  margin-bottom: 1.3rem;
}

.home-supporting-image img {
  width: 100%;
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
  transition: transform .7s ease;
}

.home-supporting-stories article:hover .home-supporting-image img {
  transform: scale(1.025);
}

.home-supporting-stories h3 {
  margin-top: .8rem;
  padding-right: 1.5rem;
  font-size: clamp(2rem,3vw,3rem);
  letter-spacing: -.048em;
  line-height: .98;
}

.home-supporting-stories article > p:not(.editorial-story-meta) {
  margin: .9rem 0 0;
  font-size: .82rem;
  line-height: 1.62;
}

.home-story-number {
  position: absolute;
  right: .2rem;
  top: 1.9rem;
  color: rgba(79,100,84,.28);
  font-family: var(--editorial-serif);
}

.home-all-guidance {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  margin-top: 2.4rem;
  border-bottom: 1px solid rgba(79,100,84,.4);
  padding: .75rem 0;
  color: var(--editorial-sage);
  font-size: .8rem;
  font-weight: 760;
}

.home-tool {
  scroll-margin-top: 84px;
  background: #ead8c9;
  padding-block: clamp(6rem,10vw,9rem);
}

.home-tool-grid {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(430px,1.2fr);
  gap: clamp(3.5rem,8vw,8rem);
  align-items: center;
}

.home-tool-copy h2 {
  max-width: 650px;
  margin-top: 1rem;
  font-size: clamp(3.6rem,6vw,6rem);
  letter-spacing: -.062em;
  line-height: .89;
}

.home-tool-copy > p:not(.editorial-eyebrow) {
  max-width: 590px;
  margin: 1.5rem 0 0;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-tool-copy .home-primary-link {
  margin-top: 2rem;
}

.home-tool-copy > small {
  max-width: 540px;
  display: block;
  margin-top: 1rem;
  color: #6f665f;
  font-size: .7rem;
  line-height: 1.55;
}

.home-belief {
  background: var(--editorial-paper);
  padding-block: clamp(6rem,10vw,10rem);
}

.home-belief h2 {
  max-width: 1120px;
  margin-top: 1rem;
  color: var(--editorial-sage);
  font-size: clamp(4rem,7.5vw,7.6rem);
  letter-spacing: -.067em;
  line-height: .86;
}

.home-belief-intro {
  max-width: 820px;
  margin: 2rem 0 0;
  color: var(--editorial-ink)!important;
  font-family: var(--editorial-serif);
  font-size: clamp(1.6rem,2.6vw,2.4rem);
  line-height: 1.35;
}

.home-belief-lines {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: clamp(4rem,7vw,6rem);
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
}

.home-belief-lines > div {
  min-height: 280px;
  padding: 2rem 2.2rem 2rem 0;
}

.home-belief-lines > div + div {
  border-left: 1px solid var(--editorial-rule);
  padding-left: 2.2rem;
}

.home-belief-lines span {
  color: rgba(79,100,84,.52);
  font-family: var(--editorial-serif);
}

.home-belief-lines h3 {
  margin-top: 1.7rem;
  font-size: clamp(2rem,3.2vw,3.1rem);
  letter-spacing: -.047em;
  line-height: .98;
}

.home-belief-lines p {
  margin: 1rem 0 0;
  font-size: .86rem;
  line-height: 1.7;
}

.home-topics {
  border-top: 1px solid var(--editorial-rule);
  background: #f4ece2;
}

.home-topic-ledger {
  border-top: 1px solid var(--editorial-rule);
}

.home-topic-ledger article {
  --home-topic-accent: var(--editorial-sage);
  min-height: 176px;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) minmax(220px,.45fr);
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid var(--editorial-rule);
  padding: 1.7rem 0;
}

.home-topic-ledger article.accent-clay { --home-topic-accent: #9d654c; }
.home-topic-ledger article.accent-dusk { --home-topic-accent: #5c7080; }
.home-topic-ledger article > span { color: var(--home-topic-accent); font-family: var(--editorial-serif); }
.home-topic-ledger h3 { font-size: clamp(2.4rem,4vw,4rem); letter-spacing: -.052em; line-height: .95; }
.home-topic-ledger article > div > p { max-width: 700px; margin: .75rem 0 0; font-size: .82rem; line-height: 1.58; }

.home-topic-links {
  display: grid;
  justify-items: start;
  border-top: 1px solid color-mix(in srgb,var(--home-topic-accent) 35%,transparent);
}

.home-topic-links a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid color-mix(in srgb,var(--home-topic-accent) 24%,transparent);
  padding: .75rem 0;
  color: var(--home-topic-accent);
  font-size: .72rem;
  font-weight: 720;
  line-height: 1.4;
}

.home-topic-links a + a {
  color: #676d66;
  font-weight: 580;
}

.home-course {
  scroll-margin-top: 84px;
  background: #dfe5dd;
  padding-block: clamp(6rem,10vw,9rem);
}

.home-course-grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(450px,1.18fr);
  gap: clamp(3.5rem,8vw,8rem);
  align-items: center;
}

.home-course-copy h2 {
  max-width: 690px;
  margin-top: 1rem;
  font-size: clamp(3.5rem,5.8vw,5.8rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.home-course-copy > p:not(.editorial-eyebrow) {
  max-width: 610px;
  margin: 1.5rem 0 0;
  line-height: 1.72;
}

.home-course-link {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  margin-top: 2rem;
  border-bottom: 1px solid rgba(79,100,84,.42);
  padding: .75rem 0;
  color: var(--editorial-sage);
  font-size: .78rem;
  font-weight: 760;
}

.home-course-preview {
  overflow: hidden;
  border: 1px solid rgba(79,100,84,.24);
  border-radius: 26px;
  background: var(--editorial-cream);
  box-shadow: 0 28px 80px rgba(31,36,33,.08);
}

.home-course-preview-bar {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--editorial-rule);
  padding: 0 1.4rem;
  color: #6d726c;
  font-size: .64rem;
  letter-spacing: .06em;
}

.home-course-preview-bar span:first-child {
  color: var(--editorial-sage);
  font-family: var(--editorial-serif);
  font-size: .88rem;
  letter-spacing: -.01em;
}

.home-course-preview-body {
  min-height: 480px;
  display: grid;
  grid-template-columns: 76px minmax(0,1fr);
}

.home-course-preview-body > aside {
  display: grid;
  align-content: start;
  gap: .8rem;
  border-right: 1px solid var(--editorial-rule);
  padding: 2rem 1.2rem;
}

.home-course-preview-body > aside span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #92978f;
  font-size: .66rem;
}

.home-course-preview-body > aside span.active {
  background: var(--editorial-sage);
  color: white;
}

.home-course-preview-body > div {
  padding: clamp(2.2rem,5vw,4rem);
}

.home-course-preview-body h3 {
  max-width: 570px;
  margin-top: .8rem;
  font-size: clamp(2.8rem,4.7vw,4.6rem);
  letter-spacing: -.055em;
  line-height: .92;
}

.home-course-preview-body > div > p:not(.editorial-eyebrow) {
  max-width: 560px;
  margin: 1.1rem 0 0;
  font-size: .84rem;
  line-height: 1.62;
}

.home-course-audio {
  display: flex;
  gap: .9rem;
  align-items: center;
  margin-top: 1.6rem;
  border: 1px solid var(--editorial-rule);
  border-radius: 12px;
  background: #f2f5f0;
  padding: .9rem 1rem;
}

.home-course-audio > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--editorial-sage);
  color: white;
  font-size: .7rem;
}

.home-course-audio p,
.home-course-audio strong,
.home-course-audio small {
  display: block;
  margin: 0;
}

.home-course-audio strong { color: var(--editorial-ink); font-size: .74rem; }
.home-course-audio small { margin-top: .2rem; color: #747a73; font-size: .63rem; }

.home-course-reflection {
  margin-top: 1rem;
  border-left: 2px solid #b8795b;
  background: #efe4d6;
  padding: 1rem 1.1rem;
}

.home-course-reflection small {
  color: #9d654c;
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-course-reflection p {
  margin: .45rem 0 0;
  color: var(--editorial-ink);
  font-family: var(--editorial-serif);
  font-size: 1.2rem;
  line-height: 1.25;
}

.home-letter {
  border-top: 1px solid var(--editorial-rule);
  border-bottom: 1px solid var(--editorial-rule);
  background: #efe5d8;
  padding-block: clamp(4.5rem,7vw,6.5rem);
}

.home-letter-grid {
  display: grid;
  grid-template-columns: .42fr 1.28fr .4fr;
  gap: clamp(2rem,5vw,5rem);
  align-items: center;
}

.home-letter-grid h2 {
  max-width: 720px;
  font-size: clamp(3rem,5.2vw,5.2rem);
  letter-spacing: -.057em;
  line-height: .91;
}

.home-letter-grid div > p {
  max-width: 650px;
  margin: 1.2rem 0 0;
  line-height: 1.7;
}

.home-letter-grid > a {
  justify-self: end;
  display: inline-flex;
  gap: .7rem;
  border-bottom: 1px solid rgba(79,100,84,.4);
  padding: .75rem 0;
  color: var(--editorial-sage);
  font-size: .76rem;
  font-weight: 760;
}

.home-close {
  background: var(--editorial-paper);
  padding-block: clamp(6rem,10vw,9rem);
}

.home-close-grid {
  text-align: center;
}

.home-close .editorial-eyebrow {
  text-align: center;
}

.home-close h2 {
  max-width: 980px;
  margin: 1rem auto 0;
  font-size: clamp(4rem,7vw,7rem);
  letter-spacing: -.065em;
  line-height: .87;
}

.home-close nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.2rem;
  margin-top: 2.3rem;
}

.home-close nav a {
  display: inline-flex;
  gap: .65rem;
  border-bottom: 1px solid rgba(79,100,84,.4);
  padding: .7rem 0;
  color: var(--editorial-sage);
  font-size: .78rem;
  font-weight: 740;
}

@media (max-width: 1080px) {
  .home-hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.8fr); gap: 3.5rem; }
  .home-hero-copy h1 { font-size: clamp(4.3rem,7.8vw,6.3rem); }
  .home-supporting-stories { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-supporting-stories article:nth-child(3) { border-left: 0; }
  .home-tool-grid,
  .home-course-grid { grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); gap: 3.5rem; }
}

@media (max-width: 820px) {
  .home-hero { min-height: auto; }
  .home-hero-grid,
  .home-start-grid,
  .home-featured-story,
  .home-tool-grid,
  .home-course-grid,
  .home-letter-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 720px; }
  .home-hero-copy h1 { font-size: clamp(4.2rem,13.8vw,6.5rem); }
  .home-hero-figure { max-width: 650px; }
  .home-hero-figure img { aspect-ratio: 16/10; }
  .home-start header { position: static; }
  .home-start-grid { gap: 3.5rem; }
  .home-section-heading { grid-template-columns: 1fr; gap: .9rem; }
  .home-featured-image { min-height: 430px; }
  .home-featured-copy { max-width: 650px; }
  .home-supporting-stories { grid-template-columns: 1fr; }
  .home-supporting-stories article,
  .home-supporting-stories article + article { border-left: 0; padding-right: 2rem; padding-left: 0; }
  .home-supporting-stories article { display: grid; grid-template-columns: minmax(180px,.72fr) minmax(0,1.28fr); gap: 0 1.5rem; }
  .home-supporting-image { grid-row: 1/span 5; margin: 0; }
  .home-supporting-stories .editorial-story-meta,
  .home-supporting-stories h3,
  .home-supporting-stories article > p:not(.editorial-story-meta),
  .home-supporting-stories .editorial-arrow-link { grid-column: 2; }
  .home-story-number { top: 2.1rem; }
  .home-tool-copy,
  .home-course-copy { max-width: 700px; }
  .home-belief-lines { grid-template-columns: 1fr; }
  .home-belief-lines > div,
  .home-belief-lines > div + div { min-height: 0; border-left: 0; border-bottom: 1px solid var(--editorial-rule); padding: 2rem 0; }
  .home-belief-lines > div:last-child { border-bottom: 0; }
  .home-topic-ledger article { grid-template-columns: 48px minmax(0,1fr); }
  .home-topic-links { grid-column: 2; }
  .home-letter-grid > a { justify-self: start; }
}

@media (max-width: 560px) {
  .home-hero { padding-block: 4.5rem 5rem; }
  .home-hero-copy h1 { font-size: clamp(3.65rem,17.3vw,5rem); line-height: .86; }
  .home-hero-actions { align-items: flex-start; flex-direction: column; }
  .home-hero-figure figcaption { display: grid; }
  .home-start h2,
  .home-section-heading h2,
  .home-tool-copy h2,
  .home-course-copy h2 { font-size: clamp(3.1rem,14vw,4.3rem); }
  .home-start-list > a { grid-template-columns: 36px minmax(0,1fr) 18px; }
  .home-start-list strong { font-size: 1.65rem; }
  .home-featured-image { min-height: 340px; }
  .home-featured-copy h3 { font-size: clamp(2.9rem,13vw,4rem); }
  .home-supporting-stories article,
  .home-supporting-stories article + article { display: block; padding: 2rem 1.8rem 2rem 0; }
  .home-supporting-image { margin-bottom: 1.2rem; }
  .home-supporting-stories h3 { padding-right: 1rem; }
  .home-tool-preview { margin-inline: -20px; padding: 1.3rem; }
  .home-tool-preview-topline { margin: -1.3rem -1.3rem 1.7rem; padding: .9rem 1.3rem; }
  .home-tool-preview li { grid-template-columns: 32px minmax(0,1fr); }
  .home-tool-preview li p { font-size: 1.35rem; }
  .resource-email-row { grid-template-columns: 1fr; }
  .resource-request-button,
  .resource-guidance-followup-button { width: 100%; }
  .home-belief h2 { font-size: clamp(3.5rem,16vw,5rem); }
  .home-belief-intro { font-size: 1.45rem; }
  .home-topic-ledger article { grid-template-columns: 32px minmax(0,1fr); gap: 1rem; }
  .home-topic-ledger h3 { font-size: 2.5rem; }
  .home-course-preview { margin-inline: -20px; border-radius: 18px; }
  .home-course-preview-bar { align-items: flex-start; flex-direction: column; padding-block: .8rem; }
  .home-course-preview-body { grid-template-columns: 52px minmax(0,1fr); }
  .home-course-preview-body > aside { padding: 1.3rem .55rem; }
  .home-course-preview-body > div { padding: 1.6rem 1.3rem; }
  .home-course-preview-body h3 { font-size: clamp(2.5rem,12vw,3.4rem); }
  .home-letter-grid h2 { font-size: clamp(3rem,13vw,4.2rem); }
  .home-close h2 { font-size: clamp(3.5rem,15vw,4.8rem); }
  .home-close nav { align-items: center; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .home-front-door *,
  .home-front-door *::before,
  .home-front-door *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; }
}

.privacy-choices-link {
  width: fit-content;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.reader-privacy-layer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(31,36,33,.18);
  padding: 1.2rem;
  backdrop-filter: blur(4px);
}

.reader-privacy-card {
  width: min(760px,100%);
  position: relative;
  border: 1px solid rgba(79,100,84,.2);
  border-radius: 22px;
  background: #f7f0e6;
  box-shadow: 0 24px 80px rgba(31,36,33,.18);
  padding: clamp(1.5rem,4vw,2.4rem);
  color: #1f2421;
}

.reader-privacy-card h2 {
  max-width: 620px;
  margin: .55rem 0 1rem;
  font-size: clamp(2rem,5vw,3.15rem);
  line-height: .98;
}

.reader-privacy-card > p:not(.eyebrow) {
  max-width: 680px;
  color: #5f645f;
  font-size: .84rem;
  line-height: 1.65;
}

.reader-privacy-card .reader-privacy-boundary {
  margin-top: .7rem;
  color: #4f6454;
}

.reader-privacy-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
}

.reader-privacy-decline,
.reader-privacy-close {
  border: 0;
  background: transparent;
  color: #4f6454;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.reader-privacy-close {
  position: absolute;
  top: 1.2rem;
  right: 1.35rem;
}

.reader-privacy-message { margin-top: 1rem; color: #6e3b2c!important; }

@media (max-width: 640px) {
  .reader-privacy-layer { padding: .7rem; }
  .reader-privacy-actions { align-items: flex-start; flex-direction: column; }
  .reader-privacy-close { position: static; margin-top: 1rem; }
}

