<style>

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;600;700&family=Newsreader:opsz,wght@6..72,700;6..72,800&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&display=swap');

.ARTCL_page {
  margin: 0;
  padding: 40px 20px;
  background: #EEF2F6;
  color: #1a1a1a;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

.ARTCL_page .ARTCL_article {
  background: #f7f5ef; /* Warm cream */
  background: #faf9f7; /* Warm white */
  background: #f5f7fa; /* Cool off-white */
  background: #f0f3f8; /* Light gray-blue */
  background: #f4f1ed; /* Soft beige */
  background: #ede9e4; /* Light taupe */
  background: #f2ede8; /* Subtle warm gray */
  background: #fffef8; /* Pale ivory */
  background: #f7f9fc; /* Barely-there blue */
  background: #ececec; /* Sophisticated gray */
  
  max-width: 720px;
  margin: 0 auto;
  background-image: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(0, 0, 0, 0.015) 2px,
      rgba(0, 0, 0, 0.015) 4px
    );
  padding: 32px 36px;
  box-sizing: border-box;
}

.ARTCL_page .ARTCL_logoWrap {
  margin: 0 0 18px 0;
  text-align: left;
}

.ARTCL_page .ARTCL_logo {
  display: block;
  width: 220px;
  max-width: 74%;
  height: auto;
  opacity: 0.62;
}

.ARTCL_page .ARTCL_sectionLabel {
  margin: 0 0 10px 0;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #535353;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ARTCL_page .ARTCL_headline {
  margin: 0 0 16px 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.03;
  font-weight: 700;
  color: #404040;
}

.ARTCL_page .ARTCL_byline {
  margin: 0 0 22px 0;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 11.5px;
  line-height: 1.45;
  font-weight: 600;
}

.ARTCL_page .ARTCL_meta {
  color: #666055;
}

.ARTCL_page .ARTCL_figureImage {
  margin: 40px 0;
}

.ARTCL_page .ARTCL_figureImage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
  border-radius: 4px;
}

.ARTCL_page .ARTCL_figureImage figcaption {
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
}

.ARTCL_page .ARTCL_body p {
  margin: 0 0 16px 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.55;
}

.ARTCL_page .ARTCL_basic-list {
  margin: 0 0 16px 0;
  padding-left: 1.5rem;
}

.ARTCL_page .ARTCL_basic-list li {
  margin: 0 0 16px 0;
}

.ARTCL_page .ARTCL_basic-list,
.ARTCL_page .ARTCL_basic-list li {
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.55;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
}

.ARTCL_page .ARTCL_basic-list li:last-child {
  margin-bottom: 0;
}

.ARTCL_page .ARTCL_subhead {
  margin: 36px 0 10px 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.ARTCL_page .ARTCL_callout {
  margin: 28px 0;
  padding: 20px 24px;
  background: #ece8df;
  border: 1px solid #ddd7ca;
  border-radius: 4px;
  font-size: 0.92em;
  line-height: 1.5;
}

.ARTCL_page .ARTCL_callout h1,
.ARTCL_page .ARTCL_callout h2,
.ARTCL_page .ARTCL_callout h3,
.ARTCL_page .ARTCL_callout h4,
.ARTCL_page .ARTCL_callout h5,
.ARTCL_page .ARTCL_callout h6 {
  line-height: 1.2;
}

.ARTCL_page .ARTCL_callout p:last-child,
.ARTCL_page .ARTCL_callout li:last-child {
  margin-bottom: 0;
}

.ARTCL_page .ARTCL_endRule {
  display: block;
  width: 88px;
  margin: 40px auto;
  border: 0;
  border-top: 1px solid #cfc8ba;
}

.ARTCL_page .ARTCL_attribution {
  margin: 0 0 16px 0;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.ARTCL_page .ARTCL_toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px 0;
}

.ARTCL_toolbarIcons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: -10px;
}

.ARTCL_printButton,
.ARTCL_downloadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: none;
  background: none;
  color: #4a453f;
  opacity: 0.45;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .16s ease, transform .16s ease;
}

.ARTCL_printButton svg,
.ARTCL_downloadButton svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ARTCL_printButton:hover,
.ARTCL_downloadButton:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

.ARTCL_printButton:active,
.ARTCL_downloadButton:active {
  transform: translateY(0);
  opacity: 0.9;
}

.ARTCL_printButton:focus-visible,
.ARTCL_downloadButton:focus-visible {
  outline: 2px solid rgba(74, 69, 63, 0.22);
  outline-offset: 3px;
}

.ARTCL_backButton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px 0;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #4a453f;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.ARTCL_backButton::before {
  content: "×";
  font-size: 14px;
  line-height: 1;
}

.ARTCL_backButton:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.ARTCL_backButton:active {
  transform: translateY(0);
}

.ARTCL_backButton:focus-visible {
  outline: 2px solid rgba(74, 69, 63, 0.22);
  outline-offset: 3px;
}


/* Hide on mobile */
@media screen and (max-width: 768px) { .HideOnMOBILE { display: none !important; } }
/* Hide on desktop */
@media screen and (min-width: 769px) { .HideOnDESKTOP { display: none !important; } }



/*///////////////////////////////////////*/
/*////////////// MOBILE /////////////////*/
/*///////////////////////////////////////*/
@media screen and (max-width: 768px) {

  .ARTCL_page {
    padding: 14px 10px;
    background: #EEF2F6;
  }

  .ARTCL_page .ARTCL_article {
    max-width: 100%;
    padding: 20px 18px 18px 18px;
    box-sizing: border-box;
    background: #ececec; /* Sophisticated gray */
    
    /* OPTION 4: Paper grain with very subtle noise overlay */
  	background-image: 
 	   repeating-linear-gradient(
  	    45deg,
  	    transparent,
  	    transparent 2px,
  	    rgba(0, 0, 0, 0.015) 2px,
  	    rgba(0, 0, 0, 0.015) 4px
    );
  }

  .ARTCL_page .ARTCL_logoWrap {
    margin: 0 0 14px 0;
  }

  .ARTCL_page .ARTCL_logo {
    display: block;
    width: 220px;
    max-width: 74%;
    opacity: 0.62;
  }
	
  .ARTCL_page .ARTCL_sectionLabel {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 0.09em;
  }

  .ARTCL_page .ARTCL_headline {
    margin: 4px 0 12px 0;
    font-size: 29px;
    line-height: 1.04;
    letter-spacing: -0.01em;
  }

  .ARTCL_page .ARTCL_byline {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .ARTCL_page .ARTCL_figureImage {
    margin: 22px 0;
  }

  .ARTCL_page .ARTCL_figureImage img {
    margin-bottom: 6px;
  }
  
  .ARTCL_page .ARTCL_figureImage figcaption {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .ARTCL_page .ARTCL_body p {
    margin: 0 0 16px 0;
    font-size: 18.5px;
    line-height: 1.5;
  }

  .ARTCL_page .ARTCL_basic-list {
    margin: 0 0 16px 0;
    padding-left: 1.2rem;
  }

  .ARTCL_page .ARTCL_basic-list li {
    margin: 0 0 16px 0;
  }

  .ARTCL_page .ARTCL_basic-list,
  .ARTCL_page .ARTCL_basic-list li {
    font-size: 18.5px;
    line-height: 1.5;
  }

  .ARTCL_page .ARTCL_subhead {
    margin: 26px 0 8px 0;
    font-size: 19px;
    line-height: 1.2;
  }

  .ARTCL_page .ARTCL_callout {
    margin: 20px 0;
    padding: 14px 14px;
    font-size: 0.92em;
    line-height: 1.5;
  }

  .ARTCL_page .ARTCL_endRule {
    width: 72px;
    margin: 28px auto;
  }

  .ARTCL_page .ARTCL_attribution {
    margin: 0 0 14px 0;
    font-size: 15px;
    font-style: italic;
}
  }
  
  .ARTCL_page .ARTCL_toolbar {
    margin: 0 0 14px 0;
  }

  .ARTCL_printButton svg,
  .ARTCL_downloadButton svg {
    width: 22px;
    height: 22px;
  }
  
}


/*///////////////////////////////////////*/
/*/////////////// PRINT /////////////////*/
/*///////////////////////////////////////*/
@page {
  size: letter;
  margin: 0.85in;
}

@media print {
  .ARTCL_headline {
    font-size: 27pt !important;
  }

  .ARTCL_byline,
  .ARTCL_meta {
    font-size: 7.5pt !important;
  }

  .ARTCL_body,
  .ARTCL_body p,
  .ARTCL_body ul,
  .ARTCL_body ol,
  .ARTCL_body li {
    font-size: 12pt !important;
  }

  .ARTCL_page,
  .ARTCL_article {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .ARTCL_toolbar {
    display: none !important;
  }

  a,
  a:visited {
    color: #000 !important;
    text-decoration: none !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4 {
    break-after: avoid;
    page-break-after: avoid;
  }

  p,
  li,
  blockquote {
    orphans: 3;
    widows: 3;
  }
}


/* ============================================================
   article-styles-ADDENDUM.css
   Additions for LA Observed / Native Intelligence articles.
   Appends to the existing article-styles.css. Zero overrides
   of existing classes. Scoped under .ARTCL_page to match the
   existing system.
   ============================================================ */

/* Image placeholder (until real images are wired in) */
.ARTCL_page .ARTCL_imagePlaceholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #e8e4de;
  border: 1px dashed #b9b1a4;
  color: #8a8579;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

/* Floated figure variants — inherit base .ARTCL_figureImage styling */
.ARTCL_page .ARTCL_figureImage.ARTCL_figureLeft {
  float: left;
  clear: left;
  max-width: 46%;
  margin: 6px 28px 18px 0;
}

.ARTCL_page .ARTCL_figureImage.ARTCL_figureRight {
  float: right;
  clear: right;
  max-width: 46%;
  margin: 6px 0 18px 28px;
}

/* Utility to break float flow */
.ARTCL_page .ARTCL_clear {
  clear: both;
}

/* Poetry / student writing block */
.ARTCL_page .ARTCL_poem {
  margin: 26px 0 26px 8px;
  padding: 4px 0 4px 18px;
  border-left: 2px solid #b9b1a4;
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #4a453f;
}

.ARTCL_page .ARTCL_poem p {
  margin: 0 0 6px 0;
  font-size: 18.5px;
  line-height: 1.45;
}

.ARTCL_page .ARTCL_poem p:last-child {
  margin-bottom: 0;
}

/*///////////////////////////////////////*/
/*////////////// MOBILE /////////////////*/
/*///////////////////////////////////////*/
@media screen and (max-width: 768px) {

  .ARTCL_page .ARTCL_figureImage.ARTCL_figureLeft,
  .ARTCL_page .ARTCL_figureImage.ARTCL_figureRight {
    float: none;
    clear: both;
    max-width: 100%;
    margin: 22px 0;
  }

  .ARTCL_page .ARTCL_poem {
    margin: 20px 0 20px 4px;
    padding-left: 14px;
  }

  .ARTCL_page .ARTCL_poem p {
    font-size: 18.5px;
    line-height: 1.45;
  }

  .ARTCL_page .ARTCL_imagePlaceholder {
    font-size: 11px;
    padding: 10px;
  }
}

/*///////////////////////////////////////*/
/*/////////////// PRINT /////////////////*/
/*///////////////////////////////////////*/
@media print {
  .ARTCL_page .ARTCL_figureImage.ARTCL_figureLeft,
  .ARTCL_page .ARTCL_figureImage.ARTCL_figureRight {
    float: none !important;
    max-width: 100% !important;
    margin: 16pt 0 !important;
  }

  .ARTCL_page .ARTCL_imagePlaceholder {
    border: 1px solid #999 !important;
    color: #000 !important;
  }

  .ARTCL_page .ARTCL_poem p {
    font-size: 12pt !important;
  }
}


</style>