:root {
  --ink: #0c0c0e;
  --surface: #151519;
  --surface-2: #1d1d22;
  --paper: #f4f1ec;
  --text: #17171a;
  --muted: #6f6d69;
  --muted-light: #a7a4a0;
  --wine: #780c22;
  --wine-bright: #9d1835;
  --line: rgba(23, 23, 26, .12);
  --line-dark: rgba(255,255,255,.12);
  --radius: 18px;
  --shell: min(1240px, calc(100vw - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }a { color: inherit; text-decoration: none; }
a:hover { color: var(--wine); }
button, input, textarea, select { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.site-shell--article { max-width: 820px; }
.site-main { min-height: 60vh; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.skip-link {
  position: fixed; left: 16px; top: -60px;
  z-index: 9999; padding: 10px 14px;
  background: var(--paper); color: var(--ink);
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  color: var(--paper); background: rgba(12,12,14,.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 28px; }.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  font: 700 13px/1 Georgia, serif;
  letter-spacing: .08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 700 19px/1 "Segoe UI", Arial, sans-serif; letter-spacing: .16em; }
.brand-copy small { margin-top: 6px; color: var(--muted-light); font-size: 11px; letter-spacing: .04em; }
.desktop-nav { margin-left: auto; }
.nav-list, .desktop-nav > div > ul {
  display: flex; align-items: center; gap: 24px;
  margin: 0; padding: 0; list-style: none;
}
.nav-list li, .desktop-nav li { position: relative; list-style: none; }
.nav-list a, .desktop-nav a { color: #e9e5df; font-size: 13px; font-weight: 600; }
.nav-list a:hover, .desktop-nav a:hover { color: #fff; }
.nav-list .sub-menu, .desktop-nav .children {
  position: absolute; top: 100%; left: -18px;
  min-width: 230px; padding: 16px 18px; margin: 20px 0 0;
  background: #17171b; border: 1px solid var(--line-dark);
  border-radius: 12px; list-style: none; opacity: 0; visibility: hidden;
}
.nav-list li:hover > .sub-menu, .desktop-nav li:hover > .children { opacity: 1; visibility: visible; }.header-actions { display: flex; align-items: center; gap: 10px; }
.search-link {
  display: grid; place-items: center;
  width: 38px; height: 38px; color: #fff;
  font-size: 24px;
}
.forum-button {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .16em;
}
.forum-button:hover { background: var(--wine); border-color: var(--wine); color: #fff; }
.menu-toggle {
  display: none; width: 42px; height: 42px;
  border: 0; background: transparent; padding: 10px;
}
.menu-toggle span:not(.screen-reader-text) {
  display: block; width: 21px; height: 2px;
  margin: 4px auto; background: #fff;
}
.mobile-nav { background: #101013; border-top: 1px solid var(--line-dark); }
.mobile-nav .site-shell { padding-block: 18px 26px; }
.mobile-nav-list, .mobile-nav ul { margin: 0; padding: 0; list-style: none; }
.mobile-nav li { list-style: none; border-bottom: 1px solid var(--line-dark); }
.mobile-nav a { display: block; padding: 12px 0; color: #fff; }
.mobile-forum-link { margin-top: 16px; color: #fff !important; font-weight: 700; }.home-hero {
  display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .85fr);
  gap: 22px; padding-top: 30px;
}
.hero-lead {
  position: relative; min-height: 560px; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 82% 24%, rgba(120,12,34,.46), transparent 30%),
    linear-gradient(135deg, #111115, #08080a);
}
.hero-lead__content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 52px 22px 52px 52px; color: #fff;
}
.hero-lead h1,
.hero-lead__title {
  margin: 12px 0 18px;
  font: 500 clamp(40px, 4.6vw, 68px)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}
.hero-lead h1 a:hover,
.hero-lead__title a:hover { color: #fff; }
.hero-lead p { max-width: 660px; margin: 0; color: rgba(255,255,255,.74); font-size: 15px; }
.hero-lead__cta {
  align-self: flex-start; margin-top: 28px; padding-bottom: 4px;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: 12px; font-weight: 800; letter-spacing: .08em;
}
.hero-lead__cta:hover { color: #fff; border-color: #fff; }
.hero-lead__poster {
  display: grid; place-items: center; min-width: 0; padding: 42px 42px 42px 12px;
}
.hero-poster-image {
  width: auto; max-width: 100%; max-height: 410px; object-fit: contain;
  border-radius: 10px; box-shadow: 0 26px 70px rgba(0,0,0,.48);
}
.hero-secondary { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }.eyebrow, .section-kicker {
  display: inline-block;
  color: var(--wine); font-size: 11px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow--light { color: #f6c5d0; }
.story-card { min-width: 0; }
.story-card__media {
  position: relative; display: grid; place-items: center; overflow: hidden;
  aspect-ratio: 4/3; border-radius: 14px;
  background: linear-gradient(145deg, #24242a, #111115);
}
.story-card__media img {
  width: 100%; height: 100%; object-fit: contain;
  transition: transform .45s ease; background: #18181d;
}
.story-card:hover .story-card__media img { transform: scale(1.025); }
.story-card__placeholder {
  display: grid; place-items: center; width: 100%; height: 100%;
  background: linear-gradient(145deg, #24242a, #0e0e11); color: rgba(255,255,255,.4);
}
.story-card__placeholder span { font: 500 34px Georgia, serif; letter-spacing: .08em; }
.story-card__body { padding-top: 16px; }
.story-card h3 {
  margin: 6px 0 8px;
  font: 500 24px/1.12 Georgia, "Times New Roman", serif;
  letter-spacing: -.02em;
}
.story-card p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.story-meta { color: #8a8782; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.story-card--compact {
  min-height: 0; overflow: hidden;
  display: grid; grid-template-columns: minmax(110px, .8fr) minmax(0, 1.2fr);
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
}
.story-card--compact .story-card__media {
  height: 100%; min-height: 248px; aspect-ratio: auto; border-radius: 0;
}
.story-card--compact .story-card__body {
  display: flex; flex-direction: column; justify-content: center;
  padding: 22px; color: var(--text);
}
.story-card--compact h3 { margin-bottom: 0; font-size: 22px; }
.story-card--compact p, .story-card--compact .story-meta { display: none; }
.story-card--compact .eyebrow { color: var(--wine); }
.section-block { padding-block: 88px; }
.section-heading {
  display: flex; align-items: end; justify-content: space-between; gap: 24px;
  margin-bottom: 34px;
}
.section-heading h2 {
  margin: 6px 0 0;
  font: 500 clamp(32px, 4vw, 52px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.section-heading > a { color: var(--wine); font-size: 13px; font-weight: 700; }
.story-grid { display: grid; gap: 34px 22px; }
.story-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }.discovery-section {
  padding-block: 86px;
  background: var(--ink); color: var(--paper);
}
.section-heading--light h2 { color: #fff; }
.section-heading--light .section-kicker { color: #d88b9d; }
.category-cloud {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.category-cloud a {
  min-height: 132px; padding: 26px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: background .25s ease;
}
.category-cloud a:hover { background: var(--wine); color: #fff; }
.category-cloud span { font: 500 24px/1.1 Georgia, serif; }
.category-cloud small { color: var(--muted-light); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.category-cloud a:hover small { color: rgba(255,255,255,.7); }
.community-band { background: var(--wine); color: #fff; }
.community-band__inner {
  min-height: 310px; display: flex; align-items: center;
  justify-content: space-between; gap: 40px; padding-block: 58px;
}
.community-band .section-kicker { color: #ffc4d2; }
.community-band h2 { margin: 8px 0 14px; font: 500 clamp(38px,5vw,64px)/1 Georgia, serif; }
.community-band p { max-width: 700px; margin: 0; color: rgba(255,255,255,.78); }.community-button {
  flex: 0 0 auto; padding: 14px 20px;
  border: 1px solid rgba(255,255,255,.45); border-radius: 999px;
  color: #fff; font-size: 13px; font-weight: 700;
}
.community-button:hover { color: var(--wine); background: #fff; }
.site-footer { background: #08080a; color: var(--muted-light); }
.footer-grid {
  display: grid; grid-template-columns: 1fr 1.5fr 1fr;
  gap: 50px; padding-block: 64px;
}
.footer-brand { color: #fff; font-weight: 800; letter-spacing: .18em; }
.footer-grid p { margin: 8px 0; font-size: 13px; }
.footer-community strong { color: #fff; font: 500 24px Georgia, serif; }
.footer-community a { color: #fff; font-size: 13px; font-weight: 700; }
.footer-meta { text-align: right; }
.footer-menu { display: flex; justify-content: end; gap: 14px; margin: 0 0 18px; padding: 0; list-style: none; }
.page-intro, .archive-hero { padding-top: 74px; }
.page-intro h1, .archive-hero h1 {
  margin: 8px 0 0;
  font: 500 clamp(42px, 6vw, 76px)/1 Georgia, serif;
  letter-spacing: -.04em;
}
.archive-description { max-width: 720px; color: var(--muted); }.article-page { padding-bottom: 90px; }
.article-header { padding-top: 74px; padding-bottom: 34px; }
.article-header h1 {
  margin: 10px 0 22px;
  font: 500 clamp(44px, 6vw, 78px)/.98 Georgia, serif;
  letter-spacing: -.045em;
}
.article-byline { display: flex; gap: 10px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.article-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.article-facts > span,
.article-facts > a {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  text-decoration: none;
}
.article-facts small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-facts strong {
  color: var(--text);
  font-size: 12px;
}
.article-facts a:hover {
  border-color: rgba(120,12,34,.4);
  background: rgba(120,12,34,.055);
}
.article-hero { margin-bottom: 54px; }
.article-hero img { width: 100%; max-height: 760px; object-fit: cover; border-radius: var(--radius); }
.article-content { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.85; }
.article-content > p:first-of-type { font-size: 21px; }
.article-content h2, .article-content h3 { line-height: 1.2; margin-top: 2em; }
.article-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.article-content figure, .article-content img { max-width: 100%; }
.article-content blockquote {
  margin: 2.2em 0; padding: 4px 0 4px 24px;
  border-left: 3px solid var(--wine); color: #555;
  font-size: 22px; font-style: italic;
}
.article-footer { padding-top: 34px; }
.tag-list a {
  display: inline-block; margin: 5px 6px 5px 0; padding: 7px 10px;
  border: 1px solid var(--line); border-radius: 999px; font: 600 11px/1 Arial, sans-serif;
}
.article-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line);
}
.article-nav div:last-child { text-align: right; }.navigation.pagination { margin-top: 48px; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 8px; }
.page-numbers {
  min-width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; font-size: 12px;
}
.page-numbers.current, .page-numbers:hover { background: var(--ink); color: #fff; }
.wp-caption, .wp-block-image, .wp-block-embed { max-width: 100%; }
.alignwide { width: min(1060px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
input[type="text"], input[type="search"], input[type="email"], textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 8px; background: #fff;
}
button, input[type="submit"] { cursor: pointer; }
@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-secondary { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .story-card--compact { min-height: 330px; }
  .story-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-cloud { grid-template-columns: repeat(2, minmax(0,1fr)); }
}@media (max-width: 760px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .header-inner { height: 68px; gap: 12px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 15px; }
  .forum-button { display: none; }
  .home-hero { padding-top: 15px; gap: 15px; }
  .hero-lead { grid-template-columns: 1fr; min-height: 0; }
  .hero-lead__content { padding: 32px 24px 22px; }
  .hero-lead h1 { font-size: clamp(36px, 11vw, 54px); }
  .hero-lead__poster { padding: 0 24px 30px; }
  .hero-poster-image { max-height: 320px; }
  .hero-secondary { grid-template-columns: 1fr; }
  .story-card--compact { grid-template-columns: 110px minmax(0, 1fr); min-height: 220px; }
  .story-card--compact .story-card__media { min-height: 220px; }
  .story-card--compact h3 { font-size: 20px; }
  .section-block { padding-block: 62px; }
  .section-heading { align-items: start; }
  .section-heading > a { display: none; }
  .story-grid--3, .story-grid--4 { grid-template-columns: 1fr; }
  .category-cloud { grid-template-columns: 1fr; }
  .community-band__inner { min-height: 0; align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { text-align: left; }
  .footer-menu { justify-content: start; }
  .article-header { padding-top: 52px; }
  .article-header h1 { font-size: clamp(40px, 12vw, 60px); }
  .article-content { font-size: 18px; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav div:last-child { text-align: left; }
}
.search-page-form { max-width: 760px; margin-top: 28px; }
.search-form-2026 { display: flex; gap: 10px; }
.search-form-2026 label { flex: 1; }
.search-form-2026 .search-field {
  height: 50px; padding-inline: 16px;
  border: 1px solid var(--line); border-radius: 999px;
  background: #fff;
}
.search-form-2026 button {
  min-width: 104px; padding: 0 18px;
  border: 0; border-radius: 999px;
  color: #fff; background: var(--wine); font-weight: 800;
}
.empty-state { max-width: 720px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.empty-state h2 { margin-top: 0; font: 500 32px/1.1 Georgia, serif; }
.not-found { min-height: 62vh; padding-block: 110px; }
.not-found h1 { margin: 8px 0 18px; font: 500 clamp(46px,7vw,80px)/1 Georgia, serif; letter-spacing: -.04em; }
.not-found p { color: var(--muted); }
.not-found .search-form-2026 { margin-block: 30px; }
.text-link { color: var(--wine); font-size: 13px; font-weight: 800; }
.page-standard { padding-bottom: 90px; }
.page-standard__header { padding-top: 72px; padding-bottom: 34px; }
.page-standard__header h1 {
  margin: 8px 0 0;
  font: 500 clamp(44px,6vw,74px)/1 Georgia, serif;
  letter-spacing: -.04em;
}
.projects-hero {
  margin-top: 0; color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(120,12,34,.5), transparent 28%),
    var(--ink);
}
.projects-hero__inner {
  min-height: 390px; display: grid; grid-template-columns: 1.4fr .8fr;
  align-items: end; gap: 80px; padding-block: 72px;
}
.projects-hero h1 {
  margin: 10px 0 0; max-width: 800px;
  font: 500 clamp(52px,7vw,92px)/.92 Georgia, serif;
  letter-spacing: -.05em;
}
.projects-hero p { margin: 0 0 12px; color: rgba(255,255,255,.7); font-size: 16px; }
.projects-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.project-card {
  display: grid; grid-template-columns: 190px minmax(0,1fr);
  min-height: 270px; overflow: hidden;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
}
.project-card__media {
  display: grid; place-items: center; min-height: 100%;
  background: linear-gradient(145deg,#24242a,#111115);
}
.project-card__media img {
  width: 100%; height: 100%; max-height: 320px;
  object-fit: contain; background: #18181d;
}
.project-card__body { padding: 26px; }
.project-card h2 {
  margin: 7px 0 12px;
  font: 500 27px/1.08 Georgia, serif; letter-spacing: -.025em;
}
.project-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
@media (max-width: 900px) {
  .projects-hero__inner { grid-template-columns: 1fr; gap: 24px; min-height: 330px; }
  .projects-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .search-form-2026 { flex-direction: column; }
  .search-form-2026 button { min-height: 46px; }
  .project-card { grid-template-columns: 120px minmax(0,1fr); min-height: 220px; }
  .project-card__body { padding: 18px; }
  .project-card h2 { font-size: 22px; }
  .project-card p { display: none; }
}
.search-link {
  border: 0; background: transparent; cursor: pointer;
}
.site-search-panel {
  border-top: 1px solid var(--line-dark);
  background: #101013; color: #fff;
}
.site-search-panel__inner {
  min-height: 126px; display: grid;
  grid-template-columns: .8fr 1.2fr; gap: 40px;
  align-items: center; padding-block: 24px;
}
.site-search-panel__inner strong {
  display: block; margin-top: 5px;
  font: 500 24px/1.1 Georgia, serif;
}
.site-search-panel .search-form-2026 .search-field {
  color: #fff; background: #19191e; border-color: var(--line-dark);
}
.site-search-panel .search-form-2026 .search-field::placeholder { color: #8d8a86; }
.site-search-panel .search-form-2026 button { background: var(--wine); }
@media (max-width: 760px) {
  .site-search-panel__inner { grid-template-columns: 1fr; gap: 16px; }
  .site-search-panel__inner > div { display: none; }
}
.article-content::after { content: ""; display: table; clear: both; }
.article-content .alignleft {
  float: left; margin: .4em 28px 18px 0;
  max-width: min(240px, 42%);
}
.article-content .alignright {
  float: right; margin: .4em 0 18px 28px;
  max-width: min(240px, 42%);
}
.article-content .aligncenter {
  display: block; margin: 1.8em auto;
}
.article-content .wp-caption {
  padding: 8px; border: 1px solid var(--line);
  background: rgba(255,255,255,.45);
}
.article-content .wp-caption-text {
  margin: 8px 4px 2px; color: var(--muted);
  font: 12px/1.45 Inter, "Segoe UI", Arial, sans-serif;
}
.article-content table {
  width: 100%; margin: 2em 0; border-collapse: collapse;
  font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 14px;
}
.article-content th, .article-content td {
  padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left;
}
.wp-polls { margin-block: 2em; padding: 24px; border: 1px solid var(--line); border-radius: 14px; }
.wp-polls ul { padding-left: 0; list-style: none; }
@media (max-width: 600px) {
  .article-content .alignleft, .article-content .alignright {
    float: none; display: block; max-width: 100%; margin: 1.2em auto;
  }
}
.legacy-gallery-notice {
  margin: 2em 0; padding: 30px;
  border: 1px solid rgba(120,12,34,.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(120,12,34,.07), rgba(255,255,255,.35));
}
.legacy-gallery-notice h2 {
  margin: 8px 0 10px;
  font: 500 30px/1.1 Georgia, serif;
}
.legacy-gallery-notice p { margin: 0; color: var(--muted); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 14px; }
.archive-media-missing {
  display: inline-block; margin: 1.2em 0;
  padding: 10px 13px;
  border: 1px dashed rgba(120,12,34,.3);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(120,12,34,.045);
  font: 12px/1.4 Inter, "Segoe UI", Arial, sans-serif;
}
.people-section {
  background: linear-gradient(180deg, rgba(120,12,34,.035), transparent 55%);
}
.story-card--people .story-card__media {
  aspect-ratio: 3/2;
}
.story-card--people h3 {
  font-size: 27px;
}
.projects-showcase {
  padding-block: 88px;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 15%, rgba(120,12,34,.36), transparent 28%),
    #0b0b0d;
}
.projects-showcase .section-heading > a {
  color: #fff;
}
.projects-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.story-card--project {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.story-card--project .story-card__media {
  aspect-ratio: 4/5;
  border-radius: 0;
  background: #151519;
}
.story-card--project .story-card__body {
  padding: 20px;
}
.story-card--project h3 {
  margin-top: 7px;
  color: #fff;
  font-size: 22px;
}
.story-card--project h3 a:hover {
  color: #fff;
}
.story-card--project p {
  display: none;
}
.story-card--project .story-meta {
  color: #8f8b87;
}
.story-card--project .eyebrow {
  color: #d88b9d;
}
@media (max-width: 1080px) {
  .projects-showcase__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 600px) {
  .projects-showcase {
    padding-block: 62px;
  }
  .projects-showcase__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
  }
  .story-card--project .story-card__body {
    padding: 14px;
  }
  .story-card--project h3 {
    font-size: 18px;
  }
}
.projects-toolbar {
  display: grid;
  grid-template-columns: auto minmax(240px, 520px) 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.projects-toolbar label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.projects-toolbar input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.projects-toolbar > span {
  justify-self: end;
  color: var(--muted);
  font-size: 12px;
}
.project-card[hidden] {
  display: none !important;
}
@media (max-width: 760px) {
  .projects-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .projects-toolbar > span {
    justify-self: start;
  }
}
.article-content .article-credit {
  margin: 1.6em 0;
  padding: 14px 16px 14px 18px;
  border-left: 3px solid var(--wine);
  background: rgba(120,12,34,.055);
  color: #4f4c49;
  font: 600 13px/1.55 Inter, "Segoe UI", Arial, sans-serif;
}
.related-stories {
  padding-block: 82px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.34);
}
.related-stories .section-heading {
  margin-bottom: 30px;
}
.related-stories .story-card h3 {
  font-size: 23px;
}
.comments-area {
  margin-top: 62px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}
.comments-heading h2 {
  margin: 7px 0 28px;
  font: 500 34px/1.1 Georgia, serif;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  margin-left: 54px;
}
.comment-list > li,
.comment-list .children > li {
  margin-bottom: 18px;
}
.comment-body {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 12px;
}
.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.comment-author .avatar {
  border-radius: 50%;
}
.comment-metadata {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
}
.comment-content {
  color: #3e3b38;
  font: 16px/1.7 Georgia, serif;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.reply {
  margin-top: 10px;
}
.reply a {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
}
.comment-form-wrap {
  margin-top: 42px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.42);
  border: 1px solid var(--line);
}
.comment-reply-title {
  margin: 0 0 8px;
  font: 500 30px/1.1 Georgia, serif;
}
.comment-form p {
  margin: 14px 0;
}
.comment-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}
.comment-submit {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--wine);
  font-weight: 800;
}
.comments-closed {
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 600px) {
  .comment-list .children {
    margin-left: 20px;
  }
  .comment-meta {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .comment-metadata {
    width: 100%;
    margin-left: 54px;
  }
  .comment-form-wrap {
    padding: 20px;
  }
}
.legacy-video {
  width: 100%;
  margin: 2em auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #0b0b0d;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}
.legacy-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.legacy-video-fallback {
  margin: 2em 0;
  padding: 22px;
  border: 1px dashed rgba(120,12,34,.35);
  border-radius: 12px;
  background: rgba(120,12,34,.045);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.legacy-video-fallback strong {
  display: block;
  margin-bottom: 6px;
}
.legacy-video-fallback p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}
.legacy-video-fallback a {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
}
.contact-hero,
.history-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(120,12,34,.46), transparent 30%),
    #0b0b0d;
}
.contact-hero__inner,
.history-hero__inner {
  min-height: 380px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 70px;
  padding-block: 70px;
}
.contact-hero h1,
.history-hero h1 {
  margin: 8px 0 0;
  font: 500 clamp(52px,7vw,90px)/.94 Georgia, serif;
  letter-spacing: -.05em;
}
.contact-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.72);
}
.contact-mail-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(255,255,255,.055);
}
.contact-mail-card small {
  color: #d88b9d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.contact-mail-card strong {
  color: #fff;
  font-size: 20px;
  overflow-wrap: anywhere;
}
.contact-mail-card span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr);
  gap: 70px;
}
.contact-community {
  align-self: start;
  padding: 28px;
  border-left: 3px solid var(--wine);
  background: rgba(120,12,34,.055);
}
.contact-community h2 {
  margin: 7px 0 12px;
  font: 500 30px/1.08 Georgia, serif;
}
.contact-community p {
  color: var(--muted);
  font-size: 14px;
}
.history-year {
  align-self: center;
  text-align: right;
}
.history-year strong {
  display: block;
  color: #fff;
  font: 500 clamp(72px,10vw,136px)/.78 Georgia, serif;
  letter-spacing: -.06em;
}
.history-year span {
  display: block;
  margin-top: 18px;
  color: var(--muted-light);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.history-paths {
  padding-block: 84px;
  color: var(--paper);
  background: #0b0b0d;
}
.history-paths__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.history-path-card {
  display: grid;
  grid-template-columns: 180px minmax(0,1fr);
  overflow: hidden;
  min-height: 230px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,.035);
}
.history-path-card__media {
  display: grid;
  place-items: center;
  background: #151519;
}
.history-path-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history-path-card > div {
  padding: 24px;
  align-self: center;
}
.history-path-card h3 {
  margin: 8px 0 0;
  color: #fff;
  font: 500 28px/1.08 Georgia, serif;
}
@media (max-width: 900px) {
  .contact-hero__inner,
  .history-hero__inner,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-hero__inner,
  .history-hero__inner {
    min-height: 0;
    padding-block: 54px;
  }
  .history-year {
    text-align: left;
  }
  .history-paths__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .history-path-card {
    grid-template-columns: 110px minmax(0,1fr);
    min-height: 180px;
  }
  .history-path-card > div {
    padding: 18px;
  }
  .history-path-card h3 {
    font-size: 22px;
  }
}
.legacy-stats {
  padding-block: 88px;
  background: #f0ede7;
  border-top: 1px solid var(--line);
}
.legacy-stats__inner {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(480px,1.1fr);
  gap: 70px;
  align-items: center;
}
.legacy-stats__intro h2 {
  margin: 8px 0 14px;
  max-width: 620px;
  font: 500 clamp(38px,5vw,62px)/.98 Georgia, serif;
  letter-spacing: -.04em;
}
.legacy-stats__intro p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}
.legacy-stats__numbers {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.legacy-stats__numbers > div {
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.legacy-stats__numbers dt {
  color: var(--wine);
  font: 500 clamp(38px,5vw,60px)/1 Georgia, serif;
  letter-spacing: -.04em;
}
.legacy-stats__numbers dd {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .legacy-stats__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
@media (max-width: 560px) {
  .legacy-stats {
    padding-block: 62px;
  }
  .legacy-stats__numbers {
    grid-template-columns: 1fr;
  }
  .legacy-stats__numbers > div {
    min-height: 0;
  }
}
.article-content font,
.article-content span[style*="font-family"],
.article-content p[style*="font-family"],
.article-content div[style*="font-family"],
.article-content [class^="Mso"],
.article-content [class*=" Mso"] {
  font-family: inherit !important;
}
.article-content [class^="Mso"],
.article-content [class*=" Mso"] {
  line-height: inherit !important;
}
.article-content font {
  line-height: inherit;
}
.article-content p[style*="margin: 0in"],
.article-content p[style*="margin: 0cm"] {
  margin-block: 1em !important;
}
.legacy-image-fallback {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: min(100%, 260px);
  margin: 1.2em 0;
  padding: 18px 20px;
  border: 1px dashed rgba(120,12,34,.28);
  border-radius: 12px;
  background: rgba(120,12,34,.045);
  color: var(--muted);
  font: 12px/1.45 Inter, "Segoe UI", Arial, sans-serif;
}
.legacy-image-fallback strong {
  color: var(--text);
  font-size: 13px;
}
.legacy-image-fallback span {
  color: var(--muted);
}
.article-content a[data-archived-private="true"] {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px dashed rgba(111,109,105,.55);
  cursor: default;
}
.article-content a[data-archived-private="true"]::after {
  content: " · arhivă privată";
  color: #99958f;
  font: 600 10px/1 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 44px;
}
.region-grid a {
  min-height: 148px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(120,12,34,.12));
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.region-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(216,139,157,.5);
  background: linear-gradient(145deg, rgba(120,12,34,.45), rgba(255,255,255,.06));
}
.region-grid span {
  color: #fff;
  font: 500 30px/1 Georgia, serif;
}
.region-grid small {
  margin-top: 10px;
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.discovery-subheading {
  margin: 8px 0 16px;
}
.discovery-subheading .section-kicker {
  color: #d88b9d;
}
.region-hero {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(120,12,34,.5), transparent 34%),
    #0b0b0d;
}
.region-hero__inner {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 60px;
  padding-block: 72px;
}
.region-hero h1 {
  margin: 8px 0 14px;
  font: 500 clamp(58px,8vw,104px)/.9 Georgia, serif;
  letter-spacing: -.055em;
}
.region-hero p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,.7);
}
.region-count {
  align-self: center;
  min-width: 180px;
  text-align: right;
}
.region-count strong {
  display: block;
  color: #fff;
  font: 500 clamp(46px,6vw,76px)/1 Georgia, serif;
}
.region-count span {
  display: block;
  margin-top: 8px;
  color: var(--muted-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.region-switcher {
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,239,.96);
}
.region-switcher__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 14px;
  scrollbar-width: thin;
}
.region-switcher a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.region-switcher a[aria-current="page"] {
  color: #fff;
  background: var(--wine);
}
@media (max-width: 900px) {
  .region-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .region-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .region-count {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .region-grid {
    grid-template-columns: 1fr;
  }
  .region-grid a {
    min-height: 118px;
  }
  .region-hero__inner {
    min-height: 0;
    padding-block: 54px;
  }
  .region-hero h1 {
    font-size: clamp(48px,16vw,74px);
  }
}
.hub-hero {
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(120,12,34,.52), transparent 32%),
    #0b0b0d;
}
.hub-hero__inner {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 60px;
  padding-block: 72px;
}
.hub-hero h1 {
  margin: 8px 0 14px;
  font: 500 clamp(58px,8vw,104px)/.9 Georgia, serif;
  letter-spacing: -.055em;
}
.hub-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.7);
}
.hub-count { align-self: center; min-width: 180px; text-align: right; }
.hub-count strong { display: block; color: #fff; font: 500 clamp(46px,6vw,76px)/1 Georgia, serif; }
.hub-count span { display: block; margin-top: 8px; color: var(--muted-light); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hub-switcher {
  border-bottom: 1px solid var(--line);
  background: rgba(247,244,239,.96);
}
.hub-switcher__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 14px;
}
.hub-switcher a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.hub-switcher a[aria-current="page"] { color: #fff; background: var(--wine); }
@media (max-width: 900px) {
  .hub-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .hub-count { text-align: left; }
}
@media (max-width: 560px) {
  .hub-hero__inner { min-height: 0; padding-block: 54px; }
  .hub-hero h1 { font-size: clamp(48px,16vw,74px); }
}
.archive-hub-hero {
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(120,12,34,.52), transparent 32%),
    #0b0b0d;
}
.archive-hub-hero__inner {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.7fr);
  align-items: center;
  gap: 70px;
  padding-block: 72px;
}
.archive-hub-hero h1 {
  margin: 8px 0 14px;
  font: 500 clamp(58px,8vw,100px)/.92 Georgia, serif;
  letter-spacing: -.055em;
}
.archive-hub-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.72);
}
.archive-hub-search .search-form-2026 { width: 100%; }
.archive-hub-search .search-field { background: #fff; }
.archive-feature-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.archive-feature-grid > a {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .2s ease, border-color .2s ease;
}
.archive-feature-grid > a:hover {
  transform: translateY(-3px);
  border-color: rgba(120,12,34,.28);
}
.archive-feature-grid strong {
  margin: 8px 0 10px;
  font: 500 44px/1 Georgia, serif;
}
.archive-feature-grid p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.archive-countries {
  padding-block: 86px;
  color: var(--paper);
  background: var(--ink);
}
.archive-category-grid,
.archive-year-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.archive-category-grid a,
.archive-year-grid a {
  min-height: 112px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.archive-category-grid strong,
.archive-year-grid strong {
  font: 500 24px/1.08 Georgia, serif;
}
.archive-category-grid span,
.archive-year-grid span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.archive-years {
  padding-block: 86px;
  background: #f0ede7;
}
@media (max-width: 900px) {
  .archive-hub-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .archive-category-grid,
  .archive-year-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 600px) {
  .archive-feature-grid {
    grid-template-columns: 1fr;
  }
  .archive-hub-hero__inner {
    min-height: 0;
    padding-block: 54px;
  }
  .archive-category-grid,
  .archive-year-grid {
    grid-template-columns: 1fr;
  }
}
.nav-list li:focus-within > .sub-menu,
.desktop-nav li:focus-within > .children {
  opacity: 1;
  visibility: visible;
}
.nav-list .sub-menu,
.desktop-nav .children {
  margin-top: 8px;
}
.nav-list .sub-menu::before,
.desktop-nav .children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.nav-list .current-menu-item > a,
.nav-list .current-menu-ancestor > a,
.desktop-nav .current-menu-item > a,
.desktop-nav .current-menu-ancestor > a {
  color: #fff;
}
.mobile-nav .sub-menu {
  padding: 0 0 8px 18px;
}
.mobile-nav .sub-menu li {
  border-bottom: 0;
}
.mobile-nav .sub-menu a {
  padding: 8px 0;
  color: var(--muted-light);
  font-size: 13px;
}
.breadcrumbs {
  padding-top: 22px;
  padding-bottom: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font: 700 10px/1.4 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: #b6b1aa;
}
.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--wine);
}
.breadcrumbs [aria-current="page"] {
  max-width: min(56vw, 620px);
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .breadcrumbs {
    padding-top: 15px;
  }
  .breadcrumbs [aria-current="page"] {
    max-width: 62vw;
  }
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid rgba(216,139,157,.95);
  outline-offset: 3px;
}
.site-header :where(a, button):focus-visible {
  outline-color: #f0b4c1;
}
.search-link,
.menu-toggle,
.forum-button,
.desktop-nav a,
.mobile-nav a {
  border-radius: 8px;
}
.search-link[aria-expanded="true"],
.menu-toggle[aria-expanded="true"] {
  background: rgba(255,255,255,.09);
}

@media (max-width: 1080px) {
  body.menu-open {
    overflow: hidden;
  }
  .mobile-nav {
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 16px !important;
}

.region-switcher__inner {
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.region-switcher a {
  scroll-snap-align: start;
}
@media (max-width: 560px) {
  .region-switcher {
    position: relative;
  }
  .region-switcher__inner {
    padding-right: 54px;
  }
  .region-switcher::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 38px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(247,244,239,0), rgba(247,244,239,.98));
  }
}

.search-form-2026 label {
  min-width: 0;
}
.search-form-2026 .search-field {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.article-content iframe {
  max-width: 100%;
}
.article-content iframe[src*="youtube"],
.article-content iframe[src*="youtu.be"],
.article-content iframe[src*="dailymotion"],
.article-content iframe[src*="vimeo"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: 0;
}

.history-hero__inner > * {
  min-width: 0;
}
@media (max-width: 560px) {
  .history-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 48px);
    letter-spacing: -.05em;
  }
  .history-year strong {
    font-size: clamp(68px, 24vw, 96px);
  }
}

.story-card,
.story-card__body {
  min-width: 0;
}
.story-card h3,
.story-card p,
.story-card__body a {
  overflow-wrap: anywhere;
  word-break: normal;
}

::selection {
  color: #fff;
  background: var(--wine);
}
.hero-lead h1,
.article-header h1,
.section-heading h2,
.projects-hero h1,
.region-hero h1,
.hub-hero h1,
.archive-hub-hero h1 {
  text-wrap: balance;
}
.section-heading .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.section-heading .section-kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  opacity: .72;
}
.story-card__media {
  border: 1px solid rgba(10,10,12,.08);
  box-shadow: 0 10px 32px rgba(12,12,14,.055);
}
.story-card h3 a {
  transition: color .2s ease;
}

.hero-poster-image,
.story-card--compact,
.project-card,
.story-card--project,
.archive-feature-grid > a {
  transition:
    transform .28s cubic-bezier(.2,.75,.25,1),
    box-shadow .28s ease,
    border-color .28s ease;
}
.hero-lead__cta::after {
  content: " →";
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}
.archive-category-grid a,
.archive-year-grid a {
  transition: background .22s ease, color .22s ease;
}
.archive-category-grid a:hover,
.archive-year-grid a:hover {
  color: #fff;
  background: var(--wine);
}
.archive-category-grid a:hover span,
.archive-year-grid a:hover span {
  color: rgba(255,255,255,.7);
}

@media (hover: hover) and (pointer: fine) {
  .hero-lead:hover .hero-poster-image {
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 34px 86px rgba(0,0,0,.56);
  }
  .hero-lead__cta:hover::after {
    transform: translateX(4px);
  }
  .story-card:hover .story-card__media {
    box-shadow: 0 20px 48px rgba(12,12,14,.12);
    border-color: rgba(120,12,34,.18);
  }
  .story-card:hover h3 a {
    color: var(--wine);
  }
  .story-card--compact:hover,
  .project-card:hover,
  .archive-feature-grid > a:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(12,12,14,.10);
  }
  .story-card--project:hover {
    transform: translateY(-4px);
    border-color: rgba(216,139,157,.30);
    box-shadow: 0 22px 55px rgba(0,0,0,.20);
  }
  .story-card--project:hover h3 a {
    color: #f6c5d0;
  }
}

.legacy-link-fallback {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px dashed rgba(111,109,105,.45);
  cursor: default;
}
.legacy-link-fallback img {
  border-bottom: 0;
}

/* === AsiaCinefil cinematic polish — 2026-09-19 === */
:root {
  --gold: #c89a4a;
  --gold-soft: #e2bf7a;
  --gold-line: rgba(200,154,74,.32);
  --wine-deep: #3b0712;
  --wine-velvet: #650b20;
  --night: #09090b;
}
body {
  background:
    radial-gradient(circle at 50% -12%, rgba(200,154,74,.055), transparent 28%),
    var(--paper);
}
.site-header {
  position: sticky;
  overflow: visible;
  background: linear-gradient(90deg, rgba(8,8,10,.98), rgba(34,5,12,.97) 48%, rgba(8,8,10,.98));
  border-bottom-color: rgba(200,154,74,.24);
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
}
.site-header::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 0%, rgba(200,154,74,.16), transparent 22%),
    linear-gradient(110deg, transparent 0 58%, rgba(255,255,255,.018) 58% 59%, transparent 59% 100%);
  opacity: .95;
}
.header-inner { position: relative; z-index: 2; height: 82px; }

.brand { gap: 13px; }
.brand-mark {
  position: relative;
  width: 45px; height: 45px;
  color: var(--gold-soft);
  border-color: rgba(226,191,122,.62);
  background:
    radial-gradient(circle at 50% 50%, rgba(120,12,34,.74) 0 31%, transparent 32%),
    radial-gradient(circle at 50% 50%, rgba(200,154,74,.22), transparent 70%);
  box-shadow: inset 0 0 0 3px rgba(8,8,10,.72), 0 0 22px rgba(200,154,74,.09);
}
.brand-mark::after {
  content: "";
  position: absolute; inset: 5px;
  border: 1px dashed rgba(226,191,122,.42);
  border-radius: 50%;
}
.brand-copy strong {
  font: 600 25px/.92 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  text-transform: none;
}
.brand-asia { color: #b92a42; }
.brand-cinefil { color: var(--gold-soft); }
.brand-copy small { margin-top: 7px; color: #bdb4a7; letter-spacing: .075em; }
.nav-list a, .desktop-nav a { position: relative; letter-spacing: .025em; }
.nav-list > li > a::after, .desktop-nav > ul > li > a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px;
  background: var(--gold); transition: right .22s ease;
}
.nav-list > li > a:hover::after, .desktop-nav > ul > li > a:hover::after { right: 0; }
.forum-button { border-color: rgba(200,154,74,.55); color: var(--gold-soft); }
.forum-button:hover {
  color: #fff; border-color: var(--gold); background: linear-gradient(135deg, var(--wine-velvet), #8c1732);
  box-shadow: 0 8px 22px rgba(120,12,34,.28);
}

.home-hero { padding-top: 34px; }
.hero-lead {
  border: 1px solid var(--gold-line);
  box-shadow: 0 24px 70px rgba(17,6,9,.18);
  background:
    radial-gradient(circle at 77% 20%, rgba(200,154,74,.16), transparent 23%),
    radial-gradient(circle at 23% 78%, rgba(120,12,34,.52), transparent 34%),
    linear-gradient(135deg, #100b0e 0%, #09090b 58%, #16080d 100%);
}
.hero-lead::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.15), transparent 34%),
    radial-gradient(circle at 92% 50%, rgba(181,115,43,.11), transparent 25%);
}
.hero-lead::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 7px;
  background: repeating-linear-gradient(90deg, rgba(200,154,74,.76) 0 14px, transparent 14px 23px);
  opacity: .54;
}
.hero-lead > * { position: relative; z-index: 1; }
.hero-lead h1 { text-shadow: 0 3px 28px rgba(0,0,0,.42); }
.hero-lead__poster img {
  border: 1px solid rgba(226,191,122,.32);
  box-shadow: 0 28px 80px rgba(0,0,0,.58), 0 0 0 5px rgba(255,255,255,.025);
}
.hero-lead__cta { color: var(--gold-soft); border-bottom-color: rgba(226,191,122,.48); }
.hero-lead__cta:hover { color: #fff; border-color: var(--gold-soft); }
.eyebrow--light { color: var(--gold-soft); }

.section-kicker { color: #8e1730; }
.section-heading .section-kicker { color: #8e1730; }
.section-heading .section-kicker::before { background: var(--gold); opacity: .9; }
.section-heading > a { color: #7d1329; }
.story-card--compact {
  border-color: rgba(200,154,74,.22);
  box-shadow: 0 12px 34px rgba(27,17,18,.055);
}
.story-card--compact .eyebrow { color: #8e1730; }
.people-section {
  background:
    radial-gradient(circle at 12% 4%, rgba(200,154,74,.065), transparent 24%),
    linear-gradient(180deg, rgba(120,12,34,.04), transparent 58%);
}
.projects-showcase, .discovery-section {
  position: relative;
  border-top: 1px solid rgba(200,154,74,.22);
  border-bottom: 1px solid rgba(200,154,74,.16);
  background:
    radial-gradient(circle at 80% 8%, rgba(125,13,37,.44), transparent 30%),
    radial-gradient(circle at 14% 92%, rgba(200,154,74,.09), transparent 28%),
    linear-gradient(135deg, #09090b, #13090d 52%, #08080a);
}
.projects-showcase .section-kicker,
.discovery-section .section-kicker,
.section-heading--light .section-kicker { color: var(--gold-soft); }
.story-card--project { border-color: rgba(200,154,74,.20); }
.story-card--project .eyebrow { color: var(--gold-soft); }
.region-grid a { border-color: rgba(200,154,74,.20); }
.region-grid a:hover { border-color: rgba(226,191,122,.56); }

.legacy-stats {
  background:
    radial-gradient(circle at 82% 18%, rgba(200,154,74,.07), transparent 25%),
    #f0ece5;
  border-top-color: rgba(200,154,74,.20);
}
.legacy-stats__numbers { border-color: rgba(200,154,74,.22); }
.legacy-stats__numbers > div { border-color: rgba(200,154,74,.22); }
.legacy-stats__numbers dt { color: #8b1730; }
.community-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(226,191,122,.18), transparent 24%),
    linear-gradient(110deg, #4b0817, #7c1029 58%, #450713);
  border-top: 1px solid rgba(226,191,122,.28);
}
.community-band::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 5px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .5;
}
.community-band .section-kicker { color: var(--gold-soft); }
.community-button { border-color: rgba(226,191,122,.58); color: var(--gold-soft); }
.community-button:hover { background: var(--gold-soft); color: #351019; border-color: var(--gold-soft); }
.site-footer { border-top: 1px solid rgba(200,154,74,.16); }
.site-search-panel { border-bottom-color: rgba(200,154,74,.18); }
.site-search-panel .section-kicker { color: var(--gold-soft); }
.article-header .eyebrow, .page-intro .section-kicker, .archive-hero .section-kicker { color: #8e1730; }

@media (hover: hover) and (pointer: fine) {
  .story-card--compact:hover { border-color: rgba(200,154,74,.38); }
  .story-card--project:hover { border-color: rgba(226,191,122,.42); }
  .region-grid a:hover { box-shadow: 0 16px 42px rgba(0,0,0,.22); }
}
@media (max-width: 1080px) {
  .brand-copy strong { font-size: 22px; }
  .desktop-nav .nav-list { gap: 18px; }
}
@media (max-width: 760px) {
  .header-inner { height: 72px; }
  .brand { gap: 10px; }
  .brand-mark { width: 39px; height: 39px; font-size: 11px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 9px; margin-top: 5px; }
  .home-hero { padding-top: 20px; }
  .hero-lead::after { height: 5px; }
}
@media (max-width: 420px) {
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: 19px; }
}

/* === Lighter burgundy palette — 2026-09-19 === */
:root {
  --paper: #f4e9ed;
  --burgundy-bg: #6a1f33;
  --burgundy-light: #7b2a42;
  --burgundy-soft: #8a3951;
  --burgundy-deep: #45101f;
}
body {
  background:
    radial-gradient(circle at 50% -8%, rgba(138,57,81,.12), transparent 30%),
    var(--paper);
}
.site-header {
  background:
    radial-gradient(circle at 70% 0%, rgba(226,191,122,.13), transparent 22%),
    linear-gradient(90deg, var(--burgundy-deep), var(--burgundy-bg) 48%, #3d0d1a);
  border-bottom-color: rgba(226,191,122,.30);
}
.mobile-nav,
.site-search-panel {
  background: linear-gradient(180deg, #571629, #45101f);
}

.hero-lead {
  background:
    radial-gradient(circle at 78% 18%, rgba(226,191,122,.19), transparent 24%),
    radial-gradient(circle at 22% 76%, rgba(138,57,81,.52), transparent 36%),
    linear-gradient(135deg, #4a1020 0%, var(--burgundy-bg) 54%, #3e0d1a 100%);
}
.projects-showcase,
.discovery-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(226,191,122,.12), transparent 25%),
    radial-gradient(circle at 14% 90%, rgba(138,57,81,.42), transparent 28%),
    linear-gradient(135deg, #551526 0%, var(--burgundy-bg) 52%, #4b1121 100%);
}
.community-band {
  background:
    radial-gradient(circle at 82% 28%, rgba(226,191,122,.20), transparent 24%),
    linear-gradient(110deg, #5c172a, var(--burgundy-light) 55%, #64182e);
}
.site-footer {
  background: linear-gradient(180deg, #45101f, #350b16);
}

.region-hero,
.hub-hero,
.archive-hub-hero {
  background:
    radial-gradient(circle at 80% 18%, rgba(226,191,122,.14), transparent 26%),
    linear-gradient(135deg, #521426, var(--burgundy-bg) 54%, #43101e);
}
.legacy-stats {
  background:
    radial-gradient(circle at 82% 18%, rgba(138,57,81,.09), transparent 26%),
    #f0e2e6;
}
.story-card--compact,
.story-card--project,
.region-grid a {
  border-color: rgba(226,191,122,.26);
}
.section-heading > a,
.article-content a {
  color: #7a2038;
}
.section-kicker,
.section-heading .section-kicker,
.story-card--compact .eyebrow,
.article-header .eyebrow,
.page-intro .section-kicker,
.archive-hero .section-kicker {
  color: #7f243c;
}

/* === Pan-Asian side rails — 2026-09-19 === */
body {
  background-color: var(--burgundy-bg);
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.025), transparent 16%, transparent 84%, rgba(255,255,255,.025)),
    linear-gradient(180deg, #6a1f33, #5d182c 58%, #521424);
}
body::before,
body::after {
  content: "";
  position: fixed;
  top: 82px; bottom: 0;
  width: max(0px, calc((100vw - 1480px) / 2));
  pointer-events: none;
  z-index: 0;
  opacity: .86;
}

body::before {
  left: 0;
  background-image:
    radial-gradient(circle at 24px 24px, transparent 0 12px, rgba(226,191,122,.16) 12.5px 13.5px, transparent 14px),
    radial-gradient(circle at 0 24px, transparent 0 12px, rgba(226,191,122,.11) 12.5px 13.5px, transparent 14px),
    linear-gradient(90deg, rgba(255,255,255,.045), transparent 62%),
    linear-gradient(90deg, rgba(69,16,31,.22), transparent 72%);
  background-size: 48px 24px, 48px 24px, 100% 100%, 100% 100%;
  background-position: 0 0, 24px 12px, 0 0, 0 0;
}
body::after {
  right: 0;
  transform: scaleX(-1);
  background-image:
    radial-gradient(circle at 24px 24px, transparent 0 12px, rgba(226,191,122,.16) 12.5px 13.5px, transparent 14px),
    radial-gradient(circle at 0 24px, transparent 0 12px, rgba(226,191,122,.11) 12.5px 13.5px, transparent 14px),
    linear-gradient(90deg, rgba(255,255,255,.045), transparent 62%),
    linear-gradient(90deg, rgba(69,16,31,.22), transparent 72%);
  background-size: 48px 24px, 48px 24px, 100% 100%, 100% 100%;
  background-position: 0 0, 24px 12px, 0 0, 0 0;
}

.site-header,
.site-main,
.site-footer {
  position: relative;
  z-index: 1;
}
@media (min-width: 1500px) {
  .site-main {
    width: min(1480px, 100%);
    margin-inline: auto;
    background: var(--paper);
    border-left: 1px solid rgba(226,191,122,.18);
    border-right: 1px solid rgba(226,191,122,.18);
    box-shadow:
      -24px 0 58px rgba(39,7,17,.16),
      24px 0 58px rgba(39,7,17,.16);
  }
}
@media (max-width: 1499px) {
  body::before,
  body::after { display: none; }
}

@media (min-width: 1780px) {
  body::before,
  body::after {
    opacity: .92;
  }
  .site-main {
    box-shadow:
      -32px 0 72px rgba(39,7,17,.18),
      32px 0 72px rgba(39,7,17,.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after { background-attachment: scroll; }
}

/* SEO semantic heading compatibility — visual unchanged */
.hero-lead__title { text-wrap: balance; }
@media (max-width: 760px) {
  .hero-lead__title { font-size: clamp(36px, 11vw, 54px); }
}
