body {
    background-color: #ffffff; /* White background */
    font-family: 'Roboto Mono', sans-serif; /* Roboto Mono for body text */
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    letter-spacing: -2px;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Mono', sans-serif; /* Apply Roboto Mono for all headers */
    margin-bottom: 0.1rem;
    font-weight: 500;
    line-height: 1.3;
}
.magazine-footer-clean {
    background-color: #ffffff !important;
    color: #000000 !important;
    
    border-top: 2px solid #000000 !important; 
    border-bottom: 6px solid #000000 !important; 
    border-left: none !important;
    border-right: none !important;
    font-family: 'Roboto Mono', Courier, monospace !important; 
    
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    
    margin-top: 80px !important; 
    margin-bottom: 0px !important; 
    padding-left: 0 !important;
    padding-right: 0 !important;
    
    box-shadow: 0px 8px 0px #000000; 
}

.magazine-footer-clean .column-header {
    display: block;
    font-family: 'Roboto Mono', Courier, monospace !important; 
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000000;
}

.magazine-footer-clean .column-header::before { content: "[ "; }
.magazine-footer-clean .column-header::after { content: " ]"; }

.magazine-footer-clean .column-detail,
.magazine-footer-clean .footer-social-list li {
    font-family: 'Roboto Mono', Courier, monospace !important;
    font-size: 0.75rem; 
    margin-bottom: 6px; 
    line-height: 1.4;
}

.magazine-footer-clean .footer-social-list li a,
.magazine-footer-clean .column-detail a {
    font-family: 'Roboto Mono', Courier, monospace !important;
    color: #000000 !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    transition: none !important; 
    display: inline-block;
}


.magazine-footer-clean .footer-social-list li a:hover,
.magazine-footer-clean .column-detail a:hover {
    color: #000000 !important;
    background-color: #ffc7dc !important;
    padding: 0 4px !important; 
    font-weight:600;
}

.magazine-footer-clean .baseline-text {
    font-family: 'Roboto Mono', Courier, monospace !important;
    font-size: 0.7rem;
    color: #555555;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* ============================
   Magazine Style Nav Bar
   ========================= */

.custom-navbar {
    background-color: #ffffff !important; 
    border-bottom: 2px solid #000000;
    padding: 0 !important; 
}

/* logo container */
.custom-navbar .navbar-brand {
    color: #000000 !important; 
    font-family: 'Roboto Mono', monospace;
    font-weight: 700; 
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem !important;
    margin: 0 !important;
}

.custom-navbar .navbar-brand img {
    height: 60px; 
    margin: 0 !important;
}

@media (min-width: 992px) {
    .custom-navbar .navbar-brand img {
        margin-right: 120px !important; 
    }
}


.custom-navbar .nav-link {
    color: #000000 !important; 
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    font-size: 0.85rem; 
    letter-spacing: 0.12em;
    padding: 1.5rem 1.2rem !important; 
    margin: 0 !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: none !important;
}

/* On hover colour black block with pink text*/
.custom-navbar .nav-link:hover {
    background-color: #000000 !important;
    color: #ffc7dc !important; 
    text-decoration: none !important;
}


.custom-navbar .nav-link.active {
    background-color: #ffc7dc !important;
    color: #171215 !important;
    font-weight: 700; 
    text-decoration: none !important;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.custom-navbar .nav-link:focus {
    outline: none !important; 
}  


.navbar-toggler {
    border: none !important; 
    outline: none !important; 
    box-shadow: none !important;
    padding: 1rem 1.5rem !important;
    border-left: 2px solid #000000 !important;
    border-radius: 0 !important;
}

.navbar-toggler-icon {
    background: none !important; 
}


.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler .navbar-toggler-icon {
    content: '';
    display: block;
    width: 24px; 
    height: 2px; 
    background-color: #000000 !important; 
    margin: 5px auto !important; 
    transition: none !important; 
}


.navbar-toggler:hover::before,
.navbar-toggler:hover::after,
.navbar-toggler:hover .navbar-toggler-icon {
    background-color: #ffc7dc !important; 
}


/* =========================
   Header Section
========================= */
.header {
  min-height: 60vh;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url("../images/home-1.jpg") center center / cover no-repeat; */
  display: flex;
  align-items: flex-end;
  justify-content: left;
  color: #000000;
  position: relative;

  margin-bottom: 0;
  padding-bottom: 50px;
}

p{
  letter-spacing: 0.8px;

  font-size: 0.95rem;
}
/* hero section, reusable magazine components for future sections */
.hero-section {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
    
.magazine-ticker {
  font-family: var(--bs-font-monospace);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}

.magazine-footer-ticker {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-top: 1px dashed #c9c9c9;
  padding-top: 1.5rem;
}

.magazine-title {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #000000;
  border-right: dotted 1px black;
}

.magazine-article-frame {
  width: 100%;
  border: 1px dotted #b0b0b0;
  background-color: #fafafa; 
  padding: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 0px #000000;
}

.magazine-article-frame::after {
  content: "[ SCALE_1.0 // PLOT_A ]";
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 0.55rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}




.typing {
  display: inline-block;
  overflow: hidden;
  max-width: fit-content;
  white-space: nowrap;
  border-right: 3px solid #ff4081;
  width: 0;
  animation: typing 5s cubic-bezier(0.4, 0, 0.2, 1) forwards, 
             blink 0.8s ease-in-out infinite;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  from, to { border-color: transparent; }
  50% { border-color: #ff4081; }
}

@media (max-width: 800px) {
  .typing {
    white-space: normal; 
    width: 100%; 
    border-right: none; 
    animation: none; 
  }
}

.header .container {
  min-height: 500px;
  display: flex;
  margin-top: 1.5rem;

}
.header-images {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;     
  height: 100%;
  pointer-events: none;
}

/* .custom-shape-divider-bottom-1731461208 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  filter: drop-shadow(0px -2px 3px rgba(0,0,0,0.1));
} */



/* =========================
   Mission Section
========================= */
.mission-section {
  background-size: 50px 50px; 
  padding: 80px 40px;

}

.accent-word{
  color: #e03272;
  font-family: serif;
  font-style: italic;
  font-size: clamp(2.5rem, 6.5vw, 4.8rem);
  transform: translateY(12px);
  margin-left: -5px;
  white-space: nowrap;
}
.text-pink{
  color: #e03272;
}

.impact-card {
    position: absolute;
    bottom: -20px;
    left: -20px;

    background: rgb(255, 255, 255);
    padding: 20px 24px;

    border-radius: 20px;

    box-shadow:
      0 20px 40px rgba(0,0,0,0.08);

    z-index: 10;
}

.impact-card h3 {
    color: #e03272;
    font-size: 2rem;
    margin: 0;
}

.impact-card p {
    margin: 0;
    color: #666;

}


/* =========================
   Program Section
========================= */

.program-ticker-line {
  font-family: var(--bs-font-monospace);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #111111;
  padding-bottom: 0.8rem;
  margin-bottom: 3.5rem;
}

.program-editorial-title {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #111111;
  text-transform: uppercase;
}


.mag-tech-index {
  font-family: var(--bs-font-monospace);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #4e48a7; 
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}


.program-editorial-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #444444;
  max-width: 480px;
}
.program-section {
  padding: 100px 0;
  background-color: #ffffffc1;
}

.program-title {
  font-size: clamp(3.5rem, 4vw, 3.5rem);
  text-align: center;
  color: #000000; 
  font-weight: 900;
  letter-spacing: -2px;
}
.grid-bg-section {
  width: 100%;
  min-height: 400px;
  background-color: #fffefe; 
  background-image: 
      linear-gradient(to right, rgba(17, 17, 17, 0.082) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(17, 17, 17, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
}
#programCarousel {
  max-width: 1300px;
  margin: 0 auto;
}

.card {
  display: flex;
  flex-direction: row;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.776);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: rgb(255, 255, 255);
  min-height: 420px; 
  margin-bottom: 40px;
}

.card:hover {
  transform: scale(1.01);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-img-container {
  flex: 0 0 40%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-top {
  max-width: 100%;
  max-height: 350px; 
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-body {
  flex: 0 0 60%;
  padding: 4rem 4rem 4rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
  font-size: 2.5rem; 
  letter-spacing: 2px;
}

.card-text {
  font-size: 1.4rem; 
  color: #555;
  line-height: 1.8;
}

.carousel-arrow {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bs-font-monospace);
  font-size: 0.8rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.carousel-arrow:hover {
  background-color: #ff408000;
  color: #000000; 
}

.custom-icon {
  color: rgb(0, 0, 0);
  font-size: 0.85rem; 
}

.col-md-11 {
  max-width: 98%;
}

@media (max-width: 1200px) {
  .card {
    min-height: 380px;
  }
  
  .card-img-top {
    max-height: 300px;
  }
  
  .card-title {
    font-size: 2.2rem;
  }
  
  .card-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 992px) {
  .card {
    min-height: 340px;
  }
  
  .card-img-top {
    max-height: 260px;
  }
  
  .card-title {
    font-size: 2rem;
  }
  
  .card-text {
    font-size: 1.2rem;
  }
  
  .card-body {
    padding: 3rem 3rem 3rem 1rem;
  }
}

@media (max-width: 768px) {
  .card {
    flex-direction: column;
    min-height: auto;
  }
  
  .card-img-container {
    flex: 0 0 auto;
    padding: 30px 30px 0 30px;
  }
  
  .card-img-top {
    max-height: 250px;
  }
  
  .card-body {
    flex: 1;
    padding: 2.5rem; 
  }
}

/* =========================
   Video Section
========================= */
.content-wrapper {
  min-height: 60vh;
  padding: 0;
}

.video-title {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 600;
  position: relative;
  color: #ff4081;
  margin-bottom: 1.5rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.video-container iframe, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-container {
  color: white;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.8;
  
}
.video-container video,
.col-lg-4 img {
    width: 100%;
    display: block;
}
.success-stories .content-wrapper:nth-child(odd) {
  background-color: #0a0a0a;
}

.success-stories .content-wrapper:nth-child(even) {
  background-color: #ffffff;
}
.success-stories{
  background-color: #ffffff; 
  background-image: linear-gradient(rgba(26, 26, 26, 0.099) 1px, transparent 1px);
  background-size: 100% 20px;
  background-attachment: local; 
}
.success-story-block {
    border-radius: 0px !important;
    background-color: #ffffff;
    box-shadow: 4px 4px 0px #000000; /* Flat brutalist drop shadow */
}

.video-editorial-wrapper {
    position: relative;
    background-color: #000;
}

.video-editorial-wrapper video {
    outline: none;
    border-radius: 0px !important;
}


.half-border {
    width: 50%;
    border-top: 2px solid #9f9f9f;
    margin: 0 auto; 
}
/* =========================
   Donation Section
========================= */

.donate {
    background-color: #0c0c0c;
    color: #ffffff;
    padding: 60px 0 100px 0;
    font-family: 'Courier New', Courier, monospace;
}

.zine-running-header {
    font-size: 0.75rem;
    color: #666666;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
}


.donate .title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -1px;
    color: #ffffff;
}

.donate .magazine-body {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cccccc;
}

.border-end-magazine {
    border-right: 2px dashed #222222;
}
@media (max-width: 991px) {
    .border-end-magazine { border-right: none; border-bottom: 2px dashed #222222; padding-bottom: 30px; }
}

.tech-deco {
    font-size: 0.8rem;
    color: #e62a70; 
    font-weight: bold;
}


.donation-option-magazine {
    background-color: #141414;
    border: 3px solid #ffffff; 
    border-radius: 0px !important;
    text-align: left;
    position: relative;
}

.option-tag {
    font-size: 0.8rem;
    color: #e62a70;
    font-weight: bold;
}

.donation-option-magazine h3 {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

/* =========================
   Button Styles
========================= */
.btn-pink {
  color: #000000;
  background-color: #c0c0c0;
  font-weight: 600;
  padding: 5px 30px;
  transition: all 0.3s ease;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #000000;
  box-shadow: 
  inset 4px 4px 0px 0px #ffffff,
  inset -4px -4px 0px 0px #7b7b7b;
}

.btn-pink:hover {
  transition: all 0.3s ease;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #000000;
  background-color: rgb(223, 179, 255);
}

.btn-editorial-pink, .btn-editorial-purple {
    border-radius: 0px !important;
    border: 1px solid #000000 !important;
    font-weight: 700;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    text-decoration: none;
}

.btn-editorial-pink {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 3px 3px 0px #e91e63;
}
.btn-editorial-pink:hover {
    background-color: #e91e63;
    color: #ffffff;
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #000000;
}

.btn-editorial-purple {
    background-color: #4e48a7;
    color: #000000;
    box-shadow: 3px 3px 0px #4e48a7;
}
.btn-editorial-purple:hover {
    background-color: #4e48a7;
    color: #ffffff;
    transform: translate(1px, 1px);
    box-shadow: 2px 2px 0px #000000;
}


.simple-cta:hover {
    text-decoration: underline !important;
    color: #000000 !important;
    font-weight:bold;
    
}

.btn-donate-magazine {
    background-color: #e62a70 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 1.1rem;
    border-radius: 0px !important;
    border: 2px solid #ffffff !important;
    padding: 14px 35px !important;
    box-shadow: 6px 6px 0px #ffffff; 
    transition: transform 0.05s ease, box-shadow 0.05s ease;
}

.btn-donate-magazine:active {
    transform: translate(4px, 4px);
    box-shadow: 2px 2px 0px #ffffff;
}



/* =========================
   Responsive Adjustments
========================= */
@media (max-width: 991px) {
  .mission-section, .program-section {
    padding: 60px 0;
  }
  
  .donate {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .header h1 {
    font-size: 2.7rem;
  }
  
  .mission-title, .program-title{
    font-size: 2.2rem;
  }
  
  .title {
    font-size: 2.5rem;
  }
  
  .carousel-arrow {
    width: 40px;
    height: 40px;
  }
  
  .custom-icon {
    font-size: 20px;
  }
  
  .content-wrapper {
    min-height: auto;
  }
  
  .text-container {
    padding: 40px 20px;
  }
}

.text-black{
  color:black;
}

.subtitle-spacing{
    letter-spacing: 1px;
}

.text-purple{
    color: #4e48a7;
}
/* filler section */
.magazine-ribbon-dark {
  background-color: #000000; 
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/* reusable square sticky note */
.zine-sticky-note-programs{
  top: -10%;
  right: 20%;
  background-color:#b184d4;
}
.zine-sticky-note {
  position: absolute;
  z-index: 10;
    
  width: 220px;
  min-height: 200px;
  padding: 1rem;
    
  border: 2px solid #000000;
  box-shadow: 5px 5px 0px 0px #000000; 

  transform: rotate(4deg);
  font-size: 0.75rem;
  line-height: 1.4;
  color: #000000;
}

.zine-sticky-note .sticky-header {
  font-weight: bold;
  font-size: 0.7rem;
}

.zine-sticky-note .sticky-body {
  font-weight: 500;
  letter-spacing: -0.01em;
}

.zine-sticky-note .sticky-footer {
  font-size: 0.65rem;
}

.zine-sticky-note:hover {
  transform: rotate(2deg) scale(1.02);
  transition: transform 0.15s ease-in-out;
}
.sticky-link-btn{
  color:black;
}
.sticky-link-btn:hover{
  color:#ffffff;
}

/* banner movement right to left */
@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    animation: marquee 25s linear infinite;
    width: max-content;
}