  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

  html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; /* prevents horizontal scrolling */
    background-color: #E6E6E6;
    margin: 0;
    padding: 0;
    font-family: "futura-pt", sans-serif;
  }


  /* Main Paragraph Body Text  */
  body {
    font-weight: 500;
    font-style: normal;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    color: black; 
    background-color: #F47840; 
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
  }

  /* Article cover: boxed headline (reference layout) */
  .article-head-box {
    --head-size: clamp(50px, 7.5vw, 112px);
    position: relative;
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding: 2.25rem 2.75rem 2.5rem;
    text-align: center;
    background-color: #F47840;
    border: 9px solid #000;
    box-sizing: border-box;
  }

  .article-title {
    font-family: "carlmarx-handwriting-bold", sans-serif;
    font-weight: normal;
    font-size: var(--head-size);
    color: #000;
    margin: 0;
    max-width: none;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .article-subtitle {
    font-family: "carlmarx-handwriting-bold", sans-serif;
    font-weight: normal;
    font-size: calc(var(--head-size) * 0.52);
    color: #000;
    margin: 0.5rem 0 0;
    max-width: none;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .article-byline {
    font-family: "carlmarx-handwriting-bold", sans-serif;
    font-weight: normal;
    font-size: calc(var(--head-size) * 0.52 * 0.78);
    color: #000;
    margin: 0.85rem 0 0;
    font-style: normal;
    text-transform: none;
    line-height: 1.35;
  }

  @media (max-width: 520px) {
    .article-title {
      white-space: normal;
    }

    .article-head-box {
      padding: 1.5rem 1.25rem 1.75rem;
    }
  }

  /* Subtitle */
  .subtitle {
    font-family: "balboa-plus-fill", sans-serif;
    font-weight: 500; 
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: black;
    font-size: 40px;
    width: 100%;
    margin: 10px 0;

  }

/* Tribune Nav Bar Stuff  */
.section-header {
  color: black;
  font-family: 'Amplitude-Black';
  font-size: 24px !important;
  background-color: white;
  border: 2px solid black;
  padding: 10px;
  display: inline-block;
  text-align: center;
}

.filler {
    height: 10vw;
    opacity: 0;
    background-color: black;
  }
  
  .tribune {
    font-family: "Playfair Display" !important;
    margin-left: 2vw;
    color: #c7c1c7 !important;
    float: left;
    font-size: 32px;
  }
  
  .tribune a {
    text-decoration: none !important;
    color:#c7c1c7 !important;
    cursor: pointer;
  }
  
  .feature {
    font-family: "Garamond 3 LT Std";
    margin-right: 2.5vw;
    color: #c7c1c7;
    float: right;
    margin-top: 1vw;
    font-size: 30px;
  }
  :root {
    --nav-height: 70px; 
  }
    
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 6;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s;
  }
  .nav-hidden{
    transform: translateY(-90px);
  }
  
  
  .site-top {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  /* Full-bleed hero; top is covered by fixed .header until scroll / nav hides */
  .ai-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    object-fit: cover;
    object-position: center;
  }

  .fullpage-border {
  position: relative;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #F47840;
  z-index: 0;
  overflow: hidden;
}

  .page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 0.5rem;
  border-radius: 30px;
  background-color: #F47840;
}

.page-content h1 {
  margin-top: 0;
  padding-top: 0;
}


  .cover {
    padding-top: 0;
  overflow: hidden;
  position: relative;
  height: 10%;
  margin-top: 0px;
  border: none !important; 
  outline: none !important; 
  }
  
  .row {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center;
    position:relative;
  }

  .article-hed.row {
    gap: 0.35rem;
    align-items: center;
    width: 100%;
  }
  .innerwrap p {
    margin-bottom: 2em;
    font-size: 22px;
    border: none; 
    outline: none; 
  }
  
  .innerwrap p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* First letter styling */
  .innerwrap > p:first-of-type::first-letter {
    font-size:70px;
    text-decoration: bold;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top:3px;
  }
  
  /* Body Text Formatting */
  .innerwrap {
    /* padding: 20px;
    width: 50%;
    height: 100%;
    max-width: 100%;
    margin:  auto;
    padding: 2px 0;
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
    border: none; 
    outline: none; */
     width: 50%;
    height: 100%;
    max-width: 100%;
    margin:  auto;
    padding: 2px 0;
    padding-bottom: 0;
    margin-bottom: -100px;
    font-size: 3em;
    line-height: 1.6;
    text-align: left;
    border: none; 
    outline: none;
    position: relative;
    z-index: 1;
   
    
  }

  .innerwrap p {
  text-align: justify; /* Justify text for better flow around the image */
}

.innerwrap::after {
  content: "";
  display: table;
  clear: both;
}
  
  .subheading {
    font-family: "carlmarx-handwriting-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: left; /* This aligns the overall text content to the left */
    color: black;
    margin-bottom: 30px;
    display: flex; /* Enables flexbox layout which is ideal for horizontal alignment */
    align-items: left; 
    justify-content: left; 
    text-transform: uppercase;
}

  .innerwrap .pull-quote {
    font-style: italic;
    text-align: center;
    margin: 1.25rem auto;
    max-width: 36em;
    font-size: 0.92em;
    line-height: 1.45;
  }

.black {
  color: black !important;
  font-size: 25px;
  font-style: italic;
}


.float-img {
    float: right;
    margin: 0px 0 0px 0px;
    margin-bottom: 0%;
    width: 350px;
    border-radius: 12px;
}

.innerwrap p {
  text-align: justify; /* Justify text for better flow around the image */
}

.innerwrap::after {
  content: "";
  display: table;
  clear: both;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .image-bottom-left img {
    width: 50vw;
    max-width: 500px;
    opacity: 0.75;
  }
}

/* Responsive to Screen Size  */

@media (max-width: 415px) {
    
      .tribune{
        font-size: 28px;
      }
      .feature{
        margin-top: 1.8vw;
        font-size: 25px;
      }

      .quote {
        font-size: 25px !important;
      }
  
    
  }
  @media (min-width: 416px) {
    .tribune{
      font-size: 32px;
    }
    .feature{
      margin-top: 1vw;
      font-size: 30px;
    }
    .bottom-image {
      width: 150%;
      max-width: none; /* Allows the 150% to apply on larger screens */
      margin: 0 auto;
    }
   
}
  /* Book Image */
  .book-img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    height: auto;
  }

  @media (max-width: 768px) {
    .innerwrap{
      width: 80% !important;
      margin-bottom: -20px !important;
    }
    
    .book-img {
      max-width: 100%;
      width: 90%;
    }
    
    .bottom-graph {
      margin-top: 20px !important;
    }

  }
  
  @media (max-width: 415px) {
    .innerwrap {
      margin-bottom: 0 !important;
    }
    
    .book-img {
      width: 85%;
      max-width: 100%;
    }
    
    .bottom-graph {
      margin-top: 40px !important;
    }
  }

  /* Chat Image */
  .chat-img {
    width: auto;
    max-width: 30%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 50px;
    left: 20px;
    margin-bottom: 0;
    z-index: 0;
  }
  
  @media (max-width: 768px) {
    .chat-img {
      max-width: 40%;
      left: 10px;
      bottom: 40px;
    }
  }
  
  @media (max-width: 415px) {
    .chat-img {
      max-width: 50%;
      left: 5px;
      bottom: 30px;
    }
  }

  /* Bottom Graph Image */
  .bottom-graph {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }

  /* Back to top — fixed; shown after scrolling */
  .back-to-top {
    position: fixed;
    bottom: max(1.25rem, env(safe-area-inset-bottom));
    right: max(1.25rem, env(safe-area-inset-right));
    z-index: 10;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 2px solid #000;
    background: #F47840;
    color: #000;
    font-family: "futura-pt", Futura, sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  }

  .back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .back-to-top:hover {
    filter: brightness(1.06);
  }

  .back-to-top:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
  }

  