:root {
  --manifesto-shadow: 0 18px 50px rgba(49, 34, 20, 0.08);
  --manifesto-rule: 1px solid var(--wp--preset--color--line);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.wp-site-blocks > * {
  margin-block-start: 0;
}

body.admin-bar .manifesto-header {
  top: 32px;
}

.manifesto-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.manifesto-masthead {
  min-height: 7rem;
}

.manifesto-kicker,
.manifesto-section-label,
.manifesto-meta,
.manifesto-footer,
.manifesto-card .wp-block-post-terms,
.manifesto-card .wp-block-post-date {
  font-family: var(--wp--preset--font-family--sans);
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.manifesto-kicker {
  margin: 0;
  color: var(--wp--preset--color--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.manifesto-brand .wp-block-site-title {
  margin: 0;
  font-size: clamp(1.65rem, 1.2rem + 1.8vw, 2.8rem);
  line-height: 1;
}

.manifesto-brand .wp-block-site-title a,
.manifesto-header a {
  color: inherit;
  text-decoration: none;
}

.manifesto-header .wp-block-navigation-item__content {
  padding-block: 0.65rem;
}

.manifesto-header .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--gold);
}

.manifesto-hero {
  position: relative;
  overflow: hidden;
  border-bottom: var(--manifesto-rule);
}

.manifesto-hero::after {
  position: absolute;
  inset: auto -10vw -45% auto;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(177, 138, 74, 0.2);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.manifesto-hero-title {
  max-width: 18ch;
  margin-top: 0.25rem;
  text-wrap: balance;
}

.manifesto-hero-copy {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.3rem);
}

.manifesto-category-strip {
  border-block: var(--manifesto-rule);
}

.manifesto-category-strip a {
  color: var(--wp--preset--color--ink);
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.manifesto-category-strip a:hover {
  color: var(--wp--preset--color--wine);
}

.manifesto-featured {
  background: var(--wp--preset--color--surface);
  box-shadow: var(--manifesto-shadow);
}

.manifesto-featured .wp-block-post-featured-image {
  min-height: clamp(18rem, 42vw, 35rem);
  margin: 0;
}

.manifesto-featured .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto-featured-copy {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.manifesto-featured .wp-block-post-title {
  margin-block: 0.45rem 1rem;
  font-size: clamp(1.8rem, 1.3rem + 1.9vw, 3.25rem);
  text-wrap: balance;
}

.manifesto-section-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.manifesto-section-heading::after {
  flex: 1;
  height: 1px;
  background: var(--wp--preset--color--line);
  content: "";
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
}

.manifesto-card {
  height: 100%;
  overflow: hidden;
  background: var(--wp--preset--color--surface);
  border-bottom: 3px solid transparent;
  box-shadow: 0 8px 28px rgba(49, 34, 20, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.manifesto-card:hover {
  transform: translateY(-3px);
  border-bottom-color: var(--wp--preset--color--wine);
  box-shadow: var(--manifesto-shadow);
}

.manifesto-card .wp-block-post-featured-image {
  aspect-ratio: 16 / 9;
  margin: 0;
  background: #e8e1d5;
}

.manifesto-card .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifesto-card-copy {
  padding: 1.25rem 1.25rem 1.5rem;
}

.manifesto-card .wp-block-post-title {
  margin-block: 0.5rem 0.85rem;
  font-size: clamp(1.15rem, 1.03rem + 0.45vw, 1.45rem);
  line-height: 1.24;
}

.manifesto-card .wp-block-post-title a,
.manifesto-featured .wp-block-post-title a {
  color: var(--wp--preset--color--ink);
  text-decoration: none;
}

.manifesto-card .wp-block-post-excerpt {
  color: var(--wp--preset--color--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.manifesto-card .wp-block-post-excerpt__more-link {
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.manifesto-article-header {
  border-bottom: var(--manifesto-rule);
}

.manifesto-article-header .wp-block-post-title {
  max-width: 24ch;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.manifesto-article-header .wp-block-post-featured-image {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: var(--manifesto-shadow);
}

.manifesto-article-header .wp-block-post-featured-image img {
  width: 100%;
  max-height: 46rem;
  object-fit: cover;
}

.manifesto-article-content {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.manifesto-article-content p,
.manifesto-article-content li {
  white-space: normal !important;
}

.manifesto-article-content p {
  margin-block: 0 1.45em;
}

.manifesto-article-content h2,
.manifesto-article-content h3,
.manifesto-article-content h4 {
  margin-top: 2.2em;
  text-wrap: balance;
}

.manifesto-article-content img {
  max-width: 100%;
  height: auto;
}

.manifesto-article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.manifesto-article-content blockquote {
  margin-inline: 0;
  padding: 0.25rem 0 0.25rem 1.4rem;
  border-left: 4px solid var(--wp--preset--color--gold);
  color: var(--wp--preset--color--muted);
  font-size: 1.15em;
}

.manifesto-pagination,
.manifesto-post-navigation {
  padding-top: 2rem;
  border-top: var(--manifesto-rule);
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.88rem;
  font-weight: 700;
}

.manifesto-footer {
  border-top: 4px solid var(--wp--preset--color--wine);
  font-size: 0.8rem;
  line-height: 1.5;
}

.manifesto-footer .manifesto-credit-line {
  display: block;
  margin-top: 0.25rem;
  color: inherit;
  font-size: 0.78em;
  opacity: 0.55;
}

.manifesto-footer .manifesto-credit-line a {
  color: inherit;
  text-decoration: none;
}

.manifesto-footer .manifesto-credit-line:hover,
.manifesto-footer .manifesto-credit-line:focus-within {
  opacity: 0.85;
}

.manifesto-footer .manifesto-credit-line a:hover,
.manifesto-footer .manifesto-credit-line a:focus-visible {
  text-decoration: underline;
}

.manifesto-footer-policies {
  white-space: nowrap;
}

.manifesto-footer-policies a {
  color: inherit;
  opacity: 0.78;
  text-decoration: none;
}

.manifesto-footer-policies a:hover,
.manifesto-footer-policies a:focus-visible {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .manifesto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manifesto-featured-columns {
    flex-direction: column;
  }

  .manifesto-featured-columns > * {
    flex-basis: auto !important;
  }
}

@media (max-width: 600px) {
  body.admin-bar .manifesto-header {
    top: 46px;
  }

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

  .manifesto-masthead {
    position: relative;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    min-height: 5.75rem;
    flex-wrap: nowrap !important;
    gap: 0.75rem;
  }

  .manifesto-brand {
    flex: 1 1 auto;
    max-width: calc(100vw - 5rem);
    min-width: 0;
  }

  .manifesto-navigation {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    transform: none;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--surface);
  }

  .manifesto-brand .wp-block-site-tagline {
    display: none;
  }

  .manifesto-hero {
    padding-block: 3.5rem !important;
  }

  .manifesto-hero-title {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    overflow-wrap: break-word;
    font-size: 2.2rem !important;
    white-space: normal !important;
  }

  .manifesto-hero-copy {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .manifesto-featured {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .manifesto-featured .wp-block-post-featured-image {
    min-height: 14rem;
  }

  .manifesto-category-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.35rem;
  }

  .manifesto-category-strip a {
    white-space: nowrap;
  }

  .manifesto-article-header {
    padding-top: 3rem !important;
  }
}

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

  .manifesto-card {
    transition: none;
  }
}

/* Manifesto editorial list redesign v0.2.0 */
.manifesto-wordmark {
  margin: 0;
  font-size: clamp(1.65rem, 1.25rem + 1vw, 2.35rem);
  line-height: 1;
}

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

.manifesto-hero-crowd {
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(54, 8, 15, 0.92) 0%, rgba(95, 16, 27, 0.78) 48%, rgba(54, 8, 15, 0.72) 100%), url("../images/crowd-hero-v1.jpg");
  background-position: center;
  background-size: cover;
}

.manifesto-hero-crowd .wp-block-cover__background {
  opacity: 0.28 !important;
}

.manifesto-introduction-shell {
  border-top: 5px solid var(--wp--preset--color--wine);
  box-shadow: var(--manifesto-shadow);
}

.manifesto-introduction-content {
  color: #2a2824;
  font-size: 1rem;
  line-height: 1.72;
}

.manifesto-introduction-content h2 {
  margin-top: 1.4rem;
  font-size: clamp(1.35rem, 1.15rem + 0.7vw, 1.8rem);
  line-height: 1.25;
}

.manifesto-introduction-content h3,
.manifesto-introduction-content h4 {
  margin-top: 1.25rem;
  font-size: 1.02rem;
  line-height: 1.72;
}

.manifesto-introduction-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}

.manifesto-introduction-content a {
  font-weight: 700;
}

.manifesto-archive-note {
  color: var(--wp--preset--color--muted);
  font-family: var(--wp--preset--font-family--sans);
  font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.35rem);
}

.manifesto-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.manifesto-list > li {
  margin: 0;
}

.manifesto-list-item {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding-block: clamp(1.4rem, 3vw, 2.25rem);
  border-top: var(--manifesto-rule);
}

.manifesto-list > li:last-child .manifesto-list-item {
  border-bottom: var(--manifesto-rule);
}

.manifesto-list-item:not(:has(.wp-block-post-featured-image)) .manifesto-list-copy {
  grid-column: 1 / -1;
}

.manifesto-list-item .wp-block-post-featured-image {
  align-self: start;
  margin: 0;
  overflow: hidden;
  background: #e8e1d5;
}

.manifesto-list-item .wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.manifesto-list-item:hover .wp-block-post-featured-image img {
  transform: scale(1.025);
}

.manifesto-list-copy {
  align-self: center;
}

.manifesto-list-meta {
  gap: 0.8rem;
}

.manifesto-list-copy .wp-block-post-title {
  margin-block: 0.45rem 0.75rem;
  line-height: 1.22;
}

.manifesto-list-copy .wp-block-post-title a {
  color: var(--wp--preset--color--ink);
  text-decoration: none;
}

.manifesto-list-copy .wp-block-post-title a:hover {
  color: var(--wp--preset--color--wine);
}

.manifesto-list-copy .wp-block-post-excerpt {
  margin: 0;
  color: var(--wp--preset--color--muted);
}

.manifesto-list-copy .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 0.55rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.manifesto-pagination {
  margin-top: 1.4rem;
  padding-top: 2rem;
}

.manifesto-pagination .page-numbers {
  min-width: 2.5rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid var(--wp--preset--color--line);
  text-align: center;
  text-decoration: none;
}

.manifesto-pagination .page-numbers.current {
  border-color: var(--wp--preset--color--wine);
  background: var(--wp--preset--color--wine);
  color: #fff;
}

.manifesto-archive-header {
  margin-bottom: var(--wp--preset--spacing--60);
  padding-bottom: var(--wp--preset--spacing--50);
  border-bottom: 3px solid var(--wp--preset--color--wine);
}

@media (max-width: 720px) {
  .manifesto-list-item {
    grid-template-columns: minmax(120px, 36vw) minmax(0, 1fr);
    gap: 1rem;
  }

  .manifesto-list-copy .wp-block-post-excerpt {
    display: none;
  }

  .manifesto-introduction-shell {
    padding: 1.25rem !important;
  }
}

@media (max-width: 480px) {
  .manifesto-list-item {
    grid-template-columns: 1fr;
  }

  .manifesto-list-item .wp-block-post-featured-image {
    max-width: 100%;
  }

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

/* Editorial fidelity refinements v0.2.1 */
.manifesto-wordmark-tagline {
  display: block;
  margin: 0.3rem 0 0;
  max-width: 31rem;
  color: rgba(255, 252, 246, 0.82);
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.manifesto-introduction-content h2,
.manifesto-introduction-content h3,
.manifesto-introduction-content h4 {
  margin-bottom: 0.75rem;
}

.manifesto-introduction-content > :first-child {
  margin-top: 0;
}

.manifesto-primary-text {
  color: var(--wp--preset--color--wine);
}

.manifesto-underlined,
.manifesto-introduction-content u {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.manifesto-introduction-content hr,
.manifesto-intro-rule {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.75rem 0;
  border: 0;
  border-top: 1px solid var(--wp--preset--color--line);
  overflow: hidden;
}

@media (max-width: 600px) {
  .manifesto-brand .wp-block-site-tagline {
    display: block;
  }
}
.manifesto-default-text {
  color: var(--wp--preset--color--ink);
}

/* Editorial mobile navigation v0.2.4 */
@media (max-width: 600px) {
  .manifesto-navigation .wp-block-navigation__responsive-container.is-menu-open {
    inset: 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: 0;
    overflow-y: auto;
    background-color: var(--wp--preset--color--wine-dark) !important;
    background-image:
      linear-gradient(180deg, rgba(91, 8, 22, 0.98) 0%, rgba(91, 8, 22, 0.96) 60%, rgba(91, 8, 22, 0.78) 100%),
      url("../images/crowd-hero-v1.jpg");
    background-repeat: no-repeat;
    background-position: center, center bottom;
    background-size: cover, auto 48%;
  }

  .manifesto-navigation .wp-block-navigation__responsive-close,
  .manifesto-navigation .wp-block-navigation__responsive-dialog {
    width: 100%;
    min-height: 100%;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-close {
    top: 1.35rem;
    right: 1.25rem;
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    color: var(--wp--preset--color--surface);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content {
    width: min(100% - 2.5rem, 30rem);
    margin: 0 auto;
    padding: 5rem 0 2.5rem;
    align-items: stretch !important;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content::before {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--wp--preset--color--gold);
    font-family: var(--wp--preset--font-family--sans);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    content: "21ος ΑΙΩΝΑΣ  /  ΠΛΟΗΓΗΣΗ";
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content::after {
    display: block;
    max-width: 28ch;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--wp--preset--font-family--body);
    font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.35rem);
    line-height: 1.45;
    content: "Το μανιφέστο μιας σύγχρονης κοινωνικής επανάστασης.";
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .manifesto-navigation {
    position: static;
    display: flex !important;
    width: 100%;
    gap: 0 !important;
    align-items: stretch !important;
    transform: none;
    counter-reset: manifesto-menu;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    counter-increment: manifesto-menu;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    display: flex;
    width: 100%;
    padding: 0.9rem 0.15rem !important;
    align-items: center;
    color: var(--wp--preset--color--surface);
    font-family: var(--wp--preset--font-family--body);
    font-size: clamp(1.18rem, 5vw, 1.45rem);
    font-weight: 650;
    line-height: 1.2;
    text-align: left;
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content::before {
    width: 2rem;
    margin-right: 0.8rem;
    color: var(--wp--preset--color--gold);
    font-family: var(--wp--preset--font-family--sans);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    content: "0" counter(manifesto-menu);
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content::after {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.58);
    font-family: var(--wp--preset--font-family--sans);
    font-size: 1rem;
    content: "→";
  }

  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover,
  .manifesto-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:focus-visible {
    color: var(--wp--preset--color--gold);
  }
}
/* Hero authorship v0.2.5 */
.manifesto-hero-author {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.manifesto-hero-author::before {
  width: 2.25rem;
  height: 1px;
  background: var(--wp--preset--color--gold);
  content: "";
}
/* Hero author role v0.2.6 */
.manifesto-hero-role {
  margin: 0.35rem 0 0 3rem;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
/* Profile page v0.2.7 */
body.page-profil .manifesto-main > .wp-block-post-title {
  width: min(100% - 2rem, 780px);
  margin-inline: auto;
}

body.page-profil .manifesto-article-content {
  padding: clamp(1.4rem, 4vw, 3.25rem);
  background: var(--wp--preset--color--surface);
  border-top: 4px solid var(--wp--preset--color--wine);
  box-shadow: var(--manifesto-shadow);
}

body.page-profil .manifesto-article-content h3,
body.page-profil .manifesto-article-content h4,
body.page-profil .manifesto-article-content p {
  font-size: 1.04rem;
  line-height: 1.72;
}

body.page-profil .manifesto-article-content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
/* Homepage introduction accordion v0.2.8 */
.manifesto-intro-more {
  margin-top: 2rem;
  border: 1px solid rgba(111, 20, 34, 0.24);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.42);
}

.manifesto-intro-more summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  color: var(--wp--preset--color--surface);
  background: var(--wp--preset--color--wine);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  list-style: none;
  text-transform: uppercase;
}

.manifesto-intro-more summary::-webkit-details-marker {
  display: none;
}

.manifesto-intro-more summary::after {
  flex: 0 0 auto;
  color: var(--wp--preset--color--gold);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  content: "+";
}

.manifesto-intro-more[open] summary::after {
  content: "−";
}

.manifesto-intro-more summary:hover,
.manifesto-intro-more summary:focus-visible {
  background: var(--wp--preset--color--wine-dark);
}

.manifesto-intro-more summary:focus-visible {
  outline: 3px solid var(--wp--preset--color--gold);
  outline-offset: 3px;
}

.manifesto-intro-more-content {
  padding: 1.25rem 1.2rem 0.25rem;
}

@media (max-width: 600px) {
  .manifesto-intro-more summary {
    padding: 0.9rem 1rem;
    font-size: 0.72rem;
  }

  .manifesto-intro-more-content {
    padding-inline: 0.85rem;
  }
}
/* Clean profile document v0.2.10 */
body.page-profil .manifesto-profile-biography,
body.page-profil .manifesto-profile-letter {
  font-size: 1.04rem;
  line-height: 1.72;
}

body.page-profil .manifesto-profile-content-title {
  margin: 0 0 1.5rem;
  color: var(--wp--preset--color--wine);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.85rem);
  line-height: 1.3;
}

body.page-profil .manifesto-profile-figure {
  margin: 2.25rem 0;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  background: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--line);
}

body.page-profil .manifesto-profile-figure img {
  margin: 0 auto;
}

body.page-profil .manifesto-profile-letter {
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(111, 20, 34, 0.045);
  border-left: 3px solid var(--wp--preset--color--wine);
}

.manifesto-profile-letter .manifesto-profile-letter-title {
  margin: 0 0 1.25rem;
  color: var(--wp--preset--color--wine);
  font-size: clamp(1.08rem, 1rem + 0.4vw, 1.3rem);
  line-height: 1.45;
}

body.page-profil .manifesto-profile-signature {
  margin-top: 1.25rem;
  color: var(--wp--preset--color--wine);
  text-align: right;
}
/* Single-line hero authorship v0.2.11 */
.manifesto-hero-author .manifesto-hero-role {
  margin: 0 0 0 0.25rem;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.68);
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
  white-space: nowrap;
}

.manifesto-hero-author-name {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .manifesto-hero-author {
    gap: 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.035em;
  }

  .manifesto-hero-author::before {
    display: none;
  }

  .manifesto-hero-author .manifesto-hero-role {
    margin-left: 0;
    padding-left: 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0;
  }
}
/* Narrow hero authorship v0.2.12 */
@media (max-width: 340px) {
  .manifesto-hero-author {
    gap: 0.3rem;
  }

  .manifesto-hero-author .manifesto-hero-role {
    padding-left: 0.4rem;
    font-size: 0.65rem;
  }
}
/* Dedicated profile subtitle v0.2.15 */
.manifesto-profile-main .manifesto-profile-page-subtitle {
  width: min(100% - 2rem, 780px);
  margin: 0.45rem auto 2rem;
  color: var(--wp--preset--color--wine);
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.45;
}
/* Split profile letter heading v0.2.19 */
.manifesto-profile-letter .manifesto-profile-letter-heading {
  margin: 0 0 1.5rem;
}

.manifesto-profile-letter .manifesto-profile-letter-date {
  margin: 0 0 0.55rem;
  color: var(--wp--preset--color--muted);
  font-family: var(--wp--preset--font-family--sans);
  font-size: clamp(1.2rem, 1.1rem + 0.3vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.manifesto-profile-letter .manifesto-profile-letter-title {
  margin: 0;
  color: var(--wp--preset--color--wine);
  font-size: clamp(1.65rem, 1.35rem + 0.9vw, 1.95rem);
  line-height: 1.32;
}

.manifesto-profile-letter .manifesto-profile-letter-date u,
.manifesto-profile-letter .manifesto-profile-letter-title u {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
