/*
Theme Name: Pivot Peace
Theme URI: https://pivotpeace.com/
Author: Kimberly McCombs
Description: A calm editorial WordPress block theme supporting the mental wellbeing of entrepreneurs and self-employed people.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: pivotpeace
*/

:root {
  --pp-navy: #14283a;
  --pp-navy-soft: #203b4d;
  --pp-sage: #7f9183;
  --pp-sage-dark: #53675c;
  --pp-pale-sage: #e4e9e2;
  --pp-cream: #f7f5ef;
  --pp-paper: #fff;
  --pp-sand: #dfc49b;
  --pp-clay: #a9654f;
  --pp-line: rgba(20, 40, 58, 0.14);
  --pp-muted: #566571;
  --pp-shadow: 0 24px 60px rgba(20, 40, 58, 0.12);
  --pp-display: "spirits-neutral", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  text-underline-offset: 0.18em;
}

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

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 45%, rgba(127, 145, 131, 0.2), transparent 30%),
    #0d2233;
  color: var(--pp-paper);
  opacity: 0;
  transition: opacity 650ms ease, visibility 650ms ease;
}

.site-intro--active {
  opacity: 1;
}

.site-intro--leaving {
  visibility: hidden;
  opacity: 0;
}

.site-intro__brand {
  display: grid;
  place-items: center;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 750ms ease;
}

.site-intro--active .site-intro__brand {
  transform: translateY(0);
  opacity: 1;
}

.site-intro__mark {
  width: 48px;
  height: 58px;
  margin-bottom: 1.2rem;
}

.site-intro__mark::before,
.site-intro__mark::after {
  width: 18px;
  height: 48px;
}

.site-intro__mark::before {
  background: var(--pp-paper);
}

.site-intro__mark::after {
  background: var(--pp-sage);
}

.site-intro__mark i {
  top: 22px;
  left: 20px;
  width: 8px;
  height: 8px;
  background: #0d2233;
}

.site-intro__name {
  color: var(--pp-paper);
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  font-weight: 550;
}

.site-intro__line {
  width: 0;
  height: 1px;
  margin: 1.15rem 0 0.9rem;
  background: rgba(255, 255, 255, 0.4);
  transition: width 900ms ease 450ms;
}

.site-intro--active .site-intro__line {
  width: min(250px, 55vw);
}

.site-intro__tagline {
  font-family: var(--pp-display);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 700ms ease 800ms;
}

.site-intro--active .site-intro__tagline {
  opacity: 0.78;
}

.site-intro__skip {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
}

.site-intro-open {
  overflow: hidden;
}

.site-sticky-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d2233;
  color: var(--pp-paper);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  padding: 0.75rem 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--pp-paper);
  text-decoration: none;
  white-space: nowrap;
}

.brand-name {
  font-size: 1.7rem;
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.brand-name span {
  color: var(--pp-sage);
  font-weight: 450;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 34px;
  transform: rotate(45deg);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  width: 11px;
  height: 29px;
  border-radius: 999px;
  content: "";
}

.brand-mark::before {
  top: -1px;
  left: 4px;
  background: var(--pp-paper);
}

.brand-mark::after {
  right: 3px;
  bottom: -1px;
  background: var(--pp-sage);
}

.brand-mark i {
  position: absolute;
  top: 13px;
  left: 12px;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0d2233;
}

.main-navigation a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #e8c7ac;
}

.header-cta .wp-block-button__link {
  background: var(--pp-cream) !important;
  color: var(--pp-navy) !important;
  padding: 0.68rem 1.15rem;
  font-size: 0.86rem;
}

.sticky-topic-tabs {
  position: sticky;
  top: 78px;
  z-index: 40;
  overflow-x: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #10293c;
  color: var(--pp-paper);
  scrollbar-width: thin;
}

.sticky-topic-tabs > .wp-block-group {
  min-width: max-content;
  min-height: 45px;
}

.sticky-topic-tabs .wp-block-navigation__container {
  gap: 0.2rem;
  flex-wrap: nowrap;
}

.sticky-topic-tabs a {
  color: rgba(255, 255, 255, 0.82);
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.sticky-topic-tabs a:hover,
.sticky-topic-tabs a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: var(--pp-paper);
}

.topic-label {
  margin: 0 0.55rem 0 0;
  color: #e8c7ac;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(4rem, 8vw, 7rem);
}

.hero-section-full {
  display: flex;
  min-height: calc(100svh - 78px);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 25, 38, 0.86) 0%, rgba(10, 25, 38, 0.68) 35%, rgba(10, 25, 38, 0.12) 68%, rgba(10, 25, 38, 0.05) 100%),
    url("assets/images/pivotpeace-hero.png") center 57% / cover no-repeat;
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.hero-section-full::after {
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(transparent, rgba(10, 25, 38, 0.3));
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-section-full .hero-copy {
  width: min(100%, 660px);
  max-width: 660px;
  margin: 0 auto 0 0;
  color: var(--pp-paper);
}

.hero-section-full .hero-copy > * {
  animation: hero-copy-in 900ms both;
}

.hero-section-full .hero-copy > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-section-full .hero-copy > :nth-child(3) {
  animation-delay: 180ms;
}

.hero-section-full .hero-copy > :nth-child(4) {
  animation-delay: 270ms;
}

.hero-section-full .hero-copy > :nth-child(5) {
  animation-delay: 350ms;
}

.motion-enabled [data-reveal] {
  transform: translateY(28px);
  opacity: 0;
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), opacity 700ms ease;
}

.motion-enabled [data-reveal].is-revealed {
  transform: translateY(0);
  opacity: 1;
}

.topic-card,
.article-card,
.value-card,
.resource-card {
  will-change: transform;
}

@keyframes hero-copy-in {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-breathe {
  from {
    background-position: center 57%;
  }
  to {
    background-position: center 53%;
  }
}

.hero-copy h1 {
  max-width: 700px;
  margin-top: 0.55rem;
  color: rgba(255, 252, 245, 0.94);
  font-family: var(--pp-display);
  font-size: clamp(3.25rem, 5.35vw, 5.15rem) !important;
  font-weight: 300;
  letter-spacing: 0.006em;
  line-height: 1.08;
  -webkit-font-smoothing: antialiased;
  text-wrap: balance;
}

.hero-section-full .eyebrow {
  color: #e8c7ac;
}

.eyebrow {
  margin-bottom: 0.7rem;
  color: var(--pp-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.microcopy {
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.66);
}

.hero-section-full .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(247, 245, 239, 0.96);
  color: var(--pp-navy);
}

.wp-block-button__link {
  padding: 0.84rem 1.35rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 40, 58, 0.16);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--pp-navy);
  color: var(--pp-navy);
}

.intro-section {
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.intro-section h2,
.section-heading h2 {
  max-width: 740px;
  margin-top: 0;
  letter-spacing: -0.025em;
}

.intro-section > div:last-child {
  padding-top: 1.5rem;
}

.topics-section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  border-top: 1px solid var(--pp-line);
  border-bottom: 1px solid var(--pp-line);
  background: var(--pp-paper);
}

.section-heading {
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 2.4rem;
}

.section-heading .eyebrow {
  margin-bottom: 0.6rem;
}

.text-link {
  color: var(--pp-navy);
  font-weight: 750;
  text-decoration: none;
}

.topic-grid {
  gap: 1rem;
}

.topic-card {
  min-height: 390px;
  padding: 1.5rem;
  border: 1px solid var(--pp-line);
  border-radius: 1rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.topic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(20, 40, 58, 0.1);
}

.topic-card-money {
  background: #e4e9e2;
}

.topic-card-burnout {
  background: #e9ded5;
}

.topic-card-time {
  background: #dce6e8;
}

.topic-card-resilience {
  background: #eee7d8;
}

.topic-number {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0 0 5.2rem;
  place-items: center;
  border: 1px solid rgba(20, 40, 58, 0.35);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.topic-card h3 a,
.article-card h3 a,
.article-card .wp-block-post-title a {
  text-decoration: none;
}

.topic-card p {
  font-size: 0.94rem;
}

.topic-card .card-link {
  margin-top: 1.4rem;
  font-size: 0.82rem;
  font-weight: 750;
}

.topic-card .card-link a {
  text-decoration: none;
}

.quote-section {
  padding: clamp(5rem, 10vw, 9rem) 1.25rem;
  border-bottom: 1px solid var(--pp-line);
  background: var(--pp-pale-sage);
  text-align: center;
}

.quote-mark {
  height: 3rem;
  margin: 0;
  color: var(--pp-sage);
  font-family: var(--pp-display);
  font-size: 5rem;
  line-height: 1;
}

.editorial-quote {
  margin: 1rem 0 0;
  border: 0;
}

.editorial-quote p {
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.editorial-quote cite {
  color: var(--pp-clay);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.articles-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.article-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: 1rem;
  background: var(--pp-paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(20, 40, 58, 0.09);
}

.article-card .wp-block-post-featured-image {
  margin: 0;
}

.article-card-copy,
.placeholder-card {
  padding: 1.6rem;
}

.placeholder-card {
  min-height: 330px;
  border-top: 5px solid var(--pp-sage);
}

.placeholder-card:nth-child(2) {
  border-top-color: var(--pp-sand);
}

.placeholder-card:nth-child(3) {
  border-top-color: var(--pp-clay);
}

.article-category,
.article-category a {
  color: var(--pp-clay);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-meta {
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid var(--pp-line);
}

.article-meta a {
  font-weight: 750;
  text-decoration: none;
}

.start-card {
  gap: clamp(2rem, 6vw, 6rem);
  margin-bottom: clamp(5rem, 10vw, 9rem);
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: 1.25rem;
}

.newsletter-section {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  border-top: 1px solid rgba(20, 40, 58, 0.18);
  background: var(--pp-pale-sage) !important;
  color: var(--pp-navy) !important;
}

.newsletter-grid {
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.newsletter-eyebrow,
.newsletter-section .eyebrow {
  color: var(--pp-clay);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-form {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.5rem;
  padding: 0.42rem;
  border-radius: 999px;
  background: var(--pp-paper);
}

.newsletter-form input {
  min-width: 0;
  flex: 1;
  padding: 0.8rem 1rem;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--pp-navy);
  font: inherit;
}

.newsletter-form button {
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: var(--pp-navy);
  color: var(--pp-paper);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
}

.form-note {
  color: var(--pp-muted);
}

.site-footer {
  margin-top: 0;
  padding: clamp(4rem, 8vw, 7rem) 0 1.5rem;
  border-top: 0.65rem solid var(--pp-sand);
  background: #0d2233 !important;
  color: var(--pp-paper) !important;
}

.footer-grid {
  gap: clamp(3rem, 7vw, 7rem);
}

.brand-lockup-light {
  color: var(--pp-paper);
}

.brand-lockup-light .brand-mark::before {
  background: var(--pp-paper);
}

.brand-lockup-light .brand-mark i {
  background: var(--pp-navy);
}

.site-footer a {
  color: inherit;
}

.site-footer .wp-block-navigation a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer .wp-block-navigation a:hover {
  color: var(--pp-paper);
}

.footer-bottom {
  margin-top: 4rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom p {
  margin: 0;
}

.designer-credit {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
}

.designer-credit a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  text-decoration: none;
}

.designer-credit a:hover {
  color: var(--pp-paper);
  text-decoration: underline;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
}

.legal-page {
  padding: clamp(4rem, 9vw, 8rem) 1.25rem;
}

.legal-page__header {
  margin-bottom: clamp(3rem, 7vw, 5.5rem);
  text-align: center;
}

.legal-page__header h1 {
  margin-top: 0.4rem;
  letter-spacing: 0.005em;
}

.legal-page__header .has-small-font-size {
  color: color-mix(in srgb, var(--pp-navy) 65%, transparent);
}

.legal-page__content > * + * {
  margin-top: 1.3rem;
}

.legal-page__content h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.legal-page__content p,
.legal-page__content li {
  font-size: 1.02rem;
}

.legal-page__content code {
  padding: 0.15rem 0.35rem;
  border-radius: 0.25rem;
  background: var(--pp-pale-sage);
  font-size: 0.9em;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1000;
  display: flex;
  width: min(100% - 2.5rem, 920px);
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: #0d2233;
  color: var(--pp-paper);
  box-shadow: 0 20px 55px rgba(6, 19, 29, 0.3);
}

.cookie-notice__copy {
  max-width: 590px;
}

.cookie-notice__copy strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--pp-display);
  font-size: 1.3rem;
  font-weight: 300;
}

.cookie-notice__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  line-height: 1.5;
}

.cookie-notice__copy a {
  color: var(--pp-paper);
}

.cookie-notice__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 0.55rem;
}

.cookie-button {
  padding: 0.72rem 1rem;
  border: 1px solid var(--pp-cream);
  border-radius: 999px;
  background: var(--pp-cream);
  color: var(--pp-navy);
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
}

.cookie-button--secondary {
  background: transparent;
  color: var(--pp-paper);
}

.cookie-button:hover,
.cookie-button:focus {
  transform: translateY(-1px);
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.content-shell {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.archive-header {
  max-width: 760px;
  margin-bottom: 3rem;
}

.article-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 2.5rem;
}

.article-hero .wp-block-post-title {
  max-width: 900px;
  letter-spacing: -0.035em;
}

.article-body {
  padding: 3rem 0 5rem;
}

.article-body > * + * {
  margin-top: 1.35em;
}

.article-body p {
  font-size: 1.08rem;
}

.page-hero {
  padding: clamp(5rem, 10vw, 9rem) 1.25rem;
  text-align: center;
}

.page-hero h1,
.about-intro h1,
.contact-copy h1,
.resource-intro h1,
.newsletter-hero h1 {
  letter-spacing: 0.005em;
}

.page-hero-start {
  background:
    radial-gradient(circle at 85% 20%, rgba(223, 196, 155, 0.46), transparent 32%),
    var(--pp-cream);
}

.page-hero-topics {
  background:
    linear-gradient(135deg, rgba(228, 233, 226, 0.95), rgba(247, 245, 239, 0.9)),
    var(--pp-pale-sage);
}

.guide-steps,
.values-section,
.newsletter-details,
.resource-intro {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.step-grid,
.values-grid,
.choice-grid {
  gap: 1rem;
}

.step-card,
.value-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid var(--pp-line);
  border-radius: 1rem;
  background: var(--pp-paper);
}

.step-number {
  color: var(--pp-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.start-chooser {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.choice-grid {
  margin-top: 2.4rem;
}

.choice-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.choice-card h3 {
  min-height: 5.5rem;
}

.reflection-card,
.founder-note {
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: clamp(4.5rem, 9vw, 8rem);
  margin-bottom: clamp(4.5rem, 9vw, 8rem);
  padding: clamp(2.5rem, 6vw, 5rem);
  border-radius: 1.25rem;
}

.topic-directory {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.topic-feature {
  align-items: center;
  gap: clamp(2.5rem, 8vw, 8rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.25rem;
}

.topic-feature + .topic-feature {
  margin-top: 1rem;
}

.topic-feature .topic-number {
  margin-bottom: 3rem;
}

.topic-feature-money {
  background: #e4e9e2;
}

.topic-feature-burnout {
  background: #e9ded5;
}

.topic-feature-time {
  background: #dce6e8;
}

.topic-feature-resilience {
  background: #eee7d8;
}

.about-page,
.contact-page,
.resources-page {
  padding-top: clamp(4.5rem, 9vw, 8rem);
}

.about-intro,
.contact-layout {
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.about-statement {
  padding-top: 1rem;
}

.about-origin {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.about-origin > .wp-block-group {
  gap: clamp(3rem, 8vw, 8rem);
}

.about-editorial {
  padding-top: 0;
}

.about-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: clamp(3rem, 9vw, 8rem);
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.about-editorial-copy {
  max-width: 760px;
}

.about-editorial-copy h1 {
  max-width: 720px;
  margin: 0.22em 0 0.42em;
  font-size: clamp(3.45rem, 6.4vw, 6.35rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.about-editorial-copy > p:not(.eyebrow) {
  max-width: 680px;
}

.about-editorial-copy .about-deck {
  margin-top: 0;
  font-size: clamp(1.16rem, 1.7vw, 1.42rem);
  line-height: 1.58;
}

.about-hero-note {
  position: relative;
  max-width: 350px;
  padding: 2.2rem 0 0 2rem;
  border-top: 1px solid var(--pp-clay);
}

.about-hero-note::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  color: var(--pp-clay);
  content: "“";
  font-family: "spirits-neutral", "Iowan Old Style", Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
}

.about-hero-note > p:first-child {
  margin: 0;
  font-family: "spirits-neutral", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 300;
  line-height: 1.25;
}

.about-hero-note-label {
  margin-top: 1.5rem;
  color: var(--pp-muted);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-feature {
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 12% 85%, rgba(188, 139, 111, 0.16), transparent 31%),
    var(--pp-pale-sage);
}

.founder-feature-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(3.5rem, 10vw, 9rem);
}

.about-portrait {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  margin: 0;
  border-radius: 48% 48% 1.5rem 1.5rem;
  background:
    url("assets/images/deanna-burasco.jpg") 50% 30% / cover no-repeat,
    var(--pp-paper);
  box-shadow: 1.25rem 1.25rem 0 rgba(20, 40, 58, 0.1);
}

.about-portrait::after {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(20, 40, 58, 0.28);
  border-radius: 50%;
  content: "";
}

.founder-copy {
  max-width: 650px;
}

.founder-copy h2 {
  margin: 0.12em 0 0.2em;
  font-size: clamp(3.1rem, 5.7vw, 5.6rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
}

.founder-copy .founder-intro {
  max-width: 580px;
  margin: 0 0 1.8rem;
  color: var(--pp-clay);
  font-family: "spirits-neutral", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
  line-height: 1.3;
}

.founder-copy > p:not(.eyebrow):not(.founder-intro) {
  max-width: 610px;
  margin-top: 1.1rem;
  font-size: 1.03rem;
  line-height: 1.78;
}

.about-principles {
  padding-top: clamp(5rem, 10vw, 9rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.about-principles-heading {
  max-width: 630px;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.about-principles-heading h2 {
  margin: 0.15em 0 0;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--pp-line);
}

.about-principles-grid > * {
  padding: 2rem clamp(1.25rem, 3vw, 2.5rem) 0;
  border-left: 1px solid var(--pp-line);
}

.about-principles-grid > *:first-child {
  padding-left: 0;
  border-left: 0;
}

.about-principles-grid h3 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
  font-weight: 300;
}

.about-principles-grid p:last-child {
  max-width: 330px;
  margin-bottom: 0;
  color: var(--pp-muted);
  line-height: 1.65;
}

.principle-number {
  margin: 0;
  color: var(--pp-clay);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.contact-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--pp-line);
  border-radius: 1.25rem;
  background: var(--pp-paper);
  box-shadow: 0 20px 50px rgba(20, 40, 58, 0.08);
}

.crisis-note {
  margin-top: 2rem;
  padding: 1.4rem;
  border-radius: 0.75rem;
}

.contact-form,
.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form {
  gap: 1.1rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label > span {
  font-size: 0.82rem;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--pp-line);
  border-radius: 0.55rem;
  background: var(--pp-cream);
  color: var(--pp-navy);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.65rem !important;
}

.contact-form__consent input {
  width: auto;
  margin-top: 0.3rem;
}

.contact-form__consent span {
  color: color-mix(in srgb, var(--pp-navy) 72%, transparent);
  font-weight: 400 !important;
}

.contact-form__honeypot {
  position: absolute;
  left: -10000px;
}

.contact-form button {
  justify-self: start;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--pp-navy);
  color: var(--pp-paper);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.form-status {
  margin-bottom: 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 0.55rem;
}

.form-status--success {
  background: var(--pp-pale-sage);
}

.form-status--error {
  background: #f1dfd8;
}

.contact-expectations {
  gap: 1rem;
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.newsletter-page {
  padding: 0;
}

.newsletter-hero {
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.newsletter-hero > .wp-block-group {
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.provider-placeholder {
  padding: 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.55);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.provider-placeholder strong {
  display: block;
  margin-bottom: 0.4rem;
}

.provider-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.resource-intro {
  text-align: center;
}

.resource-grid {
  gap: 1rem;
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.resource-card {
  height: 100%;
  min-height: 300px;
  padding: 1.6rem;
  border: 1px solid var(--pp-line);
  border-radius: 1rem;
  background: var(--pp-paper);
}

.resource-card-coming {
  background: var(--pp-pale-sage);
}

.resource-status {
  color: var(--pp-clay);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .header-cta {
    display: none;
  }

  .topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-grid .wp-block-column {
    width: auto !important;
  }
}

@media (max-width: 782px) {
  .site-sticky-header {
    position: relative;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-name {
    font-size: 1.45rem;
  }

  .sticky-topic-tabs {
    top: 0;
    position: relative;
  }

  .hero-section {
    padding-top: 3.25rem;
  }

  .hero-section-full {
    min-height: calc(100svh - 68px);
    padding: 5rem 0 3rem;
    background:
      linear-gradient(180deg, rgba(10, 25, 38, 0.73) 0%, rgba(10, 25, 38, 0.42) 53%, rgba(10, 25, 38, 0.2) 100%),
      url("assets/images/pivotpeace-hero.png") 59% center / cover no-repeat;
  }

  .hero-section-full .hero-copy {
    display: flex;
    width: 100%;
    min-height: calc(100svh - 165px);
    flex-direction: column;
    justify-content: center;
  }

  .topic-grid {
    grid-template-columns: 1fr;
  }

  .topic-card {
    min-height: 330px;
  }

  .topic-number {
    margin-bottom: 3.5rem;
  }

  .newsletter-form {
    display: grid;
    border-radius: 1rem;
  }

  .newsletter-form button {
    width: 100%;
  }

  .choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-grid .wp-block-column {
    width: auto !important;
  }

  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-notice__actions {
    width: 100%;
  }

  .cookie-button {
    flex: 1;
  }

  .about-editorial-hero,
  .founder-feature-inner {
    grid-template-columns: 1fr;
  }

  .about-editorial-hero {
    align-items: start;
    gap: 3.5rem;
  }

  .about-hero-note {
    max-width: 560px;
  }

  .about-portrait {
    width: min(88%, 480px);
    margin-inline: auto;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
    border-top: 0;
  }

  .about-principles-grid > *,
  .about-principles-grid > *:first-child {
    padding: 1.8rem 0;
    border-top: 1px solid var(--pp-line);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: 2.65rem !important;
    line-height: 1.08;
  }

  .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wp-block-button,
  .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

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

  .contact-form__row,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .choice-card h3 {
    min-height: auto;
  }

  .cookie-notice {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: calc(100% - 1.5rem);
    padding: 1rem;
  }

  .cookie-notice__actions {
    flex-direction: column-reverse;
  }

  .about-editorial-copy h1 {
    font-size: 3rem;
    line-height: 1.02;
  }

  .about-portrait {
    width: calc(100% - 1.25rem);
    box-shadow: 0.8rem 0.8rem 0 rgba(20, 40, 58, 0.1);
  }

  .founder-copy h2 {
    font-size: 3.3rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .site-intro {
    display: none !important;
  }

  [data-reveal] {
    transform: none !important;
    opacity: 1 !important;
  }
}
