/* public/landing/cupshe-care/index.css */
.cupshe-care {
  --care-ink: #04040c;
  --care-text-secondary: #404040;
  --care-text-tertiary: #808080;
  --care-cream: #fdfbf7;
  --care-aqua: #e0f2f1;
  --care-coral: #e5a382;
  --care-teal: #1e5e71;
  --care-page-gutter: max(64px, 3.333333vw);
  --care-section-space: max(120px, 6.25vw);
  --care-feature-gap: max(80px, 4.166667vw);
  --care-grid-gap: max(24px, 1.25vw);
  margin: 0;
  color: var(--care-ink);
  background: #fff;
  font-family: var( --font-family-regular, "KMRMelangeGrotesk-Regular", Arial, Helvetica, sans-serif );
  -webkit-font-smoothing: antialiased;
}
.cupshe-care,
.cupshe-care *,
.cupshe-care *::before,
.cupshe-care *::after {
  box-sizing: border-box;
}
.cupshe-care img {
  display: block;
  max-width: 100%;
}
.cupshe-care figure,
.cupshe-care h1,
.cupshe-care h2,
.cupshe-care h3,
.cupshe-care h4,
.cupshe-care p {
  margin: 0;
}
.cupshe-care a {
  color: inherit;
  text-decoration: none;
}
.cupshe-care .hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--care-feature-gap);
  background: var(--care-cream);
}
.cupshe-care .hero__content {
  padding: 40px 0 40px var(--care-page-gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.cupshe-care .eyebrow {
  color: var(--care-teal);
  font-size: 14px;
  letter-spacing: 1.7px;
}
.cupshe-care .hero__copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cupshe-care .hero h1 {
  font-size: 84px;
  line-height: 90px;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  white-space: pre-line;
}
.cupshe-care .accent-copy {
  width: 100%;
  padding-left: 18px;
  border-left: 2px solid var(--care-coral);
  font-size: 24px;
  line-height: 32px;
}
.cupshe-care .muted-copy {
  width: 100%;
  color: var(--care-text-tertiary);
  font-size: 14px;
  line-height: 18px;
}
.cupshe-care .hero__image {
  width: 100%;
  aspect-ratio: 920 / 800;
  align-self: start;
}
.cupshe-care .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}
.cupshe-care .image-frame {
  overflow: hidden;
}
.cupshe-care .image-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cupshe-care .cupshe-lockup img,
.cupshe-care .lemons-logo {
  object-fit: contain;
}
.cupshe-care .section-shell {
  padding-left: var(--care-page-gutter);
  padding-right: var(--care-page-gutter);
}
.cupshe-care .section-kicker {
  height: 84px;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.cupshe-care .section-kicker--right {
  max-width: 600px;
  height: 190px;
  margin-left: auto;
  line-height: 95px;
  text-align: right;
}
.cupshe-care .empowerment {
  padding-top: var(--care-section-space);
  padding-bottom: var(--care-section-space);
}
.cupshe-care .editorial-feature {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 2.254752852fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--care-feature-gap);
}
.cupshe-care .editorial-feature__image {
  aspect-ratio: 1186 / 800;
}
.cupshe-care .editorial-feature__image img {
  object-position: center;
}
.cupshe-care .editorial-feature__copy {
  padding-right: 32px;
}
.cupshe-care .editorial-feature__copy h3,
.cupshe-care .community-feature__copy h3,
.cupshe-care .environment-feature__copy h3 {
  font-size: 48px;
  line-height: 1.3;
}
.cupshe-care .editorial-feature__copy p,
.cupshe-care .community-feature__copy p,
.cupshe-care .environment-feature__copy p,
.cupshe-care .responsibility-copy p {
  margin-top: 40px;
  color: #4c4546;
  font-size: 16px;
  line-height: 26px;
}
.cupshe-care .collaboration-intro {
  width: 53.5714285714%;
  height: 230px;
  margin: 100px auto 0;
  text-align: center;
}
.cupshe-care .collaboration-intro h3,
.cupshe-care .limitless-intro h3 {
  font-size: 48px;
  line-height: 63px;
}
.cupshe-care .collab-lockup {
  height: 72px;
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cupshe-care .cupshe-lockup {
  width: 200px;
  height: 72px;
  display: grid;
  grid-template-columns: 15.8px 169px 15.8px;
  align-items: center;
}
.cupshe-care .cupshe-lockup img:first-child,
.cupshe-care .cupshe-lockup img:last-child {
  width: 15.8px;
  height: 72px;
}
.cupshe-care .cupshe-lockup img:nth-child(2) {
  width: 169px;
  height: 38px;
}
.cupshe-care .collab-x {
  font-size: 48px;
  line-height: 1;
}
.cupshe-care .lemons-logo {
  width: 200px;
  height: 72px;
}
.cupshe-care .collaboration-intro > p,
.cupshe-care .limitless-intro p {
  font-size: 16px;
  line-height: 21px;
}
.cupshe-care .story-grid {
  display: grid;
  gap: var(--care-grid-gap);
}
.cupshe-care .story-grid--three {
  margin-top: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cupshe-care .story-card {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cupshe-care .story-card__image {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  background: #f4f3f0;
}
.cupshe-care .story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cupshe-care .story-grid--three .story-card__image {
  aspect-ratio: 581.3333129882812 / 800;
  flex: none;
}
.cupshe-care .story-grid--three .story-card:nth-child(1) img {
  object-position: 50% 32%;
}
.cupshe-care .story-grid--three .story-card:nth-child(2) img {
  object-position: 50% 39%;
}
.cupshe-care .story-grid--three .story-card:nth-child(3) img {
  object-position: 50% 45%;
}
.cupshe-care .story-card__caption {
  min-height: 46px;
  padding-left: 18px;
  border-left: 2px solid var(--care-coral);
}
.cupshe-care .story-card__caption h4 {
  font-size: 20px;
  line-height: 26px;
}
.cupshe-care .story-card__caption p {
  color: var(--care-text-tertiary);
  font-size: 12px;
  line-height: 16px;
}
.cupshe-care .story-grid--three .story-card__caption {
  flex: 1 1 auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cupshe-care .story-grid--three .story-card__identity {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.cupshe-care .story-grid--three .story-card__quote {
  margin-top: 12px;
  color: var(--care-text-secondary);
}
.cupshe-care .voices__intro {
  width: 66.9642857143%;
  min-height: 121px;
}
.cupshe-care .voices__intro h2 {
  font-size: 48px;
  line-height: 63px;
}
.cupshe-care .voices__intro p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 21px;
}
.cupshe-care .voices__feature-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 2.037800687fr) minmax(0, 1fr);
  align-items: start;
  gap: var(--care-grid-gap);
}
.cupshe-care .voices__feature-grid figure:first-child {
  aspect-ratio: 1186 / 800;
}
.cupshe-care .voices__feature-grid figure:last-child {
  aspect-ratio: 582 / 800;
}
.cupshe-care .voices__feature-grid img {
  object-position: center;
}
.cupshe-care .speaker-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: var(--care-grid-gap);
}
.cupshe-care .speaker-card {
  gap: 16px;
}
.cupshe-care .speaker-card:nth-child(1) .story-card__image,
.cupshe-care .speaker-card:nth-child(2) .story-card__image {
  aspect-ratio: 430 / 596;
  flex: none;
}
.cupshe-care .speaker-card:nth-child(3) .story-card__image,
.cupshe-care .speaker-card:nth-child(4) .story-card__image {
  aspect-ratio: 430 / 597;
  flex: none;
}
.cupshe-care .speaker-card .story-card__caption {
  min-height: 62px;
}
.cupshe-care .speaker-card .story-card__image img {
  object-position: 50% 35%;
}
.cupshe-care .speaker-card:last-child .story-card__image img {
  object-position: 50% 50%;
}
.cupshe-care .community {
  padding-top: var(--care-section-space);
  padding-bottom: var(--care-section-space);
}
.cupshe-care .community-feature {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.254752852fr);
  align-items: center;
  gap: var(--care-feature-gap);
}
.cupshe-care .community-feature__image {
  aspect-ratio: 1186 / 800;
}
.cupshe-care .community-feature__image img {
  object-position: center;
}
.cupshe-care .limitless-showcase {
  margin-top: 100px;
}
.cupshe-care .limitless-intro {
  width: 44.6428571429%;
  min-height: 142px;
  margin: 64px auto 0;
  text-align: center;
}
.cupshe-care .limitless-intro p {
  margin-top: 16px;
}
.cupshe-care .limitless-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 40px var(--care-grid-gap);
}
.cupshe-care .limitless-grid .portrait-card .story-card__image {
  width: 100%;
  aspect-ratio: 2 / 3;
  flex: none;
}
.cupshe-care .portrait-card .story-card__image img {
  object-position: center;
}
.cupshe-care .portrait-card .story-card__caption {
  min-height: 0;
  flex: 1 1 auto;
  align-self: stretch;
}
.cupshe-care .portrait-card .story-card__caption p {
  margin-top: 8px;
  color: var(--care-text-secondary);
  font-size: 14px;
  line-height: 21px;
}
.cupshe-care .environment {
  padding-top: var(--care-section-space);
  padding-bottom: var(--care-section-space);
  background: var(--care-aqua);
}
.cupshe-care .environment > .section-kicker {
  height: 95px;
  line-height: 95px;
}
.cupshe-care .environment-feature {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(0, 2.254752852fr) minmax(0, 1fr);
  align-items: center;
  gap: var(--care-feature-gap);
}
.cupshe-care .environment-feature__image {
  aspect-ratio: 1186 / 800;
}
.cupshe-care .environment-feature__image img {
  object-position: 50% 45%;
}
.cupshe-care .environment-feature__copy {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.cupshe-care .environment-feature__copy p,
.cupshe-care .responsibility-copy p {
  margin-top: 16px;
  color: var(--care-text-secondary);
}
.cupshe-care .responsibility-copy h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}
.cupshe-care .responsibility-copy h4 span {
  width: 40px;
  height: 1px;
  background: var(--care-ink);
}
.cupshe-care .environment-gallery {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: var(--care-grid-gap);
}
.cupshe-care .environment-gallery figure {
  aspect-ratio: 581.3333129882812 / 720;
}
.cupshe-care .environment-gallery__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cupshe-care .environment-gallery__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cupshe-care .environment-gallery figure:nth-child(1) img {
  object-position: 50% 40%;
}
.cupshe-care .environment-gallery figure:nth-child(2) img {
  object-position: center;
}
.cupshe-care .environment-gallery figure:nth-child(3) img {
  object-position: center 38%;
}
.cupshe-care .about-cta {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 640;
  overflow: hidden;
  color: #fff;
}
.cupshe-care .about-cta__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.cupshe-care .about-cta__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.cupshe-care .about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}
.cupshe-care .about-cta__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.cupshe-care .about-cta h2 {
  color: #fff;
  font-size: 72px;
  line-height: 95px;
  text-transform: uppercase;
}
.cupshe-care .button {
  min-height: 44px;
  padding: 15px 32px;
  border: 1px solid var(--care-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--care-ink);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease,
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cupshe-care .button--light {
  min-height: 56px;
  padding: 16px 40px;
  color: var(--care-ink);
  background: #fff;
  border-color: #fff;
}
.cupshe-care .button--light:hover,
.cupshe-care .button--light:focus-visible {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.cupshe-care .button:focus-visible,
.cupshe-care a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
@media (min-width: 1280px), (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .cupshe-care .story-grid--three .story-card__identity > p {
    margin-top: 4px;
  }
  .cupshe-care .story-grid--three .story-card__quote {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1279px) and (min-width: 768px) {
  .cupshe-care {
    --care-page-gutter: 32px;
    --care-section-space: 80px;
  }
  .cupshe-care .hero {
    gap: 32px;
  }
  .cupshe-care .hero h1 {
    font-size: clamp(54px, 6vw, 76px);
    line-height: 0.98;
  }
  .cupshe-care .editorial-feature,
  .cupshe-care .community-feature,
  .cupshe-care .environment-feature {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 40px;
  }
  .cupshe-care .voices__feature-grid {
    grid-template-columns: 2fr 1fr;
  }
  .cupshe-care .limitless-showcase {
    margin-top: 80px;
  }
  .cupshe-care .limitless-intro {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cupshe-care {
    --care-page-gutter: 16px;
    --care-section-space: 48px;
  }
  .cupshe-care .hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: white !important;
  }
  .cupshe-care .hero__image {
    order: -1;
    width: 100%;
    aspect-ratio: 375 / 400;
  }
  .cupshe-care .hero__image img {
    --image-base-transform: translateX(-18.75%);
    width: 160%;
    max-width: none;
    height: 100%;
    object-position: center;
  }
  .cupshe-care .hero__content {
    width: 100%;
    height: 524px;
    padding: 40px 16px;
    justify-content: flex-start;
    gap: 24px;
  }
  .cupshe-care .hero__copy {
    gap: 32px;
  }
  .cupshe-care .hero h1 {
    font-size: 44px;
    line-height: 40px;
    letter-spacing: -1.2px;
  }
  .cupshe-care .accent-copy {
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .cupshe-care .muted-copy {
    font-size: 14px;
    line-height: 18px;
  }
  .cupshe-care .section-kicker {
    height: 42px;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .cupshe-care .section-kicker--right {
    max-width: 220px;
    height: 84px;
    font-size: 32px;
    line-height: 42px;
  }
  .cupshe-care .empowerment,
  .cupshe-care .voices,
  .cupshe-care .community,
  .cupshe-care .environment {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cupshe-care .voices {
    background: #F4F3F1;
  }
  .cupshe-care .empowerment {
    background: var(--care-cream) !important;
  }
  .cupshe-care .editorial-feature {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .cupshe-care .editorial-feature__image,
  .cupshe-care .community-feature__image,
  .cupshe-care .environment-feature__image {
    width: 100%;
    aspect-ratio: 343 / 343;
    flex: none;
  }
  .cupshe-care .editorial-feature__copy {
    height: 153px;
    padding: 0;
  }
  .cupshe-care .editorial-feature__copy h3,
  .cupshe-care .community-feature__copy h3,
  .cupshe-care .environment-feature__copy h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .cupshe-care .editorial-feature__copy p,
  .cupshe-care .community-feature__copy p,
  .cupshe-care .environment-feature__copy p,
  .cupshe-care .responsibility-copy p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 21px;
  }
  .cupshe-care .collaboration-intro {
    width: auto;
    height: auto;
    margin: 48px -16px 0;
    padding: 48px 16px 0;
    background-color: #fff;
  }
  .cupshe-care .collaboration-intro h3,
  .cupshe-care .limitless-intro h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .cupshe-care .collab-lockup {
    height: 44px;
    margin: 16px auto;
    gap: 10px;
  }
  .cupshe-care .cupshe-lockup {
    width: 122px;
    height: 44px;
    grid-template-columns: 9.7px 103px 9.7px;
  }
  .cupshe-care .cupshe-lockup img:first-child,
  .cupshe-care .cupshe-lockup img:last-child {
    width: 9.7px;
    height: 44px;
  }
  .cupshe-care .cupshe-lockup img:nth-child(2) {
    width: 103px;
    height: 24px;
  }
  .cupshe-care .collab-x {
    font-size: 28px;
  }
  .cupshe-care .lemons-logo {
    width: 122px;
    height: 44px;
  }
  .cupshe-care .collaboration-intro > p,
  .cupshe-care .limitless-intro p {
    font-size: 14px;
    line-height: 21px;
  }
  .cupshe-care .story-grid--three {
    margin: 0 -16px -48px;
    padding: 24px 16px 48px;
    background-color: #fff;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cupshe-care .story-card {
    gap: 16px;
  }
  .cupshe-care .story-card__caption {
    min-height: 41px;
    padding-left: 13px;
    border-left-width: 1.5px;
  }
  .cupshe-care .story-card__caption h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .cupshe-care .story-card__caption p {
    font-size: 12px;
    line-height: 16px;
  }
  .cupshe-care .story-grid--three .story-card__image {
    aspect-ratio: 343 / 400;
  }
  .cupshe-care .story-grid--three .story-card:nth-child(1) img {
    object-position: 50% 30%;
  }
  .cupshe-care .story-grid--three .story-card:nth-child(2) img {
    object-position: 50% 35%;
  }
  .cupshe-care .story-grid--three .story-card:nth-child(3) img {
    object-position: 50% 48%;
  }
  .cupshe-care .voices__intro {
    width: 100%;
    height: 164px;
  }
  .cupshe-care .voices__intro h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .cupshe-care .voices__intro p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
  }
  .cupshe-care .voices__feature-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cupshe-care .voices__feature-grid figure:first-child,
  .cupshe-care .voices__feature-grid figure:last-child {
    aspect-ratio: 343 / 200;
  }
  .cupshe-care .voices__feature-grid figure:last-child img {
    object-position: center 43%;
  }
  .cupshe-care .speaker-grid {
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px 16px;
  }
  .cupshe-care .speaker-card {
    gap: 12px;
  }
  .cupshe-care .speaker-card:nth-child(n) .story-card__image {
    aspect-ratio: 163.5 / 208;
  }
  .cupshe-care .speaker-card .story-card__caption {
    min-height: 41px;
    padding-left: 9px;
    flex: 1 1 auto;
  }
  .cupshe-care .community > .section-kicker {
    height: 84px;
  }
  .cupshe-care .community-feature,
  .cupshe-care .environment-feature {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .cupshe-care .community-feature__copy {
    order: 2;
    height: 161px;
  }
  .cupshe-care .community-feature__image {
    order: 1;
  }
  .cupshe-care .limitless-showcase {
    margin: 48px calc(-1 * var(--care-page-gutter)) calc(-1 * var(--care-section-space));
    padding: 48px var(--care-page-gutter);
    background: var(--care-cream);
  }
  .cupshe-care .limitless-intro {
    width: auto;
    min-height: 0;
    margin: 0;
  }
  .cupshe-care .limitless-intro p {
    margin-top: 15px;
  }
  .cupshe-care .limitless-grid {
    margin-top: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .cupshe-care .portrait-card {
    gap: 12px;
  }
  .cupshe-care .portrait-card .story-card__caption {
    padding-left: 9px;
  }
  .cupshe-care .portrait-card .story-card__caption p {
    font-size: 13px;
    line-height: 19px;
  }
  .cupshe-care .environment > .section-kicker {
    height: 39px;
    font-size: 32px;
    line-height: 39px;
  }
  .cupshe-care .environment-feature__copy {
    height: 325px;
    gap: 40px;
  }
  .cupshe-care .environment-feature__copy h3 {
    max-width: 330px;
  }
  .cupshe-care .environment-gallery {
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .cupshe-care .environment-gallery figure:first-child {
    grid-column: 1 / -1;
    aspect-ratio: 343 / 208;
  }
  .cupshe-care .environment-gallery figure:nth-child(2),
  .cupshe-care .environment-gallery figure:nth-child(3) {
    aspect-ratio: 163.5 / 208;
  }
  .cupshe-care .environment-gallery figure:first-child img {
    object-position: center 42%;
  }
  .cupshe-care .environment-gallery figure:nth-child(2) img {
    object-position: 55% center;
  }
  .cupshe-care .environment-gallery figure:nth-child(3) img {
    object-position: center 36%;
  }
  .cupshe-care .about-cta {
    aspect-ratio: 375 / 200;
  }
  .cupshe-care .about-cta__picture img {
    object-position: center 56%;
  }
  .cupshe-care .about-cta__overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  .cupshe-care .about-cta__content {
    gap: 16px;
  }
  .cupshe-care .about-cta h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .cupshe-care .about-cta .button {
    min-height: 36px;
    padding: 10px 24px;
  }
}
.cupshe-care.motion-ready .flow-item {
  transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--flow-delay, 0ms);
}
.cupshe-care.motion-ready .flow-group:not(.is-visible) .flow-item,
.cupshe-care.motion-ready .flow-group.flow-item:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  will-change: opacity, transform;
}
.cupshe-care.motion-ready .flow-group.is-visible .flow-item,
.cupshe-care.motion-ready .flow-group.flow-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.cupshe-care .image-frame > img,
.cupshe-care .story-card__image > img,
.cupshe-care .environment-gallery__picture img,
.cupshe-care .about-cta__picture img {
  --image-hover-scale: 1;
  transform: var(--image-base-transform, translate3d(0, 0, 0)) scale(var(--image-hover-scale));
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .cupshe-care .button:active {
    transform: scale(0.98);
  }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .cupshe-care .image-frame:hover > img,
  .cupshe-care .story-card__image:hover > img,
  .cupshe-care .environment-gallery__picture:hover img,
  .cupshe-care .about-cta:hover .about-cta__picture img {
    --image-hover-scale: 1.04;
  }
  .cupshe-care .button:hover {
    transform: translateY(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cupshe-care *,
  .cupshe-care *::before,
  .cupshe-care *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .cupshe-care.motion-ready .flow-group .flow-item,
  .cupshe-care.motion-ready .flow-group.flow-item {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
  .cupshe-care .image-frame > img,
  .cupshe-care .story-card__image > img,
  .cupshe-care .environment-gallery__picture img,
  .cupshe-care .about-cta__picture img {
    --image-hover-scale: 1;
  }
}

