/*
Theme Name: Plumeria Care Editorial
Theme URI: https://plumeria.care/
Description: A restrained editorial child theme for Plumeria Care, built on Magnitude.
Author: Plumeria Care
Template: magnitude
Version: 0.4.0
Text Domain: plumeria-care-editorial
*/

:root {
  --pc-ink: #17231d;
  --pc-forest: #0d4a36;
  --pc-forest-dark: #083326;
  --pc-sage: #dce7db;
  --pc-sage-soft: #edf3eb;
  --pc-cream: #fbf8ef;
  --pc-paper: #fffefa;
  --pc-coral: #c86f52;
  --pc-gold: #d7aa43;
  --pc-line: #d8ded5;
  --pc-muted: #657168;
  --pc-shadow: 0 18px 50px rgba(23, 35, 29, 0.09);
  --pc-radius: 22px;
  --pc-wrap: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--pc-paper);
  color: var(--pc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

body a {
  color: var(--pc-forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body a:hover,
body a:focus-visible {
  color: var(--pc-coral);
}

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

.pc-wrap {
  width: min(var(--pc-wrap), calc(100% - 48px));
  margin-inline: auto;
}

.pc-narrow {
  width: min(780px, calc(100% - 48px));
  margin-inline: auto;
}

.pc-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(216, 222, 213, 0.85);
  background: rgba(255, 254, 250, 0.94);
  backdrop-filter: blur(16px);
}

.admin-bar .pc-site-header {
  top: 32px;
}

.pc-header-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.pc-brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--pc-ink);
  text-decoration: none;
}

.pc-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.pc-brand span {
  margin-top: 5px;
  color: var(--pc-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-nav {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pc-nav > a,
.pc-mega-toggle,
.pc-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--pc-ink);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.pc-nav > a:hover,
.pc-nav > a:focus-visible,
.pc-nav > a[aria-current="page"],
.pc-mega-toggle:hover,
.pc-mega-toggle:focus-visible,
.pc-mega-toggle[aria-expanded="true"],
.pc-dropdown-toggle:hover,
.pc-dropdown-toggle:focus-visible,
.pc-dropdown-toggle[aria-expanded="true"],
.pc-dropdown-toggle.is-current {
  background: var(--pc-sage-soft);
  color: var(--pc-forest-dark);
}

.pc-nav .pc-nav-cta {
  margin-left: 8px;
  padding-inline: 18px;
  background: var(--pc-forest);
  color: white;
}

.pc-nav .pc-nav-cta:hover,
.pc-nav .pc-nav-cta:focus-visible {
  background: var(--pc-forest-dark);
  color: white;
}

.pc-mega-toggle svg,
.pc-dropdown-toggle svg {
  transition: transform 180ms ease;
}

.pc-mega-toggle[aria-expanded="true"] svg,
.pc-dropdown-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.pc-mega-panel,
.pc-dropdown-panel {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  left: 0;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(216, 222, 213, 0.7);
  border-bottom: 1px solid var(--pc-line);
  background: rgba(255, 254, 250, 0.985);
  box-shadow: 0 22px 48px rgba(23, 35, 29, 0.15);
}

.pc-mega-panel[hidden],
.pc-dropdown-panel[hidden] {
  display: none;
}

.pc-mega-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(230px, 1.12fr);
  gap: 18px;
}

.pc-mega-group {
  padding: 8px 14px 2px;
}

.pc-mega-kicker {
  display: block;
  margin: 0 0 12px;
  color: var(--pc-coral);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-mega-group a {
  display: block;
  padding: 10px 0;
  border-radius: 0;
  color: var(--pc-ink);
  text-decoration: none;
}

.pc-mega-group a + a {
  border-top: 1px solid rgba(216, 222, 213, 0.7);
}

.pc-mega-group a strong,
.pc-mega-group a span {
  display: block;
}

.pc-mega-group a strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 600;
}

.pc-mega-group a span {
  margin-top: 3px;
  color: var(--pc-muted);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.35;
}

.pc-mega-group a:hover strong,
.pc-mega-group a:focus-visible strong {
  color: var(--pc-forest);
}

.pc-mega-ask {
  position: relative;
  display: grid;
  min-height: 222px;
  align-content: center;
  overflow: hidden;
  padding: 24px 118px 22px 24px;
  border: 1px solid rgba(203, 214, 192, 0.9);
  border-radius: 22px;
  background: linear-gradient(145deg, #eef3e7, #fff8ea);
  color: var(--pc-ink);
  text-decoration: none;
}

.pc-mega-ask img {
  position: absolute;
  right: -4px;
  bottom: 0;
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.pc-mega-ask strong,
.pc-mega-ask > span:not(.pc-mega-kicker),
.pc-mega-ask em {
  display: block;
}

.pc-mega-ask strong {
  max-width: 190px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.36rem;
  line-height: 1.05;
}

.pc-mega-ask > span:not(.pc-mega-kicker) {
  max-width: 210px;
  margin-top: 8px;
  color: var(--pc-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.pc-mega-ask em {
  margin-top: 14px;
  color: var(--pc-forest);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.pc-mega-ask:hover,
.pc-mega-ask:focus-visible {
  border-color: var(--pc-sage);
  transform: translateY(-1px);
}

.pc-dropdown {
  position: static;
}

.pc-submega-grid {
  display: grid;
  grid-template-columns: minmax(225px, 1.06fr) repeat(2, minmax(0, 0.92fr)) minmax(240px, 1.1fr);
  align-items: stretch;
  gap: 18px;
}

.pc-submega-intro,
.pc-submega-feature {
  display: grid;
  align-content: center;
  min-height: 222px;
  padding: 26px;
  border: 1px solid rgba(203, 214, 192, 0.9);
  border-radius: 22px;
  background: linear-gradient(145deg, #eef3e7, #fffdf5);
}

.pc-submega-intro > strong,
.pc-submega-feature > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.08;
}

.pc-submega-intro > span {
  display: block;
  margin-top: 10px;
  color: var(--pc-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.pc-submega-feature {
  background:
    radial-gradient(circle at 96% 8%, rgba(215, 170, 67, 0.22), transparent 34%),
    linear-gradient(145deg, #f7f0dc, #fffaf0);
  color: var(--pc-ink);
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.pc-submega-feature-warm {
  background:
    radial-gradient(circle at 96% 8%, rgba(200, 111, 82, 0.18), transparent 35%),
    linear-gradient(145deg, #fbf0e9, #fffaf3);
}

.pc-submega-feature em {
  display: block;
  margin-top: 22px;
  color: var(--pc-forest);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.pc-submega-feature:hover,
.pc-submega-feature:focus-visible {
  border-color: var(--pc-sage);
  color: var(--pc-forest-dark);
  transform: translateY(-1px);
}

.pc-menu-toggle {
  display: none;
  min-width: 46px;
  min-height: 42px;
  border: 1px solid var(--pc-line);
  border-radius: 12px;
  background: white;
  color: var(--pc-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.pc-eyebrow {
  margin: 0 0 18px;
  color: var(--pc-coral);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pc-display,
.pc-section-title,
.pc-page-title,
.pc-article-title,
.pc-card-title {
  margin-top: 0;
  color: var(--pc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.pc-display {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  line-height: 0.96;
}

.pc-section-title {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.03;
}

.pc-page-title,
.pc-article-title {
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 1;
}

.pc-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(215, 170, 67, 0.2), transparent 31%),
    linear-gradient(135deg, #fbf8ef 0%, #f2f4e7 100%);
}

.pc-hero::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(13, 74, 54, 0.13);
  border-radius: 50%;
  content: "";
}

.pc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 72px;
}

.pc-hero-copy > p:not(.pc-eyebrow) {
  max-width: 680px;
  margin: 0 0 30px;
  color: #445149;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.6;
}

.pc-hero-media {
  position: relative;
}

.pc-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 180px 180px 28px 28px;
  box-shadow: var(--pc-shadow);
  object-fit: cover;
}

.pc-hero-note {
  position: absolute;
  right: -24px;
  bottom: 38px;
  max-width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(13, 74, 54, 0.15);
  border-radius: 16px;
  background: rgba(255, 254, 250, 0.95);
  box-shadow: 0 12px 28px rgba(23, 35, 29, 0.12);
  color: var(--pc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

.pc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pc-button,
body .pc-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid var(--pc-forest);
  border-radius: 999px;
  background: var(--pc-forest);
  color: white;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.pc-button:hover,
.pc-button:focus-visible {
  background: var(--pc-forest-dark);
  color: white;
}

.pc-button.pc-button-secondary {
  background: transparent;
  color: var(--pc-forest);
}

.pc-button.pc-button-secondary:hover,
.pc-button.pc-button-secondary:focus-visible {
  background: white;
}

.pc-section {
  padding: 92px 0;
}

.pc-section-muted {
  background: var(--pc-cream);
}

.pc-section-dark {
  background: var(--pc-forest-dark);
  color: white;
}

.pc-section-dark .pc-section-title,
.pc-section-dark .pc-eyebrow {
  color: white;
}

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

.pc-section-head > div {
  max-width: 760px;
}

.pc-section-head p:last-child {
  margin-bottom: 0;
  color: var(--pc-muted);
  font-size: 1.05rem;
}

.pc-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.pc-story-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: white;
  box-shadow: 0 8px 26px rgba(23, 35, 29, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pc-story-card:hover {
  box-shadow: var(--pc-shadow);
  transform: translateY(-4px);
}

.pc-story-image {
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, var(--pc-sage), var(--pc-cream));
}

.pc-story-image img,
.pc-story-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 260ms ease;
}

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

.pc-story-placeholder {
  background:
    radial-gradient(circle at 78% 20%, rgba(200, 111, 82, 0.35), transparent 24%),
    linear-gradient(140deg, var(--pc-sage), var(--pc-cream));
}

.pc-story-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.pc-story-category {
  margin-bottom: 10px;
  color: var(--pc-coral);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pc-story-category a {
  color: inherit;
  text-decoration: none;
}

.pc-card-title {
  margin-bottom: 14px;
  font-size: 1.62rem;
  line-height: 1.12;
}

.pc-card-title a {
  color: var(--pc-ink);
  text-decoration: none;
}

.pc-card-title a:hover,
.pc-card-title a:focus-visible {
  color: var(--pc-forest);
}

.pc-story-excerpt {
  color: #4e5b53;
  font-size: 0.93rem;
  line-height: 1.62;
}

.pc-story-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-size: 0.76rem;
}

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

.pc-companion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pc-companion-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  text-decoration: none;
}

.pc-companion-card:hover,
.pc-companion-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.11);
  color: white;
  transform: translateY(-3px);
}

.pc-companion-card span {
  margin-bottom: 44px;
  color: #d6eadf;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pc-companion-card strong {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
}

.pc-companion-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  line-height: 1.55;
}

.pc-companion-card b {
  margin-top: auto;
  padding-top: 24px;
  color: white;
  font-size: 0.78rem;
}

.pc-contributor-callout {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  border: 1px solid #d7d5c8;
  border-radius: 28px;
  background: white;
  box-shadow: var(--pc-shadow);
}

.pc-contributor-copy {
  padding: 52px;
}

.pc-contributor-copy p {
  max-width: 700px;
  color: var(--pc-muted);
}

.pc-contributor-aside {
  display: flex;
  min-height: 320px;
  align-items: end;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(13, 74, 54, 0.12), rgba(8, 51, 38, 0.9)),
    url("https://plumeria.care/wp-content/uploads/2017/02/Aztec-Peach_9213-1024x683.jpg") center / cover;
  color: white;
}

.pc-contributor-aside p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.pc-archive-hero,
.pc-page-hero,
.pc-article-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 58px;
  border-bottom: 1px solid var(--pc-line);
  background:
    radial-gradient(circle at 92% 15%, rgba(215, 170, 67, 0.17), transparent 28%),
    var(--pc-cream);
}

.pc-archive-intro,
.pc-page-intro,
.pc-article-deck {
  max-width: 760px;
  margin: 0;
  color: var(--pc-muted);
  font-size: 1.12rem;
}

.pc-editorial-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 64px;
}

.pc-editorial-hero-copy .pc-page-title {
  max-width: 820px;
  margin-bottom: 22px;
}

.pc-editorial-hero-copy .pc-archive-intro,
.pc-editorial-hero-copy .pc-page-intro {
  line-height: 1.65;
}

.pc-hero-actions {
  margin-top: 30px;
}

.pc-hero-card {
  position: relative;
  display: grid;
  min-height: 292px;
  align-content: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(203, 214, 192, 0.95);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 170, 67, 0.2), transparent 34%),
    rgba(255, 254, 250, 0.94);
  box-shadow: 0 18px 44px rgba(23, 35, 29, 0.08);
}

.pc-hero-card > strong {
  position: relative;
  display: block;
  max-width: 360px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.15;
}

.pc-hero-card ul {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pc-hero-card li {
  position: relative;
  padding: 9px 0 9px 22px;
  border-top: 1px solid rgba(216, 222, 213, 0.75);
  color: var(--pc-muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.pc-hero-card li::before {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pc-coral);
  content: "";
}

.pc-hero-links {
  display: grid;
  margin-top: 20px;
}

.pc-hero-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid rgba(216, 222, 213, 0.78);
  color: var(--pc-ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.pc-hero-links a:hover,
.pc-hero-links a:focus-visible {
  color: var(--pc-forest);
}

.pc-hero-card-stat > strong {
  color: var(--pc-forest);
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  line-height: 0.9;
}

.pc-hero-card-stat > span {
  margin-top: 10px;
  color: var(--pc-ink);
  font-weight: 800;
}

.pc-hero-card-stat > p:last-child {
  margin: 22px 0 0;
  color: var(--pc-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

#pc-page-details,
#pc-archive-stories {
  scroll-margin-top: 112px;
}

.pc-search-form {
  display: flex;
  max-width: 620px;
  gap: 10px;
  margin-top: 30px;
}

.pc-search-form label {
  flex: 1;
}

.pc-search-form input[type="search"] {
  width: 100%;
  min-height: 50px;
  padding: 10px 16px;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: white;
  color: var(--pc-ink);
  font: inherit;
}

.pc-search-form button {
  min-height: 50px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--pc-forest);
  color: white;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
}

.pc-pagination {
  margin-top: 46px;
  text-align: center;
}

.pc-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pc-pagination a,
.pc-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: white;
  text-decoration: none;
}

.pc-pagination .current {
  border-color: var(--pc-forest);
  background: var(--pc-forest);
  color: white;
}

.pc-author-summary {
  display: grid;
  max-width: 900px;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.pc-author-summary img {
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 10px 32px rgba(23, 35, 29, 0.12);
}

.pc-author-summary .pc-page-title {
  margin-bottom: 10px;
}

.pc-author-summary p {
  margin-bottom: 0;
  color: var(--pc-muted);
}

.pc-contributor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pc-contributor-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--pc-line);
  border-radius: 18px;
  background: white;
}

.pc-contributor-card img {
  border-radius: 50%;
}

.pc-contributor-card h2 {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.15;
}

.pc-contributor-card h2 a {
  color: var(--pc-ink);
  text-decoration: none;
}

.pc-contributor-card p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 0.79rem;
}

.pc-page-content {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 100px;
}

.pc-page-content > *:first-child {
  margin-top: 0;
}

.pc-page-content h2,
.pc-page-content h3,
.pc-article-content h2,
.pc-article-content h3 {
  color: var(--pc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.pc-page-content h2,
.pc-article-content h2 {
  margin-top: 2.1em;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.08;
}

.pc-page-content h3,
.pc-article-content h3 {
  margin-top: 1.8em;
  font-size: 1.65rem;
}

.pc-page-content .wp-block-group,
.pc-page-content .wp-block-columns {
  max-width: 100%;
}

.pc-page-content .alignfull {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  border-radius: var(--pc-radius);
}

.pc-page-content .wp-block-button__link {
  border-radius: 999px;
  font-weight: 750;
}

.pc-page-content .frm_forms,
.pc-page-content .frm-show-form {
  margin-top: 30px;
  padding: 32px;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: white;
  box-shadow: 0 10px 34px rgba(23, 35, 29, 0.06);
}

.pc-page-content .frm_forms input,
.pc-page-content .frm_forms textarea,
.pc-page-content .frm_forms select {
  min-height: 48px;
  border: 1px solid #cdd5cd !important;
  border-radius: 10px !important;
  background: #fffefa !important;
  font: inherit !important;
}

.pc-page-content .frm_forms textarea {
  min-height: 160px;
}

.pc-page-content .frm_forms button,
.pc-page-content .frm_forms input[type="submit"] {
  min-height: 48px;
  padding: 10px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--pc-forest) !important;
  color: white !important;
  font-weight: 800 !important;
}

.pc-article-hero .pc-wrap {
  max-width: 980px;
}

.pc-article-kicker {
  margin-bottom: 14px;
  color: var(--pc-coral);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pc-article-kicker a {
  color: inherit;
  text-decoration: none;
}

.pc-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: var(--pc-muted);
  font-size: 0.82rem;
}

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

.pc-article-media {
  width: min(1120px, calc(100% - 48px));
  margin: 52px auto 0;
}

.pc-article-media img {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: 26px;
  box-shadow: var(--pc-shadow);
  object-fit: cover;
}

.pc-article-content {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 96px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.85;
}

.pc-article-content > p:first-child {
  font-size: 1.25rem;
}

.pc-article-content a {
  font-weight: 600;
}

.pc-article-content iframe,
.pc-article-content video {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.pc-article-content blockquote {
  margin: 2.2em 0;
  padding: 8px 0 8px 28px;
  border-left: 4px solid var(--pc-coral);
  color: #3f4c44;
  font-size: 1.22rem;
}

.pc-guide-next {
  width: min(900px, calc(100% - 48px));
  margin: -44px auto 28px;
  padding: 36px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  border: 1px solid rgba(23, 78, 58, 0.22);
  border-radius: var(--pc-radius);
  background:
    radial-gradient(circle at top right, rgba(225, 155, 116, 0.2), transparent 34%),
    linear-gradient(135deg, #eef5ed 0%, #f8f3e9 100%);
  box-shadow: 0 18px 45px rgba(28, 56, 44, 0.1);
}

.pc-guide-next h2 {
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--pc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 500;
  line-height: 1.13;
}

.pc-guide-next-copy > p:not(.pc-eyebrow):not(.pc-guide-domain) {
  max-width: 650px;
  margin: 0;
  color: var(--pc-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.pc-guide-domain {
  margin: 16px 0 0;
  color: var(--pc-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-guide-action {
  min-width: 220px;
  text-align: center;
}

.pc-companion-next {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto 28px;
}

.pc-article-content + .pc-companion-next {
  margin-top: -44px;
}

.pc-companion-head {
  margin: 0 0 20px;
}

.pc-companion-head h2 {
  margin: 0 0 8px;
  color: var(--pc-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.3vw, 2rem);
  font-weight: 500;
  line-height: 1.16;
}

.pc-companion-head > p:not(.pc-eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--pc-muted);
  line-height: 1.65;
}

.pc-article-companion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
}

.pc-article-companion-card {
  min-width: 0;
  padding: 25px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(23, 78, 58, 0.2);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(28, 56, 44, 0.07);
  color: var(--pc-ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pc-article-companion-card:hover,
.pc-article-companion-card:focus-visible {
  border-color: rgba(23, 78, 58, 0.46);
  box-shadow: 0 14px 32px rgba(28, 56, 44, 0.11);
  color: var(--pc-ink);
  transform: translateY(-2px);
}

.pc-article-companion-card.is-ask {
  border-color: var(--pc-line);
  background: #f7f9f5;
  box-shadow: none;
}

.pc-article-companion-site {
  margin: 0 0 10px;
  color: var(--pc-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pc-article-companion-card strong {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.22;
}

.pc-article-companion-description {
  margin: 0 0 18px;
  color: var(--pc-muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.pc-article-companion-link {
  margin-top: auto;
  color: var(--pc-green);
  font-size: 0.86rem;
  font-weight: 750;
}

.pc-article-footer {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto 100px;
  padding: 38px;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: var(--pc-cream);
}

.pc-article-footer h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.pc-site-footer {
  padding: 70px 0 26px;
  background: #0a3025;
  color: rgba(255, 255, 255, 0.77);
}

.pc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr;
  gap: 60px;
}

.pc-footer-brand {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.05;
}

.pc-footer-grid h2 {
  margin: 0 0 18px;
  color: white;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pc-footer-grid p {
  max-width: 460px;
  font-size: 0.9rem;
}

.pc-footer-links {
  display: grid;
  gap: 8px;
}

.pc-footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  text-decoration: none;
}

.pc-footer-links a:hover,
.pc-footer-links a:focus-visible {
  color: white;
}

.pc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.73rem;
}

.pc-empty {
  padding: 80px 0;
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 1050px) {
  .pc-nav > a,
  .pc-mega-toggle,
  .pc-dropdown-toggle {
    padding-inline: 8px;
    font-size: 0.82rem;
  }

  .pc-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .pc-mega-ask {
    min-height: 178px;
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 880px) {
  .admin-bar .pc-site-header {
    top: 46px;
  }

  .pc-header-inner {
    min-height: 78px;
  }

  .pc-brand span {
    display: none;
  }

  .pc-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pc-nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--pc-line);
    background: var(--pc-paper);
    box-shadow: 0 18px 40px rgba(23, 35, 29, 0.12);
  }

  .pc-nav.is-open {
    display: flex;
  }

  .pc-nav > a,
  .pc-nav .pc-nav-cta {
    margin: 0;
    padding: 12px 14px;
  }

  .pc-mega,
  .pc-dropdown {
    width: 100%;
  }

  .pc-mega-toggle,
  .pc-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 14px;
  }

  .pc-dropdown-panel,
  .pc-mega-panel {
    position: static;
    right: auto;
    left: auto;
    width: auto;
    margin: 4px 0 8px;
    padding: 14px 0 4px;
    border: 1px solid var(--pc-line);
    border-radius: 18px;
    background: white;
    box-shadow: none;
    transform: none;
  }

  .pc-mega-grid,
  .pc-submega-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .pc-mega-group {
    padding: 12px 18px;
  }

  .pc-mega-ask {
    min-height: 174px;
    margin: 6px 12px 10px;
    grid-column: 1 / -1;
  }

  .pc-submega-intro,
  .pc-submega-feature {
    min-height: 174px;
    margin: 6px 12px 10px;
    padding: 22px;
  }

  .pc-editorial-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pc-hero-card {
    max-width: 660px;
    min-height: 0;
  }

  .pc-hero {
    padding: 60px 0 72px;
  }

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

  .pc-hero-media {
    max-width: 620px;
  }

  .pc-hero-media img {
    aspect-ratio: 16 / 10;
    border-radius: 26px;
  }

  .pc-hero-note {
    right: 18px;
  }

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

  .pc-contributor-callout {
    grid-template-columns: 1fr;
  }

  .pc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .pc-wrap,
  .pc-narrow,
  .pc-page-content,
  .pc-article-content,
  .pc-article-media,
  .pc-guide-next,
  .pc-companion-next,
  .pc-article-footer {
    width: min(100% - 32px, var(--pc-wrap));
  }

  .pc-guide-next {
    margin: -32px auto 22px;
    padding: 26px 24px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pc-guide-action {
    width: 100%;
    min-width: 0;
  }

  .pc-article-content + .pc-companion-next {
    margin-top: -32px;
  }

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

  .pc-article-companion-card {
    padding: 22px;
  }

  .pc-brand strong {
    font-size: 1.35rem;
  }

  .pc-nav {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
  }

  .pc-mega-grid,
  .pc-submega-grid {
    grid-template-columns: 1fr;
  }

  .pc-mega-ask,
  .pc-submega-intro,
  .pc-submega-feature {
    grid-column: auto;
  }

  .pc-display {
    font-size: clamp(2.45rem, 11vw, 3.5rem);
  }

  .pc-section,
  .pc-page-content {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .pc-section-head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 32px;
  }

  .pc-story-grid,
  .pc-companion-grid,
  .pc-contributor-grid,
  .pc-footer-grid {
    grid-template-columns: 1fr;
  }

  .pc-companion-card {
    min-height: 220px;
  }

  .pc-contributor-copy,
  .pc-contributor-aside {
    padding: 32px 26px;
  }

  .pc-archive-hero,
  .pc-page-hero,
  .pc-article-hero {
    padding: 54px 0 44px;
  }

  .pc-editorial-hero-grid {
    gap: 28px;
  }

  .pc-hero-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .pc-page-title,
  .pc-article-title {
    font-size: clamp(2.2rem, 10vw, 3.35rem);
  }

  .pc-author-summary {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .pc-contributor-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .pc-page-content .frm_forms,
  .pc-page-content .frm-show-form {
    padding: 22px 18px;
  }

  .pc-article-content {
    padding-top: 48px;
    font-size: 1.04rem;
  }

  .pc-footer-bottom {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .pc-actions,
  .pc-button {
    width: 100%;
  }

  .pc-search-form {
    flex-direction: column;
  }

  .pc-search-form button {
    width: 100%;
  }
}
