/*
 * Chronivra Lab theme.
 * Minimal first layer. No public migration fields should be exposed here.
 */

:root {
  --chronivra-page-max: 1120px;
}

body {
  line-height: 1.65;
}

.site-branding__name,
.site-branding__name a {
  letter-spacing: 0.01em;
}

.main-content {
  max-width: var(--chronivra-page-max);
}

/* --- CHRONIVRA LAB: VISIBLE THEME MARKER V1 --- */

body {
  background: #f4f1ea;
  color: #24211d;
}

.page-wrapper,
.site-header,
.main-content,
.site-footer {
  background: transparent;
}

.site-header {
  border-bottom: 3px solid #3f3328;
  background: #efe8dc;
}

.site-branding__name,
.site-branding__name a {
  color: #2b2118;
  font-weight: 700;
}

.main-content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.main-content__container {
  background: #fffdf8;
  border: 1px solid #d8ccba;
  box-shadow: 0 10px 30px rgba(42, 33, 24, 0.08);
}



/* --- CHRONIVRA LAB: HUMANIZE V1 --- */

:root {
  --chr-bg: #f3efe7;
  --chr-paper: #fffdf8;
  --chr-ink: #27231f;
  --chr-muted: #6f665c;
  --chr-line: #d9cdbb;
  --chr-accent: #5b3925;
  --chr-accent-soft: #eadfce;
  --chr-max: 1080px;
}

html {
  background: var(--chr-bg);
}

body {
  background:
    linear-gradient(90deg, rgba(91,57,37,0.05), transparent 18%, transparent 82%, rgba(91,57,37,0.05)),
    var(--chr-bg);
  color: var(--chr-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
}

a {
  color: var(--chr-accent);
}

a:hover,
a:focus {
  color: #2f1d13;
}

.site-header {
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--chr-line);
  box-shadow: 0 8px 24px rgba(39, 35, 31, 0.06);
}

.site-header__inner,
.region--header,
.region--primary-menu {
  max-width: var(--chr-max);
  margin-left: auto;
  margin-right: auto;
}

.site-branding {
  min-height: auto;
  padding: 22px 0 14px;
}

.site-branding__name,
.site-branding__name a {
  display: inline-block;
  color: var(--chr-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  max-width: none;
  word-break: normal;
  overflow-wrap: normal;
}

.site-branding__slogan {
  color: var(--chr-muted);
  font-size: 15px;
  letter-spacing: 0.03em;
}

.primary-nav,
.region--primary-menu,
.primary-nav__menu,
.primary-nav__menu-link {
  background: transparent;
}

.primary-nav__menu-link {
  color: var(--chr-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav__menu-link:hover,
.primary-nav__menu-link:focus,
.primary-nav__menu-link.is-active {
  color: var(--chr-accent);
  background: var(--chr-accent-soft);
}

.main-content {
  max-width: var(--chr-max);
  margin: 56px auto 72px;
  padding: 0 24px;
}

.main-content__container {
  background: var(--chr-paper);
  border: 1px solid var(--chr-line);
  box-shadow: 0 18px 45px rgba(39, 35, 31, 0.08);
}

.node__content {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) clamp(24px, 5vw, 72px);
}

h1,
h2,
h3 {
  color: var(--chr-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
}

h2 {
  margin-top: 2.2em;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

p,
li {
  font-size: 19px;
}

ul {
  padding-left: 1.4em;
}

li + li {
  margin-top: 0.35em;
}

.page-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-family: Georgia, "Times New Roman", serif;
}

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

@media (max-width: 760px) {
  .site-branding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-branding__name,
  .site-branding__name a {
    font-size: 38px;
    white-space: normal;
  }

  .main-content {
    margin-top: 28px;
    padding: 0 14px;
  }

  .node__content {
    padding: 28px 20px;
  }

  p,
  li {
    font-size: 18px;
  }
}


/* --- CHRONIVRA LAB: FRONT LAYER V1 --- */

.chr-lab-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(139, 64, 36, 0.10), transparent 34rem),
    linear-gradient(180deg, #f3efe7 0%, #eee6d8 100%);
  color: #2d2620;
}

.chr-lab-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.chr-lab-header {
  border-bottom: 1px solid rgba(65, 48, 35, 0.16);
  background: rgba(244, 239, 229, 0.88);
}

.chr-lab-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.chr-lab-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: #241d18;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.chr-lab-brand__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 700;
}

.chr-lab-brand__mark {
  padding: 4px 9px 3px;
  border: 1px solid rgba(92, 59, 38, 0.35);
  border-radius: 999px;
  color: #6b3f27;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chr-lab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.chr-lab-nav a {
  padding: 8px 11px;
  border-radius: 999px;
  color: #4b392e;
  font-size: 0.94rem;
  text-decoration: none;
}

.chr-lab-nav a:hover,
.chr-lab-nav a:focus {
  background: rgba(92, 59, 38, 0.10);
  color: #211914;
  outline: none;
}

.chr-lab-main {
  padding: 0 0 70px;
}

.chr-lab-hero {
  padding: clamp(44px, 7vw, 86px) 0 clamp(38px, 6vw, 72px);
}

.chr-lab-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
}

.chr-lab-kicker {
  margin: 0 0 12px;
  color: #8a4e2f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chr-lab-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #241d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.chr-lab-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4f4036;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.72;
}

.chr-lab-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.chr-lab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2f241d;
  color: #fffaf1;
  font-weight: 700;
  text-decoration: none;
}

.chr-lab-button:hover,
.chr-lab-button:focus {
  background: #5d3927;
  color: #fffaf1;
}

.chr-lab-link {
  color: #6d4029;
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.chr-lab-note {
  padding: 24px;
  border: 1px solid rgba(91, 61, 39, 0.18);
  border-radius: 24px;
  background: rgba(255, 252, 244, 0.62);
  box-shadow: 0 18px 55px rgba(53, 38, 25, 0.08);
}

.chr-lab-note h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.chr-lab-note p {
  margin: 0;
  color: #58483c;
  line-height: 1.65;
}

.chr-lab-section {
  padding: clamp(42px, 6vw, 78px) 0;
  border-top: 1px solid rgba(65, 48, 35, 0.13);
}

.chr-lab-section--muted {
  background: rgba(255, 250, 240, 0.36);
}

.chr-lab-section__head {
  max-width: 760px;
  margin-bottom: 26px;
}

.chr-lab-section h2,
.chr-lab-status h2 {
  margin: 0;
  color: #271f1a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.chr-lab-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.chr-lab-card-grid--authors {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chr-lab-card {
  min-height: 190px;
  padding: 23px;
  border: 1px solid rgba(91, 61, 39, 0.17);
  border-radius: 22px;
  background: rgba(255, 252, 244, 0.64);
  box-shadow: 0 14px 45px rgba(53, 38, 25, 0.055);
}

.chr-lab-card h3 {
  margin: 0 0 11px;
  color: #2b221c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.chr-lab-card p {
  margin: 0;
  color: #5c4b3f;
  line-height: 1.65;
}

.chr-lab-status {
  padding: clamp(36px, 5vw, 60px) 0 0;
}

.chr-lab-status .chr-lab-shell {
  padding: 26px;
  border: 1px dashed rgba(91, 61, 39, 0.35);
  border-radius: 24px;
  background: rgba(255, 252, 244, 0.54);
}

.chr-lab-status p {
  max-width: 780px;
  margin: 12px 0 0;
  color: #5b4a3e;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .chr-lab-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .chr-lab-nav {
    justify-content: flex-start;
  }

  .chr-lab-hero__grid,
  .chr-lab-card-grid,
  .chr-lab-card-grid--authors {
    grid-template-columns: 1fr;
  }

  .chr-lab-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .chr-lab-shell {
    width: min(100% - 28px, 1120px);
  }

  .chr-lab-nav a {
    padding: 7px 9px;
    font-size: 0.88rem;
  }

  .chr-lab-hero h1 {
    font-size: clamp(2.15rem, 13vw, 3.25rem);
  }
}

/* --- /CHRONIVRA LAB: FRONT LAYER V1 --- */

/* --- CHRONIVRA LAB: INNER PAGE LAYER V1 --- */

.chr-lab-page--inner {
  min-height: 100vh;
}

.chr-lab-main--inner {
  padding: clamp(30px, 5vw, 64px) 0 70px;
}

.chr-lab-inner {
  max-width: 920px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(91, 61, 39, 0.14);
  border-radius: 26px;
  background: rgba(255, 252, 244, 0.62);
  box-shadow: 0 18px 55px rgba(53, 38, 25, 0.055);
}

.chr-lab-inner h1,
.chr-lab-inner .page-title {
  margin-top: 0;
  color: #241d18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.chr-lab-inner h2,
.chr-lab-inner h3 {
  color: #2b221c;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.chr-lab-inner p,
.chr-lab-inner li {
  color: #4f4036;
  font-size: 1.05rem;
  line-height: 1.72;
}

.chr-lab-inner a {
  color: #704128;
  text-underline-offset: 0.18em;
}

.chr-lab-footer {
  padding: 28px 0;
  border-top: 1px solid rgba(65, 48, 35, 0.13);
  color: #6a5a4d;
}

/* --- /CHRONIVRA LAB: INNER PAGE LAYER V1 --- */

/* --- CHRONIVRA LAB: ARTICLE TEMPLATE V1 --- */

.chr-article {
  max-width: 820px;
  margin-inline: auto;
}

.chr-article__header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(91, 61, 39, 0.16);
}

.chr-article__status {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid rgba(120, 73, 42, 0.34);
  border-radius: 999px;
  color: #7b4328;
  background: rgba(255, 248, 235, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chr-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #6a584a;
  font-size: 0.94rem;
  line-height: 1.45;
}

.chr-article__meta-item {
  display: inline-flex;
  align-items: center;
}

.chr-article__meta-item:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 14px;
  border-radius: 50%;
  background: rgba(106, 88, 74, 0.42);
}

.chr-article__body {
  color: #3f332b;
}

.chr-article__body .field,
.chr-article__body .field__item {
  margin: 0;
}

.chr-article__body p {
  margin: 0 0 1.15em;
  font-size: clamp(1.08rem, 1.7vw, 1.2rem);
  line-height: 1.78;
}

.chr-article__body p:last-child {
  margin-bottom: 0;
}

/* --- /CHRONIVRA LAB: ARTICLE TEMPLATE V1 --- */

/* --- CHRONIVRA LAB: ARTICLE TEASER V1 --- */

.chr-article-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(91, 61, 39, 0.16);
  border-radius: 22px;
  background: rgba(255, 252, 244, 0.66);
  box-shadow: 0 14px 42px rgba(53, 38, 25, 0.055);
}

.chr-article-card__status {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 9px;
  border: 1px solid rgba(120, 73, 42, 0.32);
  border-radius: 999px;
  color: #7b4328;
  background: rgba(255, 248, 235, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chr-article-card__title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.chr-article-card__title a {
  color: #241d18;
  text-decoration: none;
}

.chr-article-card__title a:hover,
.chr-article-card__title a:focus {
  color: #704128;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.chr-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-bottom: 14px;
  color: #6a584a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.chr-article-card__meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  border-radius: 50%;
  vertical-align: middle;
  background: rgba(106, 88, 74, 0.42);
}

.chr-article-card__summary,
.chr-article-card__summary p {
  color: #4f4036;
  font-size: 1rem;
  line-height: 1.65;
}

.chr-article-card__summary p {
  margin: 0;
}

/* --- /CHRONIVRA LAB: ARTICLE TEASER V1 --- */


/* --- CHRONIVRA LAB: FEATURED MEDIA V1 --- */

.chr-article__featured-media {
  margin: 1.8rem 0 2rem;
}

.chr-article__featured-media img,
.chr-article-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.chr-article-card__media {
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 14px;
}

.chr-article-card__media a {
  display: block;
  text-decoration: none;
}

/* --- /CHRONIVRA LAB: FEATURED MEDIA V1 --- */

/* --- CHRONIVRA LAB: HUMAN ARTICLE/CARD V2 --- */

.chr-article {
  max-width: 780px;
}

.chr-article__header {
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(91, 61, 39, 0.10);
}

.chr-article__meta {
  color: rgba(73, 58, 47, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.chr-article__meta-item:not(:last-child)::after {
  width: 3px;
  height: 3px;
  margin-left: 13px;
  background: rgba(106, 88, 74, 0.28);
}

.chr-article__featured-media {
  margin: 1.6rem 0 2.2rem;
}

.chr-article__featured-media img {
  border-radius: 18px;
}

.chr-article__body p {
  font-size: clamp(1.08rem, 1.45vw, 1.18rem);
  line-height: 1.82;
}

.chr-article-card {
  padding: 22px;
  border-color: rgba(91, 61, 39, 0.10);
  background: rgba(255, 252, 244, 0.48);
  box-shadow: 0 10px 28px rgba(53, 38, 25, 0.035);
}

.chr-article-card__media {
  margin-bottom: 1.05rem;
  border-radius: 16px;
}

.chr-article-card__media img {
  border-radius: 16px;
}

.chr-article-card__title {
  margin-bottom: 0.75rem;
  letter-spacing: -0.035em;
}

.chr-article-card__meta {
  margin-bottom: 0.85rem;
  color: rgba(73, 58, 47, 0.68);
  font-size: 0.84rem;
}

.chr-article-card__summary,
.chr-article-card__summary p {
  color: rgba(63, 51, 43, 0.88);
  line-height: 1.68;
}

/* --- /CHRONIVRA LAB: HUMAN ARTICLE/CARD V2 --- */

/* --- CHRONIVRA LAB: FRONT HUMAN V1 --- */

.chr-lab-page {
  background:
    radial-gradient(circle at 14% 0%, rgba(139, 64, 36, 0.07), transparent 32rem),
    linear-gradient(180deg, #f4efe6 0%, #eee7da 100%);
}

.chr-lab-hero {
  padding: clamp(34px, 5.5vw, 64px) 0 clamp(34px, 5vw, 58px);
}

.chr-lab-hero__grid {
  align-items: center;
  gap: clamp(26px, 4.5vw, 52px);
}

.chr-lab-kicker {
  color: rgba(113, 67, 42, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.10em;
}

.chr-lab-hero h1 {
  max-width: 760px;
  font-size: clamp(2.05rem, 4.6vw, 4.15rem);
  line-height: 1.05;
  letter-spacing: -0.052em;
}

.chr-lab-lead {
  max-width: 690px;
  margin-top: 22px;
  color: rgba(63, 51, 43, 0.88);
  font-size: clamp(1.04rem, 1.55vw, 1.18rem);
  line-height: 1.76;
}

.chr-lab-note {
  border-color: rgba(91, 61, 39, 0.11);
  background: rgba(255, 252, 244, 0.46);
  box-shadow: 0 10px 30px rgba(53, 38, 25, 0.035);
}

.chr-lab-section {
  padding: clamp(36px, 5vw, 64px) 0;
  border-top-color: rgba(65, 48, 35, 0.09);
}

.chr-lab-section h2,
.chr-lab-status h2 {
  max-width: 820px;
  font-size: clamp(1.55rem, 2.65vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -0.038em;
}

.chr-lab-card-grid {
  gap: 16px;
}

.chr-lab-card {
  min-height: 0;
  padding: 21px 22px;
  border-color: rgba(91, 61, 39, 0.10);
  background: rgba(255, 252, 244, 0.42);
  box-shadow: none;
}

.chr-lab-card h3 {
  font-size: 1.22rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.chr-lab-card p {
  color: rgba(74, 60, 50, 0.86);
  font-size: 0.98rem;
  line-height: 1.68;
}

.chr-lab-status .chr-lab-shell {
  border-style: solid;
  border-color: rgba(91, 61, 39, 0.11);
  background: rgba(255, 252, 244, 0.38);
}

@media (max-width: 560px) {
  .chr-lab-hero h1 {
    font-size: clamp(2rem, 11vw, 2.72rem);
    line-height: 1.07;
  }
}

/* --- /CHRONIVRA LAB: FRONT HUMAN V1 --- */

/* --- CHRONIVRA LAB: FRONT SLOGAN V1 --- */

.chr-lab-page--editorial .chr-lab-hero h1 {
  max-width: 760px;
  margin-top: 0.35rem;
  margin-bottom: 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4.2vw, 3.55rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.chr-lab-page--editorial .chr-lab-lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.chr-lab-page--editorial .chr-lab-kicker {
  letter-spacing: 0.13em;
}

.chr-lab-page--editorial .chr-lab-section__head h2 {
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.chr-lab-page--editorial .chr-lab-editorial-item h3,
.chr-lab-page--editorial .chr-lab-author h3 {
  letter-spacing: -0.015em;
}

.chr-lab-page--editorial .chr-lab-status--compact {
  opacity: 0.72;
}

/* --- /CHRONIVRA LAB: FRONT SLOGAN V1 --- */

/* --- CHRONIVRA LAB: FRONT SLOGAN V2 FORCE --- */

.chr-lab-hero h1,
.chr-lab-page--editorial .chr-lab-hero h1 {
  max-width: 720px !important;
  margin-top: 0.25rem !important;
  margin-bottom: 1.05rem !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.85rem, 3.35vw, 2.85rem) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

.chr-lab-hero .chr-lab-lead,
.chr-lab-page--editorial .chr-lab-lead {
  max-width: 700px !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
  line-height: 1.65 !important;
}

.chr-lab-hero .chr-lab-kicker,
.chr-lab-page--editorial .chr-lab-kicker {
  margin-bottom: 0.65rem !important;
}

/* --- /CHRONIVRA LAB: FRONT SLOGAN V2 FORCE --- */

/* --- CHRONIVRA LAB: FRONT COMPACT JOURNAL V1 --- */

.chr-lab-page--compact-journal .chr-lab-hero h1 {
  position: relative;
  display: inline-block;
  max-width: 680px;
  margin-top: 0.2rem;
  margin-bottom: 1.15rem;
  padding: 0.16em 0.32em 0.18em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.58rem, 2.75vw, 2.36rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.032em;
  background:
    repeating-linear-gradient(
      -8deg,
      rgba(92, 73, 48, 0.045) 0,
      rgba(92, 73, 48, 0.045) 1px,
      transparent 1px,
      transparent 8px
    );
  border-top: 1px solid rgba(92, 73, 48, 0.2);
  border-bottom: 1px solid rgba(92, 73, 48, 0.14);
}

.chr-lab-page--compact-journal .chr-lab-topic-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin-top: 1.1rem;
  font-size: 0.92rem;
}

.chr-lab-page--compact-journal .chr-lab-topic-line a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(92, 73, 48, 0.32);
}

.chr-lab-page--compact-journal .chr-lab-section--authors {
  padding-top: clamp(2rem, 4vw, 3.4rem);
}

.chr-lab-page--compact-journal .chr-lab-section--journal {
  padding-top: clamp(1.6rem, 3vw, 2.4rem);
  padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.chr-lab-page--compact-journal .chr-lab-journal-note {
  max-width: 820px;
}

.chr-lab-page--compact-journal .chr-lab-journal-note h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.chr-lab-page--compact-journal .chr-lab-status--compact {
  opacity: 0.72;
}

/* --- /CHRONIVRA LAB: FRONT COMPACT JOURNAL V1 --- */

/* --- CHRONIVRA LAB: FRONT LATEST MATERIALS V1 --- */

.chr-lab-page--compact-journal .chr-lab-section--materials {
  padding-top: clamp(1.8rem, 3vw, 2.6rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.chr-lab-page--compact-journal .chr-lab-material-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.chr-lab-page--compact-journal .chr-lab-material-card {
  min-width: 0;
}

.chr-lab-page--compact-journal .chr-lab-material-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.chr-lab-page--compact-journal .chr-lab-material-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(92, 73, 48, 0.18);
}

.chr-lab-page--compact-journal .chr-lab-material-card span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .chr-lab-page--compact-journal .chr-lab-material-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .chr-lab-page--compact-journal .chr-lab-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- /CHRONIVRA LAB: FRONT LATEST MATERIALS V1 --- */

/* --- CHRONIVRA LAB: MATERIALS COMPACT TITLE V1 --- */

.chr-lab-page--compact-journal .chr-lab-section__head--materials {
  margin-bottom: 1.15rem;
}

.chr-lab-page--compact-journal .chr-lab-section__head--materials h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.chr-lab-page--compact-journal .chr-lab-material-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
}

.chr-lab-page--compact-journal .chr-lab-material-card {
  max-width: 180px;
}

/* --- /CHRONIVRA LAB: MATERIALS COMPACT TITLE V1 --- */

/* --- CHRONIVRA LAB: MATERIALS SIX COMPACT V1 --- */

.chr-lab-page--compact-journal .chr-lab-section--authors {
  padding-bottom: clamp(1.35rem, 2.4vw, 2.1rem);
}

.chr-lab-page--compact-journal .chr-lab-section--materials {
  padding-top: clamp(1.05rem, 2vw, 1.55rem);
  border-top: 1px solid rgba(92, 73, 48, 0.14);
}

.chr-lab-page--compact-journal .chr-lab-section--materials .chr-lab-shell {
  padding-top: clamp(1.05rem, 1.8vw, 1.45rem);
}

.chr-lab-page--compact-journal .chr-lab-material-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  max-width: 100%;
}

.chr-lab-page--compact-journal .chr-lab-material-card {
  max-width: 180px;
}

.chr-lab-page--compact-journal .chr-lab-material-card img {
  margin-bottom: 0.42rem;
}

/* --- /CHRONIVRA LAB: MATERIALS SIX COMPACT V1 --- */

/* --- CHRONIVRA LAB: INNER TITLE TUNE V1 --- */

.chr-lab-page--inner .chr-lab-inner h1 {
  max-width: 820px;
  margin: 0 0 clamp(1.4rem, 2.6vw, 2.1rem);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.2vw, 3.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.chr-lab-page--inner .chr-article__meta {
  margin-bottom: clamp(1.15rem, 2vw, 1.7rem);
}

.chr-lab-page--inner .chr-article__featured-media {
  margin-top: clamp(1.1rem, 2vw, 1.7rem);
}

/* --- /CHRONIVRA LAB: INNER TITLE TUNE V1 --- */

/* --- CHRONIVRA LAB: INNER TITLE TUNE V2 FORCE --- */

.chr-lab-page--inner .block-page-title-block h1,
.chr-lab-page--inner h1.page-title,
.chr-lab-page--inner .chr-lab-inner h1 {
  max-width: 760px !important;
  margin-top: 0 !important;
  margin-bottom: clamp(1.05rem, 2vw, 1.55rem) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.9rem, 3.25vw, 2.85rem) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.028em !important;
}

.chr-lab-page--inner .block-page-title-block {
  margin-bottom: clamp(0.9rem, 1.8vw, 1.35rem) !important;
}

/* --- /CHRONIVRA LAB: INNER TITLE TUNE V2 FORCE --- */

/* --- CHRONIVRA LAB: INNER TITLE TUNE V3 SMALLER --- */

.chr-lab-page--inner .block-page-title-block h1,
.chr-lab-page--inner h1.page-title,
.chr-lab-page--inner .chr-lab-inner h1 {
  max-width: 720px !important;
  margin-bottom: clamp(0.9rem, 1.7vw, 1.25rem) !important;
  font-size: clamp(1.72rem, 2.75vw, 2.38rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.024em !important;
}

.chr-lab-page--inner .block-page-title-block {
  margin-bottom: clamp(0.7rem, 1.4vw, 1rem) !important;
}

/* --- /CHRONIVRA LAB: INNER TITLE TUNE V3 SMALLER --- */

/* --- CHRONIVRA LAB: AUTHOR LEGACY PAGE V1 --- */

.chr-lab-page--inner .chr-author-legacy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.4rem, 2.6vw, 2.1rem);
}

.chr-lab-page--inner .chr-author-legacy-card {
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(92, 73, 48, 0.16);
  background: rgba(255, 252, 244, 0.58);
}

.chr-lab-page--inner .chr-author-legacy-card h2 {
  margin: 0 0 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.16rem, 1.7vw, 1.42rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.018em;
}

.chr-lab-page--inner .chr-author-legacy-card p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .chr-lab-page--inner .chr-author-legacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .chr-lab-page--inner .chr-author-legacy-grid {
    grid-template-columns: 1fr;
  }
}

/* --- /CHRONIVRA LAB: AUTHOR LEGACY PAGE V1 --- */

/* --- CHRONIVRA LAB: AUTHOR LEGACY PAGE V2 READABLE GRID --- */

.chr-lab-page--inner .chr-author-legacy-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
  gap: 1rem !important;
  max-width: 820px;
  margin-top: clamp(1.4rem, 2.4vw, 2rem);
}

.chr-lab-page--inner .chr-author-legacy-card {
  padding: clamp(1.05rem, 2vw, 1.45rem) !important;
}

.chr-lab-page--inner .chr-author-legacy-card h2 {
  max-width: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: clamp(1.2rem, 1.6vw, 1.42rem) !important;
  line-height: 1.2 !important;
}

.chr-lab-page--inner .chr-author-legacy-card p {
  max-width: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  line-height: 1.55 !important;
}

@media (max-width: 680px) {
  .chr-lab-page--inner .chr-author-legacy-grid {
    grid-template-columns: 1fr !important;
  }
}

/* --- /CHRONIVRA LAB: AUTHOR LEGACY PAGE V2 READABLE GRID --- */

/* --- CHRONIVRA LAB: FRONT HERO CLEAN V1 --- */

.chr-lab-page--compact-journal .chr-lab-hero__grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.chr-lab-page--compact-journal .chr-lab-hero__text {
  max-width: 920px;
}

.chr-lab-page--compact-journal .chr-lab-footer-note {
  max-width: 820px;
  margin: 0 0 0.65rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  color: rgba(54, 43, 30, 0.88);
}

.chr-lab-page--compact-journal .chr-lab-status--compact p + p {
  margin-top: 0.45rem;
  opacity: 0.72;
}

/* --- /CHRONIVRA LAB: FRONT HERO CLEAN V1 --- */

/* --- CHRONIVRA LAB: COLOR ACCENT V1 --- */

:root {
  --chr-accent-deep: #6f2431;
  --chr-accent-deep-soft: rgba(111, 36, 49, 0.105);
  --chr-accent-warm: #b07a38;
  --chr-paper-warm: #fff9ef;
}

.chr-lab-header {
  border-bottom: 2px solid rgba(111, 36, 49, 0.38) !important;
  box-shadow: 0 10px 28px rgba(64, 39, 28, 0.07) !important;
}

.chr-lab-brand__name {
  color: var(--chr-accent-deep) !important;
}

.chr-lab-brand__mark {
  color: rgba(54, 43, 30, 0.76) !important;
}

.chr-lab-nav a {
  border-bottom: 1px solid transparent;
}

.chr-lab-nav a:hover,
.chr-lab-nav a:focus {
  color: var(--chr-accent-deep) !important;
  border-bottom-color: rgba(111, 36, 49, 0.44);
}

.chr-lab-page--compact-journal .chr-lab-hero h1 {
  background:
    linear-gradient(90deg, rgba(111, 36, 49, 0.09), rgba(176, 122, 56, 0.055)),
    repeating-linear-gradient(
      -8deg,
      rgba(92, 73, 48, 0.04) 0,
      rgba(92, 73, 48, 0.04) 1px,
      transparent 1px,
      transparent 8px
    ) !important;
  border-top-color: rgba(111, 36, 49, 0.3) !important;
  border-bottom-color: rgba(176, 122, 56, 0.28) !important;
}

.chr-lab-page--compact-journal .chr-lab-topic-line span {
  color: rgba(77, 51, 38, 0.92);
}

.chr-lab-page--compact-journal .chr-lab-topic-line span::after {
  color: rgba(111, 36, 49, 0.42);
}

.chr-lab-page--compact-journal .chr-lab-section--authors .chr-lab-card,
.chr-lab-page--compact-journal .chr-lab-material-card img,
.chr-lab-page--inner .chr-author-legacy-card {
  border-color: rgba(111, 36, 49, 0.18) !important;
}

.chr-lab-page--compact-journal .chr-lab-section--authors .chr-lab-card {
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.72), rgba(255, 252, 244, 0.54)) !important;
}

.chr-lab-page--compact-journal .chr-lab-section--authors .chr-lab-card h3,
.chr-lab-page--inner .chr-author-legacy-card h2,
.chr-lab-page--compact-journal .chr-lab-section__head--materials h2 {
  color: var(--chr-accent-deep) !important;
}

.chr-lab-page--compact-journal .chr-lab-section--materials {
  border-top-color: rgba(111, 36, 49, 0.22) !important;
}

.chr-lab-page--compact-journal .chr-lab-material-card span {
  color: rgba(39, 31, 26, 0.94);
}

.chr-lab-page--compact-journal .chr-lab-footer-note {
  border-left: 3px solid rgba(111, 36, 49, 0.36);
  padding-left: 0.85rem;
}

/* --- /CHRONIVRA LAB: COLOR ACCENT V1 --- */

/* --- CHRONIVRA LAB: CONTENT WIDTH V1 --- */

:root {
  --chr-max: 1120px;
}

.chr-lab-shell {
  width: min(var(--chr-max), calc(100% - 40px)) !important;
}

.chr-lab-page--compact-journal .chr-lab-hero__text {
  max-width: 820px;
}

.chr-lab-page--compact-journal .chr-lab-section__head {
  max-width: 820px;
}

.chr-lab-page--compact-journal .chr-lab-material-grid {
  max-width: var(--chr-max);
}

.chr-lab-page--compact-journal .chr-lab-material-card {
  max-width: none;
}

@media (max-width: 560px) {
  .chr-lab-shell {
    width: min(100% - 28px, var(--chr-max)) !important;
  }
}

/* --- /CHRONIVRA LAB: CONTENT WIDTH V1 --- */

/* --- CHRONIVRA LAB: FRONT SPACING TUNE V1 --- */

.chr-lab-page--compact-journal .chr-lab-hero {
  padding-bottom: clamp(2.2rem, 4vw, 3.4rem) !important;
}

.chr-lab-page--compact-journal .chr-lab-section--authors {
  padding-top: clamp(1.7rem, 3vw, 2.4rem) !important;
}

.chr-lab-page--compact-journal .chr-lab-section--authors .chr-lab-section__head {
  margin-bottom: clamp(1.2rem, 2vw, 1.6rem);
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors {
  gap: 0.85rem !important;
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors .chr-lab-card {
  padding: clamp(1rem, 1.7vw, 1.25rem) !important;
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors .chr-lab-card h3 {
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.18;
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors .chr-lab-card p {
  font-size: 0.94rem;
  line-height: 1.5;
}

/* --- /CHRONIVRA LAB: FRONT SPACING TUNE V1 --- */

/* --- CHRONIVRA LAB: ARTICLE GALLERY V1 --- */

.chr-article-gallery {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(54, 45, 35, 0.18);
}

.chr-article-gallery__title {
  margin: 0 0 1.25rem;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 650;
  letter-spacing: 0.01em;
}

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

.chr-article-gallery__items .field__item {
  margin: 0;
}

.chr-article-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
  box-shadow: 0 10px 24px rgba(25, 20, 16, 0.12);
}

@media (max-width: 720px) {
  .chr-article-gallery {
    margin-top: 2.25rem;
  }

  .chr-article-gallery__items .field__items {
    grid-template-columns: 1fr;
  }
}

/* --- CHRONIVRA LAB: ARTICLE TYPOGRAPHY SAFETY V1 --- */

.chr-article__body,
.chr-article__body .field,
.chr-article__body .field__item {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.chr-article__body p,
.chr-article__body li,
.chr-article__body blockquote {
  max-width: 100%;
  color: #3f332b;
  font-size: clamp(1.04rem, 1.25vw, 1.12rem) !important;
  line-height: 1.78 !important;
  overflow-wrap: break-word;
  word-break: normal;
}

.chr-article__body a,
.chr-article__body strong,
.chr-article__body em,
.chr-article__body span,
.chr-article__body font {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.chr-article__body img,
.chr-article__body table,
.chr-article__body iframe,
.chr-article__body figure {
  max-width: 100%;
}

.chr-article__body pre,
.chr-article__body code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/* --- /CHRONIVRA LAB: ARTICLE TYPOGRAPHY SAFETY V1 --- */

/* --- CHRONIVRA LAB: MOBILE READABILITY RESCUE V1 --- */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe,
table {
  max-width: 100%;
}

@media (max-width: 760px) {
  :root {
    --chr-max: 100%;
  }

  body {
    line-height: 1.6;
  }

  .site-header,
  .chr-lab-header {
    box-shadow: none !important;
  }

  .site-header__inner,
  .region--header,
  .region--primary-menu,
  .chr-lab-shell {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .site-branding {
    padding: 14px 16px 10px !important;
  }

  .site-branding__name,
  .site-branding__name a,
  .chr-lab-brand__name {
    font-size: 1.8rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.015em !important;
    overflow-wrap: anywhere;
  }

  .site-branding__slogan,
  .chr-lab-brand__mark {
    font-size: 0.78rem !important;
  }

  .chr-lab-header__inner {
    min-height: 0 !important;
    gap: 10px !important;
    padding: 14px 16px !important;
  }

  .chr-lab-brand {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px 8px !important;
  }

  .chr-lab-nav,
  .primary-nav__menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 4px !important;
  }

  .chr-lab-nav a,
  .primary-nav__menu-link {
    padding: 6px 8px !important;
    font-size: 0.9rem !important;
    line-height: 1.25 !important;
  }

  .main-content {
    margin: 18px 0 36px !important;
    padding: 0 10px !important;
    max-width: none !important;
  }

  .main-content__container,
  .chr-lab-inner {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .main-content__container {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .node__content,
  .chr-lab-inner {
    padding: 18px 14px !important;
  }

  .chr-article {
    max-width: none !important;
    width: auto !important;
  }

  .chr-lab-page--inner .block-page-title-block h1,
  .chr-lab-page--inner h1.page-title,
  .chr-lab-page--inner .chr-lab-inner h1,
  h1.page-title {
    max-width: none !important;
    font-size: clamp(1.55rem, 8vw, 2.05rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.015em !important;
  }

  .chr-article__header {
    margin-bottom: 1.2rem !important;
    padding-bottom: 1rem !important;
  }

  .chr-article__meta {
    display: block !important;
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  .chr-article__meta-item {
    display: inline !important;
  }

  .chr-article__meta-item:not(:last-child)::after {
    display: none !important;
  }

  .chr-article__body p,
  .chr-article__body li,
  .chr-article__body blockquote,
  p,
  li {
    font-size: 1.02rem !important;
    line-height: 1.62 !important;
  }

  .chr-article__body p {
    margin-bottom: 1em !important;
  }

  .chr-article__body h2,
  .chr-article__body h3,
  h2,
  h3 {
    letter-spacing: -0.01em !important;
  }

  .chr-article__featured-media,
  .chr-article-gallery {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .chr-article__featured-media img,
  .chr-article-gallery img,
  .chr-article-card__media img {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .chr-article-gallery__items .field__items {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .chr-lab-hero {
    padding: 24px 14px 26px !important;
  }

  .chr-lab-hero h1,
  .chr-lab-page--editorial .chr-lab-hero h1,
  .chr-lab-page--compact-journal .chr-lab-hero h1 {
    display: block !important;
    max-width: none !important;
    padding: 0 !important;
    font-size: clamp(1.55rem, 8vw, 2.1rem) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.014em !important;
    background: none !important;
    border: 0 !important;
  }

  .chr-lab-lead,
  .chr-lab-hero .chr-lab-lead,
  .chr-lab-page--editorial .chr-lab-lead {
    max-width: none !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .chr-lab-card-grid,
  .chr-lab-card-grid--authors,
  .chr-lab-page--compact-journal .chr-lab-material-grid,
  .chr-lab-page--inner .chr-author-legacy-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .chr-lab-card,
  .chr-article-card,
  .chr-author-legacy-card {
    padding: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .chr-article-card__title,
  .chr-lab-card h3,
  .chr-author-legacy-card h2 {
    font-size: 1.15rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
  }

  .chr-lab-section,
  .chr-lab-page--compact-journal .chr-lab-section--materials,
  .chr-lab-page--compact-journal .chr-lab-section--authors {
    padding: 24px 14px !important;
  }

  .chr-lab-status .chr-lab-shell {
    padding: 16px !important;
    border-radius: 0 !important;
  }
}

/* --- /CHRONIVRA LAB: MOBILE READABILITY RESCUE V1 --- */

/* --- CHRONIVRA LAB: MOBILE READABILITY POLISH V2 --- */

@media (max-width: 760px) {
  .site-header,
  .chr-lab-header {
    position: static !important;
    border-bottom-width: 1px !important;
  }

  .region--header {
    display: block !important;
  }

  #block-chronivra-lab-powered,
  #block-chronivra-lab-help,
  #block-chronivra-lab-account-menu,
  #block-chronivra-lab-breadcrumbs,
  .block-system-powered-by-block,
  .block-help-block,
  .breadcrumb {
    display: none !important;
  }

  .site-branding,
  .chr-lab-header__inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .chr-lab-brand__mark,
  .site-branding__slogan {
    opacity: 0.72;
  }

  .main-content {
    margin-top: 12px !important;
  }

  .main-content__container,
  .chr-lab-inner,
  .chr-lab-card,
  .chr-article-card,
  .chr-author-legacy-card,
  .chr-lab-status .chr-lab-shell {
    background: rgba(255, 252, 244, 0.82) !important;
  }

  .node__content,
  .chr-lab-inner {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .chr-article__body p,
  .chr-article__body li {
    font-size: 1rem !important;
    line-height: 1.66 !important;
  }

  .chr-article__body blockquote {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem !important;
    border-left: 3px solid rgba(111, 36, 49, 0.28);
  }

  .chr-lab-card p,
  .chr-article-card__summary,
  .chr-article-card__summary p,
  .chr-author-legacy-card p,
  .chr-lab-status p,
  .chr-lab-note p {
    font-size: 0.96rem !important;
    line-height: 1.52 !important;
  }

  .chr-lab-page--compact-journal .chr-lab-material-grid {
    grid-template-columns: 1fr !important;
  }

  .chr-lab-page--compact-journal .chr-lab-material-card__link {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
  }

  .chr-lab-page--compact-journal .chr-lab-material-card img {
    aspect-ratio: 4 / 3;
    margin-bottom: 0 !important;
  }

  .chr-lab-page--compact-journal .chr-lab-material-card span {
    font-size: 0.96rem !important;
    line-height: 1.35 !important;
  }

  .chr-lab-section__head,
  .chr-lab-page--compact-journal .chr-lab-section__head {
    margin-bottom: 0.9rem !important;
  }

  .chr-lab-section h2,
  .chr-lab-status h2,
  .chr-lab-page--compact-journal .chr-lab-section__head--materials h2 {
    font-size: 1.35rem !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
  }

  .chr-article-gallery {
    padding-top: 1.1rem !important;
  }

  .chr-article-gallery__title {
    margin-bottom: 0.85rem !important;
    font-size: 1rem !important;
  }
}

/* --- /CHRONIVRA LAB: MOBILE READABILITY POLISH V2 --- */

/* --- CHRONIVRA LAB: MOBILE MATERIAL TITLE CLAMP V4 --- */

@media (max-width: 760px) {
  .chr-lab-page--compact-journal .chr-lab-material-card span {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 2.65em;
  }
}

@media (max-width: 380px) {
  .chr-lab-page--compact-journal .chr-lab-material-card span {
    -webkit-line-clamp: 2;
    max-height: 2.6em;
  }
}

/* --- /CHRONIVRA LAB: MOBILE MATERIAL TITLE CLAMP V4 --- */

/* --- CHRONIVRA LAB: ARTICLE EDITORIAL V1 --- */

.chr-lab-page--inner {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 247, 232, 0.96), rgba(244, 232, 214, 0.72) 44%, rgba(236, 222, 202, 0.84) 100%);
}

.chr-lab-page--inner .chr-lab-main--inner {
  padding-top: clamp(1.4rem, 3vw, 2.4rem) !important;
}

.chr-lab-page--inner .chr-lab-inner {
  max-width: 780px !important;
  padding: clamp(1.35rem, 3vw, 2.4rem) clamp(1.15rem, 3vw, 2.25rem) clamp(2.2rem, 4vw, 3.2rem) !important;
  border-color: rgba(100, 72, 48, 0.13) !important;
  border-radius: 24px !important;
  background: rgba(255, 251, 242, 0.82) !important;
  box-shadow: 0 18px 48px rgba(61, 43, 27, 0.075) !important;
}

.chr-lab-page--inner .block-page-title-block {
  max-width: 660px !important;
  margin: 0 auto clamp(0.75rem, 1.6vw, 1.1rem) !important;
}

.chr-lab-page--inner .block-page-title-block h1,
.chr-lab-page--inner h1.page-title,
.chr-lab-page--inner .chr-lab-inner h1 {
  max-width: 660px !important;
  margin: 0 auto !important;
  color: #2b211b !important;
  font-size: clamp(1.68rem, 2.55vw, 2.28rem) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.018em !important;
  text-align: left !important;
}

.chr-lab-page--inner .chr-article {
  max-width: 660px !important;
  margin-inline: auto !important;
}

.chr-lab-page--inner .chr-article__header {
  margin: 0 0 clamp(1rem, 2vw, 1.45rem) !important;
  padding: 0 0 clamp(0.8rem, 1.6vw, 1.05rem) !important;
  border-bottom: 1px solid rgba(94, 68, 45, 0.11) !important;
}

.chr-lab-page--inner .chr-article__meta {
  justify-content: flex-start !important;
  color: rgba(73, 58, 47, 0.66) !important;
  font-size: 0.88rem !important;
}

.chr-lab-page--inner .chr-article__featured-media {
  max-width: 640px !important;
  margin: clamp(1.15rem, 2vw, 1.55rem) auto clamp(1.65rem, 3vw, 2.2rem) !important;
}

.chr-lab-page--inner .chr-article__featured-media img {
  width: 100% !important;
  height: auto !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 34px rgba(46, 34, 23, 0.12) !important;
}

.chr-lab-page--inner .chr-article__body,
.chr-lab-page--inner .chr-article__body .field,
.chr-lab-page--inner .chr-article__body .field__item {
  max-width: 640px !important;
  margin-inline: auto !important;
}

.chr-lab-page--inner .chr-article__body p,
.chr-lab-page--inner .chr-article__body li {
  color: #3f332b !important;
  font-size: clamp(1.05rem, 1.18vw, 1.12rem) !important;
  line-height: 1.82 !important;
}

.chr-lab-page--inner .chr-article__body p {
  margin: 0 0 1.05em !important;
}

@media (max-width: 760px) {
  .chr-lab-page--inner .chr-lab-inner {
    padding-inline: 1rem !important;
    border-radius: 18px !important;
  }

  .chr-lab-page--inner .block-page-title-block,
  .chr-lab-page--inner .chr-article,
  .chr-lab-page--inner .chr-article__body,
  .chr-lab-page--inner .chr-article__body .field,
  .chr-lab-page--inner .chr-article__body .field__item {
    max-width: 100% !important;
  }
}

/* --- /CHRONIVRA LAB: ARTICLE EDITORIAL V1 --- */

/* --- CHRONIVRA LAB: ARTICLE EDITORIAL V2 WIDTH/TYPOGRAPHY TUNE --- */

.chr-lab-page--inner .chr-lab-inner {
  max-width: 900px !important;
  padding: clamp(1.45rem, 3vw, 2.35rem) clamp(1.4rem, 3.2vw, 2.6rem) clamp(2.4rem, 4vw, 3.4rem) !important;
}

.chr-lab-page--inner .block-page-title-block {
  max-width: 720px !important;
  margin-bottom: clamp(0.75rem, 1.5vw, 1.05rem) !important;
}

.chr-lab-page--inner .block-page-title-block h1,
.chr-lab-page--inner h1.page-title,
.chr-lab-page--inner .chr-lab-inner h1 {
  max-width: 720px !important;
  font-size: clamp(1.52rem, 2.25vw, 2.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.012em !important;
}

.chr-lab-page--inner .chr-article {
  max-width: 720px !important;
}

.chr-lab-page--inner .chr-article__header {
  margin-bottom: clamp(0.9rem, 1.7vw, 1.25rem) !important;
  padding-bottom: clamp(0.7rem, 1.3vw, 0.95rem) !important;
}

.chr-lab-page--inner .chr-article__meta {
  font-size: 0.84rem !important;
  line-height: 1.45 !important;
}

.chr-lab-page--inner .chr-article__featured-media {
  max-width: 720px !important;
  margin: clamp(1rem, 1.8vw, 1.35rem) auto clamp(1.35rem, 2.5vw, 1.85rem) !important;
}

.chr-lab-page--inner .chr-article__featured-media img {
  border-radius: 14px !important;
  box-shadow: 0 12px 26px rgba(46, 34, 23, 0.095) !important;
}

.chr-lab-page--inner .chr-article__body,
.chr-lab-page--inner .chr-article__body .field,
.chr-lab-page--inner .chr-article__body .field__item {
  max-width: 700px !important;
}

.chr-lab-page--inner .chr-article__body p,
.chr-lab-page--inner .chr-article__body li {
  font-size: clamp(0.99rem, 1.04vw, 1.045rem) !important;
  line-height: 1.76 !important;
}

.chr-lab-page--inner .chr-article__body p {
  margin-bottom: 0.95em !important;
}

@media (max-width: 760px) {
  .chr-lab-page--inner .chr-lab-inner {
    max-width: none !important;
    padding-inline: 1rem !important;
  }

  .chr-lab-page--inner .block-page-title-block,
  .chr-lab-page--inner .chr-article,
  .chr-lab-page--inner .chr-article__featured-media,
  .chr-lab-page--inner .chr-article__body,
  .chr-lab-page--inner .chr-article__body .field,
  .chr-lab-page--inner .chr-article__body .field__item {
    max-width: 100% !important;
  }

  .chr-lab-page--inner .chr-article__body p,
  .chr-lab-page--inner .chr-article__body li {
    font-size: 1rem !important;
    line-height: 1.72 !important;
  }
}

/* --- /CHRONIVRA LAB: ARTICLE EDITORIAL V2 WIDTH/TYPOGRAPHY TUNE --- */

/* --- CHRONIVRA LAB: DRUPAL PRIMARY MENU NORMALIZE V1 --- */
.chr-lab-nav .menu,
.chr-lab-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chr-lab-nav .menu-item,
.chr-lab-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chr-lab-nav .menu-item a,
.chr-lab-nav li a {
  display: inline-block;
}

@media (max-width: 900px) {
  .chr-lab-nav .menu,
  .chr-lab-nav ul {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .chr-lab-nav .menu,
  .chr-lab-nav ul {
    gap: 4px;
  }
}
/* --- /CHRONIVRA LAB: DRUPAL PRIMARY MENU NORMALIZE V1 --- */

/* --- CHRONIVRA LAB: MATERIALS CARD TITLE CLAMP V1 --- */
/*
 * Keeps archival node titles intact while preventing long titles from
 * visually dominating /materials cards. SEO titles remain controlled
 * separately through field_proposed_meta_title.
 */
.chr-article-card__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 640px) {
  .chr-article-card__title a {
    -webkit-line-clamp: 4;
  }
}
/* --- /CHRONIVRA LAB: MATERIALS CARD TITLE CLAMP V1 --- */

/* Chronivra service footer: explicit HTML sitemap link. */
.chr-lab-service-footer {
  margin-top: 3rem;
  padding: 1.25rem 0 1.75rem;
  border-top: 1px solid rgba(70, 50, 38, 0.16);
  font-size: 0.92rem;
}

.chr-lab-service-footer__inner {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.chr-lab-service-footer a {
  color: inherit;
  text-decoration: none;
  opacity: 0.78;
}

.chr-lab-service-footer a:hover,
.chr-lab-service-footer a:focus {
  text-decoration: underline;
  opacity: 1;
}

/* Chronivra production visual rescue: neutralize Olivero menu/layout dominance. */
.chr-lab-page {
  min-height: 100vh;
  background: #eee7db;
  color: #2f2823;
  font-family: Georgia, "Times New Roman", serif;
}

.chr-lab-shell {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.chr-lab-header {
  border-bottom: 1px solid rgba(70, 50, 38, 0.16);
  background: rgba(238, 231, 219, 0.96);
}

.chr-lab-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem 0;
}

.chr-lab-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  color: inherit;
  text-decoration: none;
}

.chr-lab-brand__name {
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.chr-lab-brand__mark {
  font-size: 0.82rem;
  opacity: 0.72;
}

.chr-lab-nav,
.chr-lab-nav--static {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0;
  padding: 0;
}

.chr-lab-nav a,
.chr-lab-nav--static a {
  color: #3a302a;
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.2;
  opacity: 0.82;
}

.chr-lab-nav a:hover,
.chr-lab-nav a:focus,
.chr-lab-nav--static a:hover,
.chr-lab-nav--static a:focus {
  opacity: 1;
  text-decoration: underline;
}

.chr-lab-main {
  padding: 0;
}

.chr-lab-hero {
  padding: 4.2rem 0 3.1rem;
}

.chr-lab-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}

.chr-lab-hero__text {
  text-align: center;
}

.chr-lab-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4.6vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #2c2520;
}

.chr-lab-lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: #5b4d43;
}

.chr-lab-topic-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  margin-top: 1.5rem;
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #725f52;
}

.chr-lab-topic-line span {
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(111, 23, 36, 0.18);
  border-radius: 999px;
}

.chr-lab-section {
  padding: 2.5rem 0;
}

.chr-lab-section__head h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.1;
}

.chr-lab-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.chr-lab-card {
  padding: 1rem;
  border: 1px solid rgba(70, 50, 38, 0.14);
  background: rgba(255, 252, 245, 0.52);
}

.chr-lab-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.chr-lab-card p {
  margin: 0;
  color: #5e5249;
}

.chr-lab-front-content {
  max-width: 1120px;
}

.chr-lab-page .primary-nav,
.chr-lab-page .site-header,
.chr-lab-page .mobile-buttons,
.chr-lab-page .social-bar {
  all: unset;
}

@media (max-width: 760px) {
  .chr-lab-shell {
    width: min(100% - 28px, 1120px);
  }

  .chr-lab-header__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  .chr-lab-nav,
  .chr-lab-nav--static {
    justify-content: flex-start;
  }

  .chr-lab-hero {
    padding: 3rem 0 2rem;
  }

  .chr-lab-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Chronivra front materials editorial grid v1.
   Uses the real Drupal teaser markup on the production front page.
   Keeps favicon/sitemap/SEO layers untouched. */
.chr-lab-page--compact-journal .chr-lab-section--materials {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.52), rgba(238, 231, 219, 0));
  border-top: 1px solid rgba(70, 50, 38, 0.16);
}

.chr-lab-page--compact-journal .chr-lab-front-content {
  max-width: 1180px;
}

.chr-lab-page--compact-journal .chr-lab-front-content .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.55rem;
  align-items: stretch;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row {
  min-width: 0;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card {
  height: 100%;
  margin: 0;
  padding: 1.05rem;
  border: 1px solid rgba(70, 50, 38, 0.14);
  border-radius: 18px;
  background: rgba(255, 252, 245, 0.66);
  box-shadow: 0 14px 38px rgba(49, 35, 24, 0.07);
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media {
  margin: 0 0 0.95rem;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card {
  padding: 1.25rem;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__media img {
  aspect-ratio: 16 / 9;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__title {
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  line-height: 1.02;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__title {
  margin-top: 0.3rem;
  margin-bottom: 0.55rem;
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
  line-height: 1.12;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__meta {
  font-size: 0.78rem;
  opacity: 0.72;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__summary,
.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__summary p {
  font-size: 0.95rem;
  line-height: 1.45;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:not(:first-child) .chr-article-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:not(:first-child) .chr-article-card__status {
  display: none;
}

@media (max-width: 980px) {
  .chr-lab-page--compact-journal .chr-lab-front-content .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .chr-lab-page--compact-journal .chr-lab-front-content .view-content {
    grid-template-columns: 1fr;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__title {
    font-size: 1.65rem;
  }
}

/* Chronivra front production composition v1.
   Finalizes the live front page as an editorial magazine surface.
   Does not touch SEO, favicon, sitemap, or Drupal routing. */

.chr-lab-page--compact-journal {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 252, 245, 0.82), rgba(238, 231, 219, 0.96) 44%, #eee7db 100%);
}

.chr-lab-page--compact-journal .chr-lab-shell {
  width: min(1280px, calc(100% - 56px));
}

.chr-lab-page--compact-journal .chr-lab-header {
  background: rgba(238, 231, 219, 0.97);
}

.chr-lab-page--compact-journal .chr-lab-header__inner {
  min-height: 70px;
}

.chr-lab-page--compact-journal .chr-lab-brand__name {
  font-size: 1.55rem;
  letter-spacing: 0.075em;
  color: #6f1724;
}

.chr-lab-page--compact-journal .chr-lab-brand__mark {
  display: inline-block;
  width: max-content;
  margin-top: 0.18rem;
  padding: 0.15rem 0.55rem;
  border: 1px solid rgba(111, 23, 36, 0.22);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chr-lab-page--compact-journal .chr-lab-nav--static a {
  font-size: 0.92rem;
}

.chr-front-hero {
  padding: 4.6rem 0 3.4rem;
  border-bottom: 1px solid rgba(70, 50, 38, 0.14);
}

.chr-front-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: end;
}

.chr-front-hero__main {
  max-width: 850px;
}

.chr-front-kicker {
  margin: 0 0 0.65rem;
  color: #7a6657;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chr-front-hero h1 {
  display: block;
  max-width: 900px;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: none;
  color: #2d2520;
  font-size: clamp(3.1rem, 6vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.chr-front-hero .chr-lab-lead {
  max-width: 780px;
  margin: 0;
  color: #5a4b41;
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  line-height: 1.55;
}

.chr-front-hero__note {
  padding: 1.15rem 1.25rem;
  border-left: 3px solid rgba(111, 23, 36, 0.28);
  background: rgba(255, 252, 245, 0.48);
  color: #5b4d43;
  font-size: 0.98rem;
  line-height: 1.55;
}

.chr-front-hero__note p {
  margin: 0;
}

.chr-front-topic-line {
  justify-content: flex-start;
  margin-top: 2rem;
}

.chr-front-topic-line a {
  padding: 0.34rem 0.74rem;
  border: 1px solid rgba(111, 23, 36, 0.18);
  border-radius: 999px;
  color: #6f1724;
  background: rgba(255, 252, 245, 0.44);
  text-decoration: none;
}

.chr-lab-page--compact-journal .chr-lab-section--authors {
  padding: 2rem 0 2.35rem;
  border-bottom: 1px solid rgba(70, 50, 38, 0.14);
}

.chr-lab-page--compact-journal .chr-lab-section--authors .chr-lab-section__head h2 {
  font-size: 1.45rem;
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.chr-lab-page--compact-journal .chr-lab-card-grid--authors .chr-lab-card {
  border-radius: 14px;
  background: rgba(255, 252, 245, 0.5);
  box-shadow: none;
}

.chr-front-materials {
  padding-top: 3.2rem;
}

.chr-front-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.35rem;
}

.chr-front-section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  letter-spacing: -0.035em;
}

.chr-lab-page--compact-journal .chr-lab-front-content {
  max-width: 1280px;
}

.chr-lab-page--compact-journal .chr-lab-front-content .view-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row {
  grid-column: span 4;
  min-width: 0;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
  grid-column: span 7;
  grid-row: span 2;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(2),
.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(3) {
  grid-column: span 5;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  background: rgba(255, 252, 245, 0.72);
  box-shadow: 0 12px 28px rgba(49, 35, 24, 0.055);
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card {
  padding: 1.25rem;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media {
  margin-bottom: 0.85rem;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media img {
  aspect-ratio: 16 / 10;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__media img {
  aspect-ratio: 16 / 9;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__title {
  font-size: clamp(2.1rem, 3vw, 3.2rem);
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(n+2) .chr-article-card__title {
  font-size: clamp(1.16rem, 1.35vw, 1.48rem);
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(n+2) .chr-article-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1050px) {
  .chr-front-hero__grid {
    grid-template-columns: 1fr;
  }

  .chr-front-hero__note {
    max-width: 760px;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row,
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child,
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(2),
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(3) {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .chr-lab-page--compact-journal .chr-lab-shell {
    width: min(100% - 28px, 1280px);
  }

  .chr-front-hero {
    padding: 3.1rem 0 2.4rem;
  }

  .chr-front-hero h1 {
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  .chr-front-section-head {
    display: block;
  }

  .chr-lab-page--compact-journal .chr-lab-card-grid--authors,
  .chr-lab-page--compact-journal .chr-lab-front-content .view-content {
    grid-template-columns: 1fr;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row,
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child,
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(2),
  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(3) {
    grid-column: auto;
  }
}

/* Chronivra front materials grid clean v2.
   Fixes the oversized white canvas in the first material card and restores
   a balanced editorial grid on the production front page. */

.chr-lab-page--compact-journal .chr-lab-section--materials,
.chr-lab-page--compact-journal .chr-front-materials {
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
}

.chr-lab-page--compact-journal .chr-lab-section--materials > .chr-lab-shell,
.chr-lab-page--compact-journal .chr-lab-front-content {
  width: min(1180px, calc(100% - 56px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .view,
.chr-lab-page--compact-journal .chr-lab-front-content .view-content {
  width: 100% !important;
  max-width: none !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .view-content {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.15rem !important;
  align-items: start !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row,
.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child,
.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(2),
.chr-lab-page--compact-journal .chr-lab-front-content .views-row:nth-child(3) {
  grid-column: auto !important;
  grid-row: auto !important;
  min-width: 0 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
  grid-column: span 2 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 1rem !important;
  border-radius: 16px !important;
  background: rgba(255, 252, 245, 0.74) !important;
  box-shadow: 0 10px 26px rgba(49, 35, 24, 0.055) !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card {
  height: auto !important;
  min-height: 0 !important;
  padding: 1.15rem !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media {
  margin: 0 0 0.85rem !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__media img {
  aspect-ratio: 16 / 9 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__title {
  margin: 0.35rem 0 0.5rem !important;
  font-size: clamp(1.15rem, 1.3vw, 1.5rem) !important;
  line-height: 1.12 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child .chr-article-card__title {
  font-size: clamp(2rem, 3vw, 3rem) !important;
  line-height: 1.02 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__meta {
  margin-bottom: 0.55rem !important;
  font-size: 0.76rem !important;
  opacity: 0.72 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__summary,
.chr-lab-page--compact-journal .chr-lab-front-content .chr-article-card__summary p {
  margin-bottom: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

.chr-lab-page--compact-journal .chr-lab-front-content .views-row:not(:first-child) .chr-article-card__summary {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  .chr-lab-page--compact-journal .chr-lab-front-content .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
    grid-column: span 2 !important;
  }
}

@media (max-width: 680px) {
  .chr-lab-page--compact-journal .chr-lab-section--materials > .chr-lab-shell,
  .chr-lab-page--compact-journal .chr-lab-front-content {
    width: min(100% - 28px, 1180px) !important;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .view-content {
    grid-template-columns: 1fr !important;
  }

  .chr-lab-page--compact-journal .chr-lab-front-content .views-row:first-child {
    grid-column: auto !important;
  }
}

/* Chronivra search header form v1. */
.chr-lab-search {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.4rem;
}

.chr-lab-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.chr-lab-search__input {
  width: 9.5rem;
  min-height: 2rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(70, 50, 38, 0.22);
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.62);
  color: #332a24;
  font: inherit;
  font-size: 0.86rem;
}

.chr-lab-search__input::placeholder {
  color: rgba(51, 42, 36, 0.58);
}

.chr-lab-search__input:focus {
  outline: 2px solid rgba(111, 23, 36, 0.24);
  outline-offset: 2px;
  background: rgba(255, 252, 245, 0.92);
}

.chr-lab-search__button {
  min-height: 2rem;
  padding: 0.28rem 0.72rem;
  border: 1px solid rgba(111, 23, 36, 0.24);
  border-radius: 999px;
  background: rgba(111, 23, 36, 0.08);
  color: #6f1724;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
}

.chr-lab-search__button:hover,
.chr-lab-search__button:focus {
  background: rgba(111, 23, 36, 0.14);
}

@media (max-width: 760px) {
  .chr-lab-search {
    width: 100%;
    margin-left: 0;
  }

  .chr-lab-search__input {
    flex: 1 1 auto;
    width: auto;
  }
}

/* Chronivra front editorial redesign v1. */
.chr-lab-page--editorial {
  background:
    radial-gradient(circle at 20% 0%, rgba(128, 32, 48, 0.08), transparent 34rem),
    linear-gradient(180deg, #f8f7f4 0%, #ffffff 42%, #f6f4ef 100%);
  color: #201b18;
}

.chr-lab-page--editorial .chr-lab-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(40, 34, 30, 0.12);
  box-shadow: 0 10px 30px rgba(30, 20, 16, 0.05);
}

.chr-lab-page--editorial .chr-lab-brand__mark {
  color: #7a2b35;
}

.chr-front-hero {
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(40, 34, 30, 0.1);
}

.chr-front-hero__inner {
  max-width: 880px;
}

.chr-front-kicker,
.chr-front-section__kicker {
  margin: 0 0 0.75rem;
  color: #8a2f3d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chr-front-hero h1 {
  margin: 0;
  color: #171311;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.chr-front-lead {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: #4d443e;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.chr-front-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.chr-front-button,
.chr-front-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(126, 45, 58, 0.28);
  border-radius: 999px;
  color: #782c38;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}

.chr-front-button--primary {
  color: #fff;
  background: #7a2b35;
  border-color: #7a2b35;
}

.chr-front-section {
  padding: clamp(2.8rem, 6vw, 5rem) 0;
  border-bottom: 1px solid rgba(40, 34, 30, 0.09);
}

.chr-front-section__head {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.chr-front-section__head h2,
.chr-front-split h2 {
  margin: 0;
  color: #231817;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.chr-front-section__head p,
.chr-front-split p,
.chr-front-empty p {
  color: #514842;
  font-size: 1.04rem;
  line-height: 1.7;
}

.chr-front-empty {
  max-width: 760px;
  padding: 1.6rem;
  background: #fff;
  border: 1px solid rgba(40, 34, 30, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(30, 20, 16, 0.06);
}

.chr-front-empty h3 {
  margin: 0 0 0.6rem;
  color: #7a2b35;
  font-size: 1.45rem;
}

.chr-front-empty a {
  color: #7a2b35;
  font-weight: 700;
}

.chr-front-section--archive {
  background: #24201d;
  color: #fff;
}

.chr-front-section--archive .chr-front-section__kicker,
.chr-front-section--archive .chr-front-link {
  color: #f1c2c9;
}

.chr-front-section--archive h2,
.chr-front-section--archive p {
  color: #fff;
}

.chr-front-section--archive .chr-front-link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
}

.chr-front-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}

.chr-front-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.chr-front-topic-grid a {
  display: block;
  padding: 1.1rem 1.2rem;
  color: #2a211e;
  background: #fff;
  border: 1px solid rgba(40, 34, 30, 0.12);
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 36px rgba(30, 20, 16, 0.045);
}

.chr-lab-page--editorial .chr-lab-card {
  background: #fff;
  border-color: rgba(40, 34, 30, 0.12);
  box-shadow: 0 14px 40px rgba(30, 20, 16, 0.05);
}

@media (max-width: 820px) {
  .chr-front-split,
  .chr-front-topic-grid {
    grid-template-columns: 1fr;
  }

  .chr-front-hero {
    padding-top: 2.5rem;
  }

  .chr-front-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Chronivra front editorial polish v2. */
.chr-lab-page--editorial {
  background:
    radial-gradient(circle at 82% 8%, rgba(122, 43, 53, 0.07), transparent 30rem),
    linear-gradient(180deg, #fbfbfa 0%, #ffffff 48%, #f7f7f5 100%) !important;
}

.chr-lab-page--editorial .chr-lab-main {
  background: transparent !important;
}

.chr-lab-page--editorial .chr-front-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.74)),
    radial-gradient(circle at 5% 15%, rgba(122,43,53,0.09), transparent 26rem);
}

.chr-lab-page--editorial .chr-front-hero__inner {
  position: relative;
}

.chr-lab-page--editorial .chr-front-hero h1 {
  max-width: 980px;
  color: #15110f;
  text-wrap: balance;
}

.chr-lab-page--editorial .chr-front-lead {
  color: #342d29;
}

.chr-lab-page--editorial .chr-front-section {
  background: transparent;
}

.chr-lab-page--editorial .chr-front-section--featured {
  background: #ffffff;
}

.chr-lab-page--editorial .chr-front-section--topics {
  background: #f4f4f1;
}

.chr-lab-page--editorial .chr-front-empty {
  border: 1px solid rgba(122, 43, 53, 0.14);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf8 100%);
}

.chr-lab-page--editorial .chr-front-empty h3 {
  color: #231817;
}

.chr-lab-page--editorial .chr-front-topic-grid a:hover,
.chr-lab-page--editorial .chr-front-button:hover,
.chr-lab-page--editorial .chr-front-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(30, 20, 16, 0.08);
}

.chr-lab-page--editorial .chr-front-topic-grid a,
.chr-lab-page--editorial .chr-front-button,
.chr-lab-page--editorial .chr-front-link {
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.chr-lab-page--editorial .chr-lab-card-grid--authors {
  align-items: stretch;
}

.chr-lab-page--editorial .chr-lab-card h3 {
  color: #7a2b35;
}

@media (min-width: 980px) {
  .chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 2rem;
    max-width: none;
    align-items: end;
  }

  .chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head .chr-front-section__kicker {
    grid-column: 1 / -1;
  }

  .chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head p {
    margin-bottom: 0.2rem;
  }
}

/* Chronivra front visual fold polish v3. */
.chr-lab-page--editorial .chr-lab-header {
  min-height: auto;
}

.chr-lab-page--editorial .chr-lab-header__inner {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.chr-lab-page--editorial .chr-front-hero {
  padding-top: clamp(2.4rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(2.4rem, 5vw, 4.25rem) !important;
}

.chr-lab-page--editorial .chr-front-hero__inner {
  max-width: 1040px;
}

.chr-lab-page--editorial .chr-front-hero h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 5.8vw, 5.8rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.chr-lab-page--editorial .chr-front-lead {
  max-width: 800px;
  margin-top: 1.05rem;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.chr-lab-page--editorial .chr-front-actions {
  margin-top: 1.55rem;
}

.chr-lab-page--editorial .chr-front-section {
  padding-top: clamp(2.2rem, 4.5vw, 3.8rem);
  padding-bottom: clamp(2.2rem, 4.5vw, 3.8rem);
}

.chr-lab-page--editorial .chr-front-section__head {
  margin-bottom: 1.35rem;
}

.chr-lab-page--editorial .chr-front-section__head h2,
.chr-lab-page--editorial .chr-front-split h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.chr-lab-page--editorial .chr-front-materials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card {
  min-height: 100%;
  background: #fff;
  border: 1px solid rgba(40, 34, 30, 0.12);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(30, 20, 16, 0.055);
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card__title {
  font-size: 1.08rem;
  line-height: 1.22;
}

@media (max-width: 1100px) {
  .chr-lab-page--editorial .chr-front-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .chr-lab-page--editorial .chr-front-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem) !important;
  }

  .chr-lab-page--editorial .chr-front-materials {
    grid-template-columns: 1fr;
  }
}

/* Chronivra front headings/layout polish v4. */
.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head {
  display: block !important;
  max-width: 920px !important;
}

.chr-lab-page--editorial .chr-front-section__head h2,
.chr-lab-page--editorial .chr-front-split h2,
.chr-lab-page--editorial .chr-front-hero h1 {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 4vw, 3.35rem) !important;
  line-height: 1.06 !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head p {
  max-width: 820px;
  margin-top: 0.75rem;
}

.chr-lab-page--editorial .chr-front-section {
  scroll-margin-top: 7rem;
}

.chr-lab-page--editorial .chr-front-materials {
  margin-top: 1.25rem;
}

.chr-lab-page--editorial .chr-front-section--archive .chr-front-section__kicker {
  color: #e6b8c0;
}

.chr-lab-page--editorial .chr-front-section--authors .chr-front-section__head h2 {
  max-width: 760px;
}

@media (max-width: 760px) {
  .chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem) !important;
  }
}

/* Chronivra front showcase layout v5. */
.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head,
.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head * {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head {
  display: block !important;
  grid-template-columns: none !important;
  max-width: 980px !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head h2 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  font-size: clamp(2.3rem, 4.2vw, 3.65rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head p {
  max-width: 760px !important;
  margin-top: 0.85rem !important;
  font-size: 1.08rem;
}

.chr-lab-page--editorial .chr-front-materials {
  display: grid !important;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr) !important;
  grid-auto-rows: minmax(160px, auto);
  gap: 1.15rem !important;
  align-items: stretch;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card {
  padding: 0 !important;
  overflow: hidden;
  min-height: 0;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child {
  grid-row: span 3;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child .chr-article-card__image img,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child .chr-article-card__media img {
  min-height: 340px;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) .chr-article-card__image,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) .chr-article-card__media {
  min-height: 150px;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card__image img,
.chr-lab-page--editorial .chr-front-materials .chr-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* The custom front cards use title directly after optional image. */
.chr-lab-page--editorial .chr-front-materials .chr-article-card__title {
  margin: 0;
  padding: 1.05rem 1.05rem 1.2rem;
  font-size: 1.08rem !important;
  line-height: 1.22 !important;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child .chr-article-card__title {
  padding: 1.25rem 1.35rem 1.45rem;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem) !important;
  line-height: 1.12 !important;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card__title a {
  color: #1c1513;
  text-decoration: none;
}

@media (max-width: 980px) {
  .chr-lab-page--editorial .chr-front-materials {
    grid-template-columns: 1fr !important;
  }

  .chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child {
    grid-row: auto;
  }

  .chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
    grid-template-columns: 1fr;
  }

  .chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child .chr-article-card__image img,
  .chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child .chr-article-card__media img {
    min-height: 220px;
  }
}

/* Chronivra front readable showcase cards v6. */
.chr-lab-page--editorial .chr-front-hero {
  padding-top: clamp(1.9rem, 4vw, 3.4rem) !important;
  padding-bottom: clamp(1.9rem, 4vw, 3.3rem) !important;
}

.chr-lab-page--editorial .chr-front-hero h1 {
  font-size: clamp(2.8rem, 4.9vw, 4.8rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  max-width: 920px !important;
}

.chr-lab-page--editorial .chr-front-lead {
  max-width: 760px !important;
  font-size: clamp(1rem, 1.25vw, 1.18rem) !important;
}

.chr-lab-page--editorial .chr-front-section--featured {
  padding-top: clamp(2rem, 4vw, 3.2rem) !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head h2 {
  font-size: clamp(1.85rem, 3.1vw, 2.65rem) !important;
  line-height: 1.1 !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head p {
  max-width: 720px !important;
  font-size: 1rem !important;
}

.chr-lab-page--editorial .chr-front-materials {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr) !important;
  grid-row: auto !important;
  min-height: 190px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #fff !important;
  border: 1px solid rgba(40, 34, 30, 0.12) !important;
  box-shadow: 0 12px 34px rgba(30, 20, 16, 0.045) !important;
}

.chr-front-readable-card__image {
  display: block;
  min-height: 190px;
  background: #eee;
}

.chr-front-readable-card__image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 190px !important;
  object-fit: cover !important;
  display: block !important;
}

.chr-front-readable-card__body {
  padding: 1rem 1.1rem 1.05rem;
}

.chr-front-readable-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: #8a2f3d;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chr-front-readable-card__title {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.16;
}

.chr-front-readable-card__title a {
  color: #171311;
  text-decoration: none;
}

.chr-front-readable-card__summary {
  margin: 0.65rem 0 0;
  color: #554c46;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .chr-lab-page--editorial .chr-front-materials {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .chr-lab-page--editorial .chr-front-materials .chr-article-card,
  .chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child,
  .chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
    grid-template-columns: 1fr !important;
  }

  .chr-front-readable-card__image,
  .chr-front-readable-card__image img {
    min-height: 210px !important;
  }
}

/* Chronivra front compact fold v7. */
.chr-lab-page--editorial .chr-lab-header__inner {
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
}

.chr-lab-page--editorial .chr-lab-brand__name {
  font-size: 1.25rem !important;
  letter-spacing: 0.045em !important;
}

.chr-lab-page--editorial .chr-lab-brand__mark {
  font-size: 0.72rem !important;
  padding: 0.18rem 0.55rem !important;
}

.chr-lab-page--editorial .chr-lab-nav {
  gap: 1.25rem !important;
}

.chr-lab-page--editorial .chr-front-hero {
  padding-top: clamp(1.35rem, 2.8vw, 2.45rem) !important;
  padding-bottom: clamp(1.45rem, 3vw, 2.55rem) !important;
}

.chr-lab-page--editorial .chr-front-kicker,
.chr-lab-page--editorial .chr-front-section__kicker {
  margin-bottom: 0.45rem !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
}

.chr-lab-page--editorial .chr-front-hero h1 {
  max-width: 840px !important;
  font-size: clamp(2.45rem, 4.05vw, 4.05rem) !important;
  line-height: 1.01 !important;
  letter-spacing: -0.043em !important;
}

.chr-lab-page--editorial .chr-front-lead {
  max-width: 720px !important;
  margin-top: 0.75rem !important;
  font-size: clamp(0.98rem, 1.1vw, 1.1rem) !important;
  line-height: 1.48 !important;
}

.chr-lab-page--editorial .chr-front-actions {
  margin-top: 1.05rem !important;
  gap: 0.55rem !important;
}

.chr-lab-page--editorial .chr-front-button,
.chr-lab-page--editorial .chr-front-link {
  min-height: 2.35rem !important;
  padding: 0.52rem 0.9rem !important;
  font-size: 0.9rem !important;
}

.chr-lab-page--editorial .chr-front-button:focus,
.chr-lab-page--editorial .chr-front-button:focus-visible,
.chr-lab-page--editorial .chr-front-link:focus,
.chr-lab-page--editorial .chr-front-link:focus-visible {
  outline: 2px solid rgba(122, 43, 53, 0.28) !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

.chr-lab-page--editorial .chr-front-section {
  padding-top: clamp(1.55rem, 3vw, 2.45rem) !important;
  padding-bottom: clamp(1.75rem, 3.2vw, 2.65rem) !important;
}

.chr-lab-page--editorial .chr-front-section--featured {
  padding-top: clamp(1.45rem, 2.8vw, 2.25rem) !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head {
  margin-bottom: 1rem !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head h2 {
  font-size: clamp(1.65rem, 2.45vw, 2.25rem) !important;
  line-height: 1.08 !important;
}

.chr-lab-page--editorial .chr-front-section--featured .chr-front-section__head p {
  max-width: 720px !important;
  margin-top: 0.5rem !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
}

.chr-lab-page--editorial .chr-front-materials {
  margin-top: 0.8rem !important;
}

.chr-lab-page--editorial .chr-front-materials .chr-article-card,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child,
.chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
  min-height: 150px !important;
  grid-template-columns: 145px minmax(0, 1fr) !important;
}

.chr-front-readable-card__image {
  min-height: 150px !important;
}

.chr-front-readable-card__image img {
  min-height: 150px !important;
}

.chr-front-readable-card__body {
  padding: 0.8rem 0.95rem 0.85rem !important;
}

.chr-front-readable-card__meta {
  margin-bottom: 0.38rem !important;
  font-size: 0.66rem !important;
}

.chr-front-readable-card__title {
  font-size: clamp(0.98rem, 1.15vw, 1.12rem) !important;
  line-height: 1.16 !important;
}

.chr-front-readable-card__summary {
  margin-top: 0.48rem !important;
  font-size: 0.86rem !important;
  line-height: 1.38 !important;
}

@media (max-width: 760px) {
  .chr-lab-page--editorial .chr-front-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.2rem) !important;
  }

  .chr-lab-page--editorial .chr-front-materials .chr-article-card,
  .chr-lab-page--editorial .chr-front-materials .chr-article-card:first-child,
  .chr-lab-page--editorial .chr-front-materials .chr-article-card:not(:first-child) {
    grid-template-columns: 1fr !important;
  }
}

/* Chronivra final editorial direction v1. */
.chr-final-page {
  --chr-bg: #fbfaf8;
  --chr-surface: #ffffff;
  --chr-text: #191514;
  --chr-muted: #625a54;
  --chr-line: rgba(36, 28, 25, 0.12);
  --chr-accent: #8b2d3a;
  min-height: 100vh;
  background: var(--chr-bg);
  color: var(--chr-text);
  font-family: Georgia, "Times New Roman", serif;
}

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

.chr-final-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.chr-final-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--chr-line);
  box-shadow: 0 8px 28px rgba(20,16,14,.035);
}

.chr-final-header__inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
}

.chr-final-brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.chr-final-brand__name {
  color: var(--chr-accent);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.chr-final-brand__mark {
  margin-top: .25rem;
  color: #8a817a;
  font-size: .88rem;
}

.chr-final-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.3vw, 2.1rem);
  font-size: .98rem;
}

.chr-final-nav a,
.chr-final-footer a,
.chr-final-more {
  color: var(--chr-text);
  text-decoration: none;
}

.chr-final-nav a:hover,
.chr-final-footer a:hover,
.chr-final-more:hover {
  color: var(--chr-accent);
}

.chr-final-search {
  display: flex;
  gap: .5rem;
  align-items: center;
}

.chr-final-search input {
  width: 150px;
  height: 36px;
  padding: 0 .85rem;
  border: 1px solid var(--chr-line);
  border-radius: 999px;
  background: #fff;
  font-family: inherit;
}

.chr-final-search button {
  height: 36px;
  padding: 0 .9rem;
  border: 1px solid rgba(139,45,58,.3);
  border-radius: 999px;
  background: #fff7f8;
  color: var(--chr-accent);
  font-family: inherit;
  font-weight: 700;
}

.chr-final-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(139,45,58,.045), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #fbfaf8 100%);
  border-bottom: 1px solid var(--chr-line);
}

.chr-final-hero__inner {
  min-height: 265px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(260px, .75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 4.5vw, 3.5rem) 0;
}

.chr-final-kicker {
  margin: 0 0 .6rem;
  color: var(--chr-accent);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.chr-final-hero h1 {
  max-width: 660px;
  margin: 0;
  color: var(--chr-text);
  font-size: clamp(2.25rem, 4.1vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.chr-final-lead {
  max-width: 640px;
  margin: 1rem 0 0;
  color: var(--chr-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.55;
}

.chr-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.35rem;
}

.chr-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .62rem 1rem;
  border: 1px solid rgba(139,45,58,.26);
  border-radius: 9px;
  background: #fff;
  color: var(--chr-text);
  text-decoration: none;
  font-size: .96rem;
  font-weight: 700;
}

.chr-final-button--primary {
  background: var(--chr-accent);
  border-color: var(--chr-accent);
  color: #fff;
}

.chr-final-hero__mark {
  position: relative;
  min-height: 220px;
}

.chr-final-hero__mark::before,
.chr-final-hero__mark::after,
.chr-final-hero__mark span::before,
.chr-final-hero__mark span::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(139,45,58,.18);
  transform-origin: left center;
}

.chr-final-hero__mark::before {
  width: 360px;
  height: 1px;
  top: 58%;
  left: 8%;
  transform: rotate(-25deg);
}

.chr-final-hero__mark::after {
  width: 230px;
  height: 1px;
  top: 44%;
  left: 34%;
  transform: rotate(18deg);
}

.chr-final-hero__mark span::before {
  width: 120px;
  height: 1px;
  top: 32%;
  left: 54%;
  transform: rotate(-38deg);
}

.chr-final-hero__mark span::after {
  width: 7px;
  height: 7px;
  top: 27%;
  left: 76%;
  border-radius: 50%;
  background: rgba(139,45,58,.24);
  box-shadow:
    -72px 36px 0 rgba(139,45,58,.16),
    -132px 18px 0 rgba(139,45,58,.14),
    -204px 62px 0 rgba(139,45,58,.12),
    -250px 86px 0 rgba(139,45,58,.12);
}

.chr-final-showcase {
  padding: clamp(1.6rem, 3.2vw, 2.7rem) 0;
  background: #fff;
  border-bottom: 1px solid var(--chr-line);
}

.chr-final-section-head {
  margin-bottom: 1rem;
}

.chr-final-section-head--row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

.chr-final-section-head h2 {
  margin: 0;
  color: var(--chr-text);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.chr-final-more {
  color: var(--chr-accent);
  font-weight: 700;
  white-space: nowrap;
}

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

.chr-final-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
  background: var(--chr-surface);
  border: 1px solid var(--chr-line);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(24,18,15,.045);
}

.chr-final-card__image {
  display: block;
  min-height: 190px;
  background: #e7e2dd;
}

.chr-final-card__image img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  display: block;
}

.chr-final-card__body {
  padding: 1.05rem 1.1rem;
}

.chr-final-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-bottom: .55rem;
  color: var(--chr-accent);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.chr-final-card__meta span + span::before {
  content: "·";
  margin-right: .35rem;
  color: #b9a5a8;
}

.chr-final-card__title {
  margin: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  line-height: 1.15;
}

.chr-final-card__title a {
  color: var(--chr-text);
  text-decoration: none;
}

.chr-final-card__summary {
  margin: .65rem 0 0;
  color: var(--chr-muted);
  font-size: .92rem;
  line-height: 1.45;
}

.chr-final-empty {
  max-width: 720px;
  padding: 1.25rem;
  border: 1px solid var(--chr-line);
  border-radius: 12px;
  background: #fff;
}

.chr-final-lower {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 1rem;
}

.chr-final-lower__grid {
  display: grid;
  grid-template-columns: .9fr 1fr 1fr;
  gap: .85rem;
}

.chr-final-panel {
  min-height: 170px;
  padding: 1.15rem;
  background: var(--chr-surface);
  border: 1px solid var(--chr-line);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(24,18,15,.035);
}

.chr-final-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: .8rem;
}

.chr-final-panel__head h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.chr-final-panel__head a {
  color: var(--chr-accent);
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
}

.chr-final-panel p {
  margin: 0;
  color: var(--chr-muted);
  font-size: .94rem;
  line-height: 1.55;
}

.chr-final-topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.chr-final-topic-list a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .4rem .75rem;
  border: 1px solid var(--chr-line);
  border-radius: 999px;
  color: var(--chr-text);
  background: #fff;
  text-decoration: none;
  font-size: .88rem;
}

.chr-final-topic-list a:first-child {
  color: #fff;
  background: var(--chr-accent);
  border-color: var(--chr-accent);
}

.chr-final-author-dots {
  display: flex;
  gap: .5rem;
  margin-bottom: .9rem;
}

.chr-final-author-dots span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #eee8e4;
  border: 1px solid rgba(40,34,30,.12);
  color: var(--chr-accent);
  font-size: .78rem;
  font-weight: 700;
}

.chr-final-footer {
  padding: 1.35rem 0 1.6rem;
  border-top: 1px solid var(--chr-line);
  background: #fff;
}

.chr-final-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #766d66;
  font-size: .9rem;
}

.chr-final-footer__inner > div {
  display: flex;
  gap: .75rem;
  align-items: baseline;
}

.chr-final-footer strong {
  color: var(--chr-text);
  letter-spacing: .14em;
}

.chr-final-footer nav {
  display: flex;
  gap: 1rem;
}

@media (max-width: 1050px) {
  .chr-final-header__inner,
  .chr-final-hero__inner,
  .chr-final-lower__grid {
    grid-template-columns: 1fr;
  }

  .chr-final-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .chr-final-search {
    justify-content: flex-start;
  }

  .chr-final-hero__mark {
    display: none;
  }

  .chr-final-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .chr-final-shell {
    width: min(100% - 28px, 1180px);
  }

  .chr-final-section-head--row,
  .chr-final-footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .chr-final-card {
    grid-template-columns: 1fr;
  }

  .chr-final-card__image,
  .chr-final-card__image img {
    min-height: 210px;
  }
}

/* Chronivra final polish v2: calmer hero, sharper editorial cards. */
.chr-final-page .chr-final-hero__inner {
  min-height: 215px !important;
  padding-top: clamp(1.45rem, 3vw, 2.35rem) !important;
  padding-bottom: clamp(1.45rem, 3vw, 2.35rem) !important;
}

.chr-final-page .chr-final-hero h1 {
  max-width: 600px !important;
  font-size: clamp(2rem, 3.15vw, 3.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.035em !important;
}

.chr-final-page .chr-final-lead {
  max-width: 590px !important;
  margin-top: 0.75rem !important;
  font-size: clamp(0.96rem, 1.05vw, 1.06rem) !important;
  line-height: 1.5 !important;
}

.chr-final-page .chr-final-actions {
  margin-top: 1rem !important;
}

.chr-final-page .chr-final-button {
  min-height: 36px !important;
  padding: 0.52rem 0.9rem !important;
  border-radius: 3px !important;
}

.chr-final-page .chr-final-hero__mark {
  min-height: 175px !important;
  opacity: 0.62 !important;
}

.chr-final-page .chr-final-showcase {
  padding-top: clamp(1.35rem, 2.6vw, 2.15rem) !important;
}

.chr-final-page .chr-final-section-head h2 {
  font-size: clamp(1.25rem, 1.9vw, 1.72rem) !important;
}

/* Sharper, more serious magazine cards. */
.chr-final-page .chr-final-card,
.chr-final-page .chr-final-panel,
.chr-final-page .chr-final-empty {
  border-radius: 3px !important;
  box-shadow: 0 8px 24px rgba(24, 18, 15, 0.035) !important;
}

.chr-final-page .chr-final-card__image,
.chr-final-page .chr-final-card__image img {
  border-radius: 0 !important;
}

.chr-final-page .chr-final-card {
  min-height: 178px !important;
  grid-template-columns: 205px minmax(0, 1fr) !important;
}

.chr-final-page .chr-final-card__image,
.chr-final-page .chr-final-card__image img {
  min-height: 178px !important;
}

.chr-final-page .chr-final-card__body {
  padding: 0.95rem 1rem !important;
}

.chr-final-page .chr-final-card__title {
  font-size: clamp(1rem, 1.28vw, 1.22rem) !important;
  line-height: 1.16 !important;
}

.chr-final-page .chr-final-card__summary {
  margin-top: 0.55rem !important;
  font-size: 0.88rem !important;
  line-height: 1.42 !important;
}

.chr-final-page .chr-final-topic-list a,
.chr-final-page .chr-final-search input,
.chr-final-page .chr-final-search button {
  border-radius: 3px !important;
}

@media (max-width: 680px) {
  .chr-final-page .chr-final-hero h1 {
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }

  .chr-final-page .chr-final-card {
    grid-template-columns: 1fr !important;
  }
}

/* Chronivra final polish v3: smaller hero, grey field, brand icon. */
.chr-final-page .chr-final-header {
  background: rgba(255,255,255,.98) !important;
}

.chr-final-page .chr-final-brand__row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.chr-final-page .chr-final-brand__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: inline-block;
  transform: translateY(-1px);
}

.chr-final-page .chr-final-brand__name {
  font-size: 1.58rem !important;
  letter-spacing: 0.17em !important;
}

.chr-final-page .chr-final-brand__mark {
  margin-left: 2.05rem;
}

.chr-final-page .chr-final-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(60, 60, 60, 0.045), transparent 30rem),
    linear-gradient(180deg, #f3f4f2 0%, #f7f7f5 100%) !important;
  border-bottom: 1px solid rgba(36, 28, 25, 0.10) !important;
}

.chr-final-page .chr-final-hero__inner {
  min-height: 198px !important;
  padding-top: clamp(1.2rem, 2.6vw, 2rem) !important;
  padding-bottom: clamp(1.2rem, 2.6vw, 2rem) !important;
}

.chr-final-page .chr-final-kicker {
  color: #8b2d3a !important;
}

.chr-final-page .chr-final-hero h1 {
  max-width: 560px !important;
  font-size: clamp(1.78rem, 2.75vw, 2.85rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
}

.chr-final-page .chr-final-lead {
  max-width: 560px !important;
  margin-top: 0.65rem !important;
  font-size: clamp(0.94rem, 1vw, 1.02rem) !important;
  line-height: 1.48 !important;
}

.chr-final-page .chr-final-actions {
  margin-top: 0.9rem !important;
}

.chr-final-page .chr-final-button {
  min-height: 35px !important;
  padding: 0.5rem 0.86rem !important;
  border-radius: 2px !important;
}

.chr-final-page .chr-final-hero__mark {
  min-height: 160px !important;
  opacity: 0.82 !important;
}

.chr-final-page .chr-final-hero__mark::before,
.chr-final-page .chr-final-hero__mark::after,
.chr-final-page .chr-final-hero__mark span::before {
  background: rgba(88, 88, 88, 0.16) !important;
}

.chr-final-page .chr-final-hero__mark span::after {
  background: rgba(88, 88, 88, 0.22) !important;
  box-shadow:
    -72px 36px 0 rgba(88,88,88,0.17),
    -132px 18px 0 rgba(88,88,88,0.14),
    -204px 62px 0 rgba(88,88,88,0.12),
    -250px 86px 0 rgba(88,88,88,0.12) !important;
}

.chr-final-page .chr-final-showcase {
  background: #fff !important;
}

@media (max-width: 680px) {
  .chr-final-page .chr-final-brand__mark {
    margin-left: 0;
  }

  .chr-final-page .chr-final-hero h1 {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
  }
}

/* Chronivra final polish v4: accepted baseline refinement. */
.chr-final-page .chr-final-header__inner {
  min-height: 62px !important;
}

.chr-final-page .chr-final-brand__row {
  gap: 0.46rem !important;
}

.chr-final-page .chr-final-brand__icon {
  width: 22px !important;
  height: 22px !important;
  transform: translateY(-2px) !important;
}

.chr-final-page .chr-final-brand__name {
  font-size: 1.52rem !important;
  letter-spacing: 0.165em !important;
}

.chr-final-page .chr-final-brand__mark {
  margin-top: 0.16rem !important;
  margin-left: 1.86rem !important;
  font-size: 0.8rem !important;
  color: #817b75 !important;
}

.chr-final-page .chr-final-hero__inner {
  min-height: 184px !important;
  padding-top: clamp(1rem, 2.25vw, 1.7rem) !important;
  padding-bottom: clamp(1.05rem, 2.35vw, 1.8rem) !important;
}

.chr-final-page .chr-final-hero h1 {
  max-width: 535px !important;
  font-size: clamp(1.68rem, 2.55vw, 2.65rem) !important;
}

.chr-final-page .chr-final-lead {
  max-width: 535px !important;
  margin-top: 0.58rem !important;
}

.chr-final-page .chr-final-actions {
  margin-top: 0.78rem !important;
}

.chr-final-page .chr-final-hero__mark {
  min-height: 145px !important;
  opacity: 0.72 !important;
}

.chr-final-page .chr-final-hero__mark::before {
  width: 330px !important;
  height: 1px !important;
  top: 54% !important;
  left: 10% !important;
  background: rgba(80, 80, 80, 0.115) !important;
}

.chr-final-page .chr-final-hero__mark::after {
  width: 210px !important;
  height: 1px !important;
  top: 40% !important;
  left: 35% !important;
  background: rgba(80, 80, 80, 0.105) !important;
}

.chr-final-page .chr-final-hero__mark span::before {
  width: 112px !important;
  height: 1px !important;
  top: 30% !important;
  left: 56% !important;
  background: rgba(80, 80, 80, 0.10) !important;
}

.chr-final-page .chr-final-hero__mark span::after {
  width: 5px !important;
  height: 5px !important;
  background: rgba(80, 80, 80, 0.15) !important;
  box-shadow:
    -72px 36px 0 rgba(80,80,80,0.12),
    -132px 18px 0 rgba(80,80,80,0.10),
    -204px 62px 0 rgba(80,80,80,0.09),
    -250px 86px 0 rgba(80,80,80,0.085) !important;
}

.chr-final-page .chr-final-showcase {
  padding-top: clamp(1.15rem, 2.25vw, 1.85rem) !important;
}

.chr-final-page .chr-final-section-head {
  margin-bottom: 0.8rem !important;
}

@media (max-width: 680px) {
  .chr-final-page .chr-final-brand__mark {
    margin-left: 0 !important;
  }
}

/* Chronivra front v5: keep showcase images square and consistent. */
.chr-final-page .chr-final-card {
  grid-template-columns: 180px minmax(0, 1fr) !important;
  min-height: auto !important;
}

.chr-final-page .chr-final-card__image {
  width: 180px !important;
  height: 180px !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  align-self: start !important;
  overflow: hidden !important;
  background: #e7e2dd !important;
}

.chr-final-page .chr-final-card__image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

.chr-final-page .chr-final-card__body {
  min-height: 180px !important;
}

@media (max-width: 680px) {
  .chr-final-page .chr-final-card {
    grid-template-columns: 1fr !important;
  }

  .chr-final-page .chr-final-card__image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
  }

  .chr-final-page .chr-final-card__image img {
    aspect-ratio: 16 / 9 !important;
  }

  .chr-final-page .chr-final-card__body {
    min-height: 0 !important;
  }
}

/* Chronivra hero frieze connect v1. */
.chr-final-page .chr-final-hero {
  position: relative !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(247,247,245,0.96) 0%, rgba(247,247,245,0.88) 28%, rgba(247,247,245,0.58) 58%, rgba(247,247,245,0.38) 100%),
    url("/themes/custom/chronivra_lab/chronivra-hero-frieze-v1.png") center center / cover no-repeat,
    #f3f4f2 !important;
}

.chr-final-page .chr-final-hero__inner {
  position: relative !important;
  z-index: 2 !important;
}

.chr-final-page .chr-final-hero__mark {
  display: none !important;
}

.chr-final-page .chr-final-hero__text {
  max-width: 600px !important;
  padding: 0.6rem 0 !important;
}

.chr-final-page .chr-final-hero h1,
.chr-final-page .chr-final-lead,
.chr-final-page .chr-final-kicker {
  text-shadow: 0 1px 0 rgba(255,255,255,0.75) !important;
}

@media (max-width: 900px) {
  .chr-final-page .chr-final-hero {
    background:
      linear-gradient(90deg, rgba(247,247,245,0.97) 0%, rgba(247,247,245,0.88) 100%),
      url("/themes/custom/chronivra_lab/chronivra-hero-frieze-v1.png") center center / cover no-repeat,
      #f3f4f2 !important;
  }
}
