/* Awards Page Styles */

/* Hero - First Block */
.awards-hero {
  background: #fff;
  padding: 80px 0 100px;
  color: #fff;
}

.awards-hero-overline {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  text-align: center;
}

.awards-hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  color: #129666;
  text-align: center;
  white-space: nowrap;
}

.awards-hero-desc {
  font-size: 1rem;
  line-height: 1.7;
  color:#000;
  margin-bottom: 48px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.awards-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.awards-hero-card {
  background: #129666;
  border-radius: 12px;
  padding: 28px 24px;
  transition: background 0.2s ease;
}

.awards-hero-card:hover {
  background:#10A069;
}

.awards-hero-card-value {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.awards-hero-card-label {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}


.award_bg{
  background: url("../images/award_bg.jpg"); 
  background-size: 100% auto;
  background-attachment: fixed;
  background-position: center top;}
  

/* ========== Featured In Section ========== */
.featured-section {
  padding: 80px 0;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  
}

.featured-header {
  text-align: center;
  margin-bottom: 48px;
}

.featured-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #129666;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.featured-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}

.featured-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}

.featured-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.featured-card-left {
  flex: 0 0 220px;
  background: #f8fdfa;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(18, 150, 102, 0.15);
}

.featured-card-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #129666;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.featured-card-source {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.featured-card-right {
  flex: 1;
  padding: 36px 40px;
}

.featured-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.4;
}

.featured-card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 20px;
}

.featured-card-source-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.featured-card-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #129666;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.featured-card-btn:hover {
  background: #0f7a52;
  color: #fff;
  transform: translateY(-2px);
}

/* Featured In - Home page layout */
.featured-section-home {
  background: #fff;
}

.featured-section-home .featured-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.featured-section-home .featured-home-copy {
  grid-column: 1;
  grid-row: 1;
}

.featured-section-home .featured-home-copy .featured-label,
.featured-section-home .featured-home-copy .featured-desc {
  margin: 0 0 12px;
}

.featured-section-home .featured-home-copy .featured-desc {
  max-width: none;
}

.featured-section-home .featured-home-card {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
}

.featured-section-home .featured-card-btn-home {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  width: auto;
}

.featured-section-home .btn-view-works.featured-card-btn-home {
  background: transparent;
  border: 1px solid #129666;
  color: #129666;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 400;
}

.featured-section-home .btn-view-works.featured-card-btn-home:hover {
  background: #129666;
  color: #fff;
}

.featured-section-home .featured-home-card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.featured-section-home .featured-home-card .featured-card-label {
  margin-bottom: 16px;
}

.featured-section-home .featured-home-card .featured-card-source {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
}

.featured-section-home .featured-home-card .featured-card-source-tag {
  color: #129666;
  margin-bottom: 0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

@media (max-width: 768px) {
  .featured-section {
    padding: 60px 10px;
  }

  .featured-section-home .featured-home-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 32px;
  }

  .featured-section-home .featured-home-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .featured-section-home .featured-home-card {
    grid-column: auto;
    grid-row: auto;
    padding: 40px 28px;
  }

  .featured-section-home .featured-card-btn-home {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    margin-top: 24px;
  }

  .featured-section-home .featured-home-card .featured-card-source {
    font-size: 1.75rem;
  }

  .featured-title {
    font-size: 1.75rem;
  }

  .featured-card {
    flex-direction: column;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); */
  }

  .featured-card-left {
    flex: none;
    padding: 28px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(18, 150, 102, 0.15);
  }

  .featured-card-right {
    padding: 28px 24px;
  }

  .featured-card-title {
    font-size: 1.1rem;
  }
}

/* Home awards section variables (若未定義會導致按鈕背景消失) */
.home-awards {
  --accent: #129666;
  --accent-dark: #0f7a52;
  --line: #e0e0e0;
  --muted: #666;
}

  .brand {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .nav {
    display: flex;
    gap: 22px;
    color: #4f5c65;
    font-size: 14px;
  }

  .home-awards {
    padding: 44px 0 84px;
    background: #F9F9F9;
    margin: 0;
  }

  .home-awards-shell {
    background: linear-gradient(135deg,rgb(255, 255, 255) 0%, #F7F7F7 100%);
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 42px;
    box-shadow: 0 22px 60px rgba(20, 37, 43, 0.06);
    margin-top: 20px;
  }

  .home-awards-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    grid-template-rows: auto auto;
    gap: 36px;
    align-items: stretch;
  }

  .home-awards-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .home-awards-badges {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: stretch;
  }

  .home-awards-actions {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }

  .home-awards-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent);
  }

  .home-awards-title {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #231a18;
    text-transform: uppercase;
  }

  .home-awards-desc {
    margin: 0 0 24px;
    max-width: 530px;
    font-size: 17px;
    color: var(--muted);
  }

  .home-awards-note {
    margin: 0 0 28px;
    font-size: 14px;
    color: var(--accent-dark);
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .home-awards-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  .home-awards-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    transition: all 0.2s ease;
  }

  .home-awards-btn:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
  }

  .home-awards-actions .btn-view-works.home-awards-btn {
    background: transparent;
    border: 1px solid #129666;
    color: #129666;
    min-height: auto;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 400;
    width: 70%;

  }

  .home-awards-actions .btn-view-works.home-awards-btn:hover {
    background: #129666;
    color: #fff;
  }

  .home-awards-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-dark);
  }

  .home-awards-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
  }

  .award-badge {
    position: relative;
    background: #ffffff;
    border: 1px solid #cfd8dd;
    border-radius: 28px;
    padding: 26px 22px 22px;
    min-height: 270px;
    box-shadow: 0 16px 40px rgba(20, 37, 43, 0.05);
    overflow: hidden;
  }

  .award-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 54px;
    background: linear-gradient(180deg, #b51e1e 0%, #d24a2e 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
    opacity: 0.95;
  }

  .award-badge-header {
    display: block;
  }

  .award-star {
    font-size: 34px;
    line-height: 1;
    color: #d7a928;
    margin-bottom: 14px;
    display: inline-block;
  }

  .award-title {
    margin: 0 0 12px;
    font-size: clamp(34px, 3vw, 42px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #231a18;
    text-transform: uppercase;
  }

  .award-divider {
    height: 1px;
    background: #cfd8dd;
    margin: 18px 0 16px;
  }

  .award-org {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #2b3942;
  }

  .award-logo {
    display: block;
    width: 100%;
    max-height: 48px;
    margin: 12px 0 14px;
    object-fit: contain;
    object-position: left center;
  }

  .award-sub {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted);
  }

  .award-year {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #231a18;
  }

  .bottom-space {
    height: 100px;
  }

  @media (max-width: 980px) {
    .home-awards-grid {
      grid-template-columns: 1fr;
      grid-template-rows: none;
    }

    .home-awards-copy,
    .home-awards-badges,
    .home-awards-actions {
      grid-column: auto;
      grid-row: auto;
      align-self: auto;
    }

    .home-awards-actions {
      margin-top: 24px;
    }

    .home-awards-shell {
      padding: 30px;
    }
  }

  @media (max-width: 640px) {
    

    .demo-header {
      height: auto;
      padding: 18px 0;
    }

    .demo-header .container {
      flex-direction: column;
      align-items: flex-start;
    }

    .nav {
      flex-wrap: wrap;
      gap: 12px 18px;
    }

    .home-awards {
      padding: 28px 0 60px;
    }

    .home-awards-shell {
      padding: 22px;
      border-radius: 24px;
    }

    .home-awards-badges {
      grid-template-columns: 1fr;
    }

    .award-badge {
      min-height: auto;
      padding: 24px 20px 24px;
    }

    .award-badge-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 16px;
    }

    .award-badge-header .award-star {
      margin-bottom: 0;
      font-size: 30px;
      flex-shrink: 0;
    }

    .award-badge-header .award-title {
      margin: 0;
      font-size: 2rem;
      line-height: 1.5;
      margin: 0 0 0 -8px;
    }

    .award-badge-header .award-title br {
      display: none;
    }

    .award-badge .award-divider {
      margin: 16px 0 18px;
    }

    .award-badge .award-logo {
      margin: 16px 0 18px;
      max-height: 78px;
      object-position: center center;
    }

    .award-badge .award-sub {
      margin: 0 0 16px;
      line-height: 1.6;
    }

    .award-badge .award-year {
      margin-top: 18px;
    }

    .home-awards-desc {
      font-size: 16px;
    }

    .award-title {
      font-size: 32px;
    }
  }




.home-awards h2{ padding: 70px 0 30px 0;}
.home-awards h3{ font-style: normal; font-family: "Oswald", sans-serif; display: inline-block;}
.home-awards .home-awards-title{ color: #129666; }
/* .home-awards-title{ color:#129666;}   */

/* Responsive */
@media (max-width: 991px) {
  .awards-hero-title {
    white-space: normal;
  }

  .awards-hero-cards {
    grid-template-columns: 1fr;
  }
}


@media screen and (min-width: 768px) and (max-width: 991px) { 
  .award_bg{ background-size: 100%; }
  .award_bg{
    background: url("../images/award_bg_m.jpg"); 
    background-size: 100%;
    background-attachment:initial;}
  
  
  
  
  
  }
  



@media (max-width: 768px) {



  .awards-hero {
    padding: 60px 0 80px;
  }

  .awards-hero-title {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 800;
    margin: 0 0 10px 0;
    line-height: 1.1;
  }

  .awards-hero-desc {
    margin-bottom: 20px;
    line-height: 1.2;
        font-size: 0.9rem;
  }

  .awards-hero-card {
    padding: 12px 20px;
  }

  .awards-hero-card-value {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }

  .award_bg{
    background: url("../images/award_bg_m.jpg"); 
    background-size: 100%;
    background-attachment:initial;}
}

/* ========== Timeline Section ========== */
.timeline-section {
  padding: 80px 0 100px;
  background: linear-gradient(135deg, #f5f7fa 0%, #f0f4f8 100%);
}

.timeline-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.timeline-header {
  text-align: center;
  margin-bottom: 80px;
  animation: timelineFadeInDown 0.8s ease-out;
}

.timeline-label {
  display: inline-block;
  background: #129666;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  animation: timelineFadeIn 0.6s ease-out 0.2s both;
}

.timeline-title {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.timeline-desc {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.timeline-logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  padding: 32px 24px 48px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  border: 1px solid rgba(18, 150, 102, 0.2);
}

.timeline-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  min-height: 56px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
}

.timeline-logo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(18, 150, 102, 0.15);
}

.timeline-logo-item img {
  max-height: 40px;
  max-width: 120px;
  object-fit: contain;
}

.timeline-logo-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #129666;
  white-space: nowrap;
}

.timeline-logo-row-hint {
  display: none;
}

.timeline-stakeholder-block {
  margin-top: 64px;
  padding: 0;
}

.stakeholder-header {
  text-align: center;
  margin-bottom: 48px;
}

.stakeholder-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #129666;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.stakeholder-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}

.stakeholder-desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}

.stakeholder-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.stakeholder-card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: box-shadow 0.3s ease;
}

.stakeholder-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.stakeholder-card-header {
  display: block;
}

.stakeholder-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #e8f5ef;
  color: #0f7a52;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 20px;
}

.stakeholder-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  line-height: 1.3;
}

.stakeholder-card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.stakeholder-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 48px;
  background: #0f7a52;
  border-radius: 16px;
}

.stakeholder-cta-content {
  flex: 1;
}

.stakeholder-cta-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.stakeholder-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
}

.stakeholder-cta-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.stakeholder-cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #fff;
  color: #0f7a52;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.stakeholder-cta-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  color: #0f7a52;
}

@media (max-width: 991px) {
  .stakeholder-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #129666, #1ab87a, #7dd4a8);
  animation: timelineGrowLine 1.2s ease-out 0.3s both;
}

@keyframes timelineGrowLine {
  from { height: 0; }
  to { height: 100%; }
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
}

.timeline-item.show {
  animation: timelineFadeInUp 0.8s ease-out forwards;
}

.timeline-item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
  width: 48%;
  text-align: right;
  padding-right: 50px;
}

.timeline-item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  width: 48%;
  text-align: left;
  padding-left: 50px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: white;
  border: 4px solid #129666;
  border-radius: 50%;
  top: 30px;
  z-index: 10;
  transition: all 0.3s ease;
}

.timeline-item.show .timeline-dot {
  width: 24px;
  height: 24px;
  border-width: 5px;
  box-shadow: 0 0 0 8px rgba(18, 150, 102, 0.1);
  animation: timelinePulse 2s ease-in-out infinite;
}

@keyframes timelinePulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(18, 150, 102, 0.1); }
  50% { box-shadow: 0 0 0 12px rgba(18, 150, 102, 0.05); }
}

.timeline-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: 4px solid #129666;
  position: relative;
}

.timeline-item:nth-child(even) .timeline-card {
  border-left: 4px solid #129666;
}

.timeline-item:nth-child(odd) .timeline-card {
  border-right: 4px solid #129666;
  border-left: none;
}

.timeline-item.show .timeline-card {
  transform: translateY(0);
  opacity: 1;
}

.timeline-item:nth-child(odd) .timeline-card {
  transform: translateX(-30px);
}

.timeline-item:nth-child(even) .timeline-card {
  transform: translateX(30px);
}

.timeline-card:hover {
  box-shadow: 0 8px 25px rgba(18, 150, 102, 0.15);
  transform: translateY(-5px);
}

.timeline-card:hover {
  border-color: #0f7a52;
}

.timeline-item-highlight .timeline-card {
  box-shadow: 0 6px 20px rgba(18, 150, 102, 0.12);
  background: linear-gradient(to bottom, #ffffff 0%, #f8fdfa 100%);
}

.timeline-item-highlight:nth-child(odd) .timeline-card {
  border-right-width: 5px;
  border-right-color: #0f7a52;
}

.timeline-item-highlight:nth-child(even) .timeline-card {
  border-left-width: 5px;
  border-left-color: #0f7a52;
}

.timeline-item-highlight .timeline-dot {
  border-width: 5px;
  box-shadow: 0 0 0 6px rgba(18, 150, 102, 0.15);
}

.timeline-year {
  font-size: 1.8rem;
  font-weight: 700;
  color: #129666;
  margin-bottom: 8px;
}

.timeline-location {
  font-size: 0.9rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.timeline-card h3 {
  font-size: 1.6rem;
  color: #129666;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 600;
}

.timeline-logo {
  display: block;
  width: 100%;
  max-height: 100px;
  margin: 8px auto 14px;
  object-fit: contain;
  object-position: center center;
}

.timeline-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.timeline-tag {
  display: inline-block;
  background: #e8f5ef;
  color: #0f7a52;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.timeline-item.show .timeline-tag {
  animation: timelineSlideInTag 0.6s ease-out forwards;
}

.timeline-tag:nth-child(1) { animation-delay: 0.1s; }
.timeline-tag:nth-child(2) { animation-delay: 0.2s; }
.timeline-tag:nth-child(3) { animation-delay: 0.3s; }

.timeline-tag:hover {
  background: #129666;
  color: white;
  transform: translateY(-2px);
}

@keyframes timelineSlideInTag {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes timelineFadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes timelineFadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes timelineFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 768px) {
  .featured-header{    margin-bottom: 30px;}
  .stakeholder-desc{ font-size: 0.85rem; line-height:1.3;}
  .featured-desc{line-height:1.4;}

  .timeline-section {
    padding: 60px 0 80px;
  }

  .timeline-logo-row-wrap {
    position: relative;
    margin: 0 0 36px;
    padding: 24px 0;
  }

  .timeline-logo-row-hint {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
  }

  .timeline-logo-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding: 16px 24px 20px;
    margin: 0 -3px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .timeline-logo-row::-webkit-scrollbar {
    display: none;
  }

  .timeline-logo-item {
    flex: 0 0 auto;
    padding: 14px 20px;
    min-height: 52px;
    font-size: 13px;
    white-space: nowrap;
  }

  .timeline-logo-item img {
    max-height: 36px;
    max-width: 110px;
  }

  .timeline-logo-text {
    font-size: 13px;
  }

  .timeline-stakeholder-block {
    margin-top: 48px;
  }

  .stakeholder-title {
    font-size: 1.75rem;
  }

  .stakeholder-cards {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .stakeholder-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .stakeholder-card-num {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .stakeholder-card-title {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    color: #129666;
  }

  .stakeholder-cta {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
  }

  .stakeholder-cta-title {
    font-size: 1.25rem;
  }

  .stakeholder-cta-btn {
    width: 100%;
    max-width: 200px;
  }

  .timeline::before {
    left: 10px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-item:nth-child(odd) .timeline-card,
  .timeline-item:nth-child(even) .timeline-card {
    border-left: 4px solid #129666;
    border-right: none;
    transform: translateX(0) !important;
    padding: 10px 20px 20px 20px;
  }

  .timeline-dot {
    left: 10px;
  }

  .timeline-title {
    font-size: 1.8rem;
  }
}



@media (max-width: 640px) {
  .timeline-header {  
        margin-bottom: 30px;}}

/* ========== Exhibitions & Media Highlights (from index-standalone) ========== */
.exhibitions-section {
  padding: 96px 0;
  background: #f9fafb;
}

.exhibitions-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.exhibitions-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1B7A5E;
  margin: 0 0 8px;
  text-align: center;
}

.exhibitions-desc {
  font-size: 1.125rem;
  color: #666;
  margin: 0 0 48px;
  line-height: 1.5;
  text-align: center;
}

.exhibitions-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
  justify-content: center;
}

.exhibitions-filter-btn {
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.exhibitions-filter-btn[data-filter="all"] {
  border-color: #1B7A5E;
  color: #1B7A5E;
  background: #fff;
}

.exhibitions-filter-btn[data-filter="all"]:hover,
.exhibitions-filter-btn[data-filter="all"].active {
  background: #1B7A5E;
  color: #fff;
}

.exhibitions-filter-btn[data-filter="exhibition"] {
  border-color: #1B7A5E;
  color: #1B7A5E;
  background: #fff;
}

.exhibitions-filter-btn[data-filter="exhibition"]:hover,
.exhibitions-filter-btn[data-filter="exhibition"].active {
  background: #1B7A5E;
  color: #fff;
}

.exhibitions-filter-btn[data-filter="media"] {
  border-color: #17A2B8;
  color: #17A2B8;
  background: #fff;
}

.exhibitions-filter-btn[data-filter="media"]:hover,
.exhibitions-filter-btn[data-filter="media"].active {
  background: #17A2B8;
  color: #fff;
}

.exhibitions-slider-wrap {
  position: relative;
  overflow: visible;
}

.exhibitions-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.exhibitions-slider::-webkit-scrollbar {
  display: none;
}

/* Card style from amelio-final.html */
.exhibition-card {
  position: relative;
  flex: 0 0 384px;
  width: 384px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: default;
}

.exhibition-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.exhibition-card-accent {
  display: block;
  height: 4px;
  background-color: #1B7A5E;
}

.exhibition-card[data-type="media"] .exhibition-card-accent {
  background-color: #17A2B8;
}

.exhibition-card-img {
  position: relative;
  overflow: hidden;
}

.exhibition-card-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.exhibition-card:hover .exhibition-card-img img {
  transform: scale(1.05);
}

.exhibition-card-body {
  padding: 1.5rem;
  padding-top: 2rem;
}

.exhibition-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

.exhibition-badge-green {
  background-color: #1B7A5E;
}

.exhibition-badge-media {
  background-color: #17A2B8;
}

.exhibition-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 0.75rem;
}

.exhibition-meta-icon {
  flex-shrink: 0;
  color: #999;
}

.exhibition-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 1rem;
  margin-top: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.exhibition-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.exhibition-source {
  font-size: 0.75rem;
  color: #999;
  margin: 0.75rem 0 0;
  line-height: 1.5;
}

.exhibition-source a {
  color: #1B7A5E;
  text-decoration: none;
}

.exhibition-source a:hover {
  text-decoration: underline;
}

.exhibitions-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.exhibitions-arrow:disabled {
  background: #d1d5db !important;
  color: #6b7280 !important;
  opacity: 1;
  cursor: not-allowed;
}

.exhibitions-arrow-prev {
  left: -20px;
  background: #1B7A5E;
  color: #fff;
}

.exhibitions-arrow-prev:hover:not(:disabled) {
  background: #155a47;
}

.exhibitions-arrow-next {
  right: -20px;
  background: #1B7A5E;
  color: #fff;
}

.exhibitions-arrow-next:hover:not(:disabled) {
  background: #155a47;
}

.exhibition-card[data-hidden="true"] {
  display: none !important;
}

@media (max-width: 992px) {
  .exhibition-card {
    flex: 0 0 320px;
    width: 320px;
  }

  .exhibitions-arrow-prev {
    left: 0;
  }

  .exhibitions-arrow-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .exhibitions-section {
    padding: 60px 0;
  }

  .exhibitions-title {
    font-size: 1.75rem;
  }

  .exhibition-card {
    flex: 0 0 280px;
    width: 280px;
  }

  .exhibitions-arrow {
    display: none;
  }
}
