/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(8.9993518068%, 33.8251498947%, 66.0986874088%);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(24.6666666667%, 24.6666666667%, 24.6666666667%);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(96.9803921569%, 96.9803921569%, 96.9803921569%);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(93.9803921569%, 93.9803921569%, 93.9803921569%);
  border: 1px solid rgb(86.9803921569%, 86.9803921569%, 86.9803921569%);
  border-bottom-color: rgb(78.9803921569%, 78.9803921569%, 78.9803921569%);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(25.9803921569%, 25.9803921569%, 25.9803921569%);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(25.9803921569%, 25.9803921569%, 25.9803921569%);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(25.9803921569%, 25.9803921569%, 25.9803921569%);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

:root {
  --ink: #171717;
  --muted: #6b6b6b;
  --surface: #ffffff;
  --subtle: #f7f7f8;
  --line: #e5e5e5;
  --line-strong: #cfcfcf;
  --site-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --site-font-size: 16px;
  --site-line-height: 1.65;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--site-font);
  font-size: var(--site-font-size);
  line-height: var(--site-line-height);
}

button,
input,
select,
textarea {
  font-family: var(--site-font);
}

a,
a:visited {
  color: var(--ink);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--muted);
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrapper {
  max-width: 1120px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 64px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.site-header__tools {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-left: auto;
}

.site-title,
.site-title:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.site-title__crest {
  display: block;
  width: 28px;
  height: 31px;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-nav {
  float: none;
  margin-left: 0;
  line-height: 1;
}

.language-switcher {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.language-switcher__details {
  display: inline-block;
}

.language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2rem;
  padding: 0.25rem 0.35rem;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 400;
  list-style: none;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.language-switcher__toggle::-webkit-details-marker {
  display: none;
}

.language-switcher__toggle::marker {
  display: none;
}

.language-switcher__toggle:hover,
.language-switcher__details[open] .language-switcher__toggle {
  color: var(--muted);
}

.language-switcher__toggle:focus,
.language-switcher__toggle:focus-visible {
  outline: none;
  box-shadow: none;
}

.language-switcher__flag {
  display: block;
  flex: 0 0 auto;
  width: 1.5rem;
  height: 0.75rem;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 1px;
  object-fit: cover;
}

.language-switcher__label {
  white-space: nowrap;
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 30;
  min-width: 0;
  padding: 0.25rem 0;
}

.language-switcher__menu a,
.language-switcher__menu a:visited {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.25rem 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.language-switcher__menu a:hover,
.language-switcher__menu a:focus-visible {
  color: var(--muted);
}

.language-switcher__menu a:focus,
.language-switcher__menu a:focus-visible {
  outline: none;
  box-shadow: none;
}

.site-nav .page-link {
  margin-left: 1.1rem;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
}

.site-nav .page-link:hover,
.site-nav .page-link[aria-current=page] {
  color: var(--muted);
  text-decoration: underline;
}

.page-content {
  padding: clamp(2rem, 5vw, 4rem) 0 5rem;
}

.personal-home,
.civic-home {
  max-width: 900px;
  margin: 0 auto;
}

.civic-hero {
  max-width: 820px;
  padding: 1rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
}

.civic-hero h1.civic-hero__brand {
  display: flex;
  align-items: center;
  gap: 0.32em;
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(2.8rem, 8vw, 5.25rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.civic-hero__brand img {
  display: block;
  width: 0.92em;
  height: 1.02em;
  flex: 0 0 auto;
  object-fit: contain;
}

.civic-hero__brand span {
  display: block;
}

.civic-hero__lead {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 2rem;
}

.button-link,
.button-link:visited {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 700;
  text-decoration: none;
}

.button-link:hover {
  background: var(--muted);
  color: var(--surface);
}

.text-link {
  font-weight: 700;
}

.profile-hero {
  max-width: 760px;
  padding: 1rem 0 3.5rem;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.profile-hero h1 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
}

.profile-hero__lead {
  max-width: 60ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.profile-section {
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}

.patriotic-message {
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--line-strong);
  border-left: 4px solid #af0000;
  background: #fffaf5;
}

.patriotic-message h2 {
  max-width: 24ch;
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.patriotic-message p:not(.eyebrow) {
  max-width: 72ch;
}

.patriotic-message p:last-child {
  margin-bottom: 0;
}

.intro-section p {
  max-width: 72ch;
  color: var(--muted);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.collaboration h2,
.article-index h1 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.section-heading p:not(.eyebrow),
.collaboration p,
.page-lead {
  color: var(--muted);
}

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

.profile-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.profile-card h3 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.plain-list,
.principle-list,
.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.plain-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

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

.principle-list li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
}

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

.principle-card,
.initiative-card,
.dossier-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.initiative-card--featured,
.dossier-card--featured {
  border-color: #a9c7d3;
  background: #f1f7fa;
}

.principle-card h3,
.initiative-card h3,
.dossier-card h2 {
  margin: 0 0 0.7rem;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.3;
}

.principle-card p,
.initiative-card p,
.dossier-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.card-label {
  margin: 0 0 0.65rem !important;
  color: var(--muted) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.card-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: underline;
}

.news-card__media {
  display: block;
  width: 140px;
  height: 88px;
  margin: 0;
  padding: 0;
}

.news-card__media img {
  display: block;
  width: 140px;
  height: 88px;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: cover;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.news-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.news-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.news-card--no-media .news-card__body {
  grid-column: 1/-1;
}

.news-card__body {
  min-width: 0;
}

.news-card__heading {
  margin: 0 0 0.55rem;
  line-height: 1.4;
}

.news-card__heading h3 {
  display: inline;
  margin: 0;
  font-size: 1.05rem;
}

.news-card__date {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.news-card__separator {
  color: var(--muted);
  font-size: 1.05rem;
}

.news-card__body > p:not(.card-label) {
  font-size: 0.94rem;
}

.news-card .card-link {
  margin-top: 0.9rem;
  font-size: 0.9rem;
}

.news-card__more {
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .news-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0.75rem;
  }
  .news-card__media,
  .news-card__media img {
    width: 104px;
    height: 72px;
  }
}
.collaboration {
  padding-right: clamp(1rem, 5vw, 3rem);
  padding-left: clamp(1rem, 5vw, 3rem);
  border-left: 2px solid var(--ink);
  background: var(--surface);
}

.collaboration p {
  max-width: 68ch;
  margin-bottom: 0;
}

.article-list {
  border-top: 1px solid var(--line);
}

.article-list li {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem;
  align-items: baseline;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.article-list time {
  color: var(--muted);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
}

.article-list a {
  font-weight: 600;
  text-decoration: none;
}

.article-list a:hover {
  text-decoration: underline;
}

.article-index {
  max-width: 900px;
  margin: 0 auto;
}

.article-index .page-lead {
  max-width: 65ch;
  margin: 0 0 2rem;
}

.dossier-index,
.dossier-page {
  max-width: 900px;
  margin: 0 auto;
}

.dossier-page h1 {
  margin-bottom: 0.75rem;
}

.dossier-prose {
  max-width: 75ch;
}

.dossier-prose h2 {
  margin-top: 2.5rem;
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.link-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.link-list li {
  margin: 0.65rem 0;
}

.source-note {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.9rem;
}

.source-note--compact {
  margin-top: 0.65rem;
  padding: 0;
  border-left: 0;
  font-size: 0.76rem;
}

.europa-feed-page {
  max-width: 900px;
}

.feed-tools {
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.feed-tools a {
  font-weight: 700;
}

.rss-feed {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.rss-item {
  padding: 1.35rem 0 1.5rem;
  border-bottom: 1px solid var(--line);
}

.rss-item__meta,
.rss-item__source {
  color: var(--muted);
  font-size: 0.8rem;
}

.rss-item__meta {
  margin: 0 0 0.5rem;
  font-variant-numeric: tabular-nums;
}

.rss-item h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.rss-item h2 a {
  text-decoration: none;
}

.rss-item h2 a:hover {
  text-decoration: underline;
}

.rss-item__summary {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
}

.rss-item__source {
  margin: 0.75rem 0 0;
}

.rss-item__source a {
  color: var(--ink);
  font-weight: 700;
}

.page-heading,
.post-title {
  color: var(--ink);
  letter-spacing: -0.04em;
}

.post-list {
  margin: 0;
}

.post-list > li {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: none;
}

.post-meta {
  color: var(--muted);
  font-size: 0.8rem;
}

.post-link {
  color: var(--ink);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.post-content,
.post-list > li {
  overflow-wrap: anywhere;
}

.post-content img,
.post-list img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.post-media {
  float: right;
  width: min(24%, 240px);
  margin: 0.25rem 0 1rem 2rem;
}

.post-video iframe {
  display: block;
  width: 100% !important;
  height: 135px;
  margin: 0 !important;
  border: 0;
  border-radius: 6px;
  background: var(--subtle);
}

.post-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  width: 100%;
  margin: 0.75rem 0 0;
}

.post-gallery figure {
  margin: 0;
}

.post-gallery img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--subtle);
}

.post-gallery img[title] {
  cursor: help;
}

.post-media-clear {
  clear: both;
}

@media (max-width: 640px) {
  .post-media {
    float: none;
    width: min(100%, 340px);
    margin: 1rem auto;
  }
  .post-video iframe {
    height: 191px;
  }
}
.post-content iframe,
.post-list iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin: 1.25rem 0;
  border: 0;
  border-radius: 6px;
  background: var(--subtle);
}

.post-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  align-items: start;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-inner p {
  margin: 0;
}

.footer-author {
  margin-top: 0.35rem !important;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 1rem;
}

.footer-links a {
  color: var(--ink);
  font-weight: 600;
}

.comments {
  max-width: 78ch;
  margin: 2.5rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.comments__intro,
.comments__status {
  color: var(--muted);
}

.comments__list {
  margin-top: 1.25rem;
}

.comment {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.comment__header {
  margin-bottom: 0.6rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.comment__body > :last-child {
  margin-bottom: 0;
}

.comment__avatar {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 0.75rem 0.5rem 0;
  border-radius: 50%;
}

.comment__body {
  clear: both;
}

.comments__refresh {
  min-height: 40px;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
}

:root {
  --petition-ink: #171717;
  --petition-muted: #5d6b73;
  --petition-blue: #2a7ae2;
  --petition-paper: #f5f7f8;
  --petition-line: #dfe5e8;
  --petition-accent: var(--petition-blue);
}

.petition-page {
  max-width: 1180px;
  margin: 0 auto;
}

.petition-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: clamp(1.5rem, 6vw, 5rem);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid #21394a;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 18%, rgba(42, 122, 226, 0.45), transparent 28%), linear-gradient(135deg, #102636 0%, #173e53 58%, var(--petition-blue) 100%);
  color: #fff;
  box-shadow: 0 18px 50px rgba(21, 36, 51, 0.14);
}

.petition-hero::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.petition-hero__copy,
.petition-hero__mark {
  position: relative;
  z-index: 1;
}

.petition-hero__eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.petition-hero h1 {
  max-width: 11ch;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 5.75rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.petition-hero__lead {
  max-width: 66ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
}

.petition-hero__mark {
  align-self: end;
  padding-left: 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.petition-hero__mark-number {
  display: block;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
}

.petition-hero__mark-label {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.petition-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 3.25rem);
  align-items: start;
  margin-top: 2rem;
}

.petition-sidebar {
  position: sticky;
  top: 5.25rem;
}

.petition-sidebar__card,
.petition-sidebar__note {
  padding: 1.15rem;
  border: 1px solid var(--petition-line);
  border-radius: 14px;
  background: var(--petition-paper);
}

.petition-sidebar__label {
  margin: 0 0 0.6rem;
  color: var(--petition-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.petition-sidebar__links a {
  display: block;
  padding: 0.65rem 0;
  border-top: 1px solid var(--petition-line);
  color: var(--petition-ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.petition-sidebar__links a:first-child {
  border-top: 0;
}

.petition-sidebar__links a:hover,
.petition-sidebar__links a:focus-visible {
  color: var(--petition-blue);
  text-decoration: underline;
}

.petition-sidebar__note {
  margin-top: 0.85rem;
  background: transparent;
}

.petition-sidebar__note p {
  margin: 0 0 0.9rem;
  color: var(--petition-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.petition-sidebar__note a,
.petition-document-bar a {
  display: block;
  color: var(--petition-blue);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}

.petition-sidebar__note a:hover,
.petition-document-bar a:hover {
  text-decoration: underline;
}

.petition-content {
  min-width: 0;
  padding: clamp(1.35rem, 4vw, 3.5rem);
  border: 1px solid var(--petition-line);
  border-radius: 24px;
  background: #fff;
  color: var(--petition-ink);
  box-shadow: 0 14px 36px rgba(21, 36, 51, 0.06);
  font-size: 1.02rem;
}

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

.petition-content > p:first-child {
  max-width: 66ch;
  color: var(--petition-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.petition-content h1,
.petition-content h2,
.petition-content h3,
.petition-content h4 {
  color: var(--petition-ink);
  letter-spacing: -0.045em;
  line-height: 1.15;
}

.petition-content h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.petition-content h2 {
  margin-top: 3.25rem;
  padding-top: 1.3rem;
  border-top: 2px solid var(--petition-ink);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  scroll-margin-top: 6rem;
}

.petition-content h3 {
  margin-top: 2.25rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--petition-line);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  scroll-margin-top: 6rem;
}

.petition-content h4 {
  font-size: 1.08rem;
}

.petition-content a {
  color: var(--petition-blue);
}

.petition-content a:visited {
  color: #1756a9;
}

.petition-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--petition-accent);
  background: var(--petition-paper);
  color: #30434d;
}

.petition-content hr {
  margin: 2.25rem 0;
  border: 0;
  border-top: 1px solid var(--petition-line);
}

.petition-content code {
  padding: 0.12rem 0.35rem;
  border-radius: 4px;
  background: var(--petition-paper);
  color: var(--petition-ink);
  font-size: 0.88em;
}

.petition-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border: 1px solid var(--petition-line);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(21, 36, 51, 0.1);
}

.petition-content iframe {
  display: block;
  width: 100% !important;
  min-height: 360px;
  margin: 1.5rem 0;
  border: 1px solid var(--petition-line);
  border-radius: 12px;
  background: var(--petition-paper);
}

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

.petition-content th,
.petition-content td {
  padding: 0.6rem 0.75rem;
  border: 1px solid var(--petition-line);
}

.petition-content th {
  background: var(--petition-paper);
  text-align: left;
}

.petition-page--document {
  max-width: 980px;
  margin: 0 auto;
}

.petition-document-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}

.petition-document-bar span {
  color: var(--petition-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.petition-content--document {
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .petition-hero {
    grid-template-columns: 1fr;
  }
  .petition-hero__mark {
    align-self: start;
    padding-top: 1rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    border-left: 0;
  }
  .petition-body {
    grid-template-columns: 1fr;
  }
  .petition-sidebar {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.85rem;
  }
  .petition-sidebar__note {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .site-header__inner {
    min-height: 58px;
  }
  .site-header__tools {
    gap: 0.55rem;
  }
  .site-nav {
    position: relative;
    top: auto;
    right: auto;
    float: none;
    margin-left: auto;
    border: 0;
    background: transparent;
  }
  .site-nav .nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--surface);
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: grid;
    gap: 4px;
    width: 18px;
    padding: 0;
  }
  .site-nav .menu-icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ink);
  }
  .site-nav .trigger {
    position: absolute;
    top: 48px;
    right: 0;
    min-width: 210px;
    padding: 0.45rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .site-nav .page-link {
    display: block;
    margin: 0;
    padding: 0.65rem 0.75rem;
    text-align: left;
  }
  .profile-grid,
  .principle-list,
  .principle-grid,
  .initiative-grid,
  .news-grid,
  .dossier-grid {
    grid-template-columns: 1fr;
  }
  .profile-hero {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .civic-hero {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .profile-section {
    padding: 2.25rem 0;
  }
  .collaboration {
    padding: 1.25rem 1rem;
  }
  .article-list li {
    display: block;
  }
  .article-list time {
    display: block;
    margin-bottom: 0.25rem;
  }
  .footer-inner {
    display: block;
  }
  .footer-links {
    justify-content: flex-start;
    margin-top: 0.75rem;
  }
  .footer-links a {
    display: inline-block;
  }
  .petition-hero {
    padding: 1.5rem;
    border-radius: 18px;
  }
  .petition-hero h1 {
    font-size: clamp(2.4rem, 15vw, 4.25rem);
  }
  .petition-body {
    margin-top: 1rem;
  }
  .petition-sidebar {
    grid-template-columns: 1fr;
  }
  .petition-sidebar__note {
    margin-top: 0;
  }
  .petition-content {
    padding: 1.25rem;
    border-radius: 18px;
    font-size: 1rem;
  }
  .petition-content iframe {
    min-height: 300px;
  }
  .petition-document-bar {
    display: block;
  }
  .petition-document-bar span {
    display: block;
    margin-top: 0.45rem;
  }
}
.moldoveneasca-catalog {
  max-width: 980px;
  margin: 2.5rem auto 2rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--subtle);
}

.moldoveneasca-catalog__intro {
  max-width: 68ch;
}

.moldoveneasca-catalog__intro h2 {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 1.12;
}

.moldoveneasca-catalog__intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.moldoveneasca-catalog__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.75rem 0;
}

.moldoveneasca-catalog__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.moldoveneasca-catalog__stats strong {
  color: var(--ink);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.moldoveneasca-catalog__stats span {
  color: var(--muted);
  font-size: 0.78rem;
}

.moldoveneasca-catalog__controls {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr) auto auto;
  gap: 0.75rem;
  align-items: end;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}

.moldoveneasca-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.moldoveneasca-field--wide {
  min-width: 0;
}

.moldoveneasca-field--full {
  grid-column: 1/-1;
}

.moldoveneasca-field input,
.moldoveneasca-field select,
.moldoveneasca-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 400;
}

.moldoveneasca-field textarea {
  resize: vertical;
}

.moldoveneasca-image-field {
  grid-column: 1/-1;
}

.moldoveneasca-image-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.moldoveneasca-image-input input {
  min-width: 0;
}

.moldoveneasca-image-input .moldoveneasca-icon-button {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
}

.moldoveneasca-image-input .moldoveneasca-icon-button svg {
  width: 1rem;
  height: 1rem;
}

.moldoveneasca-image-file {
  display: none;
}

.moldoveneasca-image-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.moldoveneasca-image-actions .moldoveneasca-button {
  min-height: 36px;
  padding: 0.45rem 0.7rem;
  font-size: 0.78rem;
}

.moldoveneasca-image-description,
.moldoveneasca-image-gallery-editor {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.moldoveneasca-image-description > span,
.moldoveneasca-image-gallery-editor > .moldoveneasca-field-hint:first-child {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.moldoveneasca-image-description textarea {
  width: 100%;
  box-sizing: border-box;
}

.moldoveneasca-image-gallery-list {
  display: grid;
  gap: 0.45rem;
}

.moldoveneasca-image-gallery-item {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) auto;
  gap: 0.45rem;
  align-items: start;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--subtle);
}

.moldoveneasca-image-gallery-item input,
.moldoveneasca-image-gallery-item textarea {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  padding: 0.45rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.moldoveneasca-image-gallery-item textarea {
  resize: vertical;
}

.moldoveneasca-image-gallery-item .moldoveneasca-icon-button {
  width: 2rem;
  height: 2rem;
}

.moldoveneasca-image-gallery-editor > .moldoveneasca-button {
  justify-self: start;
  min-height: 34px;
  padding: 0.4rem 0.65rem;
  font-size: 0.78rem;
}

.moldoveneasca-field-hint {
  display: block;
  margin: 0;
  color: var(--muted);
  font: inherit;
  font-weight: 400;
}

.moldoveneasca-image-preview {
  display: block;
  max-width: 100%;
  margin-top: 0.35rem;
}

.moldoveneasca-image-preview img {
  display: block;
  max-width: min(100%, 44rem);
  max-height: 28rem;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
}

.moldoveneasca-image-markup {
  display: grid;
  gap: 0.35rem;
  max-width: min(100%, 44rem);
  margin-top: 0.35rem;
}

.moldoveneasca-image-canvas {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: contain;
  object-position: top left;
  border: 1px solid var(--line);
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

.moldoveneasca-image-tools {
  display: flex;
  gap: 0.35rem;
  justify-content: flex-end;
}

.moldoveneasca-image-tools .moldoveneasca-icon-button {
  width: 2rem;
  height: 2rem;
  margin: 0;
}

.moldoveneasca-check {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.moldoveneasca-check input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--ink);
}

.moldoveneasca-button {
  min-height: 42px;
  padding: 0.62rem 0.85rem;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: var(--surface);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

.moldoveneasca-button:hover {
  background: var(--muted);
  border-color: var(--muted);
}

.moldoveneasca-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.moldoveneasca-button--quiet {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--ink);
}

.moldoveneasca-button--danger {
  border-color: #9f2525;
  background: var(--surface);
  color: #9f2525;
}

.moldoveneasca-catalog__result {
  min-height: 1.4em;
  margin: 0.8rem 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.moldoveneasca-auth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border-left: 3px solid var(--ink);
  background: var(--surface);
}

.moldoveneasca-auth p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.moldoveneasca-auth .eyebrow {
  margin-bottom: 0.2rem;
  font-size: 0.7rem;
}

.moldoveneasca-auth__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.moldoveneasca-role,
.moldoveneasca-status {
  display: inline-block;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #ececef;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.moldoveneasca-role[data-role=editor] {
  background: #e4f1e8;
  color: #1f6337;
}

.moldoveneasca-role[data-role=admin] {
  background: #fff0d8;
  color: #8a4c00;
}

.moldoveneasca-editor {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--surface);
  scroll-margin-top: 6rem;
}

.moldoveneasca-editor__heading,
.moldoveneasca-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.moldoveneasca-editor__heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.moldoveneasca-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.moldoveneasca-form__footer {
  margin-top: 1.2rem;
}

.moldoveneasca-form__footer .moldoveneasca-catalog__result {
  margin: 0;
}

.moldoveneasca-form__footer [data-tone=error] {
  color: #9f2525;
}

.post-content .moldoveneasca-table {
  display: table;
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  overflow: visible;
  border-collapse: collapse;
  white-space: normal;
}

.moldoveneasca-table th,
.moldoveneasca-table td {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  vertical-align: top;
}

.moldoveneasca-table th {
  background: var(--subtle);
  color: var(--ink);
  text-align: left;
}

.moldoveneasca-table td:first-child,
.moldoveneasca-table th:first-child {
  width: 8rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.moldoveneasca-table td p {
  margin: 0.55rem 0;
}

.moldoveneasca-table__year {
  font-weight: 700;
}

.moldoveneasca-table__author,
.moldoveneasca-table__meta {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.moldoveneasca-table__quote {
  margin: 0.65rem 0;
  padding: 0.55rem 0.8rem;
  border-left: 2px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.92rem;
}

.moldoveneasca-table__source-link {
  display: inline-block;
  margin-top: 0.55rem;
  font-weight: 700;
}

.moldoveneasca-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.moldoveneasca-table__actions .moldoveneasca-button {
  min-height: 34px;
  padding: 0.45rem 0.65rem;
  font-size: 0.78rem;
}

.moldoveneasca-status {
  margin-top: 0.65rem;
  background: #fff0d8;
  color: #8a4c00;
}

@media screen and (max-width: 780px) {
  .moldoveneasca-catalog__controls {
    grid-template-columns: 1fr 1fr;
  }
  .moldoveneasca-field--wide {
    grid-column: 1/-1;
  }
  .moldoveneasca-check {
    white-space: normal;
  }
}
@media screen and (max-width: 620px) {
  .moldoveneasca-catalog {
    margin-top: 1.75rem;
    padding: 1rem;
    border-radius: 10px;
  }
  .moldoveneasca-catalog__stats,
  .moldoveneasca-form-grid {
    grid-template-columns: 1fr;
  }
  .moldoveneasca-catalog__controls {
    grid-template-columns: 1fr;
  }
  .moldoveneasca-field--wide,
  .moldoveneasca-field--full {
    grid-column: auto;
  }
  .moldoveneasca-auth,
  .moldoveneasca-editor__heading,
  .moldoveneasca-form__footer {
    align-items: stretch;
    flex-direction: column;
  }
  .moldoveneasca-auth__actions {
    justify-content: flex-start;
  }
  .moldoveneasca-image-gallery-item {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .moldoveneasca-image-gallery-item input,
  .moldoveneasca-image-gallery-item textarea {
    grid-column: 1;
  }
  .moldoveneasca-image-gallery-item .moldoveneasca-icon-button {
    grid-column: 2;
    grid-row: 1/span 2;
    align-self: start;
  }
  .post-content .moldoveneasca-table {
    display: block;
    overflow-x: auto;
  }
}
.moldoveneasca-catalog__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.8rem 0 1.6rem;
  padding: 0.65rem 0.75rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: inherit;
  font-size: inherit;
}

.moldoveneasca-catalog__status-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1.25rem;
  min-width: 0;
}

.moldoveneasca-catalog__status-summary .moldoveneasca-catalog__result {
  min-height: 0;
  margin: 0;
  color: var(--ink);
}

.moldoveneasca-catalog__status-summary strong {
  color: var(--ink);
}

.moldoveneasca-catalog__status .moldoveneasca-pagination {
  flex: 0 0 auto;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

.moldoveneasca-catalog__status .moldoveneasca-pagination .moldoveneasca-button {
  font-size: inherit;
}

@media screen and (max-width: 760px) {
  .moldoveneasca-catalog__status {
    align-items: flex-start;
    flex-direction: column;
  }
}
.moldoveneasca-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0.8rem 0 1.6rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.moldoveneasca-pagination__status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 4.2rem;
  justify-content: center;
}

.moldoveneasca-pagination__status strong {
  color: var(--ink);
  font-weight: 700;
}

.moldoveneasca-pagination .moldoveneasca-icon-button {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
}

.moldoveneasca-pagination .moldoveneasca-icon-button:disabled {
  cursor: default;
  opacity: 0.45;
}

.site-account {
  display: inline-flex;
  align-items: center;
  margin-left: 0;
}

.site-account__menu {
  position: relative;
}

.site-account [hidden] {
  display: none !important;
}

.site-account__toggle {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.site-account__toggle::-webkit-details-marker {
  display: none;
}

.site-account__toggle::marker {
  display: none;
}

.site-account__toggle:hover,
.site-account__menu[open] .site-account__toggle {
  color: var(--muted);
}

.site-account__toggle:focus-visible,
.site-account__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.site-account__toggle svg,
.site-account__avatar {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.site-account__avatar {
  border-radius: 50%;
  object-fit: cover;
}

.site-account__panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  z-index: 30;
  min-width: max-content;
  padding: 0.2rem 0;
  border: 0;
  border-radius: 0;
  background: var(--surface);
}

.site-account__profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 0;
  padding: 0.25rem 0;
}

.site-account__user {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-account__role {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 400;
  text-transform: lowercase;
}

.site-account__providers {
  display: grid;
  gap: 0.35rem;
}

.site-account__panel-label {
  margin: 0 0 0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 400;
}

.site-account__button {
  display: inline-flex;
  width: auto;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  padding: 0.25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 400;
  text-align: left;
}

.site-account__button:hover {
  color: var(--muted);
}

.site-account__button--quiet {
  margin-top: 0.45rem;
  color: var(--muted);
}

.site-account__button--quiet:hover {
  background: transparent;
}

.moldoveneasca-catalog {
  max-width: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.moldoveneasca-catalog__intro {
  max-width: 72ch;
  margin-bottom: 1.4rem;
}

.moldoveneasca-catalog__intro h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.moldoveneasca-catalog__toolbar {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.35rem;
  padding: 0.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.moldoveneasca-search {
  display: block;
  flex: 1 1 auto;
}

.moldoveneasca-search input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.58rem 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
}

.moldoveneasca-search input:focus {
  outline: 2px solid var(--ink);
  outline-offset: 1px;
}

.moldoveneasca-catalog__toolbar .moldoveneasca-button {
  min-height: 34px;
  padding: 0.45rem 0.65rem;
  white-space: nowrap;
}

.moldoveneasca-catalog__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.3rem;
}

.moldoveneasca-catalog__meta .moldoveneasca-catalog__result {
  margin: 0.45rem 0;
}

.moldoveneasca-catalog__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
  margin: 0.45rem 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.moldoveneasca-catalog__summary strong {
  color: var(--ink);
}

.post-content .moldoveneasca-table {
  min-width: 1120px;
  margin-top: 0.55rem;
  table-layout: auto;
}

.moldoveneasca-table th,
.moldoveneasca-table td {
  padding: 0.62rem 0.7rem;
  font-size: 0.86rem;
}

.moldoveneasca-table th:nth-child(1),
.moldoveneasca-table td:nth-child(1) {
  width: 8rem;
}

.moldoveneasca-table th:nth-child(2),
.moldoveneasca-table td:nth-child(2) {
  width: 7rem;
  color: var(--muted);
  white-space: nowrap;
}

.moldoveneasca-table th:nth-child(3),
.moldoveneasca-table td:nth-child(3) {
  min-width: 16rem;
}

.moldoveneasca-table th:nth-child(4),
.moldoveneasca-table td:nth-child(4) {
  min-width: 22rem;
}

.moldoveneasca-table th:nth-child(5),
.moldoveneasca-table td:nth-child(5) {
  width: 8rem;
}

.moldoveneasca-table th:nth-child(6),
.moldoveneasca-table td:nth-child(6) {
  width: 11rem;
}

.moldoveneasca-table th:nth-child(7),
.moldoveneasca-table td:nth-child(7) {
  width: 6rem;
}

.moldoveneasca-table__sort {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.moldoveneasca-table__sort:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.moldoveneasca-table__year {
  display: table-cell;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.moldoveneasca-table__title,
.moldoveneasca-table__quote,
.moldoveneasca-table__language,
.moldoveneasca-table__author,
.moldoveneasca-table__source {
  display: table-cell;
}

.moldoveneasca-table__quote {
  margin: 0;
  padding: 0.62rem 0.7rem;
  border-left: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.moldoveneasca-table__source-link {
  margin-top: 0;
  font-weight: 700;
}

.moldoveneasca-table__actions {
  margin-top: 0.5rem;
}

@media screen and (max-width: 860px) {
  .moldoveneasca-catalog__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .moldoveneasca-catalog__summary {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 620px) {
  .site-account__panel {
    right: -0.25rem;
  }
  .moldoveneasca-catalog__toolbar {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .moldoveneasca-search {
    flex-basis: 100%;
  }
  .post-content .moldoveneasca-table {
    min-width: 1120px;
  }
}
.moldoveneasca-catalog__toolbar,
.moldoveneasca-catalog__toolbar *,
.moldoveneasca-catalog__meta,
.moldoveneasca-catalog__meta *,
.moldoveneasca-table,
.moldoveneasca-table *,
.moldoveneasca-pagination,
.moldoveneasca-pagination *,
.moldoveneasca-editor form,
.moldoveneasca-editor form * {
  font-family: inherit;
  font-size: inherit;
}

.moldoveneasca-table__quote em {
  font-style: italic;
}

.post-content .moldoveneasca-table {
  table-layout: fixed;
  min-width: 1180px;
}

.moldoveneasca-table th:nth-child(1),
.moldoveneasca-table td:nth-child(1) {
  width: 8%;
}

.moldoveneasca-table th:nth-child(2),
.moldoveneasca-table td:nth-child(2) {
  width: 8%;
}

.moldoveneasca-table th:nth-child(3),
.moldoveneasca-table td:nth-child(3) {
  width: 18%;
}

.moldoveneasca-table th:nth-child(4),
.moldoveneasca-table td:nth-child(4) {
  width: 27%;
}

.moldoveneasca-table th:nth-child(5),
.moldoveneasca-table td:nth-child(5) {
  width: 10%;
}

.moldoveneasca-table th:nth-child(6),
.moldoveneasca-table td:nth-child(6) {
  width: 13%;
}

.moldoveneasca-table th:nth-child(7),
.moldoveneasca-table td:nth-child(7) {
  width: 8%;
}

.moldoveneasca-table th:nth-child(8),
.moldoveneasca-table td:nth-child(8) {
  width: 8%;
}

.moldoveneasca-table tbody tr {
  height: 3.25rem;
}

.moldoveneasca-table tbody td {
  overflow: hidden;
  vertical-align: middle;
}

.moldoveneasca-table__truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moldoveneasca-table__detail-link {
  display: block;
  width: 100%;
  overflow: hidden;
  color: inherit;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moldoveneasca-table__source-links {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moldoveneasca-table__source-link {
  display: inline;
  margin: 0;
  font-weight: inherit;
}

.moldoveneasca-table__actions-heading,
.moldoveneasca-table__actions-cell {
  text-align: center;
}

.moldoveneasca-table__actions-cell {
  overflow: visible !important;
}

.moldoveneasca-table__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
}

.moldoveneasca-table__edit-button {
  box-sizing: border-box;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  flex: 0 0 2rem;
  padding: 0;
  aspect-ratio: 1;
}

.moldoveneasca-icon-button {
  position: relative;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}

.moldoveneasca-icon-button svg {
  width: 16px;
  height: 16px;
}

.moldoveneasca-icon-button:hover,
.moldoveneasca-icon-button:focus-visible {
  border-color: var(--ink);
  background: var(--subtle);
}

.moldoveneasca-icon-button:disabled,
.moldoveneasca-icon-button:disabled:hover,
.moldoveneasca-icon-button:disabled:focus-visible {
  border-color: var(--line-strong);
  background: var(--surface);
  cursor: not-allowed;
  opacity: 0.45;
}

.moldoveneasca-icon-button--danger {
  color: #9f2525;
}

.moldoveneasca-icon-button::after {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 50%;
  z-index: 5;
  max-width: 12rem;
  padding: 0.3rem 0.45rem;
  border-radius: 4px;
  background: var(--ink);
  color: var(--surface);
  content: attr(data-tooltip);
  font-size: inherit;
  line-height: 1.25;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -0.2rem);
  transition: opacity 120ms ease, transform 120ms ease;
  white-space: nowrap;
}

.moldoveneasca-icon-button:hover::after,
.moldoveneasca-icon-button:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

body.moldoveneasca-detail-open {
  overflow: hidden;
}

body.moldoveneasca-lightbox-open {
  overflow: hidden;
}

.moldoveneasca-detail-backdrop {
  position: fixed;
  inset: 0;
  z-index: 39;
  background: rgba(23, 23, 23, 0.35);
}

.moldoveneasca-detail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  box-sizing: border-box;
  width: min(42rem, 100vw - 1rem);
  overflow-y: auto;
  padding: 1rem clamp(0.75rem, 2vw, 1.25rem);
  border-left: 1px solid var(--line);
  background: var(--surface);
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.12);
}

.moldoveneasca-detail__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.moldoveneasca-detail__heading > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.moldoveneasca-detail__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.3rem;
}

.moldoveneasca-detail__actions [data-detail-previous],
.moldoveneasca-detail__actions [data-detail-next] {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.moldoveneasca-detail__heading h3 {
  margin: 0;
  color: var(--ink);
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.moldoveneasca-detail__close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.moldoveneasca-detail__share-status {
  min-height: 1.25rem;
  margin: -0.75rem 0 1rem;
  color: var(--muted);
  font-size: 0.875rem;
}

.moldoveneasca-detail__share-status:empty {
  display: none;
}

.moldoveneasca-detail__image {
  min-width: 0;
  margin: 0 0 1rem;
}

.moldoveneasca-detail__figure,
.moldoveneasca-detail__carousel-slide {
  margin: 0;
}

.moldoveneasca-detail__image-trigger {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: var(--subtle);
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.moldoveneasca-detail__image-trigger:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.moldoveneasca-detail__image img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.moldoveneasca-detail__figure img,
.moldoveneasca-detail__carousel-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--subtle);
}

[data-detail-view] {
  min-width: 0;
}

.moldoveneasca-detail__image-caption {
  max-width: 68ch;
  margin: 0.45rem auto 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
  white-space: pre-wrap;
}

.moldoveneasca-detail__carousel {
  min-width: 0;
  outline: none;
}

.moldoveneasca-detail__carousel:focus-visible {
  border-radius: 5px;
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.moldoveneasca-detail__carousel-viewport {
  overflow: hidden;
  border-radius: 5px;
  background: var(--subtle);
  touch-action: pan-y;
}

.moldoveneasca-detail__carousel-track {
  display: flex;
  align-items: flex-start;
  transition: transform 180ms ease;
  will-change: transform;
}

.moldoveneasca-detail__carousel-slide {
  box-sizing: border-box;
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0.35rem;
}

.moldoveneasca-detail__carousel-slide img {
  width: 100%;
}

.moldoveneasca-detail__carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.45rem;
}

.moldoveneasca-detail__carousel-controls .moldoveneasca-icon-button {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 1.35rem;
  line-height: 1;
}

.moldoveneasca-detail__carousel-position {
  min-width: 3.5rem;
  color: var(--muted);
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.moldoveneasca-detail__carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.moldoveneasca-detail__carousel-indicator {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--surface);
  cursor: pointer;
}

.moldoveneasca-detail__carousel-indicator[aria-selected=true] {
  border-color: var(--ink);
  background: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  .moldoveneasca-detail__carousel-track {
    transition: none;
  }
}
.moldoveneasca-detail__content {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.moldoveneasca-detail__item {
  display: grid;
  grid-template-columns: minmax(8rem, 30%) minmax(0, 1fr);
  gap: 1rem;
  margin: 0;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.moldoveneasca-detail__item dt {
  color: var(--muted);
  font-weight: 700;
}

.moldoveneasca-detail__item dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.moldoveneasca-detail__sources a {
  margin-right: 0.25rem;
}

.moldoveneasca-detail__editor .moldoveneasca-editor {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.moldoveneasca-detail__editor .moldoveneasca-form-grid {
  grid-template-columns: 1fr;
}

.moldoveneasca-detail__editor .moldoveneasca-field--full {
  grid-column: auto;
}

.moldoveneasca-image-lightbox[hidden] {
  display: none !important;
}

.moldoveneasca-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.moldoveneasca-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.82);
  cursor: zoom-out;
}

.moldoveneasca-image-lightbox__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(96vw, 90rem);
  height: min(96vh, 70rem);
  padding: 2.75rem 0.65rem 0.65rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.moldoveneasca-image-lightbox__panel img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--subtle);
}

.moldoveneasca-image-lightbox__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (min-width: 621px) {
  [data-detail-view] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
    align-items: start;
    gap: 1rem;
  }
  [data-detail-view] > .moldoveneasca-detail__image {
    grid-column: 1;
  }
  [data-detail-view] > .moldoveneasca-detail__content {
    grid-column: 2;
  }
  [data-detail-view] > .moldoveneasca-detail__content .moldoveneasca-detail__item {
    grid-template-columns: minmax(6.5rem, 36%) minmax(0, 1fr);
    gap: 0.65rem;
  }
  [data-detail-view] > .moldoveneasca-detail__image[hidden] + .moldoveneasca-detail__content {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 620px) {
  .moldoveneasca-detail {
    width: 100vw;
    padding: 0.75rem;
  }
  .moldoveneasca-detail__heading {
    gap: 0.5rem;
  }
  .moldoveneasca-detail__actions {
    gap: 0.2rem;
  }
  .moldoveneasca-detail__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .moldoveneasca-detail__carousel-slide {
    padding: 0.2rem;
  }
  .moldoveneasca-detail__image img,
  .moldoveneasca-detail__figure img,
  .moldoveneasca-detail__carousel-slide img {
    width: 100%;
    height: min(46vh, 22rem);
    max-height: min(46vh, 22rem);
    object-fit: contain;
  }
}
.post-content .moldoveneasca-table th,
.post-content .moldoveneasca-table td {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.3;
}

.post-content .moldoveneasca-table {
  margin-top: 0.25rem;
  line-height: 1.3;
}

.moldoveneasca-table tbody tr:nth-child(odd) {
  background: var(--surface);
}

.moldoveneasca-table tbody tr:nth-child(even) {
  background: var(--subtle);
}

.moldoveneasca-table tbody td {
  color: var(--ink);
  font-weight: 400;
}

.moldoveneasca-table tbody td:nth-child(1),
.moldoveneasca-table tbody td:nth-child(2) {
  color: var(--ink);
}

.moldoveneasca-table tbody td > * {
  margin: 0;
  padding: 0;
}

.moldoveneasca-table tbody tr {
  height: 2rem;
}

.moldoveneasca-table__year {
  font-weight: 400;
}

.moldoveneasca-table__quote {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.moldoveneasca-table__source-link {
  font-weight: inherit;
}

.moldoveneasca-table__source .moldoveneasca-icon-button {
  vertical-align: middle;
}

.moldoveneasca-table__source .moldoveneasca-icon-button.is-copied {
  border-color: var(--ink);
  color: var(--ink);
}

.moldoveneasca-table__source-heading svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.moldoveneasca-table td p {
  margin: 0;
}

.post-content .moldoveneasca-table {
  margin-bottom: 0;
}

.moldoveneasca-unverified {
  margin-top: 1rem;
}

.moldoveneasca-unverified h2,
.moldoveneasca-unverified p {
  margin: 0 0 0.5rem;
}

.moldoveneasca-unverified h2 {
  font-weight: 700 !important;
}

.moldoveneasca-unverified h2 strong {
  font-weight: 700 !important;
}

.moldoveneasca-catalog__status {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 0;
  padding: 0.45rem 0;
}

.moldoveneasca-page .page-content {
  padding-top: 1.25rem;
}

.moldoveneasca-catalog__loading {
  margin: 0.8rem 0;
  color: var(--muted);
}

html[data-moldoveneasca-catalog-pending] body.moldoveneasca-page .post-content > table:first-of-type,
html[data-moldoveneasca-catalog-pending] body.moldoveneasca-page [data-catalog-status],
html[data-moldoveneasca-catalog-pending] body.moldoveneasca-page [data-ethnicity-table],
html[data-moldoveneasca-catalog-pending] body.moldoveneasca-page [data-ethnicity-status],
html[data-moldoveneasca-catalog-pending] body.moldoveneasca-page [data-unverified-status] {
  display: none !important;
}

body.moldoveneasca-page {
  --catalog-font-family: var(--site-font);
  --catalog-font-size: 0.875rem;
  --catalog-line-height: 1.4;
}

body.moldoveneasca-page,
body.moldoveneasca-page * {
  font-family: var(--catalog-font-family) !important;
  font-size: var(--catalog-font-size) !important;
  line-height: var(--catalog-line-height) !important;
}

.moldoveneasca-table__sort {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
}

.moldoveneasca-table__sort:hover,
.moldoveneasca-table__sort:focus-visible {
  border-color: transparent;
  background: transparent;
  text-decoration: none;
}

.moldoveneasca-table__sort svg {
  width: 14px;
  height: 14px;
}

.moldoveneasca-icon-button[hidden] {
  display: none !important;
}

.moldoveneasca-catalog__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.4rem;
  margin: 0.35rem 0 0.25rem;
  padding: 0;
  border: 0;
}

.moldoveneasca-search {
  display: block;
  flex: 1 1 100%;
  min-width: 0;
}

.moldoveneasca-century-filter {
  display: block;
  flex: 1 1 auto;
}

.moldoveneasca-search input,
.moldoveneasca-century-filter select,
.moldoveneasca-catalog input,
.moldoveneasca-catalog select,
.moldoveneasca-catalog textarea {
  box-sizing: border-box;
  min-height: 2rem;
  padding: 0.3rem 0.45rem !important;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.moldoveneasca-century-filter select {
  width: 100%;
}

.moldoveneasca-search input:focus,
.moldoveneasca-century-filter select:focus {
  outline: 1px solid var(--ink);
  outline-offset: 1px;
}

.moldoveneasca-table__filters {
  display: none;
}

.moldoveneasca-grid-frame {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.moldoveneasca-grid-frame > .moldoveneasca-catalog__status {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.moldoveneasca-grid-frame > .moldoveneasca-table {
  width: 58rem !important;
  min-width: 58rem !important;
  max-width: none !important;
  display: table;
  overflow: visible;
  table-layout: fixed;
  white-space: normal;
}

.moldoveneasca-grid-frame > .moldoveneasca-table {
  margin-top: 0.25rem;
}

.moldoveneasca-grid-frame > .moldoveneasca-catalog__status {
  margin: 0;
  padding: 0.35rem 0;
  border: 0;
}

.moldoveneasca-grid-frame > .moldoveneasca-selection-toolbar {
  width: 100%;
  box-sizing: border-box;
}

.moldoveneasca-grid-frame > .moldoveneasca-pagination {
  width: 100%;
  box-sizing: border-box;
}

.moldoveneasca-selection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2rem;
  margin: 0;
  padding: 0.2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.moldoveneasca-selection-toolbar[hidden] {
  display: none;
}

.moldoveneasca-selection-toolbar__select,
.moldoveneasca-selection-toolbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
}

.moldoveneasca-selection-toolbar input[type=checkbox],
.moldoveneasca-table__selection-cell input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: currentColor;
}

.moldoveneasca-table__selection-cell {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.moldoveneasca-table__selection-cell input[type=checkbox] {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 621px) {
  .post-content .moldoveneasca-table th.moldoveneasca-table__selection-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__selection-cell {
    box-sizing: border-box;
    width: 3rem !important;
    min-width: 3rem;
    max-width: 3rem;
    padding-right: 0.35rem;
    padding-left: 0.35rem;
    text-align: center;
    vertical-align: middle;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__year-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__year {
    width: 8% !important;
    min-width: 0;
    white-space: nowrap;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__title-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__title {
    width: 18% !important;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__quote-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__quote {
    width: 27% !important;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__language-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__language {
    width: 10% !important;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__author-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__author {
    width: 13% !important;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__source-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__source {
    width: 8% !important;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }
  .post-content .moldoveneasca-table th.moldoveneasca-table__actions-heading,
  .post-content .moldoveneasca-table td.moldoveneasca-table__actions-cell {
    box-sizing: border-box;
    width: 8% !important;
    min-width: 3rem;
    vertical-align: middle;
  }
  .post-content .moldoveneasca-table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }
}
.moldoveneasca-grid-frame > .moldoveneasca-table th,
.moldoveneasca-grid-frame > .moldoveneasca-table td {
  box-sizing: border-box;
  overflow-wrap: normal;
  word-break: normal;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__selection-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__selection-cell {
  width: 2.75rem !important;
  min-width: 2.75rem !important;
  max-width: 2.75rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__year-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__year {
  width: 4.5rem !important;
  min-width: 4.5rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__title-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__title {
  width: 12rem !important;
  min-width: 12rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__quote-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__quote {
  width: 15rem !important;
  min-width: 15rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__language-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__language {
  width: 4.5rem !important;
  min-width: 4.5rem !important;
  text-align: center;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__author-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__author {
  width: 6.5rem !important;
  min-width: 6.5rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__source-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__source {
  width: 4.5rem !important;
  min-width: 4.5rem !important;
  text-align: center;
}

.moldoveneasca-grid-frame > .moldoveneasca-table th.moldoveneasca-table__actions-heading,
.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__actions-cell {
  width: 3rem !important;
  min-width: 3rem !important;
}

.moldoveneasca-grid-frame > .moldoveneasca-table td.moldoveneasca-table__year {
  white-space: nowrap;
}

.post-content .moldoveneasca-table th.moldoveneasca-table__actions-heading[hidden],
.post-content .moldoveneasca-table td.moldoveneasca-table__actions-cell[hidden] {
  display: none !important;
}

.moldoveneasca-table__actions {
  min-height: 2rem;
  align-items: center;
  justify-content: center;
}

.moldoveneasca-table__actions .moldoveneasca-icon-button {
  flex: 0 0 2rem;
}

.moldoveneasca-pagination .moldoveneasca-icon-button::after {
  display: none;
}

.post-content .moldoveneasca-table th.moldoveneasca-table__language-heading,
.post-content .moldoveneasca-table th.moldoveneasca-table__source-heading {
  text-align: center;
}

.moldoveneasca-table__source-links {
  display: inline-block;
  max-width: 100%;
}

.moldoveneasca-catalog__intro {
  width: 100%;
  max-width: none;
}

.moldoveneasca-page .post-header {
  display: none;
}

.moldoveneasca-page .post-title {
  display: none;
}

.moldoveneasca-catalog__title {
  margin: 0 0 0.35rem;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.moldoveneasca-ethnicity {
  margin-top: 1rem;
}

.moldoveneasca-ethnicity__title {
  margin: 0 0 0.35rem;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.moldoveneasca-ethnicity__intro {
  margin: 0 0 0.45rem;
}

.post-content .moldoveneasca-table--ethnicity {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.moldoveneasca-table--ethnicity th:nth-child(1),
.moldoveneasca-table--ethnicity td:nth-child(1) {
  width: 4%;
}

.moldoveneasca-table--ethnicity th:nth-child(2),
.moldoveneasca-table--ethnicity td:nth-child(2) {
  width: 8%;
}

.moldoveneasca-table--ethnicity th:nth-child(3),
.moldoveneasca-table--ethnicity td:nth-child(3) {
  width: 20%;
}

.moldoveneasca-table--ethnicity th:nth-child(4),
.moldoveneasca-table--ethnicity td:nth-child(4) {
  width: 30%;
}

.moldoveneasca-table--ethnicity th:nth-child(5),
.moldoveneasca-table--ethnicity td:nth-child(5) {
  width: 12%;
}

.moldoveneasca-table--ethnicity th:nth-child(6),
.moldoveneasca-table--ethnicity td:nth-child(6) {
  width: 14%;
}

.moldoveneasca-table--ethnicity th:nth-child(7),
.moldoveneasca-table--ethnicity td:nth-child(7) {
  width: 8%;
}

.moldoveneasca-table--ethnicity th:nth-child(8),
.moldoveneasca-table--ethnicity td:nth-child(8) {
  width: 4%;
}

.moldoveneasca-table__detail-link {
  font-weight: inherit;
}

@media screen and (min-width: 621px) {
  .moldoveneasca-catalog__toolbar {
    flex-wrap: nowrap;
    align-items: center;
  }
  .moldoveneasca-search {
    flex: 1 1 auto;
  }
  .moldoveneasca-century-filter {
    flex: 0 0 10rem;
  }
  .moldoveneasca-grid-frame {
    overflow: visible;
  }
  .moldoveneasca-grid-frame > .moldoveneasca-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    table-layout: fixed;
  }
}
@media screen and (min-width: 761px) {
  .moldoveneasca-catalog__status {
    align-items: center;
    flex-direction: row;
  }
}
.skip-link,
.skip-link:visited {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  z-index: 100;
  max-width: calc(100% - 2rem);
  padding: 0.7rem 0.9rem;
  border-radius: 0.35rem;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-200%);
  transition: transform 120ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  color: var(--surface);
  transform: translateY(0);
}

.site-nav {
  position: relative;
  min-width: 0;
}

.site-nav .nav-toggle {
  display: none;
  box-sizing: border-box;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
}

.site-nav .trigger {
  position: static;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  float: none;
  min-width: 0;
}

.site-nav .page-link {
  margin-left: 0;
}

.language-switcher__menu a,
.language-switcher__menu a:visited {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .site-header__tools {
    display: flex;
    flex: 1 1 16rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    max-width: 100%;
    gap: 0.45rem 0.55rem;
    margin-left: 0;
  }
  .site-nav .nav-toggle {
    display: flex;
  }
  .site-nav .trigger {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 30;
    display: none;
    width: min(18rem, 100vw - 2rem);
    padding: 0.45rem;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    background: var(--surface);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .site-nav.is-open .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: block;
    margin: 0;
    padding: 0.7rem 0.75rem;
    text-align: left;
  }
  .language-switcher {
    flex: 0 0 auto;
    flex-wrap: wrap;
  }
  .language-switcher__menu a {
    min-width: 2.2rem;
    min-height: 2.75rem;
    padding: 0.25rem 0.3rem;
  }
  .site-account {
    flex: 0 0 auto;
    justify-content: flex-end;
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 380px) {
  .site-header__inner {
    gap: 0.4rem 0.6rem;
  }
  .site-header__tools {
    gap: 0.35rem 0.45rem;
  }
  .language-switcher {
    gap: 0.1rem;
  }
  .language-switcher__menu a {
    min-width: 2rem;
    padding-inline: 0.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
body.landing-page {
  --landing-ink: #14211b;
  --landing-paper: #f3eee2;
  --landing-paper-deep: #e7dfce;
  --landing-wine: #8c2430;
  --landing-wine-dark: #641821;
  --landing-gold: #dcae55;
  --landing-light: #fff9eb;
  --landing-line: #14211b30;
  margin: 0;
  background: var(--landing-paper);
  color: var(--landing-ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.landing-page a {
  color: inherit;
  text-decoration: none;
}

.landing-page a:focus-visible,
.landing-page button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.landing-shell {
  width: min(1380px, 100% - 80px);
  margin-inline: auto;
}

.landing-skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.7rem 0.9rem;
  color: var(--landing-ink);
  background: var(--landing-light);
  transform: translateY(-200%);
}

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

.landing-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--landing-light);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0352941176) 1px, transparent 1px) 0 0/84px 84px, linear-gradient(rgba(255, 255, 255, 0.0352941176) 1px, transparent 1px) 0 0/84px 84px, radial-gradient(circle at 74% 43%, rgba(220, 174, 85, 0.2196078431), transparent 26%), var(--landing-wine);
}

.landing-hero::before,
.landing-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.landing-hero::before {
  bottom: 4%;
  left: -220px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
  transform: rotate(45deg);
}

.landing-hero::after {
  top: 20%;
  right: 5%;
  width: 16px;
  height: 16px;
  background: var(--landing-gold);
  transform: rotate(45deg);
  box-shadow: 0 34px rgba(220, 174, 85, 0.6196078431), 0 68px rgba(220, 174, 85, 0.2784313725);
}

.landing-header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2392156863);
}

.landing-header::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 9px;
  content: "";
  opacity: 0.62;
  background: linear-gradient(135deg, var(--landing-gold) 25%, transparent 25%) -5px 0/10px 10px, linear-gradient(225deg, var(--landing-gold) 25%, transparent 25%) -5px 0/10px 10px;
}

.landing-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.landing-brand-mark {
  display: block;
  width: 40px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(64, 9, 16, 0.2392156863));
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.landing-nav a {
  color: rgba(255, 249, 235, 0.7411764706);
  transition: color 0.2s;
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  color: var(--landing-light);
}

.landing-header-action {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.4588235294);
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}

.landing-header-action:hover,
.landing-header-action:focus-visible {
  color: var(--landing-wine);
  background: var(--landing-light);
}

.landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 176px);
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: 76px;
  padding-top: 48px;
  padding-bottom: 70px;
}

.landing-hero-copy {
  max-width: 840px;
}

.landing-eyebrow,
.landing-section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--landing-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.landing-hero .landing-eyebrow {
  color: var(--landing-light);
}

.landing-eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--landing-gold);
  transform: rotate(45deg);
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p {
  margin-top: 0;
}

.landing-hero h1 {
  max-width: 900px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 6.1vw, 100px);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.92;
}

.landing-page em {
  color: var(--landing-gold);
  font-style: normal;
  font-weight: 400;
}

.landing-hero-lede {
  max-width: 730px;
  margin: 34px 0 0;
  color: rgba(255, 249, 235, 0.8196078431);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

.landing-hero-lede strong {
  color: var(--landing-light);
}

.landing-hero-actions,
.landing-closing > .landing-shell > div {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
}

.landing-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.2s, background 0.2s;
}

.landing-page a.landing-button-primary,
.landing-page a.landing-button-primary:visited {
  color: var(--landing-wine-dark);
  border: 1px solid var(--landing-light);
  background: var(--landing-light);
}

.landing-button-primary:hover,
.landing-button-primary:focus-visible {
  color: var(--landing-wine-dark);
  background: var(--landing-gold);
  transform: translateY(-2px);
}

.landing-button-light {
  color: var(--landing-wine-dark);
  background: var(--landing-light);
}

.landing-page a.landing-button-light,
.landing-page a.landing-button-light:visited {
  color: var(--landing-wine-dark);
}

.landing-button-light:hover,
.landing-button-light:focus-visible {
  color: var(--landing-wine-dark);
  background: var(--landing-gold);
  transform: translateY(-2px);
}

.landing-text-link {
  padding-block: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
  font-size: 13px;
  font-weight: 700;
}

.landing-text-link:hover,
.landing-text-link:focus-visible {
  color: var(--landing-gold);
}

.landing-emblem {
  position: relative;
  display: grid;
  width: min(500px, 38vw);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
}

.landing-orbit {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
  border-radius: 50%;
}

.landing-orbit::before,
.landing-orbit::after {
  position: absolute;
  width: 13px;
  height: 13px;
  content: "";
  background: var(--landing-gold);
  transform: rotate(45deg);
}

.landing-orbit::before {
  top: 19%;
  left: 8%;
}

.landing-orbit::after {
  right: 6%;
  bottom: 24%;
}

.landing-orbit-two {
  inset: 20%;
  border-style: dashed;
  transform: rotate(22deg);
}

.landing-orbit-two::before {
  top: -7px;
  left: 45%;
}

.landing-orbit-two::after {
  right: 45%;
  bottom: -7px;
}

.landing-emblem-core {
  position: relative;
  z-index: 1;
  display: grid;
  width: 56%;
  aspect-ratio: 1;
  color: var(--landing-light);
  isolation: isolate;
  place-items: center;
  text-align: center;
}

.landing-emblem-core::before,
.landing-emblem-core::after {
  position: absolute;
  z-index: -1;
  content: "";
  transform: rotate(45deg);
}

.landing-emblem-core::before {
  inset: 0;
  border: 1px solid var(--landing-gold);
  background: var(--landing-wine-dark);
  box-shadow: 0 28px 70px rgba(64, 9, 16, 0.2);
}

.landing-emblem-core::after {
  inset: -22%;
  border: 1px solid rgba(220, 174, 85, 0.4392156863);
  background: rgba(100, 24, 33, 0.3803921569);
}

.landing-emblem-content {
  display: grid;
  width: 100%;
  grid-template-rows: 14px 74px auto 14px;
  align-items: center;
  row-gap: 8px;
}

.landing-emblem-content > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-emblem-content strong {
  color: var(--landing-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 400;
  line-height: 1;
}

.landing-emblem-crest {
  display: block;
  width: 74px;
  height: 82px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 9px rgba(64, 9, 16, 0.1803921569));
}

.landing-orbit-label {
  position: absolute;
  color: rgba(255, 249, 235, 0.7411764706);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.landing-label-one {
  top: 8%;
  right: 12%;
}

.landing-label-two {
  bottom: 15%;
  left: -2%;
}

.landing-label-three {
  right: -6%;
  bottom: 22%;
  transform: rotate(90deg);
}

.landing-hero-foot {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 42px;
  color: rgba(255, 249, 235, 0.6705882353);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-hero-foot i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.landing-section {
  padding: 140px 0 0;
}

.landing-section-heading,
.landing-dark-heading {
  display: grid;
  grid-template-columns: 0.62fr 1.72fr 0.86fr;
  align-items: start;
  gap: 50px;
}

.landing-section-heading h2,
.landing-dark-heading h2,
.landing-method h2,
.landing-closing h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.landing-section-heading > p:last-child,
.landing-dark-heading > p:last-child {
  margin: 12px 0 0;
  color: rgba(20, 33, 27, 0.7215686275);
  font-size: 15px;
  line-height: 1.7;
}

.landing-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 100px;
  border-top: 1px solid var(--landing-line);
  border-bottom: 1px solid var(--landing-line);
}

.landing-principle {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 32px 38px 42px;
}

.landing-principle + .landing-principle {
  border-left: 1px solid var(--landing-line);
}

.landing-principle-number {
  color: var(--landing-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.landing-principle-glyph {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 48px 0 36px;
  border: 1px solid var(--landing-wine);
  place-items: center;
  transform: rotate(45deg);
}

.landing-principle-glyph i {
  width: 26px;
  height: 26px;
  border: 6px double var(--landing-gold);
}

.landing-glyph-circle {
  border-radius: 50%;
}

.landing-glyph-rosette {
  border-radius: 50% 50% 0;
  transform: none;
}

.landing-principle h3 {
  margin: auto 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.landing-principle p {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(20, 33, 27, 0.6901960784);
  font-size: 15px;
  line-height: 1.68;
}

.landing-statement-band {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
  padding: 74px 0 96px;
}

.landing-statement-band p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 45px);
  letter-spacing: -0.03em;
}

.landing-statement-band span {
  max-width: 330px;
  color: var(--landing-wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.landing-records {
  padding: 146px 0 124px;
  color: var(--landing-light);
  background: radial-gradient(circle at 84% 10%, rgba(220, 174, 85, 0.1019607843), transparent 25%), var(--landing-ink);
}

.landing-section-index-light {
  color: var(--landing-gold);
}

.landing-dark-heading > p:last-child {
  color: rgba(255, 249, 235, 0.6705882353);
}

.landing-record-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 92px;
  border: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.landing-record-grid article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 32px 30px;
}

.landing-record-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.1803921569);
}

.landing-record-grid article > span {
  color: var(--landing-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.landing-record-grid h3 {
  margin: auto 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}

.landing-record-grid p {
  margin-bottom: 0;
  color: rgba(255, 249, 235, 0.6705882353);
  font-size: 14px;
  line-height: 1.7;
}

.landing-archive-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-top: 58px;
  padding: 42px;
  color: var(--landing-ink);
  background: var(--landing-gold);
}

.landing-archive-cta > div > span {
  color: var(--landing-wine-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-archive-cta h3 {
  margin: 28px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
}

.landing-archive-cta p {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
}

.landing-method {
  padding: 130px 0 140px;
  background: var(--landing-paper-deep);
}

.landing-method-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(70px, 9vw, 140px);
}

.landing-method h2 {
  margin-top: 28px;
  font-size: clamp(52px, 5.5vw, 84px);
}

.landing-method-lede {
  max-width: 760px;
  margin: 0 0 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 45px);
  line-height: 1.22;
}

.landing-method-list {
  border-top: 1px solid var(--landing-line);
}

.landing-method-list > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--landing-line);
}

.landing-method-list strong {
  color: var(--landing-wine);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.landing-method-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.landing-closing {
  padding: 136px 0 146px;
  color: var(--landing-light);
  background: var(--landing-wine);
}

.landing-closing > .landing-shell > span {
  color: var(--landing-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.landing-closing h2 {
  max-width: 1150px;
  margin-top: 48px;
  font-size: clamp(66px, 8vw, 124px);
  line-height: 0.9;
}

.landing-footer {
  padding: 30px 0 34px;
  color: rgba(255, 249, 235, 0.7019607843);
  background: var(--landing-wine-dark);
  font-size: 12px;
}

.landing-footer .landing-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-footer-brand {
  color: var(--landing-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.landing-footer p {
  margin: 0;
}

.landing-footer nav {
  display: flex;
  gap: 22px;
}

.landing-footer a:hover,
.landing-footer a:focus-visible {
  color: var(--landing-gold);
}

@media screen and (max-width: 1040px) {
  .landing-header {
    flex-wrap: wrap;
    padding-block: 20px;
  }
  .landing-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 8px;
  }
  .landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .landing-emblem {
    width: min(440px, 70vw);
    justify-self: center;
  }
  .landing-section-heading,
  .landing-dark-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .landing-section-heading > p:last-child,
  .landing-dark-heading > p:last-child {
    max-width: 760px;
    margin-top: 0;
  }
  .landing-archive-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  .landing-shell {
    width: min(100% - 44px, 1380px);
  }
  .landing-header {
    min-height: 90px;
  }
  .landing-brand {
    font-size: 20px;
  }
  .landing-brand-mark {
    width: 32px;
    height: 36px;
  }
  .landing-nav {
    gap: 16px 22px;
    font-size: 10px;
  }
  .landing-header-action {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 10px;
  }
  .landing-hero-grid {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 104px;
  }
  .landing-hero h1 {
    font-size: 52px;
  }
  .landing-hero-lede {
    font-size: 17px;
  }
  .landing-hero-actions,
  .landing-closing > .landing-shell > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .landing-emblem {
    width: min(390px, 88vw);
  }
  .landing-hero-foot {
    display: none;
  }
  .landing-section {
    padding-top: 88px;
  }
  .landing-section-heading h2,
  .landing-dark-heading h2,
  .landing-method h2 {
    font-size: 48px;
  }
  .landing-principles,
  .landing-record-grid {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }
  .landing-principle {
    min-height: 330px;
    padding: 28px 24px 34px;
  }
  .landing-principle + .landing-principle,
  .landing-record-grid article + article {
    border-top: 1px solid var(--landing-line);
    border-left: 0;
  }
  .landing-statement-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    padding: 60px 0 76px;
  }
  .landing-records {
    padding: 88px 0;
  }
  .landing-record-grid article {
    min-height: 300px;
    padding: 28px 24px;
  }
  .landing-archive-cta {
    gap: 30px;
    margin-top: 26px;
    padding: 32px 24px;
  }
  .landing-archive-cta h3 {
    font-size: 35px;
  }
  .landing-method,
  .landing-closing {
    padding: 88px 0;
  }
  .landing-method-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .landing-method-lede {
    font-size: 30px;
  }
  .landing-method-list > div {
    grid-template-columns: 42px 1fr;
    gap: 16px;
  }
  .landing-closing h2 {
    font-size: 61px;
  }
  .landing-footer .landing-shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .landing-footer nav {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=main.css.map */