/* ==========================================================================
   KLCCP IR 2025 – Responsive Overrides
   Complements breakpoints already in style.css (1024px, 768px, 480px)
   ========================================================================== */

/* ─────────────────────────────────────────────────────────────────────────
   max-width: 1200px – Reduce padding, slightly smaller fonts
   ───────────────────────────────────────────────────────────────────────── */

@media (min-width :1500px) {
  .about-bottom-row{
    bottom: 13%;
  }
  
}

@media (min-width :1400px) and (max-width: 1500px) {
  .about-bottom-row{
    bottom: 9%;
  }
  
}

@media (max-width: 1400px) {
      .chairman-panel-inner{
        max-width: 65%;
      }

      .ceo-panel-inner{
        max-width: 65%;
      }

      .cfo-panel-inner{
        max-width: 65%;
      }

      .chairman-person img {
        max-height: 80vh;
      }

      .chairman-person {
        right: 30%;
      }

      #section-chairman .exec-quote {
        padding-right : 10vh;
        margin-left: -18%;
      }

      .ceo-person{
        left: 30%;
      }

      .ceo-person img{
        max-height: 80vh;
      }

      #section-ceo .exec-quote {
        padding-left : 10vh;
        margin-right: -28%;
      }

      .cfo-person{
        left: 30%;
      }

      .cfo-person img {
        max-height: 63vh;
      }

      #section-cfo .exec-quote {
        padding-left: 0;
        margin-right: -22%;
        margin-top: 30%;
      }

      .cfo-panel-inner > .btn-download{
        bottom: 38%;
        right: -45px;
      }

      .sustainability-panel-inner {
        max-width: 65%;
      }

      .sustainability-person {
        left: 30%;
      }

      .sustainability-person img {
        max-height: 80vh;
      }

      #section-sustainability .exec-quote {
        padding-left: 10vh;
        margin-right: -28%;
      }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  #section-sustainability-info .exec-quote {
    max-width: 70%;
  }

  #section-ceo .exec-quote-group .btn-download{
    margin-right: -30%;
  }

  #section-cfo .exec-quote-group .btn-download{
    margin-right: -23%;
  }

  #section-chairman .exec-quote-group .btn-download{
    margin-right: 25%;
  }
}

@media (max-width: 1200px) {
  .section-inner {
    padding: 0 4%;
  }

  .proposition-layout {
    max-width: 1100px;
    margin-bottom: 32px;
    margin-top: -50px !important;
  }

  .prop-cards {
    flex: 0 0 240px;
    gap: 30px;
  }

  .proposition-wrapper {
    gap: 28px;
  }

  .prop-card-body p {
    font-size: 0.82rem;
  }

  .proposition-center-img {
    max-width: 220px;
  }

  .hero-logo {
    max-width: 240px;
  }

  .strategy-columns {
    gap: 24px;
  }

  .downloads-wrapper {
    gap: 36px;
  }

  /* VCM accordion */
  .vcm-panel {
    width: 220px;
  }

  .vcm-bar {
    font-size: 0.8rem;
    padding: 9px 12px;
  }

  /* CFO: stack to single column, full-height gradient bg */
  .cfo-layout {
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a5c6e 0%, #3bec67 100%);
  }

  #section-cfo {
    padding: 0;
    min-height: auto;
  }

  .cfo-panel {
    border-radius: 0;
    min-height: auto;
    border-right: none;
  }

  .cfo-panel::before {
    display: none;
  }

  .cfo-panel::after {
    display: none;
  }

  .cfo-person::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/towers-pattern.png') no-repeat bottom center / contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }

  .cfo-person img {
    position: relative;
    z-index: 1;
  }

  .cfo-right {
    display: contents;
  }

  .cfo-right-top {
    order: -1;
    padding: 40px 5% 24px;
    text-align: center;
  }

  .cfo-right-bottom {
    order: 0;
    padding: 16px 5% 24px;
    text-align: center;
  }

  #section-cfo .exec-subtitle {
    font-size: 2rem;
    color: var(--klccp-white);
  }

  #section-cfo .exec-title {
    font-size: 2rem;
    margin-top: 10px;
    color: var(--klccp-white);
  }

  .cfo-panel-inner {
    padding: 32px 24px 10px !important;
    max-width: 100%;
    align-items: center;
  }

  .exec-quote-group .btn-download {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .cfo-panel-footer {
    margin-top: 10px;
    align-items: center;
  }

  #section-cfo .exec-quote {
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .cfo-person {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .cfo-person img {
    max-height: 50vh !important;
    margin: 0 auto;
  }

  /* CEO: stack to single column, full-height gradient bg */
  .ceo-layout {
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a5c6e 0%, #3bec67 100%);
  }

  #section-ceo {
    padding: 0;
    min-height: auto;
  }

  .ceo-panel {
    border-radius: 0;
    min-height: auto;
    border-right: none;
  }

  .ceo-panel::before {
    display: none;
  }

  .ceo-panel::after {
    display: none;
  }

  .ceo-person::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/towers-pattern.png') no-repeat bottom center / contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }

  .ceo-person img {
    position: relative;
    z-index: 1;
  }

  .ceo-right {
    display: contents;
  }

  .ceo-right-top {
    order: -1;
    padding: 40px 5% 24px;
    text-align: center;
  }

  .ceo-right-bottom {
    order: 0;
    padding: 16px 5% 24px;
    text-align: center;
  }

  #section-ceo .exec-subtitle {
    font-size: 2rem;
    color: var(--klccp-white);
  }

  #section-ceo .exec-title {
    font-size: 2rem;
    margin-top: 10px;
    color: var(--klccp-white);
  }

  .ceo-panel-inner {
    padding: 32px 24px 10px !important;
    max-width: 100%;
    align-items: center;
  }

  .ceo-panel-footer {
    margin-top: 15px;
    align-items: center;
  }

  #section-ceo .exec-quote {
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .ceo-person {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .ceo-person img {
    max-height: 50vh !important;
    margin: 0 auto;
  }

  .ceo-watermark {
    font-size: 28vh;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(50%);
    color: rgba(101, 212, 165, 0.15);
    z-index: 0;
  }

  #section-ceo .exec-quote {
    padding-left: 0;
  }

  /* Chairman: stack to single column, full-height gradient bg */
  .chairman-layout {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a5c6e 0%, #3bec67 100%);
  }

  #section-chairman {
    padding: 0;
    min-height: auto;
  }

  .chairman-left {
    display: contents;
  }

  .chairman-left-top {
    order: 1;
    padding: 40px 5% 24px;
    text-align: center;
  }

  .chairman-panel {
    order: 2;
    border-radius: 0;
    min-height: auto;
    border-left: none;
  }

  .chairman-left-bottom {
    order: 3;
    padding: 8px 5% 12px;
    text-align: center;
  }

  .chairman-panel::before {
    display: none;
  }

  .chairman-panel::after {
    display: none;
  }

  .chairman-panel-inner {
    max-width: 100%;
    margin-left: 0;
    padding: 32px 24px 10px;
    align-items: center;
  }

  .chairman-panel-footer {
    margin-top: 15px;
    align-items: center;
  }

  .chairman-person::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/towers-pattern.png') no-repeat bottom center / contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }

  .chairman-person img {
    position: relative;
    z-index: 1;
  }

  #section-chairman .exec-subtitle {
    font-size: 2rem;
    color: var(--klccp-white);
  }

  #section-chairman .exec-title {
    font-size: 2rem;
    margin-top: 10px;
    color: var(--klccp-white);
  }

  #section-chairman .exec-quote {
    font-size: 1rem;
    text-align: center;
    padding-right: 0;
    margin-left: 0;
    margin-top: 0;
    min-height: auto;
  }

  .chairman-person {
    order: 4;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .chairman-person img {
    max-height: 60vh;
    margin: 0 auto;
  }

  .chairman-watermark {
    font-size: 28vh;
    right: auto;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: rotate(180deg) translateX(50%);
    color: rgba(101, 212, 165, 0.15);
    z-index: 0;
  }

  #section-proposition {
    padding: 60px 0;
    overflow: hidden;
    min-height: auto !important;
  }

  /* Sustainability: stack to single column */
  .sustainability-layout {
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a5c6e 0%, #3bec67 100%);
  }

  #section-sustainability {
    padding: 0;
    min-height: auto;
  }

  .sustainability-panel {
    border-radius: 0;
    min-height: auto;
    border-right: none;
  }

  .sustainability-panel::before {
    display: none;
  }

  .sustainability-panel::after {
    display: none;
  }

  .sustainability-person::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/towers-pattern.png') no-repeat bottom center / contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }

  .sustainability-person img {
    position: relative;
    z-index: 1;
  }

  .sustainability-right {
    display: contents;
  }

  .sustainability-right-top {
    order: -1;
    padding: 40px 5% 24px;
    text-align: center;
  }

  .sustainability-right-bottom {
    order: 0;
    padding: 16px 5% 24px;
    text-align: center;
  }

  #section-sustainability .exec-subtitle {
    font-size: 2rem;
    color: var(--klccp-white);
  }

  #section-sustainability .exec-title {
    font-size: 2rem;
    margin-top: 10px;
    color: var(--klccp-white);
  }

  .sustainability-panel-inner {
    padding: 32px 24px 10px !important;
    max-width: 100%;
    align-items: center;
  }

  .sustainability-panel-footer {
    margin-top: 10px;
    align-items: center;
  }

  #section-sustainability .exec-quote {
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .sustainability-person {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .sustainability-person img {
    max-height: 50vh !important;
    margin: 0 auto;
  }

  .sustainability-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 400px;
    margin: -60px auto 20px;
  }

  .vcm-center img {
    width: 450px;
  }

  #section-chairman .exec-quote-group{
    margin-right: 0;
  }

  .exec-quote-group {
    align-items: center;
  }

  /* Sustainability Info: stack to single column */
  .sustainability-info-layout {
    grid-template-columns: 1fr;
    min-height: 100vh;
    background: linear-gradient(221deg, #1a5c6e 0%, #3bec67 100%);
  }

  #section-sustainability-info {
    padding: 0;
    min-height: auto;
  }

  .sustainability-info-panel {
    border-radius: 0;
    min-height: auto;
    border-right: none;
  }

  .sustainability-info-panel::before {
    display: none;
  }

  .sustainability-info-panel::after {
    display: none;
  }

  .sustainability-info-person::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: url('../img/towers-pattern.png') no-repeat bottom center / contain;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }

  .sustainability-info-person img {
    position: relative;
    z-index: 1;
  }

  .sustainability-info-right {
    display: contents;
  }

  .sustainability-info-right-top {
    order: -1;
    padding: 40px 5% 24px;
    text-align: center;
  }

  .sustainability-info-right-bottom {
    order: 0;
    padding: 16px 5% 24px;
    text-align: center;
  }

  #section-sustainability-info .exec-subtitle {
    font-size: 2rem;
    color: var(--klccp-white);
  }

  #section-sustainability-info .exec-title {
    font-size: 2rem;
    margin-top: 10px;
    color: var(--klccp-white);
  }

  .sustainability-info-panel-inner {
    padding: 32px 24px 10px !important;
    max-width: 100%;
    align-items: center;
  }

  .sustainability-info-panel-footer {
    margin-top: 10px;
    align-items: center;
  }

  #section-sustainability-info .exec-role {
    text-align: center;
  }

  #section-sustainability-info .exec-quote {
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .sustainability-info-panel-footer{
    margin-right: 0;
  }

  .sustainability-info-person {
    position: relative;
    left: auto;
    right: auto;
    bottom: 7%;
    transform: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .sustainability-info-person img {
    max-height: 50vh !important;
    margin: 0 auto;
  }

  #section-sustainability-info .sustainability-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: 5% !important;
    transform: none;
    max-width: 400px;
    align-self: center;
    order: 1;
  }

  #section-sustainability-info .exec-quote-group .btn-download{
    margin-right: 0;
  }

  /* About: move bottom-row below the image */
  .about-image-area {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }

  .about-text-panel {
    display: contents;
  }

  .about-visual-panel {
    position: relative;
    inset: auto;
    aspect-ratio: 1921 / 1081;
    overflow: hidden;
    order: 1;
  }

  .about-bottom-row {
    position: static;
    order: 2;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px 3%;
    background: linear-gradient(180deg, rgb(4 14 26 / 51%), rgb(4 14 26 / 53%));
  }

  .about-download {
    align-self: center;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   max-width: 992px – Stack exec sections, reduce proposition, single columns
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 992px) {
  .section-title {
    font-size: 1.8rem;
  }

  #section-proposition {
    padding: 60px 0;
    overflow: hidden;
  }

  #section-business-activities {
    padding: 60px 0;
    min-height: auto !important;
    position: relative;
    z-index: 1;
    overflow: visible;
  }

  /* VCM accordion: switch to stacked flow layout */
  .vcm-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    aspect-ratio: auto;
    padding: 0 5%;
  }

  .vcm-layout.fade-in {
    opacity: 1;
    transform: none;
  }

  #section-business-activities .section-action {
    position: relative;
  }

  .vcm-panel {
    position: static;
    transform: none;
    width: 100%;
    max-width: 400px;
  }

  .vcm-item,
  .vcm-center {
    transform: translateY(20px);
  }

  .vcm-center {
    position: static;
    order: -1;
    width: 90vw;
    z-index: auto;
  }

  .vcm-center img {
    width: 350px;
    height: auto;
  }

  .vcm-bar-label {
    white-space: normal;
    text-align: left;
  }

  .vcm-layout.visible .vcm-panel-left,
  .vcm-layout.visible .vcm-panel-right {
    gap: 14px;
  }

  .vcm-layout.visible .vcm-center,
  .vcm-layout.visible .vcm-item {
    transform: translateY(0);
  }

  .vcm-panel-right {
    gap: 14px;
  }

  .vcm-panel {
    max-width: 250px;
  }

  /* Exec sections: row → column */
  .exec-section,
  .exec-section.mirrored {
    flex-direction: column;
    align-items: center;
  }

  .exec-photo {
    flex: 0 0 auto !important;
    padding: 20px 0 0 !important;
    width: 100%;
    justify-content: center !important;
  }

  .exec-photo img {
    max-height: 50vh;
  }

  .exec-content {
    padding: 30px 5% !important;
    text-align: center;
    align-items: center;
  }

  .exec-content .btn-read-more {
    align-self: center;
  }

  .exec-watermark {
    display: none;
  }

  /* Proposition */
  .proposition-layout {
    max-width: 1000px;
    margin-bottom: 28px;
  }

  /* About */
  .about-image-area {
    min-height: 980px;
  }

  .about-purpose {
    max-width: none;
    margin-bottom: 18px;
    padding: 0;
  }

  .about-bottom-content {
    gap: 14px;
  }

  .about-bottom-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .about-bottom-bar .about-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-download {
    align-self: center;
  }

  /* Strategy: 3 → 1 */
  .strategy-columns {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Downloads: side-by-side → stacked */
  .downloads-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .downloads-content {
    text-align: left;
  }

  /* Menu: full panel */
  .menu-bg-side {
    display: none;
  }

  .menu-nav-side {
    flex: 1;
  }

  /* Stat grid: stay 2-col */
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Investment card: 2-col grid, reduced padding */
  .investment-card {
    padding: 32px 28px;
  }

  .investment-badge {
    margin-top: -50px;
  }

  .investment-card .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Hero logo */
  .hero-logo {
    max-width: 200px;
  }

  /* AGM */
  #section-agm {
    padding: 48px 5%;
  }

  #section-agm .section-title {
    margin-bottom: 1.25rem;
  }

  .agm-meetings {
    gap: 24px;
    margin-bottom: 1.5rem;
  }

  .timer-box {
    margin-bottom: 1.75rem;
  }

  .timer-unit .num {
    font-size: 1.8rem;
    padding: 14px;
    width: 80px;
    min-width: 50px !important;
    max-width: 150px !important;
    justify-content: center;
  }

  .agm-info-row {
    margin-bottom: 1.75rem;
  }

  .ceo-right-bottom .btn-download {
    margin-right: auto;
  }

  .cfo-right-bottom .btn-download {
    margin-right: auto;
  }

  .chairman-left-bottom .btn-download {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   max-width: 768px – Mobile adjustments
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  .about-bottom-row{
    background: transparent;
    padding: 0;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .intro-video.mobile-only {
    width: 100%;
    height: auto;
  }

  .section-title {
    font-size: 1.5rem;
  }

  #section-leadership .section-title {
    font-size: 1.5rem;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 0 1rem;
  }

  .leader-col:nth-child(2) {
    order: -1;
  }

  .leader-card {
    padding-bottom: 58px;
  }

  .leader-card .leader-info {
    padding: 12px 14px 0;
  }

  .leader-card .leader-info h4 {
    font-size: 1rem;
  }

  .leader-card .leader-info p {
    font-size: 0.8rem;
  }

  .leader-readmore {
    font-size: 0.85rem;
    padding: 3px 14px;
  }

  /* Tabs go vertical */
  .tab-nav ul {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tab-nav li a {
    text-align: center;
    padding: 8px 18px;
    font-size: 0.78rem;
  }

  .investment-card {
    max-width: 100%;
  }

  /* Customer Centricity grid: reduce padding at 768px */
  .cust-highlight-cell {
    padding: 18px;
  }

  .cust-cell-icons img {
    width: 40px;
    height: 40px;
  }
  .cust-cell-icons {
    margin-right: 0px;
  }

  /* Business Highlights grid: reduce padding at 768px */
  .biz-highlight-cell {
    padding: 18px;
  }

  .biz-inline-icon {
    width: 56px;
    height: 56px;
  }

  .occ-item img {
    width: 40px;
    height: 40px;
  }

  /* About section: copy first, image stack after */
  #section-about {
    min-height: auto;
  }

  .about-image-area {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 0;
  }

  .about-text-panel,
  .about-visual-panel {
    position: relative;
    inset: auto;
  }

  .about-text-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(0, 0, 0, 0.284);
    padding: 28px 16px 24px;
    order: 2;
  }

  .about-visual-panel {
    min-height: auto;
    aspect-ratio: 1921 / 1081;
    overflow: hidden;
  }

  .about-visual-panel::after {
    display: none;
  }

  .about-title {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    margin: 0;
    font-size: clamp(2rem, 5.2vw, 2.5rem);
  }

  .about-purpose {
    position: static;
    left: auto;
    top: auto;
  }

  .about-bottom-row {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin: 0;
  }

  .about-bottom-bar {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border-radius: 0;
  }

  .about-base,
  .about-layer {
    object-fit: contain;
    object-position: center top;
  }

  /* Stat values */
  .stat-box .stat-value {
    font-size: 2rem;
  }

  .stat-box .highlight-text {
    font-size: 2rem;
  }

  /* AGM */
  #section-agm {
    padding: 36px 4%;
  }

  #section-business-activities {
    padding: 36px 4%;
  }

  #section-investment {
    padding: 36px 4%;
  }

  #section-leadership {
    padding: 36px 4%;
  }

  #section-proposition {
    padding: 36px 4%;
  }

  #section-agm .section-title {
    margin-bottom: 1rem;
  }

  .agm-meetings {
    margin-bottom: 1.2rem;
    gap: 14px;
  }

  .timer-box {
    margin-bottom: 1.5rem;
  }

  /* Timer */
  .timer-unit .num {
    font-size: 1.6rem;
    padding: 12px;
    width: 72px;
    min-width: 50px !important;
    max-width: 150px !important;
    justify-content: center;
  }

  .timer-sep {
    font-size: 1.6rem;
  }

  .agm-info-row {
    margin-bottom: 1.5rem;
  }

  /* Downloads books */
  .downloads-books .book-img {
    max-width: 250px;
  }

  /* Exec */
  .exec-content .exec-title {
    font-size: 1.6rem;
  }

  .exec-content .exec-quote {
    font-size: 0.95rem;
  }

  /* CFO */
  #section-cfo .exec-subtitle {
    font-size: 1.6rem;
  }

  #section-cfo .exec-title {
    font-size: 1.6rem;
  }

  #section-cfo .exec-quote {
    font-size: 0.95rem;
  }

  .cfo-right-top {
    padding: 36px 4% 20px;
  }

  /* CEO */
  #section-ceo .exec-subtitle {
    font-size: 1.6rem;
  }

  #section-ceo .exec-title {
    font-size: 1.6rem;
  }

  #section-ceo .exec-quote {
    font-size: 0.95rem;
  }

  .ceo-watermark {
    font-size: 25vh;
  }

  .ceo-right-top {
    padding: 36px 4% 20px;
  }

  /* Sustainability */
  #section-sustainability .exec-subtitle {
    font-size: 1.6rem;
  }

  #section-sustainability .exec-title {
    font-size: 1.6rem;
  }

  #section-sustainability .exec-quote {
    font-size: 0.95rem;
  }

  .sustainability-card {
    margin: -40px auto 16px;
    max-width: 90%;
  }

  .sustainability-right-top {
    padding: 36px 4% 20px;
  }

  /* Sustainability Info */
  #section-sustainability-info .exec-subtitle {
    font-size: 1.6rem;
  }

  #section-sustainability-info .exec-title {
    font-size: 1.6rem;
  }

  #section-sustainability-info .exec-quote {
    font-size: 0.95rem;
  }

  .sustainability-info-right-top {
    padding: 36px 4% 20px;
  }

  /* Chairman */
  #section-chairman .exec-subtitle {
    font-size: 1.6rem;
  }

  #section-chairman .exec-title {
    font-size: 1.6rem;
  }

  #section-chairman .exec-quote {
    font-size: 0.95rem;
  }

  .chairman-watermark {
    font-size: 25vh;
  }

  .chairman-left-top {
    padding: 36px 4% 20px;
  }

  /* Menu button */
  .hero-menu-btn .hamburger-circle {
    width: 40px;
    height: 40px;
  }

  /* Menu nav links */
  .menu-nav-list ul li a {
    font-size: 16px;
  }

  /* Section action */
  .section-action {
    text-align: center;
  }

  /* Downloads: tighter gaps on tablet */
  .downloads-wrapper {
    gap: 24px;
  }

  .downloads-content h2 {
    margin-bottom: 1.2rem;
  }

  .downloads-content .section-subtitle {
    margin-bottom: 1.2rem;
  }

  .downloads-checklist {
    margin-bottom: 1.2rem;
  }

  .downloads-content .btn-download {
    margin-bottom: 1.2rem;
    padding: 4px 16px;
  }

  .proposition-layout.visible .proposition-layer {
    opacity: 1;
    transform: translateY(0) scale(1.2);
  }

  .proposition-stack {
    max-width : 1600px;
    aspect-ratio: 1600 / 660;
  }

  .proposition-layout {
    margin-top: -20px !important;
  }

  #section-proposition .section-action .btn-download
  {
    margin-top: 80px;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   max-width: 560px – Smallest screens
   ───────────────────────────────────────────────────────────────────────── */
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  /* VCM accordion: compact */
  .vcm-layout {
    gap: 14px;
    padding: 0 16px;
  }

  .vcm-bar {
    font-size: 0.78rem;
    padding: 9px 12px;
  }

  .vcm-bar-icon {
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
  }

  .vcm-card-list {
    padding: 20px 14px 16px;
    gap: 10px;
  }

  .vcm-card-list li {
    font-size: 0.78rem;
    gap: 8px;
  }

  .vcm-badge {
    width: 26px;
    height: 26px;
    font-size: 0.58rem;
  }

  .vcm-center img {
    width: 350px;
    height: auto;
  }

  #section-about {
    min-height: auto;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .section-inner {
    padding: 0 16px;
  }

  /* Hero */
  .hero-logo {
    max-width: 150px;
  }

  .hero-menu-btn {
    top: 16px;
    right: 16px;
  }

  .hero-menu-btn .hamburger-circle {
    width: 38px;
    height: 38px;
  }

  .hero-menu-btn .hamburger-icon {
    width: 16px;
  }

  /* Stat grid: single column */
  .stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .investment-card .stat-grid {
    grid-template-columns: 1fr;
  }

  /* Customer Centricity: stack to 1-col at 560px */
  .cust-highlight-grid {
    grid-template-columns: 1fr;
  }

  .cust-highlight-cell {
    padding: 16px;
    background-image: radial-gradient(circle, var(--klccp-teal) 0.75px, transparent 0.75px) !important;
    background-size: 5px 1.5px !important;
    background-repeat: repeat-x !important;
    background-position: bottom !important;
  }

  .cust-highlight-cell:last-child {
    background-image: none !important;
  }

  /* Business Highlights: stack to 1-col at 560px */
  .biz-highlight-grid {
    grid-template-columns: 1fr;
  }

  .biz-highlight-cell:nth-child(2)
  {
    padding-left: 16px;
  }

  .occ-item{
    text-align: center;
  }
  
  .biz-highlight-cell {
    padding: 16px;
    background-image: radial-gradient(circle, var(--klccp-teal) 0.75px, transparent 0.75px) !important;
    background-size: 5px 1.5px !important;
    background-repeat: repeat-x !important;
    background-position: bottom !important;
  }

  .biz-highlight-cell:last-child {
    background-image: none !important;
    padding-left: 16px;
  }

  .biz-cell-with-icon {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .biz-inline-icon {
    width: 48px;
    height: 48px;
  }

  .biz-highlight-cell:nth-child(3) {
    display: block;
  }

  .biz-highlight-cell:nth-child(3) .biz-cell-with-icon {
    display: flex;
    flex-direction: column;
    flex: initial;
  }

  .biz-highlight-cell:nth-child(3) .biz-cell-with-icon::before {
    display: none;
  }

  .biz-highlight-cell:nth-child(3) .biz-inline-icon {
    float: none;
    width: 80px;
    margin-top: 12px;
    margin-left: 0;
    order: 1;
  }

  .occupancy-icons {
    gap: 14px;
  }

  .occ-item img {
    width: 36px;
    height: 36px;
  }

  .investment-card {
    padding: 28px 20px;
  }

  .investment-badge {
    margin-top: -42px;
    font-size: 0.85em;
    padding: 6px 18px;
  }

  .tab-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .stat-box .stat-value {
    font-size: 1.6rem;
  }

  .stat-box .highlight-text {
    font-size: 1.6rem;
  }

  #section-agm .section-title {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }

  #section-leadership .section-title {
    font-size: 1.3rem;
  }

  .agm-meetings {
    gap: 10px;
    margin-bottom: 0.8rem;
  }

  .agm-divider {
    height: 60px;
  }

  /* Timer */
  .timer-box {
    gap: 6px;
    margin-bottom: 1.25rem;
  }

  .timer-unit .num {
    font-size: 1.3rem;
    padding: 10px;
    width: 62px;
    min-width: 50px !important;
    max-width: 150px !important;
    gap: 4px;
    justify-content: center;
  }

  .timer-sep {
    font-size: 1.3rem;
  }

  .timer-unit .num .num-label {
    font-size: 0.6rem;
    letter-spacing: 1px;
  }

  /* AGM info row */
  .agm-info-row {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.25rem;
  }

  .agm-venue-full {
    font-size: 0.8rem;
  }

  .agm-info-item > svg,
  .cal-icon-btn {
    width: 28px;
    height: 28px;
  }

  /* Downloads books */
  .downloads-books {
    min-height: auto;
  }

  .downloads-books .book-img {
    max-width: 200px;
  }

  .downloads-books .book-img:last-child {
    margin-left: -40px;
  }

  /* Buttons */
  .btn-download {
    padding: 3px 14px;
    font-size: 0.85rem;
  }

  .btn-read-more {
    padding: 5px 22px;
    font-size: 0.9rem;
  }

  /* Exec */
  .exec-photo img {
    max-height: 40vh;
  }

  .exec-content .exec-title {
    font-size: 1.3rem;
  }

  .exec-content .exec-quote {
    font-size: 0.85rem;
  }

  /* CFO */
  #section-cfo .exec-subtitle {
    font-size: 1.3rem;
  }

  #section-cfo .exec-title {
    font-size: 1.3rem;
  }

  #section-cfo .exec-quote {
    font-size: 0.85rem;
  }

  .cfo-panel {
    border-radius: 0 24px 0 0;
  }

  .cfo-person img {
    max-height: 40vh;
  }

  .cfo-person {
    margin-top: 0;
  }

  .cfo-panel-inner {
    padding: 0px 20px 36px;
  }

  .cfo-right-top {
    padding: 30px 3% 0px;
  }

  .cfo-right-bottom {
    padding: 12px 3% 24px;
  }

  /* CEO */
  #section-ceo .exec-subtitle {
    font-size: 1.3rem;
  }

  #section-ceo .exec-title {
    font-size: 1.3rem;
  }

  #section-ceo .exec-quote {
    font-size: 0.85rem;
  }

  .ceo-watermark {
    font-size: 22vh;
  }

  .ceo-panel {
    border-radius: 0 24px 0 0;
  }

  .ceo-person img {
    max-height: 40vh;
  }

  .ceo-person {
    margin-top: 0;
  }

  .ceo-panel-inner {
    padding: 0px 20px 36px;
  }

  .ceo-right-top {
    padding: 30px 3% 0px;
  }

  .ceo-right-bottom {
    padding: 12px 3% 24px;
  }

  /* Chairman */
  #section-chairman .exec-subtitle {
    font-size: 1.3rem;
  }

  #section-chairman .exec-title {
    font-size: 1.3rem;
  }

  #section-chairman .exec-quote {
    font-size: 0.85rem;
  }

  .chairman-watermark {
    font-size: 22vh;
  }

  .chairman-panel {
    border-radius: 24px 0 0 0;
  }

  .chairman-person img {
    max-height: 50vh;
  }

  .chairman-person {
    margin-top: 0;
  }

  .chairman-left-top {
    padding: 30px 3% 0px;
  }

  .chairman-left-bottom {
    padding: 6px 3% 8px;
  }

  /* Sustainability Info */
  #section-sustainability-info .exec-subtitle {
    font-size: 1.3rem;
  }

  #section-sustainability-info .exec-title {
    font-size: 1.3rem;
  }

  #section-sustainability-info .exec-quote {
    font-size: 0.85rem;
  }

  .sustainability-info-panel {
    border-radius: 0 24px 0 0;
  }

  .sustainability-info-person img {
    max-height: 40vh;
  }

  .sustainability-info-person {
    margin-top: 0;
  }

  .sustainability-info-panel-inner {
    padding: 0px 20px 36px;
  }

  .sustainability-info-right-top {
    padding: 30px 3% 0px;
  }

  .sustainability-info-right-bottom {
    padding: 13px 3% 21px;
  }

  /* Strategy badge */
  .strategy-badge span {
    font-size: 0.85rem;
  }

  /* Menu padding */
  .menu-nav-side {
    padding: 30px 20px;
  }

  /* About section */
  .purpose-heading {
    font-size: 1.2rem;
  }

  .purpose-text {
    font-size: 0.85rem;
  }

  .about-image-area {
    gap: 0;
    padding: 0;
  }

  .about-title {
    font-size: 2rem;
    max-width: none;
  }

  .about-text-panel {
    padding: 24px 16px 20px;
  }

  .about-purpose {
    max-width: none;
    margin-bottom: 12px;
    padding: 0px;
  }

  .purpose-heading {
    font-size: 1.5rem;
  }

  .purpose-text {
    font-size: 0.95rem;
  }

  .about-bottom-row {
    gap: 12px;
  }

  .about-visual-panel {
    min-height: auto;
    aspect-ratio: 1921 / 1081;
  }

  .about-columns .about-col h4 {
    font-size: 1.1rem;
  }

  .about-columns .about-col p {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  /* Downloads: compact on phone */
  .downloads-wrapper {
    gap: 16px;
  }

  .downloads-content h2 {
    font-size: 1.6em;
    margin-bottom: 0.8rem;
  }

  .downloads-content .section-subtitle {
    margin-bottom: 0.8rem;
  }

  .downloads-checklist {
    margin-bottom: 0.8rem;
  }

  .downloads-content .btn-download {
    margin-bottom: 0.8rem;
    padding: 3px 14px;
    font-size: 0.85rem;
    place-self: center;
  }

  .archive-link {
    place-self: center;
  }

  /* Popup responsive */
  .popup-overlay {
    padding: 16px;
  }

  .popup-container {
    max-height: 90vh;
  }

  .popup-header {
    padding: 16px 20px 16px 52px;
  }

  .popup-body {
    padding: 20px;
  }

  .vcm-modal-wide {
    max-width: 100%;
  }

  .vcm-modal-grid {
    grid-template-columns: 1fr;
  }

  .vcm-modal-wide .popup-body {
    padding: 0 16px 16px;
  }

  .vcm-stat-grid {
    grid-template-columns: 1fr;
  }

  .vcm-modal-card {
    padding: 16px;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   Landscape phones with limited height
   ───────────────────────────────────────────────────────────────────────── */
@media (max-height: 500px) and (orientation: landscape) {
  .section {
    min-height: auto;
  }

  #section-home {
    min-height: 100svh;
  }

  .exec-photo img {
    max-height: 50vh;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   Reduced motion
   ───────────────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }
}
