:root {
  --paper-50: #faf8f4;
  --paper-100: #f5f1ea;
  --paper-200: #ece5db;
  --ink-900: #2c2c2c;
  --ink-700: #50575c;
  --ink-500: #757575;
  --forest: #4c6554;
  --fog: #dce3e5;
  --stone: #a79f93;
  --max: 1400px;
  --reading: 760px;
  --gutter: clamp(1.5rem, 4vw, 5rem);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper-100);
  color: var(--ink-900);
  font-family: var(--sans);
  font-size: clamp(1.05rem, 0.98rem + 0.25vw, 1.25rem);
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(167, 159, 147, 0.08), transparent 22rem),
    linear-gradient(rgba(44, 44, 44, 0.025) 1px, transparent 1px);
  background-size: auto, 100% 9px;
  opacity: 0.42;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: rgba(76, 101, 84, 0.4);
  text-underline-offset: 0.22em;
}

a:hover {
  text-decoration-color: var(--forest);
}

:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 10;
  padding: 0.45rem 0.75rem;
  background: var(--paper-50);
  color: var(--ink-900);
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  background: rgba(245, 241, 234, 0.92);
  border-bottom: 1px solid rgba(80, 87, 92, 0.12);
  backdrop-filter: blur(12px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.home-template:not(.has-scrolled) .site-header {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.home-template.has-scrolled .site-header {
  position: sticky;
}

.site-header__inner,
.site-footer__inner {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header__inner {
  min-height: 82px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand--image {
  display: inline-flex;
  align-items: center;
  width: clamp(9.5rem, 15vw, 14rem);
}

.brand--image img {
  width: 100%;
  height: auto;
}

.brand--lottie {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-lottie {
  display: inline-block;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 auto;
  transform-origin: 50% 50%;
}

.site-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.4rem);
  color: var(--ink-700);
  font-size: 0.88rem;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a {
  transition: color 220ms ease, opacity 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink-900);
}

.opening {
  min-height: calc(100svh - 82px);
  display: grid;
  justify-items: center;
  align-items: center;
  padding: clamp(5rem, 9vw, 10rem) var(--gutter) clamp(4rem, 7vw, 8rem);
}

.opening--compact {
  min-height: 62svh;
}

.opening--brand {
  min-height: 100svh;
  text-align: center;
}

.opening__inner,
.reading-column,
.section__header {
  max-width: var(--reading);
}

.opening__inner {
  width: min(var(--reading), 100%);
  margin: 0 auto;
}

.opening-brand {
  display: grid;
  justify-items: center;
}

.opening-brand h1 {
  margin-top: 1.15rem;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
}

.opening-brand p {
  margin: 1.25rem 0 0;
  color: var(--ink-700);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.4vw, 3.1rem);
  line-height: 1.1;
}

.opening-lottie {
  width: clamp(5rem, 12vw, 9rem);
  height: clamp(5rem, 12vw, 9rem);
  transform-origin: 50% 50%;
}

.scroll-cue {
  margin-top: clamp(2.8rem, 7vw, 5rem);
  color: var(--stone);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.scroll-cue:hover {
  color: var(--forest);
  transform: translateY(4px);
}

.archive-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  max-width: 940px;
  font-size: clamp(3.35rem, 7vw, 6.85rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
}

h3 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.opening__text {
  max-width: 620px;
  margin: 2.2rem 0 0;
  color: var(--ink-700);
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.35rem);
}

.section {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 12rem) 0;
}

.archive-hero {
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.section__header {
  margin-inline: auto;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.article-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(80, 87, 92, 0.16);
}

.article-preview {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.65fr);
  gap: clamp(1.5rem, 5vw, 7rem);
  padding: clamp(3rem, 6vw, 6rem) 0;
  border-bottom: 1px solid rgba(80, 87, 92, 0.16);
}

.article-preview time {
  color: var(--ink-500);
  font-size: 0.9rem;
}

.article-preview h3 {
  grid-column: 2;
  margin-top: -0.24rem;
}

.article-preview h3 a {
  text-decoration: none;
}

.article-preview p,
.about-copy p,
.reading-column p {
  max-width: var(--reading);
  color: var(--ink-700);
}

.article-preview p {
  grid-column: 2;
  margin: 1.25rem 0 0;
}

.path-archive__list {
  padding-top: 0;
}

.path-list {
  border-top: 1px solid rgba(80, 87, 92, 0.14);
}

.path-entry {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.65fr);
  gap: clamp(1.5rem, 5vw, 7rem);
  align-items: start;
  padding: clamp(3rem, 6vw, 6rem) 0;
  border-bottom: 1px solid rgba(80, 87, 92, 0.14);
}

.path-entry__meta,
.path-post__meta-line {
  color: var(--ink-500);
  font-size: 0.9rem;
}

.path-entry__meta p,
.path-post__meta-line span {
  margin: 0;
}

.path-entry__time {
  margin-top: 0.2rem;
}

.path-entry__body {
  grid-column: 2;
}

.path-entry__body h3 {
  margin-top: -0.24rem;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.path-entry__body h3 a,
.path-entry__link {
  text-decoration: none;
}

.path-entry__body p {
  max-width: var(--reading);
  margin: 1.25rem 0 0;
  color: var(--ink-700);
}

.path-entry__link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.35rem;
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 600;
}

.path-post {
  width: min(860px, 100% - (var(--gutter) * 2));
}

.path-post__header {
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

.path-post__intro {
  max-width: 26rem;
}

.path-post__invitation {
  width: min(34rem, 100%);
  margin: 0 auto clamp(4rem, 7vw, 5.5rem);
  padding-top: 1.2rem;
  border-top: 1px solid rgba(80, 87, 92, 0.14);
}

.path-post__meta-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.path-post__invitation p:last-child {
  margin: 0;
  color: var(--ink-700);
}

.path-post__content {
  width: min(40rem, 100%);
  margin: 0 auto;
}

.path-post__content h2 {
  margin-top: 2.2em;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.path-post__content h3 {
  margin-top: 1.9em;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.path-post__content hr {
  width: 100%;
  margin: clamp(2.5rem, 6vw, 4rem) 0;
}

.path-post__content ul,
.path-post__content ol {
  padding-left: 1.3rem;
}

.section--path-related {
  width: min(var(--reading), 100% - (var(--gutter) * 2));
}

.read-more,
.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.35rem;
  color: var(--forest);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.read-more {
  grid-column: 2;
}

.quote-band {
  min-height: 76svh;
  display: grid;
  place-items: center;
  padding: var(--gutter);
  background: var(--paper-50);
  border-block: 1px solid rgba(80, 87, 92, 0.12);
}

.quote-band blockquote {
  max-width: 960px;
  margin: 0;
}

blockquote p {
  color: var(--ink-900);
  font-size: clamp(2.6rem, 6vw, 6.2rem);
  text-align: center;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 9rem);
}

.quiet-image {
  margin: 0;
}

.quiet-image img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.92);
}

.section--guidance {
  display: grid;
  justify-items: center;
}

.guidance-path {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.8rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(80, 87, 92, 0.16);
}

.guidance-path article {
  display: grid;
  grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
}

.guidance-path h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.15;
}

.guidance-path p {
  margin: 0;
}

.guidance-intro {
  padding: clamp(5rem, 9vw, 9rem) var(--gutter) clamp(3rem, 6vw, 6rem);
  text-align: center;
}

.guidance-intro__inner {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.guidance-intro h1 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(3rem, 5.8vw, 5.6rem);
}

.guidance-intro p:not(.eyebrow) {
  max-width: 980px;
  margin: 1.2rem auto 0;
  color: var(--ink-700);
}

.guidance-polarity {
  width: min(var(--max), 100% - (var(--gutter) * 2));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 8rem) 0 clamp(5rem, 10vw, 11rem);
}

.guidance-polarity__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.guidance-pole {
  max-width: 430px;
}

.guidance-pole:first-child {
  justify-self: end;
}

.guidance-pole:last-child {
  justify-self: start;
}

.guidance-pole h2 {
  margin-bottom: 1.8rem;
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  text-align: center;
}

.guidance-pole p {
  margin: 0 0 1.15rem;
  color: var(--ink-700);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.14rem);
  line-height: 1.58;
}

.guidance-mark {
  display: grid;
  place-items: center;
}

.guidance-mark img {
  width: min(22rem, 100%);
  opacity: 0.96;
}

.guidance-lottie {
  width: min(22rem, 100%);
  min-height: 15rem;
}

.guidance-embodiment {
  width: 100%;
  background: var(--paper-50);
  border-block: 1px solid rgba(80, 87, 92, 0.12);
  padding-inline: var(--gutter);
}

.guidance-embodiment .reading-column {
  width: min(var(--reading), 100%);
  margin: 0 auto;
}

.contact-newsletter-band {
  width: 100%;
  padding: clamp(6rem, 11vw, 9rem) var(--gutter);
  background: var(--fog);
  border-block: 1px solid rgba(80, 87, 92, 0.12);
}

.contact-newsletter-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(4rem, 8vw, 9rem);
  width: min(1120px, 100%);
  margin: 0 auto;
}

.contact-newsletter-band__newsletter {
  padding-left: clamp(3rem, 6vw, 6rem);
  border-left: 1px solid rgba(80, 87, 92, 0.22);
}

.contact-newsletter-band__contact > * + *,
.newsletter__copy > * + * {
  margin-top: 1.25rem;
}

.contact-newsletter-band h2 {
  max-width: 12ch;
}

.contact-band__copy,
.newsletter-note {
  max-width: 40rem;
  color: var(--ink-700);
}

.contact-band__copy {
  margin: 0;
}

.contact-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.9rem 1.6rem;
  margin-top: 1.75rem;
}

.contact-band__mail {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.9rem);
  line-height: 1.15;
}

.contact-band__mail a {
  text-decoration: none;
}

.newsletter__copy {
  max-width: 40rem;
}

.newsletter-form {
  max-width: 34rem;
  margin-top: 2.5rem;
}

.newsletter-form label {
  display: block;
  margin-bottom: 0.95rem;
  color: var(--ink-700);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.newsletter-form__row {
  display: flex;
  gap: 0.85rem;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 3.4rem;
  border-radius: 0;
  font: inherit;
}

.newsletter-form input {
  width: 100%;
  min-width: 0;
  padding: 0 1rem;
  border: 0;
  border-bottom: 1px solid rgba(80, 87, 92, 0.24);
  background: rgba(250, 248, 244, 0.2);
  color: var(--ink-900);
}

.newsletter-form input::placeholder {
  color: rgba(80, 87, 92, 0.7);
}

.newsletter-form button {
  padding: 0 0.35rem;
  border: 0;
  border-bottom: 1px solid rgba(80, 87, 92, 0.2);
  background: transparent;
  color: var(--ink-900);
  cursor: pointer;
}

.newsletter-note,
.form-message {
  margin: 0;
  font-size: 1rem;
}

.form-message {
  display: none;
  margin-top: 1rem;
}

.success .form-message--success,
.error .form-message--error {
  display: block;
}

.site-footer {
  padding: 0 0 clamp(3rem, 8vw, 5rem);
  color: var(--ink-500);
  font-size: 0.88rem;
}

.site-footer__inner {
  width: min(var(--reading), 100% - (var(--gutter) * 2));
  padding-top: clamp(3.5rem, 8vw, 5rem);
  border-top: 1px solid rgba(80, 87, 92, 0.1);
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  gap: 1.2rem;
  color: var(--ink-500);
}

.pagination {
  display: grid;
  grid-template-columns: minmax(6rem, 1fr) auto minmax(6rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  width: min(34rem, 100%);
  margin: clamp(3rem, 6vw, 6rem) auto 0;
  color: var(--ink-700);
  font-size: 0.95rem;
}

.pagination a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  color: var(--forest);
  font-weight: 600;
  text-decoration: none;
}

.pagination__previous {
  justify-self: start;
}

.pagination__next {
  justify-self: end;
}

.pagination > span {
  color: var(--ink-500);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.section--archive .article-list {
  border-top: 0;
  gap: 0.4rem;
}

.section--archive .article-preview {
  position: relative;
  isolation: isolate;
  border-bottom: 0;
  padding-inline: clamp(1.1rem, 3vw, 3rem);
}

.section--archive .article-preview:nth-child(odd) {
  background: rgba(250, 248, 244, 0.62);
}

.section--archive .article-preview:nth-child(even) {
  background: rgba(236, 229, 219, 0.42);
}

@media (min-width: 821px) {
  .section--archive .article-preview {
    background: transparent;
  }

  .section--archive .article-preview::before {
    content: "";
    position: absolute;
    inset-block: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
  }

  .section--archive .article-preview:nth-child(odd)::before {
    background: rgba(250, 248, 244, 0.62);
  }

  .section--archive .article-preview:nth-child(even)::before {
    background: rgba(236, 229, 219, 0.42);
  }
}

.post-shell {
  width: min(var(--reading), 100% - (var(--gutter) * 2));
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 12rem) 0;
}

.post-header {
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.post-feature {
  margin: 0 0 clamp(4rem, 7vw, 6rem);
}

.post-feature img {
  width: 100%;
  filter: saturate(0.88) contrast(0.95);
}

.post-feature figcaption,
.gh-content figcaption {
  margin-top: 0.85rem;
  color: var(--ink-500);
  font-size: 0.85rem;
  line-height: 1.5;
}

.gh-content {
  color: var(--ink-900);
  font-size: clamp(1.12rem, 1rem + 0.35vw, 1.28rem);
  line-height: 1.85;
}

.gh-content > * {
  margin: 0 0 1.55em;
}

.gh-content > *:last-child {
  margin-bottom: 0;
}

.gh-content h2,
.gh-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.65em;
}

.gh-content h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
}

.gh-content h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.gh-content p,
.gh-content li {
  color: var(--ink-700);
}

.gh-content blockquote {
  margin: clamp(3rem, 6vw, 5rem) 0;
  padding: 0;
  border: 0;
}

.gh-content blockquote p {
  color: var(--ink-900);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
  text-align: left;
}

.gh-content a {
  color: var(--forest);
}

.gh-content hr {
  width: 8rem;
  height: 1px;
  margin: clamp(3rem, 6vw, 5rem) auto;
  border: 0;
  background: rgba(80, 87, 92, 0.24);
}

.gh-content figure {
  margin: clamp(3rem, 6vw, 5rem) 0;
}

.kg-width-wide {
  width: min(100vw - (var(--gutter) * 2), 1100px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.kg-width-full {
  width: calc(100vw - (var(--gutter) * 2));
  margin-left: 50%;
  transform: translateX(-50%);
}

.kg-gallery-container,
.kg-gallery-row {
  display: flex;
  gap: 1rem;
}

.kg-gallery-container {
  flex-direction: column;
}

.kg-gallery-image {
  flex: 1;
}

.kg-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kg-bookmark-card,
.kg-callout-card,
.kg-toggle-card {
  padding: 1.35rem 0;
  border-block: 1px solid rgba(80, 87, 92, 0.16);
}

.section--related {
  padding-top: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 900ms ease, transform 900ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .opening-lottie {
    animation: none;
  }
}

@media (max-width: 820px) {
  #archive-entries {
    scroll-margin-top: 9rem;
  }

  .site-header {
    background: rgba(245, 241, 234, 0.88);
    border-bottom-color: rgba(80, 87, 92, 0.08);
    backdrop-filter: blur(8px);
  }

  .site-header__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    min-height: auto;
    padding: 1rem 0 1.05rem;
  }

  .site-footer__inner,
  .site-footer nav {
    align-items: flex-start;
  }

  .site-footer__inner {
    flex-direction: column;
    padding: 1.35rem 0;
  }

  .brand--lottie {
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
  }

  .brand--lottie span:last-child {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    text-align: center;
    line-height: 1.05;
  }

  .brand-lottie {
    width: 1.7rem;
    height: 1.7rem;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1.15rem;
    width: min(32rem, 100%);
    color: var(--ink-500);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .site-nav a {
    display: inline-block;
    min-height: 0;
    padding: 0.1rem 0;
    border: 0;
    background: transparent;
    text-align: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }

  .opening {
    padding-top: clamp(4.5rem, 12vw, 6rem);
    padding-bottom: clamp(4.5rem, 12vw, 6.5rem);
  }

  .opening--brand {
    min-height: 100dvh;
    min-height: 100svh;
    padding-top: clamp(2.5rem, 9vw, 4rem);
    padding-bottom: clamp(3.5rem, 12vw, 5rem);
  }

  .opening__inner {
    width: min(34rem, 100%);
  }

  .opening-brand {
    gap: 1.35rem;
  }

  .opening-brand h1 {
    margin-top: 0;
    font-size: clamp(3.9rem, 16vw, 5.8rem);
    line-height: 0.95;
  }

  .opening-brand p {
    max-width: 16ch;
    margin-top: 0;
    font-size: clamp(1.7rem, 7vw, 2.45rem);
  }

  .opening-lottie {
    width: clamp(6.5rem, 24vw, 8rem);
    height: clamp(6.5rem, 24vw, 8rem);
  }

  .scroll-cue {
    margin-top: clamp(3rem, 12vw, 4.5rem);
    font-size: clamp(2.1rem, 8vw, 2.8rem);
    opacity: 0.7;
  }

  .section {
    text-align: center;
    padding: clamp(5rem, 14vw, 7.5rem) 0;
  }

  .archive-hero {
    padding-bottom: clamp(1rem, 4vw, 1.5rem);
  }

  .archive-hero .section__header {
    margin-bottom: 0;
  }

  .section--archive {
    width: 100%;
    padding-top: clamp(2.5rem, 7vw, 3.5rem);
  }

  .section__header,
  .about-copy,
  .reading-column {
    text-align: left;
  }

  .section__header {
    margin-bottom: clamp(3rem, 10vw, 4.5rem);
  }

  .about-grid {
    gap: clamp(3rem, 10vw, 4.5rem);
    text-align: center;
  }

  .about-copy {
    text-align: left;
  }

  .article-preview {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: clamp(2.5rem, 9vw, 3.5rem) 0;
  }

  .article-preview h3,
  .article-preview p,
  .read-more {
    grid-column: 1;
  }

  .article-preview time {
    margin-bottom: 0.35rem;
  }

  .path-entry {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: clamp(2.5rem, 9vw, 3.5rem) 0;
  }

  .path-entry__body {
    grid-column: 1;
  }

  .path-entry__body h3 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .path-entry__body p {
    margin-top: 1rem;
  }

  .about-grid,
  .guidance-polarity__inner {
    grid-template-columns: 1fr;
  }

  .quiet-image {
    width: min(26rem, 100%);
    margin-inline: auto;
  }

  .contact-newsletter-band {
    padding-top: clamp(5rem, 14vw, 7rem);
    padding-bottom: clamp(5rem, 14vw, 7rem);
  }

  .contact-newsletter-band__inner {
    grid-template-columns: 1fr;
    gap: clamp(4rem, 12vw, 5.5rem);
  }

  .contact-newsletter-band__newsletter {
    padding-top: clamp(4rem, 12vw, 5.5rem);
    padding-left: 0;
    border-top: 1px solid rgba(80, 87, 92, 0.22);
    border-left: 0;
  }

  .contact-newsletter-band h2 {
    max-width: 13ch;
  }

  .contact-band__actions {
    gap: 0.85rem 1.25rem;
  }

  .path-post__invitation,
  .path-post__content {
    width: min(100%, 34rem);
  }

  .path-post__meta-line {
    flex-direction: column;
    gap: 0.15rem;
  }

  .guidance-intro {
    text-align: left;
  }

  .guidance-intro p:not(.eyebrow) {
    margin-inline: 0;
  }

  .guidance-pole,
  .guidance-pole:first-child,
  .guidance-pole:last-child {
    max-width: var(--reading);
    justify-self: center;
  }

  .guidance-pole h2 {
    text-align: center;
  }

  .guidance-mark {
    order: 0;
    justify-content: center;
  }

  .guidance-mark img {
    width: min(14rem, 62vw);
  }

  .guidance-lottie {
    width: min(14rem, 62vw);
    min-height: 9rem;
    margin-inline: auto;
  }

  .newsletter-form__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .pagination {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 0.7rem;
    width: min(19rem, 100%);
    justify-items: stretch;
    text-align: center;
  }

  .pagination > span {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .pagination__previous,
  .pagination__next {
    grid-row: 2;
  }

  .pagination__previous {
    grid-column: 1;
    justify-self: start;
  }

  .pagination__next {
    grid-column: 2;
    justify-self: end;
  }

  .newsletter-form {
    max-width: none;
    width: 100%;
  }

  .guidance-path article {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .guidance-path h3 {
    text-align: center;
  }

  .kg-gallery-row {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  :root {
    --gutter: 1.15rem;
  }

  .brand {
    font-size: 1.18rem;
  }

  .site-header__inner {
    gap: 0.7rem;
    padding: 0.85rem 0 0.95rem;
  }

  .site-nav {
    gap: 0.3rem 0.95rem;
    width: min(18rem, 100%);
    font-size: 0.74rem;
  }

  .site-nav a {
    padding: 0.05rem 0;
  }

  .contact-newsletter-band {
    padding-top: clamp(4.75rem, 16vw, 6rem);
    padding-bottom: clamp(4.75rem, 16vw, 6rem);
  }

  .contact-band__copy,
  .newsletter-note {
    font-size: 0.98rem;
  }

  .contact-band__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .path-entry__meta,
  .path-post__meta-line {
    font-size: 0.84rem;
  }

  .newsletter-form label {
    margin-bottom: 0.8rem;
  }

  .newsletter-form button {
    align-self: flex-start;
  }

  .site-footer {
    font-size: 0.84rem;
  }

  .opening-brand h1 {
    font-size: clamp(4rem, 18vw, 5rem);
  }

  .opening-brand p {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
  }

  .opening__inner {
    width: min(22rem, 100%);
  }

  .opening-lottie {
    width: clamp(6.75rem, 28vw, 8.5rem);
    height: clamp(6.75rem, 28vw, 8.5rem);
  }

  h1 {
    font-size: 3rem;
  }

  blockquote p {
    text-align: left;
  }

  .quote-band {
    min-height: auto;
    padding-block: clamp(4rem, 12vw, 6rem);
  }
}
