/* ─── 0. GLOBAL SAFE ZONE ─── */
*, *::before, *::after { box-sizing: border-box; }

img, svg, video, iframe {
  max-width: 100%;
  height: auto;
}

/* ─── 1. NAVBAR ─── */
@media (max-width: 768px) {
  .navbar {
    top: 8px;
    padding: 10px 16px;
    width: calc(100% - 16px);
  }

  .nav-logo img {
    height: 38px;
    max-width: 160px;
    object-fit: contain;
  }

  .hamburger {
    display: flex;
    padding: 4px;
  }

  .nav-links {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .navbar {
    padding: 8px 12px;
  }

  .nav-logo img {
    height: 34px;
    max-width: 130px;
  }
}

/* ─── 2. HERO ─── */
@media (max-width: 768px) {
  .hero {
    padding: 100px 20px 60px;
    min-height: 100svh;
  }

  .Home-Logo {
    width: min(60%, 220px);
  }

  .hero-content {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 90px 16px 50px;
  }

  .Home-Logo {
    width: min(55%, 190px);
  }

  .hero-text h1 {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  .hero-text p {
    font-size: 0.88rem !important;
    margin-bottom: 20px !important;
  }
}

/* ─── 3. ABOUT CORE / VISI MISI ─── */
@media (max-width: 768px) {
  .core-part {
    padding: 40px 16px 60px;
  }

  .about-core-inner {
    border-radius: 32px;
    padding: 18px 14px 24px;
  }

  .core-values-box {
    width: fit-content;
    max-width: calc(100% - 40px);
    padding: 18px 20px;
    border-radius: 26px;
    margin: 0 auto -50px auto;
  }

  .vision-mission-card {
    padding: 70px 20px 28px;
    border-radius: 32px;
  }

  .mission-item {
    border-radius: 20px;
    padding: 14px 16px;
    gap: 12px;
    min-height: auto;
    align-items: flex-start;
  }

  .mission-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .mission-text {
    font-size: 0.82rem;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .vision-mission-card {
    padding: 60px 14px 22px;
  }

  .mission-item {
    padding: 12px 14px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .about-header-contents {
    max-width: 90%;
    padding: 0 10px;
  }

  .about-header-contents h2 {
    font-size: clamp(1.8rem, 8vw, 3rem) !important;
    line-height: 1.15 !important;
  }

  .about-header-contents h3 {
    font-size: 0.95rem;
  }

  .hastagSRELogo {
    width: 70%;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .about-header-contents h2 {
    font-size: clamp(1.4rem, 7vw, 2rem) !important;
  }

  .about-header-contents h3 {
    font-size: 0.82rem;
  }

  .hastagSRELogo {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .welcome-speech {
    padding: 0 12px;
  }

  .speech-title {
    width: 85%;
    font-size: 1.3rem;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 60px;
  }

  .speaker-names {
    gap: 14px;
  }

  .speaker-item {
    width: 26vw !important;
    flex: 0 0 26vw !important;
  }
  .speaker-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 407 / 484;
    border-radius: 18px;
    object-fit: cover;
  }

  .speaker-badge {
    width: 100%;
    padding: 6px 10px;
    margin-top: -22px;
    border-radius: 100px;
  }

  .speaker-name {
    font-size: 0.72rem;
    white-space: normal;
    line-height: 1.3;
    text-align: center;
  }

  .speaker-role {
    font-size: 0.62rem;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .speech-text {
    font-size: 0.88rem;
    text-align: justify;
    padding: 0 8px;
  }

  .speech-role {
    width: 95%;
    font-size: 0.82rem;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .speaker-names {
    gap: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .speaker-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 407 / 484;
    border-radius: 16px;
  }

  .speaker-badge {
    width: 100%;
    padding: 5px 8px;
    border-radius: 100px;
  }

  .speaker-name {
    font-size: 0.68rem;
  }

  .speaker-role {
    font-size: 0.58rem;
  }
}

/* ─── 6. ORGANOGRAM ─── */
@media (max-width: 768px) {
  .organogram {
    padding: 0 0;
  }

  .organogram-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 0 16px;
  }

  .organogram-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .organogram > img,
  .organogram-image {
    min-width: 560px;   
    max-width: 768px;
    height: auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .organogram-title {
    font-size: 1.5rem;
  }

  .organogram > img,
  .organogram-image {
    min-width: 520px;
  }
}

/* ─── 7. ACTIVITY SECTION ─── */
@media (max-width: 768px) {
  .gallery-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
    padding: 10px 24px !important;
  }

  .activity-header {
    height: 80vh;
    min-height: 400px;
  }

  .activity-header-content h1 {
    font-size: clamp(1.6rem, 6vw, 2.8rem);
    text-align: center;
  }

  .activity-header-content img {
    width: 65% !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
    position: static !important;
    transform: none !important;
  }

  .section-title {
    margin: 40px 16px;
  }

  .section-title h2 {
    font-size: 1.3rem;
    padding: 10px 24px;
    text-align: center;
  }

  .activity-card {
    width: 85%;
    max-width: 500px;
    height: auto;
    min-height: 160px;
    padding: 18px 20px 26px 20px;
    overflow: visible !important;
  }
  .activity-group {
    gap: 60px;
    padding: 0 18px;
  }

  .activity-list {
    overflow: visible;
    padding-bottom: 40px;
  }

  .card-content {
    max-width: 58%;
    padding-right: 0;
  }

  .card-content h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .card-content span {
    font-size: 0.75rem;
    padding: 2px 10px;
    height: auto;
    width: auto;
  }

  .card-content p {
    font-size: 0.78rem;
    margin-top: 8px;
    width: 100%;
    line-height: 1.5;
  }
  .card-image {
    width: 50% !important;
    height: 70% !important;
    right: -16px;
    bottom: -20px;
    border-radius: 22px;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .activity-header {
    height: 100svh;
  }

  .activity-header-content h1 {
    font-size: clamp(1.4rem, 5.5vw, 2rem);
  }

  .activity-card {
    width: 85%;
    min-height: 148px;
    padding: 16px 18px 24px 18px;
    overflow: visible !important;
  }

  .activity-group {
    gap: 54px;
  }

  .card-content {
    max-width: 56%;
    padding-right: 0;
  }
  .card-image {
    width: 40%;
    height: 110%;
    right: -12px;
    bottom: -18px;
    border-radius: 18px;
    opacity: 1;
  }
}


/* ─── 8. INSIGHT — MOST POPULAR ─── */
@media (max-width: 768px) {
  .most-popular {
    height: auto;
    min-height: 480px;
  }
  
  .mp-slider {
    cursor: grab;
  }

  .mp-slider.grabbing {
    cursor: grabbing;
  }

  .mp-card.active[data-href] {
    cursor: pointer;
  }
  .mp-left {
    width: 28%;
    padding: 16px 12px 0;
    font-size: 1rem;
  }

  .mp-left h3 {
    font-size: 0.85rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .mp-left span {
    font-size: 0.65rem;
    padding: 2px 6px;
    margin-top: 4px;
    white-space: normal;
    word-break: break-word;
  }

  .mp-fade {
    left: 28%;
    width: 60px;
  }

  .mp-bg {
    left: 28%;
  }

  .mp-slider {
    padding-left: calc(50vw - 100px);
    padding-right: calc(50vw - 100px);
  }

  .mp-track {
    gap: 16px;
    padding-right: calc(50vw - 100px);
  }

  .mp-card {
    min-width: 200px;
    height: 240px;
    padding: 14px;
  }

  .mp-card-content h4 {
    font-size: 0.88rem;
  }

  .mp-card-content p {
    font-size: 0.7rem;
  }

  .mp-indicators {
    left: 60%;
    bottom: 12px;
  }
}

@media (max-width: 480px) {
  .mp-left {
    width: 30%;
    padding: 12px 8px 0;
  }

  .mp-fade {
    left: 30%;
    width: 40px;
  }

  .mp-bg {
    left: 30%;
  }

  .mp-card {
    min-width: 180px;
    height: 220px;
  }

  .mp-indicators {
    left: 62%;
  }
}

/* ─── 9. PODCAST SECTION — VERTICAL STRIP ─── */
@media (max-width: 1024px) {
  .podcast .left {
    width: 35% !important;
    flex-shrink: 0;
  }
  .podcast .right {
    width: 65% !important;
  }
}

@media (max-width: 480px) {
  .podcast {
    height: auto;
    min-height: auto;
  }
  .podcast .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
  }
  .podcast-content {
    padding: 30px 20px;
  }

  .podcast .bottom {
    flex-direction: row !important;
    gap: 20px;
    min-height: auto;
    align-items: center !important;
  }

  .podcast .left {
    width: 32% !important;
    flex: 0 0 30% !important;
    min-height: 500px;
  }

  .podcast .right {
    width: 68% !important;
    text-align: left;
  }

  .vertical-strip-wrapper {
    height: 500px;
    width: 100%;
  }

  .vertical-strip {
    flex-direction: column !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 180px 0 !important;
    height: 100% !important;
    width: 100% !important;
    gap: 30%;
    align-items: center;
  }

  .vertical-item {
    width: 100px !important;
    height: 100px !important;
  }

  .desc-top h2 {
    font-size: clamp(1rem, 3vw, 1.4rem);
    margin-bottom: 10px;
  }

  .desc-top p {
    font-size: clamp(0.78rem, 2vw, 0.9rem);
    max-width: 100%;
  }

  .desc-bottom {
    transform: none !important;
  }
}

@media (max-width: 480px) {
  .podcast .left {  
    flex: 0 0 50% !important;
    min-height: 400px;
  }

  .podcast .right {
    width: 70% !important;
  }

  .vertical-strip-wrapper {
    height: 400px;
  }

  .vertical-strip {
    padding: 140px 0 !important;
  }

  .vertical-item {
    width: 75px !important;
    height: 75px !important;
  }

  .podcast-content {
    padding: 24px 14px;
  }

  .desc-top h2 {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
  }

  .desc-top p {
    font-size: clamp(0.72rem, 2.5vw, 0.82rem);
  }
}

/* ─── 10. REZINE SECTION ─── */
@media (max-width: 768px) {
  .rezine-section {
    margin-top: 40px;
    padding: 0 16px;
  }

    .rezine-header {
    padding-left: 0;
    margin: 20px auto 16px !important;
  }

  .rezine-issues {
    margin: 0 auto 60px !important;
  }

  .rezine-header h2 {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }

  .rezine-header p {
    font-size: clamp(1rem, 4vw, 1.6rem);
    padding: 8px 18px 10px;
  }

  .rezine-issue {
    grid-template-columns: 1fr auto !important;
    align-items: center;
    gap: 12px !important;
    padding: 28px 22px;
    border-radius: 32px;
  }

  .rezine-issue-media {
    position: relative !important;
    width: clamp(130px, 50vw, 220px) !important;
    min-height: clamp(130px, 30vw, 220px) !important;
    justify-self: end;
    flex-shrink: 0;
  }

  .rezine-photo-main {
    width: clamp(80px, 18vw, 140px) !important;
    height: clamp(80px, 18vw, 140px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 0 !important;
  }

  .rezine-photo-small-left {
    width: clamp(60px, 13vw, 100px) !important;
    height: clamp(60px, 13vw, 100px) !important;
    left: -100px !important;
    bottom: -100px !important;
    transform: none !important;
  }

  .rezine-photo-small-right {
    width: clamp(54px, 12vw, 90px) !important;
    height: clamp(54px, 12vw, 90px) !important;
    right: -100px !important;
    bottom: -100px !important;
    transform: none !important;
    margin-right: 0 !important;
  }

  .rezine-month {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    min-width: 110px;
    padding: 8px 20px 10px;
  }

  .rezine-read-btn {
    font-size: clamp(1.4rem, 5vw, 2.4rem);
    padding: 10px 20px 12px;
  }

  .rezine-dots {
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .rezine-issue {
    grid-template-columns: 1fr auto !important;
    padding: 18px 14px;
    border-radius: 26px;
    gap: 10px !important;
  }

  .rezine-issue-media {
    width: clamp(100px, 26vw, 160px) !important;
    min-height: clamp(100px, 26vw, 160px) !important;
  }

  .rezine-photo-main {
    width: clamp(62px, 15vw, 100px) !important;
    height: clamp(62px, 15vw, 100px) !important;
  }

  .rezine-photo-small-left {
    width: clamp(46px, 11vw, 74px) !important;
    height: clamp(46px, 11vw, 74px) !important;
  }

  .rezine-photo-small-right {
    width: clamp(42px, 10vw, 68px) !important;
    height: clamp(42px, 10vw, 68px) !important;
  }

  .rezine-issue-copy p {
    font-size: 0.82rem;
  }
}

/* ─── 11. MERCHANDISE ─── */
@media (max-width: 768px) {
  .Merchandise {
    min-height: auto !important;
    padding: 100px 16px 80px !important;
  }

  .merchandise-panel {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: auto;
    padding: 28px 20px;
    border-radius: 32px;
  }

  .merchandise-content {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .merchandise-content h1 {
    text-align: center !important;
    font-size: clamp(1.6rem, 7vw, 2.6rem) !important;
  }

  .merchandise-mascot {
    position: relative;
    right: auto;
    transform: none;
    order: 2;
    margin-top: 16px;
  }

  .merchandise-mascot img {
    width: min(65vw, 260px) !important;
    max-height: 300px;
    transform: none !important;
  }

  .merchandise-button {
    width: min(100%, 300px);
    justify-content: center;
    margin-top: 20px;
  }

  .merchandise-button p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .Merchandise {
    padding: 80px 12px 60px !important;
  }

  .merchandise-panel {
    padding: 22px 16px;
  }

  .merchandise-content h1 {
    font-size: clamp(1.4rem, 6.5vw, 2rem) !important;
    margin: 1px 0;
  }

  .merchandise-mascot img {
    width: min(60vw, 220px) !important;
  }
}

/* ─── 12. FOOTER ─── */
@media (max-width: 768px) {
  .footer-main-inner {
    grid-template-columns: 1fr !important;
    gap: 28px;
    padding: 32px 20px 40px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .footer-sre-logo {
    width: min(140px, 100%);
  }

  .footer-recharge-logo {
    width: min(160px, 100%);
  }

  .footer-contact-link {
    font-size: 0.85rem;
    word-break: break-word;
  }

  .footer-bar p {
    font-size: 0.82rem;
  }
}

@media (max-width: 480px) {
  .footer-main-inner {
    padding: 24px 16px 32px;
  }

  .footer-brand-block {
    gap: 20px;
  }
}

/* ─── 13. GALLERY SLIDER ─── */
@media (max-width: 768px) {
  .slider-root {
    height: 200px;
  }

  .spotlight-frame {
    width: min(80vw, 320px);
    height: 200px;
  }

  .strip-item {
    flex: 0 0 160px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .spotlight-frame {
    width: min(88vw, 280px);
    height: 180px;
  }

  .strip-item {
    flex: 0 0 140px;
    height: 115px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  section,
  .section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .about,
  .core-part,
  .rezine-section,
  .gallery-part {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

/* 14. ─── HISTORY PARTNERSHIP ─── */
@media (max-width: 768px) {
  .history-partnership {
    padding: 40px 0 60px;
  }

  .hp-title {
    font-size: 1.2rem;
    padding: 10px 28px;
  }

  .hp-slide {
    gap: 20px;
  }

  .hp-logo-card {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .history-partnership {
    padding: 32px 0 48px;
  }

  .hp-title {
    font-size: 1rem;
    padding: 8px 22px;
  }

  .hp-slide {
    gap: 14px;
  }

  .hp-logo-card {
    width: 85px;
    height: 85px;
  }

  .hp-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 360px) {
  .hp-slide {
    gap: 10px;
  }

  .hp-logo-card {
    width: 75px;
    height: 75px;
  }
}/* ─── 15. GLOBAL SAFE ZONE ─── */
*, *::before, *::after { box-sizing: border-box; }

img, svg, video, iframe {
  max-width: 100%;
  height: auto;
}

/* ─── 16. NAVBAR ─── */
@media (max-width: 768px) {
  .navbar {
    top: 8px;
    padding: 10px 16px;
    width: calc(100% - 16px);
  }

  .nav-logo img {
    height: 38px;
    max-width: 160px;
    object-fit: contain;
  }

  .hamburger {
    display: flex;
    padding: 4px;
  }

  .nav-links {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .navbar {
    padding: 8px 12px;
  }

  .nav-logo img {
    height: 34px;
    max-width: 130px;
  }
}

/* ─── 17. HERO ─── */
@media (max-width: 768px) {
  .hero {
    padding: 100px 20px 60px;
    min-height: 100svh;
  }

  .Home-Logo {
    width: min(60%, 220px);
  }

  .hero-content {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 90px 16px 50px;
  }

  .Home-Logo {
    width: min(55%, 190px);
  }

  .hero-text h1 {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }

  .hero-text p {
    font-size: 0.88rem !important;
    margin-bottom: 20px !important;
  }
}

/* ─── 18. ABOUT CORE / VISI MISI ─── */
@media (max-width: 768px) {
  .core-part {
    padding: 40px 16px 60px;
  }

  .about-core-inner {
    border-radius: 32px;
    padding: 18px 14px 24px;
  }

  .core-values-box {
    width: fit-content;
    max-width: calc(100% - 40px);
    padding: 18px 20px;
    border-radius: 26px;
    margin: 0 auto -50px auto;
  }

  .vision-mission-card {
    padding: 70px 20px 28px;
    border-radius: 32px;
  }

  .mission-item {
    border-radius: 20px;
    padding: 14px 16px;
    gap: 12px;
    min-height: auto;
    align-items: flex-start;
  }

  .mission-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .mission-text {
    font-size: 0.82rem;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .vision-mission-card {
    padding: 60px 14px 22px;
  }

  .mission-item {
    padding: 12px 14px;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .about-header-contents {
    max-width: 90%;
    padding: 0 10px;
  }

  .about-header-contents h2 {
    font-size: clamp(1.8rem, 8vw, 3rem) !important;
    line-height: 1.15 !important;
  }

  .about-header-contents h3 {
    font-size: 0.95rem;
  }

  .hastagSRELogo {
    width: 70%;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .about-header-contents h2 {
    font-size: clamp(1.4rem, 7vw, 2rem) !important;
  }

  .about-header-contents h3 {
    font-size: 0.82rem;
  }

  .hastagSRELogo {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .welcome-speech {
    padding: 0 12px;
  }

  .speech-title {
    width: 85%;
    font-size: 1.3rem;
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 60px;
  }

  .speaker-names {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .speaker-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 407 / 484;
    border-radius: 18px;
    object-fit: cover;
  }

  .speaker-badge {
    width: 100%;
    padding: 6px 10px;
    margin-top: -22px;
    border-radius: 100px;
  }

  .speaker-name {
    font-size: 0.72rem;
    white-space: normal;
    line-height: 1.3;
    text-align: center;
  }

  .speaker-role {
    font-size: 0.62rem;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }

  .speech-text {
    font-size: 0.88rem;
    text-align: justify;
    padding: 0 8px;
  }

  .speech-role {
    width: 95%;
    font-size: 0.82rem;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  .speaker-names {
    gap: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .speaker-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 407 / 484;
    border-radius: 16px;
  }

  .speaker-badge {
    width: 100%;
    padding: 5px 8px;
    border-radius: 100px;
  }

  .speaker-name {
    font-size: 0.68rem;
  }

  .speaker-role {
    font-size: 0.58rem;
  }
}


/* ─── 19. ORGANOGRAM ─── */
@media (max-width: 768px) {
  .organogram {
    padding: 0 0;
  }

  .organogram-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 0 16px;
  }

  .organogram-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .organogram > img,
  .organogram-image {
    min-width: 560px;   
    max-width: 768px;
    height: auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .organogram-title {
    font-size: 1.5rem;
  }

  .organogram > img,
  .organogram-image {
    min-width: 520px;
  }
}

/* ─── 20. ACTIVITY SECTION ─── */
@media (max-width: 768px) {
  .gallery-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
    padding: 10px 24px !important;
  }

  .activity-header {
    height: 80vh;
    min-height: 400px;
  }

  .activity-header-content h1 {
    font-size: clamp(1.6rem, 6vw, 2.8rem);
    text-align: center;
  }

  .activity-header-content img {
    width: 65% !important;
    margin-left: 0 !important;
    margin-top: 24px !important;
    position: static !important;
    transform: none !important;
  }

  .section-title {
    margin: 40px 16px;
  }

  .section-title h2 {
    font-size: 1.3rem;
    padding: 10px 24px;
    text-align: center;
  }

  .activity-card {
    width: 85%;
    max-width: 500px;
    height: auto;
    min-height: 160px;
    padding: 18px 20px 26px 20px;
    overflow: visible !important;
  }

  .activity-group {
    gap: 60px;
    padding: 0 18px;
  }

  .activity-list {
    overflow: visible;
    padding-bottom: 40px;
  }

  .card-content {
    max-width: 58%;
    padding-right: 0;
  }

  .card-content h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .card-content span {
    font-size: 0.75rem;
    padding: 2px 10px;
    height: auto;
    width: auto;
  }

  .card-content p {
    font-size: 0.78rem;
    margin-top: 8px;
    width: 100%;
    line-height: 1.5;
  }

  .card-image {
    width: 42%;
    height: 112%;
    right: -16px;
    bottom: -20px;
    border-radius: 22px;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .activity-header {
    height: 100svh;
  }

  .activity-header-content h1 {
    font-size: clamp(1.4rem, 5.5vw, 2rem);
  }

  .activity-card {
    width: 85%;
    min-height: 148px;
    padding: 16px 18px 24px 18px;
    overflow: visible !important;
  }

  .activity-group {
    gap: 54px;
  }

  .card-content {
    max-width: 56%;
    padding-right: 0;
  }

  .card-image {
    width: 40%;
    height: 110%;
    right: -12px;
    bottom: -18px;
    border-radius: 18px;
    opacity: 1;
  }
}


/* ─── 21. INSIGHT — MOST POPULAR ─── */
@media (max-width: 768px) {
  .most-popular {
    height: auto;
    min-height: 480px;
  }
  
  .mp-slider {
    cursor: grab;
  }

  .mp-slider.grabbing {
    cursor: grabbing;
  }

  .mp-card.active[data-href] {
    cursor: pointer;
  }
  .mp-left {
    width: 28%;
    padding: 16px 12px 0;
    font-size: 1rem;
  }

  .mp-left h3 {
    font-size: 0.85rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .mp-left span {
    font-size: 0.65rem;
    padding: 2px 6px;
    margin-top: 4px;
    white-space: normal;
    word-break: break-word;
  }

  .mp-fade {
    left: 28%;
    width: 60px;
  }

  .mp-bg {
    left: 28%;
  }

  .mp-slider {
    padding-left: calc(50vw - 100px);
    padding-right: calc(50vw - 100px);
  }

  .mp-track {
    gap: 16px;
    padding-right: calc(50vw - 100px);
  }

  .mp-card {
    min-width: 200px;
    height: 240px;
    padding: 14px;
  }

  .mp-card-content h4 {
    font-size: 0.88rem;
  }

  .mp-card-content p {
    font-size: 0.7rem;
  }

  .mp-indicators {
    left: 60%;
    bottom: 12px;
  }
}

@media (max-width: 480px) {
  .mp-left {
    width: 30%;
    padding: 12px 8px 0;
  }

  .mp-fade {
    left: 30%;
    width: 40px;
  }

  .mp-bg {
    left: 30%;
  }

  .mp-card {
    min-width: 180px;
    height: 220px;
  }

  .mp-indicators {
    left: 62%;
  }
}

/* ─── 22. REZINE SECTION ─── */
@media (max-width: 768px) {
  .rezine-section {
    margin-top: 40px;
    padding: 0 16px;
  }

  .rezine-header {
    padding-left: 0;
    margin-bottom: 28px;
  }

  .rezine-header h2 {
    font-size: clamp(2.8rem, 11vw, 5rem);
  }

  .rezine-header p {
    font-size: clamp(1rem, 4vw, 1.6rem);
    padding: 8px 18px 10px;
  }

  .rezine-issue {
    grid-template-columns: 1fr !important;
    gap: 24px;
    padding: 28px 22px ;
    border-radius: 32px;
  }

  .rezine-issue-media {
    position: relative;
    width: 100%;
    min-height: 260px;
    justify-self: center;
  }

  .rezine-photo-main {
    width: 170px !important;
    height: 170px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 0 !important;
  }

  .rezine-photo-small-left {
    width: 120px !important;
    height: 120px !important;
    left: 5% !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .rezine-photo-small-right {
    width: 108px !important;
    height: 108px !important;
    right: 5% !important;
    bottom: 0 !important;
    transform: none !important;
    margin-right: 0 !important;
  }

  .rezine-month {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    min-width: 110px;
    padding: 8px 20px 10px;
  }

  .rezine-read-btn {
    font-size: clamp(1.4rem, 5vw, 2.4rem);
    padding: 10px 20px 12px;
  }

  .rezine-dots {
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .rezine-issue {
    padding: 22px 16px;
    border-radius: 26px;
  }

  .rezine-issue-media {
    min-height: 220px;
  }

  .rezine-photo-main {
    width: 140px !important;
    height: 140px !important;
  }

  .rezine-photo-small-left {
    width: 100px !important;
    height: 100px !important;
  }

  .rezine-photo-small-right {
    width: 90px !important;
    height: 90px !important;
  }

  .rezine-issue-copy p {
    font-size: 0.88rem;
  }
}

/* ─── 23. MERCHANDISE ─── */
@media (max-width: 768px) {
  .Merchandise {
    min-height: auto !important;
    padding: 100px 16px 80px !important;
  }

  .merchandise-panel {
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: auto;
    padding: 28px 20px;
    border-radius: 32px;
  }

  .merchandise-content {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .merchandise-content h1 {
    text-align: center !important;
    font-size: clamp(1.6rem, 7vw, 2.6rem) !important;
  }

  .merchandise-mascot {
    position: relative;
    right: auto;
    transform: none;
    order: 2;
    margin-top: 16px;
  }

  .merchandise-mascot img {
    width: min(65vw, 260px) !important;
    max-height: 300px;
    transform: none !important;
  }

  .merchandise-button {
    width: min(100%, 300px);
    justify-content: center;
    margin-top: 20px;
  }

  .merchandise-button p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .Merchandise {
    padding: 80px 12px 60px !important;
  }

  .merchandise-panel {
    padding: 22px 16px;
  }

  .merchandise-content h1 {
    font-size: clamp(1.4rem, 6.5vw, 2rem) !important;
    margin: 1px 0;
  }

  .merchandise-mascot img {
    width: min(60vw, 220px) !important;
  }
}

/* ─── 24. FOOTER ─── */
@media (max-width: 768px) {
  .footer-main-inner {
    grid-template-columns: 1fr !important;
    gap: 28px;
    padding: 32px 20px 40px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .footer-sre-logo {
    width: min(140px, 100%);
  }

  .footer-recharge-logo {
    width: min(160px, 100%);
  }

  .footer-contact-link {
    font-size: 0.85rem;
    word-break: break-word;
  }

  .footer-bar p {
    font-size: 0.82rem;
  }
}

@media (max-width: 480px) {
  .footer-main-inner {
    padding: 24px 16px 32px;
  }

  .footer-brand-block {
    gap: 20px;
  }
}

/* ─── 25. GALLERY SLIDER ─── */
@media (max-width: 768px) {
  .slider-root {
    height: 200px;
  }

  .spotlight-frame {
    width: min(80vw, 320px);
    height: 200px;
  }

  .strip-item {
    flex: 0 0 160px;
    height: 130px;
  }
}

@media (max-width: 480px) {
  .spotlight-frame {
    width: min(88vw, 280px);
    height: 180px;
  }

  .strip-item {
    flex: 0 0 140px;
    height: 115px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  section,
  .section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .about,
  .core-part,
  .rezine-section,
  .gallery-part {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
}

/* 26. ─── HISTORY PARTNERSHIP ─── */
@media (max-width: 768px) {
  .history-partnership {
    padding: 40px 0 60px;
  }

  .hp-title {
    font-size: 1.2rem;
    padding: 10px 28px;
  }

  .hp-slide {
    gap: 20px;
  }

  .hp-logo-card {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .history-partnership {
    padding: 32px 0 48px;
  }

  .hp-title {
    font-size: 1rem;
    padding: 8px 22px;
  }

  .hp-slide {
    gap: 14px;
  }

  .hp-logo-card {
    width: 85px;
    height: 85px;
  }

  .hp-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 360px) {
  .hp-slide {
    gap: 10px;
  }

  .hp-logo-card {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 1024px) {
  .about-header-contents h2 {
    font-size: 4rem !important;
  }
  
  .about-header-contents h3 {
    font-size: 1.3rem;
  }
  
  .hastagSRELogo {
    width: 60%;
  }
  
  .speech-title {
    width: 60%;
    font-size: 1.8rem;
  }
  
  .speech-text {
    font-size: 0.95rem;
    padding: 0 15px;
  }
  
  .speech-role {
    width: 80%;
    font-size: 0.9rem;
  }
  
  .organogram-title {
    font-size: 2.2rem;
  }
  
  .organogram {
    padding: 0 20px;
  }
  .podcast-list-col {
    width: 140px !important;
  }
  .desc-bottom {
    transform: none;
  }
  .rezine-issue {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
  
  .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
  }
  
  .rezine-photo-small-left {
    width: 50%!important;
    height: 50% !important;
  }
  
  .rezine-photo-small-right {
    width: 50% !important;
    height: 50% !important;
  }
}

@media (max-width: 768px) {
  .about-header {
    min-height: 100vh;
  }
  
  .about-header-contents h2 {
    font-size: 2.5rem !important;
  }
  
  .about-header-contents h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .hastagSRELogo {
    width: 70%;
    margin-top: 20px;
  }
  
  .borders,
  .borders-invers {
    height: 30px;
  }
  
  .speech-title {
    width: 80%;
    font-size: 1.5rem;
    padding: 8px 0;
  }
  
  .speaker {
    font-size: 0.85rem;
    width: 100%;
    padding: 4px;
  }
  
  .speech-text {
    font-size: 0.9rem;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  
  .speech-role {
    width: 90%;
    font-size: 0.85rem;
    padding: 8px;
  }
  
  .organogram-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  
  .organogram {
    padding: 0 15px;
  }
  
  .organogram-image {
    max-height: 500px;
  }

  .hamburger { display: flex; }
  .nav-links { display: none; }
  .nav-logo img { height: 40px; }

  .footer-grid { flex-direction: column; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
  .footer-main-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 5%;
  }
  .footer-contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .core-values-box {
    width: 95%;
    max-width: 100%;
    padding: 20px 18px;
    border-radius: 28px;
    margin: 0 auto -45px auto;
  }

  .vision-mission-card { padding: 80px 25px 30px; }
  .mission-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .mission-list {
    gap: 16px;
  }
    .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
  }
  
  .rezine-photo-small-left {
    width: 45% !important;
    height: 45% !important;
  }
  
  .rezine-photo-small-right {
    width: 45% !important;
    height: 45% !important;
  }
}

@media (max-width: 600px) {
  .about-header {
    min-height: 100vh;
  }
  
  .about-header-contents h2 {
    font-size: 2rem !important;
  }
  
  .about-header-contents h3 {
    font-size: 0.9rem;
  }
  
  .hastagSRELogo {
    width: 80%;
  }
  
  .speech-title {
    width: 90%;
    font-size: 1.3rem;
  }
  
  .speaker {
    font-size: 0.75rem;
  }
  
  .speech-text {
    font-size: 0.85rem;
    text-align: left;
  }
  
  .speech-role {
    width: 95%;
    font-size: 0.8rem;
  }
  
  .organogram-title {
    font-size: 1.5rem;
  }
    .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
  }
  
  .rezine-photo-small-left {
    width: 50% !important;
    height: 35% !important;
  }
  
  .rezine-photo-small-right {
    width: 50% !important;
    height: 35% !important;
    margin-right: -10%;
  }
}

@media (max-width: 480px) {
  .about-header {
    min-height: 100vh;
  }
  
  .about-header-contents h2 {
    font-size: 1.5rem !important;
  }
  
  .about-header-contents h3 {
    font-size: 0.8rem;
    margin-bottom: 15px;
  }
  
  .hastagSRELogo {
    width: 90%;
    margin-top: 15px;
  }
  
  .borders,
  .borders-invers {
    height: 25px;
  }
  
  .speech-title {
    width: 95%;
    font-size: 1.2rem;
    border-radius: 15px;
  }
  
  .speaker {
    font-size: 0.65rem;
    width: 100%;
    padding: 4px;
  }
  
  .speech-text {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  
  .speech-role {
    width: 100%;
    font-size: 0.75rem;
    padding: 6px;
    border-radius: 30px;
  }
  
  .organogram-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  
  .organogram {
    padding: 0 10px;
  }
  
  .organogram-image {
    max-height: 350px;
  }

  .nav-logo img { height: 35px; }
  .core-values-box {
    width: 100%;
    padding: 18px 14px;
    border-radius: 24px;
    margin: 0 auto -35px auto;
  }
  .core-values-grid { gap: 8px; }
  .mission-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .mission-list {
    gap: 14px;
  }
  .mission-item {
    min-height: auto;
    padding: 12px 16px;
    gap: 12px;
    border-radius: 28px;
  }
  .mission-icon {
    width: 38px;
    height: 38px;
  }
  .mission-text {
    font-size: 13px;
  }
  .core-value-item p { 
    font-size: 0.3rem;
    white-space: normal;
    line-height: 1.2;
  }
  .cv-icon img { width: 42px; height: 42px; }

  .Merchandise {
    min-height: 800px;
    padding: 80px 15px;
  }
  .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
    top: 10% !important;
  }
  
  .rezine-photo-small-left {
    width: 60% !important;
    height:35% !important;
    transform: translateY(-50%) translateX(-20%);
  }
  
  .rezine-photo-small-right {
    width: 60% !important;
    height: 35% !important;
    transform: translateY(-50%) translateX(-10%);
    margin-right: -15%;
  }
}

@media (max-width: 360px) {
  .core-values-box {
    padding: 16px 10px;
    border-radius: 20px;
    margin: 0 auto -28px auto;
  }

  .core-values-grid {
    gap: 6px;
  }

  .cv-icon img {
    width: 36px;
    height: 36px;
  }

  .mission-title {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .mission-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .mission-icon {
    width: 32px;
    height: 32px;
  }

  .mission-text {
    font-size: 12px;
  }

  .about-header-contents h2 {
    font-size: 1.2rem !important;
  }
  
  .about-header-contents h3 {
    font-size: 0.7rem;
  }
  
  .speech-title {
    font-size: 1rem;
  }
  
  .speaker {
    font-size: 0.6rem;
  }
  
  .speech-text {
    font-size: 0.75rem;
  }
  
  .speech-role {
    font-size: 0.7rem;
  }
  
  .organogram-title {
    font-size: 1.1rem;
  }
}



@keyframes slideX {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
  .activity-header-content h1 {
    font-size: 3.5rem;
  }
  
  .activity-header-content p {
    font-size: 1rem;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
    padding: 12px 35px;
  }
  
  .activity-card {
    max-width: 600px;
    height: 280px;
  }
  
  .card-image {
    width: 45%;
    right: -30px;
    bottom: -15px;
  }
}

@media (max-width: 768px) {
  .activity-header {
    min-height: 80vh;
  }
  
  .activity-header-content h1 {
    font-size: 2.5rem;
  }
  
  .activity-header-content p {
    font-size: 0.9rem;
  }
  
  .section-title {
    margin: 40px 0 40px;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
    padding: 10px 30px;
  }
  
  .activity-list {
    gap: 30px;
    margin-top: 30px;
  }
  
  .activity-group {
    gap: 30px;
  }
  
  .activity-card {
    max-width: 90%;
    height: auto;
    min-height: 260px;
    padding: 18px;
  }
  
  .activity-card h3 {
    font-size: 1.3rem;
  }
  
  .card-content p {
    font-size: 0.85rem;
    margin-top: 8px;
  }
  
  .card-image {
    width: 40%;
    height: 50%;
    right: -20px;
    bottom: -10px;
  }
  
  .activity-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px;
  }
  
  .nav-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    font-size: 18px;
  }
  .desc-bottom {
    text-align: left !important;
  }
}

@media (max-width: 600px) {
  .activity-header {
    min-height: 70vh;
  }
  
  .activity-header-content h1 {
    font-size: 2rem;
  }
  
  .activity-header-content p {
    font-size: 0.8rem;
  }
  
  .section-title h2 {
    font-size: 1.3rem;
    padding: 8px 25px;
  }
  
  .activity-card {
    max-width: 95%;
    min-height: 240px;
    padding: 15px;
  }
  
  .activity-card h3 {
    font-size: 1.2rem;
  }
  
  .card-content p {
    font-size: 0.8rem;
  }
  
  .card-image {
    width: 35%;
    height: 45%;
    right: -15px;
    bottom: -8px;
  }
  
  .titik-tiga span {
    width: 12px;
    height: 12px;
  }
  
  .nav-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .activity-header {
    min-height: 100vh;
  }
  
  .activity-header-content h1 {
    font-size: 1.6rem;
  }
  
  .activity-header-content p {
    font-size: 0.7rem;
  }
  
  .section-title h2 {
    font-size: 1.1rem;
    padding: 6px 20px;
  }
  
  .activity-card {
    max-width: 100%;
    min-height: 220px;
    padding: 12px;
  }
  
  .activity-card h3 {
    font-size: 1.1rem;
  }
  
  .card-content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  
  .card-image {
    width: 30%;
    height: 40%;
    right: -10px;
    bottom: -5px;
    border-radius: 15px;
  }
  
  .titik-tiga {
    top: 18px;
    right: 18px;
  }
  
  .titik-tiga span {
    width: 10px;
    height: 10px;
  }
  
  .activity-nav {
    gap: 12px;
  }
  
  .nav-btn {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    font-size: 14px;
  }
  .desc-bottom{
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 360px) {
  .activity-header {
    min-height: 50vh;
  }
  
  .activity-header-content h1 {
    font-size: 1.3rem;
  }
  
  .activity-header-content p {
    font-size: 0.65rem;
  }
  
  .section-title h2 {
    font-size: 1rem;
    padding: 5px 15px;
  }
  
  .activity-card {
    min-height: 200px;
    padding: 10px;
  }
  
  .activity-card h3 {
    font-size: 1rem;
  }
  
  .card-content p {
    font-size: 0.7rem;
  }
  
  .card-image {
    width: 28%;
    height: 35%;
  }
  
  .nav-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    font-size: 12px;
  }
  
  .desc-bottom{
    transform: translateY(10%) !important;
  }
}

@media (max-width: 1024px) {
  .insight-header {
    height: 100vh;
  }
  
  .insight-header-content h2 {
    font-size: 3.5rem;
  }
  
  .insight-header-content p {
    font-size: 0.9rem;
  }
  
  .insight-header-content img {
    width: 60% !important;
  }
  
  .most-popular {
    height: auto;
    min-height: 500px;
  }
  
  .mp-left {
    width: 25%;
    padding: 3%;
  }
  
  .mp-left h3 {
    font-size: 1.2rem;
  }
  
  .mp-slider {
    padding-left: calc(50vw - 125px);
    padding-right: calc(50vw - 125px);
  }
  
  .mp-track {
    padding-right: calc(50vw - 125px);
  }
  
  .mp-card {
    min-width: 250px;
    height: 280px;
  }
  
  .rezine-issue {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
  
  .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
  }
  
  .rezine-photo-small-left {
    width: 170px;
    height: 170px;
  }
  
  .rezine-photo-small-right {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .insight-header {
    height: 100vh;
  }
  
  .insight-header-content h2 {
    font-size: 2.5rem;
  }
  
  .insight-header-content p {
    font-size: 0.8rem;
  }
  
  .insight-header-content img {
    width: 70% !important;
  }
  
  .most-popular {
    height: 500px;
    position: relative;
  }
  
  .mp-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 2%;
  }
  
  .mp-left h3 {
    font-size: 1rem;
  }
  
  .mp-left span {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
  
  .mp-fade {
    left: 25%;
    width: 100px;
  }
  
  .mp-bg {
    left: 25%;
    width: 100%;
  }
  
  .mp-slider {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    padding-left: calc(50vw - 110px);
    padding-right: calc(50vw - 110px);
    overflow-x: auto;
  }
  
  .mp-track {
    gap: 20px;
    padding-right: calc(50vw - 110px);
  }
  
  .mp-card {
    min-width: 220px;
    height: 260px;
    padding: 15px;
  }
  
  .mp-card.active {
    transform: scale(1.05);
  }
  
  .mp-card-content h4 {
    font-size: 0.9rem;
  }
  
  .mp-card-content p {
    font-size: 0.7rem;
  }
  
  .mp-source {
    font-size: 0.7rem;
    right: -10px;
  }
  
  .mp-indicators {
    left: 55%;
    bottom: 15px;
  }
  
  .mp-indicators span {
    width: 8px;
    height: 8px;
  }
  
  .rezine-section {
    margin-top: 40px;
  }
  
  .rezine-header h2 {
    font-size: 3rem;
  }
  
  .rezine-header p {
    font-size: 1.2rem;
  }
  
  .rezine-issue {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
  }
  
  .rezine-photo-main {
    width: 240px;
    height: 240px;
    left: 80px;
  }
  
  .rezine-photo-small-left {
    width: 170px;
    height: 170px;
  }
  
  .rezine-photo-small-right {
    width: 150px;
    height: 150px;
  }
  
  .rezine-issue-media {
    justify-self: center;
    margin-bottom: 20px;
    min-height: 350px;
  }
  
  .rezine-photo-main {
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  
  .rezine-photo-small-left {
    width: 140px;
    height: 140px;
    left: 0;
    bottom: 0;
  }
  
  .rezine-photo-small-right {
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
  }
  
  .rezine-read-btn {
    font-size: 1.8rem;
    padding: 12px 24px;
  }
}

@media (max-width: 600px) {
  .insight-header {
    height: 100vh;
  }
  
  .insight-header-content h2 {
    font-size: 2rem;
  }
  
  .insight-header-content p {
    font-size: 0.7rem;
  }
  
  .insight-header-content img {
    width: 80% !important;
  }
  
  .borders, .borders-invers {
    height: 30px;
  }
  
  .most-popular {
    height: 450px;
  }
  
  .mp-left {
    width: 30%;
  }
  
  .mp-left h3 {
    font-size: 0.85rem;
  }
  
  .mp-left span {
    font-size: 0.6rem;
  }
  
  .mp-fade {
    width: 80px;
  }
  
  .mp-slider {
    padding-left: calc(50vw - 95px);
    padding-right: calc(50vw - 95px);
  }
  
  .mp-track {
    gap: 15px;
    padding-right: calc(50vw - 95px);
  }
  
  .mp-card {
    min-width: 190px;
    height: 230px;
    padding: 12px;
  }
  
  .mp-card.active {
    transform: scale(1.03);
  }
  
  .mp-card-content h4 {
    font-size: 0.8rem;
  }
  
  .mp-card-content p {
    font-size: 0.65rem;
  }
  
  .mp-source {
    font-size: 0.6rem;
    transform: translateX(-20px) rotate(90deg);
  }
  
  .desc-top h2 {
    font-size: 20px;
  }
  
  .desc-top p {
    font-size: 0.85rem;
  }
  
  .rezine-header h2 {
    font-size: 2.5rem;
  }
  
  .rezine-header p {
    font-size: 1rem;
  }
  
  .rezine-month {
    font-size: 1.2rem;
    min-width: 120px;
    padding: 8px 20px;
  }
  
  .rezine-issue-copy p {
    font-size: 0.85rem;
  }
  
  .rezine-read-btn {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  
  .rezine-photo-main {
    width: 160px;
    height: 160px;
  }
  
  .rezine-photo-small-left {
    width: 110px;
    height: 110px;
  }
  
  .rezine-photo-small-right {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .insight-header {
    height: 100vh;
  }
  
  .insight-header-content h2 {
    font-size: 1.5rem;
  }
  
  .insight-header-content p {
    font-size: 0.6rem;
  }
  
  .insight-header-content img {
    width: 90% !important;
    padding-top: 10px !important;
  }
  
  .most-popular {
    height: 420px;
  }
  
  .mp-left {
    width: 35%;
  }
  
  .mp-left h3 {
    font-size: 0.75rem;
  }
  
  .mp-left span {
    font-size: 0.55rem;
    padding: 3px 8px;
  }
  
  .mp-fade {
    width: 60px;
  }
  
  .mp-slider {
    padding-left: calc(50vw - 85px);
    padding-right: calc(50vw - 85px);
  }
  
  .mp-track {
    gap: 12px;
    padding-right: calc(50vw - 85px);
  }
  
  .mp-card {
    min-width: 170px;
    height: 210px;
    padding: 10px;
  }
  
  .mp-card.active {
    transform: scale(1.02);
  }
  
  .mp-card-content h4 {
    font-size: 0.7rem;
  }
  
  .mp-card-content p {
    font-size: 0.6rem;
  }
  
  .mp-source {
    font-size: 0.55rem;
  }
  
  .mp-indicators {
    left: 58%;
  }
  
  .selected-pill {
    padding: 6px 20px;
    font-size: 12px;
  }
  
  .desc-top h2 {
    font-size: 18px;
  }
  
  .desc-top p {
    font-size: 0.75rem;
  }
  
  .desc-bottom h2 {
    font-size: 16px;
  }
  
  .desc-bottom .name {
    font-size: 14px;
  }
  
  .role-box {
    padding: 5px 10px;
  }
  
  .role {
    font-size: 11px;
  }
  
  .rezine-header h2 {
    font-size: 2rem;
  }
  
  .rezine-header p {
    font-size: 0.8rem;
  }
  
  .rezine-issue {
    padding: 20px;
  }
  
  .rezine-month {
    font-size: 1rem;
    min-width: 100px;
    padding: 6px 16px;
  }
  
  .rezine-issue-copy p {
    font-size: 0.75rem;
  }
  
  .rezine-read-btn {
    font-size: 1.2rem;
    padding: 8px 16px;
  }
  
  .rezine-photo-main {
    width: 130px;
    height: 130px;
  }
  
  .rezine-photo-small-left {
    width: 90px;
    height: 90px;
  }
  
  .rezine-photo-small-right {
    width: 80px;
    height: 80px;
  }
  
  .rezine-dots {
    gap: 15px;
  }
  
  .rezine-dot {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 400px) {
  .insight-header-content h2 {
    font-size: 1.2rem;
  }
  
  .most-popular {
    height: 380px;
  }
  
  .mp-left {
    width: 38%;
  }
  
  .mp-left h3 {
    font-size: 0.7rem;
  }
  
  .mp-left span {
    font-size: 0.5rem;
  }
  
  .mp-slider {
    padding-left: calc(50vw - 75px);
    padding-right: calc(50vw - 75px);
  }
  
  .mp-track {
    padding-right: calc(50vw - 75px);
  }
  
  .mp-card {
    min-width: 150px;
    height: 190px;
    padding: 8px;
  }
  
  .mp-card.active {
    transform: scale(1);
  }
  
  .mp-card-content h4 {
    font-size: 0.65rem;
  }
  
  .mp-card-content p {
    font-size: 0.55rem;
  }
  
  
  .item {
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%) rotate(var(--rotate)) translate(170px);
  }
  
  
  .desc-top h2 {
    font-size: 16px;
  }
  
  .rezine-header h2 {
    font-size: 1.6rem;
  }
  
  .rezine-photo-main {
    width: 110px;
    height: 110px;
  }
  
  .rezine-photo-small-left {
    width: 80px;
    height: 80px;
  }
  
  .rezine-photo-small-right {
    width: 70px;
    height: 70px;
  }
  
  .rezine-read-btn {
    font-size: 1rem;
    padding: 6px 12px;
  }
}

@media (max-width: 1024px) {
  .merchandise-panel {
    min-width: 85%;
    height: auto;
    min-height: 380px;
  }
  
  .merchandise-mascot img {
    max-height: 400px;
  }
  
  .merchandise-button {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .insight-header-content img{
    width: 20%;
    height: 20%;
  }
  .merchandise-panel {
    min-width: 90%;
    height: auto;
    min-height: auto;
    padding: 30px 20px;
  }
  
  .merchandise-content {
    min-height: 400px;
  }
  
  .merchandise-mascot {
    transform: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    order: -1;
  }
  
  .merchandise-mascot img {
    max-height: 400px;
    transform: translateX(30%) translateY(-10%);
  }
  
  .merchandise-button {
    width: 40%;
  }
  
  .merchandise-content h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 540px) {
  .insight-header-content img{
    width: 60% !important;
    height: 60% !important;
  }
  .merchandise-mascot img {
    max-height: 200px;
    transform: translateX(50%) translateY(-20%);
  }
  
  .merchandise-content h1 {
    font-size: 1.0rem;
  }
  
  .merchandise-button {
    width: 50%;
    height: 50px;
  }
  
  .merchandise-button p {
    font-size: 10px;
  }
  
  .IG_logo svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 350px) {
  .merchandise-mascot img {
    max-height: 140px;
  }
  
  .merchandise-content h1 {
    font-size: 1.2rem;
  }
  
  .merchandise-button {
    max-width: 70%;
    height: 50px;
  }
  
  .merchandise-button p {
    font-size: 12px;
  }
  
  .IG_logo svg {
    width: 15px;
    height: 15px;
  }
}
.mission-section { display: flex; flex-direction: column; align-items: center; margin-bottom: 30px; }

body {
  animation: pageFadeIn 0.8s ease-out;
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse-intro {
  0% {
    box-shadow: 0 0 0 0 #118489;
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(240, 119, 15, 0);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(240, 119, 15, 0);
    transform: scale(1);
  }
}
@keyframes reveal-slice {
  0% {
    clip-path: inset(0 100% 0 0); 
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

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

.navbar {
  max-width: min(1210px, calc(100vw - 24px));
}



body.nav-open {
  touch-action: none;
}

.activity-container,
.insight-container,
.merchandise-container,
.about-container {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.insight-container-full {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.card-content {
  padding-left: 2%;
  position: relative;
  z-index: 2;
  max-width: 62%;
}

.card-content h3 {
  font-size: 2rem;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.35);
}

.card-content span {
  margin-top: 0%;
  display: inline-block;
  text-align: center;
  width: 20%;
  height: 40%;
  background: white;
  border-radius: 50px;
  color: black;
}

.card-content p {
  margin-top: 5%;
  width: 70%;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.podcast-list-col {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.podcast-list-col::before,
.podcast-list-col::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 2;
}
.podcast-list-col::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(10,60,65,0.7), transparent);
}
.podcast-list-col::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(10,60,65,0.7), transparent);
}

.podcast-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  padding: 80px 0;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.podcast-strip:active { cursor: grabbing; }
.podcast-strip::-webkit-scrollbar { display: none; }

.podcast-item {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  outline: 3px solid rgba(255,255,255,0.25);
  outline-offset: 3px;
  overflow: hidden;
  scroll-snap-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 0.55;
  transform: scale(0.85);
}

.podcast-item .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.podcast-item .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.podcast-item.active {
  width: 140px;
  height: 140px;
  opacity: 1;
  transform: scale(1);
  background: #118489;
  border-color: #fff;
  outline-color: rgba(255,255,255,0.7);
  box-shadow:
    0 0 0 6px rgba(17,132,137,0.4),
    0 0 30px rgba(17,132,137,0.7),
    0 0 60px rgba(17,132,137,0.3);
}

.podcast .right {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podcast .bottom {
  display: flex;
  position: relative;
  width: 100%;
  gap: 40px;
  min-height: 300px;
  align-items: center;
}

.activity-nav .nav-btn.left,
.activity-nav .nav-btn.right {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  max-width: 45px !important;
  position: relative !important;
  overflow: visible !important;
  margin: 0 !important;
  bottom: auto !important;
  color: white !important;
  display: inline-flex !important;
}

.merchandise-panel {
  width: min(100%, 980px);
  min-width: 0;
  overflow: hidden;
}

.merchandise-content h1 {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
  line-height: 1.15;
}

.merchandise-button {
  width: min(60%, 360px);
}

.footer-main-inner {
  width: min(100%, 1240px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .navbar {
    top: 10px;
    padding: 12px 18px;
  }

  .Home-Logo {
    width: min(58%, 260px);
  }

  .hero {
    min-height: 100svh;
    padding: 110px 20px 60px;
  }

  .mission-item {
    border-radius: 28px;
    align-items: flex-start;
  }

  .card-content {
    max-width: 68%;
  }

  .podcast .bottom {
    flex-direction: row !important;
    gap: 20px;
    align-items: center;
  }

  .podcast-list-col {
    width: 160px !important;
  }

  .podcast .right {
    flex: 1 !important;
    text-align: left !important;
  }

  .merchandise-panel {
    border-radius: 30px;
    min-height: auto;
  }

  .merchandise-content {
    align-items: center;
    text-align: center;
  }

  .merchandise-content h1,
  .merchandise-panel h1 {
    text-align: center;
  }

  .merchandise-mascot {
    position: relative;
    right: auto;
    transform: none;
    order: 2;
    margin-top: 20px;
  }

  .merchandise-mascot img {
    width: min(72vw, 280px);
    max-height: 320px;
    height: auto;
    transform: none !important;
  }

  .merchandise-button {
    width: min(100%, 320px);
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .podcast .left {
    width: 32% !important;
    flex: 0 0 60% !important;
    min-height: 500px;
  }

  .navbar {
    width: calc(100% - 20px);
  }

  .hero-text p {
    font-size: 0.95rem !important;
  }

  .core-values-box {
    width: 100%;
    padding: 18px 14px;
    border-radius: 26px;
  }

  .core-values-grid {
    gap: 10px;
  }

  .vision-mission-card {
    padding: 72px 16px 26px;
    border-radius: 28px;
  }

  .vision-title,
  .mission-title {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .our-badge {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .mission-item {
    padding: 14px 16px;
    gap: 12px;
  }

  .mission-icon {
    width: 34px;
    height: 34px;
  }

  .mission-text,
  .vision-text {
    font-size: 0.82rem;
  }

  .speaker-badge {
    width: 100%;
    padding: 6px 8px;
  }

  .speaker-name,
  .speaker-role {
    white-space: normal;
  }

  .organogram-scroll {
    overflow-x: auto;
  }

  .organogram-image {
    min-width: 640px;
  }

  .activity-card {
    overflow: hidden;
  }

  .card-content {
    max-width: 100%;
    padding-right: 28%;
  }

  .mp-left {
    width: 32%;
  }

  .mp-fade {
    left: 32%;
  }

  .mp-bg {
    left: 32%;
  }

  .podcast-content {
    padding: 24px 16px;
  }

  .footer-contact-link {
    word-break: break-word;
  }
}

@media (max-width: 420px) {
  .section-title h2 {
    max-width: calc(100vw - 32px);
    text-align: center;
  }

  .activity-header-content img {
    width: min(80%, 260px);
    margin-left: 10%;
  }

  .card-content {
    padding-right: 18%;
  }

  .mp-left {
    width: 36%;
  }

  .mp-fade {
    left: 36%;
  }

  .mp-bg {
    left: 36%;
  }

  .mp-indicators {
    left: 60%;
  }

  .merchandise-panel {
    padding: 24px 16px;
    min-height: auto;
  }

  section.Merchandise {
    min-height: auto !important;
    padding: 90px 15px 70px !important;
  }

  .Merchandise .merchandise-panel {
    min-height: auto !important;
    height: auto !important;
  }

  .Merchandise .merchandise-content {
    min-height: auto !important;
    height: auto !important;
    gap: 18px;
  }

  .Merchandise .merchandise-container,
  .Merchandise .merchandise-button {
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
  }

  .Merchandise .merchandise-mascot {
    height: auto !important;
  }

  .Merchandise .merchandise-mascot img {
    width: min(68vw, 230px) !important;
    height: auto !important;
    max-height: none !important;
  }

  .merchandise-button p {
    font-size: 0.82rem;
  }

  .footer-main-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 600px) {
  .podcast-list-col {
    width: 100% !important;
    height: 140px;
    flex-direction: row;
  }
  .podcast-strip {
    flex-direction: row !important;
    height: 140px !important;
    width: 100%;
    padding: 0 60px !important;
    scroll-snap-type: x mandatory !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    align-items: center !important;
  }
  .podcast-list-col::before {
    top: 0; left: 0; right: auto;
    width: 60px; height: 100%;
    background: linear-gradient(to right, rgba(10,60,65,0.7), transparent);
  }
  .podcast-list-col::after {
    bottom: 0; right: 0; left: auto;
    width: 60px; height: 100%;
    background: linear-gradient(to left, rgba(10,60,65,0.7), transparent);
  }
  .podcast-item {
    flex-shrink: 0;
  }
}

@media (max-width: 400px) {
  .podcast-item {
    width: 80px;
    height: 80px;
  }
  .podcast-item.active {
    width: 110px;
    height: 110px;
  }
  .desc-top h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .core-value-item p {
    white-space: normal;
    font-size: clamp(0.45rem, 2.2vw, 0.65rem);
    line-height: 1.2;
  }

  .cv-icon img {
    width: clamp(28px, 7vw, 40px);
    height: clamp(28px, 7vw, 40px);
  }

  .core-values-grid {
    gap: clamp(4px, 2vw, 10px);
  }
}
.section.home,
.hero {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .section.home {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .hero {
    width: 100%;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .hero-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .core-part,
  .gallery-part {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }
}

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

body {
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
}

.mobile-nav {
  right: 0 !important;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s ease;
}

.mobile-nav.open {
  transform: translateX(0);
}

section,
.section,
.hero,
.core-part,
.gallery-part,
.activity,
.about,
.insight,
.Merchandise,
.footer {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.activity-header {
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  position: relative !important;
}

@media (max-width: 768px) {
  .footer-main-inner {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .merchandise-panel {
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
  }

  .merchandise-content {
    height: auto !important;
    min-height: 0 !important;
  }
  .rezine-issue {
    grid-template-columns: 1fr auto !important;
    align-items: center;
    gap: 12px !important;
  }

  .rezine-issue-media {
    display: block !important; 
    position: relative !important;
    width: clamp(110px, 28vw, 200px) !important;
    min-height: clamp(110px, 28vw, 200px) !important;
    justify-self: end;
    flex-shrink: 0;
  }

  .rezine-photo-main {
    width: clamp(70px, 17vw, 120px) !important;
    height: clamp(70px, 17vw, 120px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 0 !important;
  }

  .rezine-photo-small-left {
    width: clamp(52px, 13vw, 90px) !important;
    height: clamp(52px, 13vw, 90px) !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .rezine-photo-small-right {
    width: clamp(46px, 11vw, 80px) !important;
    height: clamp(46px, 11vw, 80px) !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    margin-right: 0 !important;
  }

  .navbar {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: calc(100% - 16px) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {
  .speaker-names {
    flex-wrap: nowrap;
  }

  .speaker-item {
    width: 28vw !important;
    flex: 0 0 28vw !important;
  }

  .about-detail-photo,
  .about-detail-img {
    max-width: 100% !important;
    width: 100% !important;
  }
}

img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}

.activity-card {
  overflow: visible !important;
}
.card-image {
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

@media (max-width: 768px) {
  .organogram {
    overflow-x: auto !important;
    padding: 0 16px !important;
  }

  .organogram-image {
    min-width: 600px !important;
    max-width: none !important;
    width: 600px !important;
  }
}
@media (max-width: 768px) {
  .about-header {
    min-height: 80vh;
  }

  .about-header-contents {
    max-width: 90%;
    padding: 0 16px;
  }

  .about-header-contents h2 {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .about-header-contents h3 {
    font-size: clamp(0.95rem, 3.5vw, 1.3rem);
  }

  .hastagSRELogo {
    width: min(65%, 260px);
  }

  .activity-header {
    height: 80vh;
  }

  .activity-header-content h1 {
    font-size: clamp(2rem, 8vw, 3.5rem) !important;
  }

  .activity-header-content p {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .activity-header-content img {
    width: min(55%, 220px);
    margin-left: 0;
    margin-top: 20px;
  }
  .insight-header {
    height: 80vh;
  }

  .insight-header-content h2 {
    font-size: clamp(2rem, 8vw, 3.5rem) !important;
  }

  .insight-header-content p {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .insight-recharge-logo {
    width: min(55%, 220px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .about-header {
    min-height: 70vh;
  }

  .about-header-contents h2 {
    font-size: clamp(1.6rem, 9vw, 2.4rem) !important;
  }

  .about-header-contents h3 {
    font-size: clamp(0.82rem, 3.8vw, 1.1rem);
  }

  .hastagSRELogo {
    width: min(75%, 200px);
    margin-top: 24px;
  }

  .activity-header {
    height: 70vh;
  }

  .activity-header-content h1 {
    font-size: clamp(1.6rem, 9vw, 2.4rem) !important;
  }

  .activity-header-content p {
    font-size: clamp(0.82rem, 3.5vw, 1rem);
  }

  .activity-header-content img {
    width: min(65%, 180px);
    margin-top: 16px;
  }

  .insight-header {
    height: 70vh;
  }

  .insight-header-content h2 {
    font-size: clamp(1.6rem, 9vw, 2.4rem) !important;
  }

  .insight-header-content p {
    font-size: clamp(0.82rem, 3.5vw, 1rem);
  }

  .insight-recharge-logo {
    width: min(65%, 180px);
  }
}

@media (max-width: 768px) {
  .rezine-issue .rezine-photo-small-left {
    left: -45px !important;
    bottom: -50px !important;
    width: 110px !important; 
    height: 110px !important;
  }
  .rezine-issue .rezine-photo-small-right {
    right: -20px !important;
    bottom: -50px!important;
    width: 100px !important; 
    height: 100px !important; 
  }
}

@media (max-width: 600px) {
  .rezine-issue .rezine-photo-small-left {
    left: -25px !important;
    bottom: -50px !important;
    transform: none !important;
    width: 90px !important;
    height: 90px !important;  
  }
  .rezine-issue .rezine-photo-small-right {
    right: -15px !important;
    bottom: -50px!important;
    transform: none !important;
    margin-right: 0 !important;
    width: 80px !important; 
    height: 80px !important; 
  }
}

@media (max-width: 480px) {
  .rezine-issue .rezine-photo-small-left {
    left: -25px !important;
    bottom: -50px !important;
    transform: none !important;
    width: 80px !important;  
    height: 80px !important; 
  }
  .rezine-issue .rezine-photo-small-right {
   right: -20px !important;
    bottom: -50px!important;
    transform: none !important;
    margin-right: 0 !important;
    width: 75px !important;  
    height: 75px !important; 
  }
}
@media (max-width: 768px) {
  .merchandise-panel {
    height: auto !important;
    min-height: 0 !important;
    padding: 28px 24px !important;
    text-align: left !important;
  }

  .merchandise-content {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
  }

  .merchandise-container.reveal {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    z-index: 2 !important;
    position: relative !important;
  }

  .merchandise-content h1 {
    text-align: left !important;
    font-size: clamp(1.2rem, 5vw, 2rem) !important;
    margin: 1px 0 !important;
  }

  .merchandise-button {
    margin-top: 16px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 10px 18px !important;
    height: auto !important;
    font-size: clamp(0.8rem, 3vw, 1rem) !important;
    position: relative !important;
    z-index: 2 !important;
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
  }

  .merchandise-button p {
    font-size: clamp(0.8rem, 3vw, 1rem) !important;
  }

  .merchandise-mascot {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    order: unset !important;
    margin-top: 0 !important;
    width: clamp(140px, 40%, 220px) !important;
    height: auto !important;
    z-index: 1 !important;
  }

  .merchandise-mascot img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .merchandise-panel {
    padding: 22px 18px !important;
  }

  .merchandise-content h1 {
    font-size: clamp(1rem, 5.5vw, 1.5rem) !important;
  }

  .merchandise-mascot {
    width: clamp(120px, 38%, 180px) !important;
  }
}

@media (max-width: 380px) {
  .merchandise-mascot {
    width: clamp(100px, 35%, 150px) !important;
  }
}

@media (max-width: 768px) {
  section.Merchandise .merchandise-panel {
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 20px !important;
    text-align: left !important;
    overflow: hidden !important;
  }

  section.Merchandise .merchandise-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
  }
  section.Merchandise .merchandise-content > .merchandise-container {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 2 !important;
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
  }

  section.Merchandise .merchandise-content h1,
  section.Merchandise .merchandise-panel h1 {
    text-align: left !important;
    font-size: clamp(1.1rem, 5vw, 1.8rem) !important;
    line-height: 1.15 !important;
    margin: 2px 0 !important;
  }

  section.Merchandise .merchandise-button {
    margin-top: 14px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 10px 16px !important;
    position: relative !important;
    z-index: 2 !important;
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
  }

  section.Merchandise .merchandise-button p {
    font-size: clamp(0.8rem, 3vw, 1rem) !important;
  }

  section.Merchandise .merchandise-mascot {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    order: unset !important;
    margin-top: 0 !important;
    flex: 0 0 auto !important;
    width: clamp(130px, 38%, 210px) !important;
    height: auto !important;
    align-self: flex-end !important;
    z-index: 1 !important;
  }

  section.Merchandise .merchandise-mascot img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    display: block !important;
    object-fit: contain !important;
  }

  section.Merchandise .merchandise-mascot .merchandise-container {
    animation: none !important;
    transform: none !important;
    clip-path: none !important;
  }
}

@media (max-width: 480px) {
  section.Merchandise .merchandise-panel {
    padding: 20px 16px !important;
  }

  section.Merchandise .merchandise-content h1 {
    font-size: clamp(0.95rem, 5.5vw, 1.4rem) !important;
  }

  section.Merchandise .merchandise-mascot {
    width: clamp(110px, 36%, 180px) !important;
  }
}

@media (max-width: 380px) {
  section.Merchandise .merchandise-mascot {
    width: clamp(90px, 34%, 140px) !important;
  }
}

@media (max-width: 768px) {
  section.Merchandise .merchandise-content {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: 1fr auto !important;
    align-items: stretch !important;
    gap: 0 16px !important;
    flex-direction: unset !important;
    justify-content: unset !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
  }

  section.Merchandise .merchandise-button {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: end !important;
    margin-top: 12px !important;
    width: fit-content !important;
  }

  section.Merchandise .merchandise-mascot {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    align-self: end !important;
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    flex: unset !important;
    width: clamp(130px, 38%, 210px) !important;
  }
}

@media (max-width: 480px) {
  section.Merchandise .merchandise-mascot {
    width: clamp(110px, 36%, 175px) !important;
  }
}

@media (max-width: 380px) {
  section.Merchandise .merchandise-mascot {
    width: clamp(90px, 34%, 140px) !important;
  }
}

section.Merchandise,
section.Merchandise .merchandise-panel,
section.Merchandise .merchandise-content,
section.Merchandise .merchandise-container,
section.Merchandise .merchandise-mascot,
section.Merchandise .merchandise-mascot img,
section.Merchandise .merchandise-button {
  animation: none !important;
  clip-path: none !important;
}

@media (max-width: 900px) {
  section.Merchandise .merchandise-panel {
    height: auto !important;
    min-height: 0 !important;
    padding: 28px 24px !important;
    overflow: visible !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  section.Merchandise .merchandise-content {
    display: grid !important;
    grid-template-columns: 50% 50% !important;
    grid-template-rows: auto auto !important;
    align-items: start !important;
    gap: 0 !important;
    position: relative !important;
    height: auto !important;
    min-height: 0 !important;
    flex-direction: unset !important;
    flex: unset !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: relative !important;
    z-index: 2 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
    width: 100% !important;
  }

  section.Merchandise .merchandise-content h1,
  section.Merchandise .merchandise-panel h1 {
    text-align: left !important;
    font-size: clamp(1.1rem, 4.5vw, 1.8rem) !important;
    line-height: 1.2 !important;
    margin: 2px 0 !important;
    color: #118489 !important;
  }

  section.Merchandise .merchandise-button {
    grid-column: 1 !important;
    grid-row: 2 !important;
    position: relative !important;
    z-index: 2 !important;
    margin-top: 16px !important;
    width: auto !important;
    max-width: calc(100% - 8px) !important;
    height: auto !important;
    padding: 10px 16px !important;
    transform: none !important;
    animation: none !important;
    clip-path: none !important;
    align-self: end !important;
  }

  section.Merchandise .merchandise-button p {
    font-size: clamp(0.78rem, 2.5vw, 1rem) !important;
    white-space: nowrap !important;
  }

  section.Merchandise .merchandise-mascot {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: unset !important;
    margin: 0 !important;
    padding-right: 50px !important;
    align-self: end !important;
    z-index: 1 !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  section.Merchandise .merchandise-mascot .merchandise-container {
    width: 100% !important;
    transform: none !important;
    animation: none !important;
    clip-path: none !important;
  }

  section.Merchandise .merchandise-mascot img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    display: block !important;
    object-fit: contain !important;
  }
}

@media (max-width: 900px) {
  section.Merchandise .merchandise-panel {
    min-height: 200px !important;
    position: relative !important;
  }

  section.Merchandise .merchandise-content {
    grid-template-columns: 52% 48% !important;
    position: relative !important;
    min-height: 180px !important;
  }

  section.Merchandise .merchandise-mascot {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 46% !important;
    height: 100% !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: unset !important;
    grid-row: unset !important;
    z-index: 1 !important;
  }

  section.Merchandise .merchandise-mascot .merchandise-container {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  section.Merchandise .merchandise-mascot img {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container,
  section.Merchandise .merchandise-button {
    position: relative !important;
    z-index: 2 !important;
    max-width: 52% !important;
  }
}

@media (max-width: 480px) {
  section.Merchandise .merchandise-content {
    grid-template-columns: 55% 45% !important;
    min-height: 160px !important;
  }

  section.Merchandise .merchandise-mascot {
    width: 43% !important;
    padding: 0 6px !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container,
  section.Merchandise .merchandise-button {
    max-width: 55% !important;
  }
}

@media (max-width: 380px) {
  section.Merchandise .merchandise-content {
    grid-template-columns: 58% 42% !important;
    min-height: 140px !important;
  }

  section.Merchandise .merchandise-mascot {
    width: 40% !important;
    padding: 0 4px !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container,
  section.Merchandise .merchandise-button {
    max-width: 58% !important;
  }
}
@media (max-width: 900px) {
  section.Merchandise .merchandise-content h1,
  section.Merchandise .merchandise-panel h1 {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  section.Merchandise .merchandise-content > .merchandise-container {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  section.Merchandise .merchandise-panel {
    padding-left: 20px !important;
  }
}
.podcast-item,
.podcast .right {
  cursor: pointer;
}