/* ========== ACCENT TEXT ========== */
.accent {
  color: #3D8073;
}

/* ========== ABOUT IMPACT SECTION: DESK 1441px+ ========== */
@media (min-width: 1441px) {
  .about-impact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px;
    gap: 24px;
    position: relative;
    width: 100%;
    max-width: 1004px;
    height: auto;
    margin: 0 auto;
  }
  .about-impact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 56px 88px 88px;
    gap: 32px;
    width: 100%;
    max-width: 1004px;
    height: auto;
    background: #FFFFFF;
    border-radius: 88px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Magical Video */
  .about-impact-video.magical {
    width: 282px;
    height: 155px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
  }
  
  .about-impact-text {
    width: 100%;
    max-width: 828px;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.01em;
    display: block;
    text-align: center;
    color: #1A1A1A;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  /* Hide Totoro video */
  .about-impact-video.totoro {
    display: none;
  }
}

/* ========== ABOUT IMPACT SECTION: DESK 1024px–1440px ========== */
@media (min-width: 1024px) and (max-width: 1440px) {
  .about-impact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px;
    gap: 24px;
    position: relative;
    width: 100%;
    max-width: 756px;
    height: auto;
    margin: 0 auto;
  }
  .about-impact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 44px 66px 66px;
    gap: 24px;
    width: 100%;
    max-width: 756px;
    height: auto;
    background: #FFFFFF;
    border-radius: 88px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Magical Video */
  .about-impact-video.magical {
    width: 226px;
    height: 123px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
  }
  
  .about-impact-text {
    width: 100%;
    max-width: 624px;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    display: block;
    text-align: center;
    color: #1A1A1A;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  /* Hide Totoro video */
  .about-impact-video.totoro {
    display: none;
  }
}

/* ========== ABOUT IMPACT SECTION: TAB 600px–1023px ========== */
@media (min-width: 600px) and (max-width: 1023px) {
  .about-impact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
    gap: 24px;
    position: relative;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
  }
  .about-impact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 52px 52px;
    gap: 24px;
    width: 100%;
    max-width: 520px;
    height: auto;
    background: #FFFFFF;
    border-radius: 60px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Magical Video */
  .about-impact-video.magical {
    width: 172px;
    height: 93px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
  }
  
  .about-impact-text {
    width: 100%;
    max-width: 456px;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    display: block;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  /* Hide Totoro video */
  .about-impact-video.totoro {
    display: none;
  }
}

/* ========== ABOUT IMPACT SECTION: TAB 420px–600px ========== */
@media (min-width: 420px) and (max-width: 600px) {
  .about-impact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0px;
    gap: 16px;
    position: relative;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    height: auto;
    margin: 0 auto;
  }
  .about-impact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 32px 32px;
    gap: 16px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: auto;
    background: #FFFFFF;
    border-radius: 40px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Magical Video */
  .about-impact-video.magical {
    width: 130px;
    height: 69px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
  }
  
  .about-impact-text {
    width: 100%;
    max-width: 324px;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #1A1A1A;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  /* Hide Totoro video */
  .about-impact-video.totoro {
    display: none;
  }
}

/* ========== ABOUT IMPACT SECTION: MOB 320px–420px ========== */
@media (min-width: 320px) and (max-width: 420px) {
  .about-impact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0px;
    gap: 16px;
    position: relative;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    height: auto;
    margin: 0 auto;
  }
  .about-impact-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 32px 32px;
    gap: 16px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: auto;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /* Magical Video */
  .about-impact-video.magical {
    width: 110px;
    height: 58px;
    flex: none;
    order: 0;
    flex-grow: 0;
    object-fit: cover;
  }
  
  .about-impact-text {
    width: auto;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #1A1A1A;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
  }
  
  /* Hide Totoro video */
  .about-impact-video.totoro {
    display: none;
  }
} 