.home-shorts {
  position: relative;
  width: 1920px;
  height: 800px;
  margin-inline: auto;
  background: #fbfafe;
  border-radius: 100px;
  overflow: hidden;
}

.home-shorts__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-shorts__bg-dots {
  position: absolute;
  top: -238px;
  left: -150px;
  width: 2681px;
  height: 1503px;
  background: url("../img/home-shorts/bg-dots.webp") center / cover no-repeat;
  opacity: 0.3;
}

.home-shorts__bg-dots-2 {
  position: absolute;
  top: -538px;
  left: -184px;
  width: 2104px;
  height: 1574px;
  background: url("../img/home-shorts/bg-dots-2.webp") center / cover no-repeat;
  opacity: 0.05;
}

.home-shorts__bg-icon {
  position: absolute;
  top: -675px;
  left: -917px;
  width: 2964px;
  height: 2219px;
  background: url("../img/home-shorts/bg-icon.webp") center / cover no-repeat;
  opacity: 0.03;
}

.home-shorts__copy {
  position: absolute;
  top: 194px;
  left: 1163px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 500px;
  pointer-events: none;
}

.home-shorts__copy-title {
  margin: 0;
  flex: none;
  width: 100%;
  height: 46px;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-shorts__copy-title-accent {
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 700;
  color: #43328a;
}

.home-shorts__copy-body {
  margin: 0;
  flex: none;
  display: flex;
  align-items: center;
  width: 500px;
  height: 168px;
}

.home-shorts__copy-body p {
  margin: 0;
  width: 100%;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-shorts__copy-body strong {
  font-weight: 500;
  color: #43328a;
}

.home-shorts__copy-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  gap: 17px;
  width: 424px;
}

.home-shorts__cta-wrap {
  display: flex;
  align-items: flex-start;
  flex: none;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.home-shorts__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 404px;
  height: 71px;
  padding: 24px 26px;
  box-sizing: border-box;
  border: 0;
  border-radius: 10px;
  background: #43328a;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.home-shorts__cta:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-shorts__link {
  flex: none;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: "Manrope", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  background-image: linear-gradient(90deg, #5445c4, #666);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.home-shorts__link:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

.home-shorts__collage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-shorts__shot,
.home-shorts__deco,
.home-shorts__label-pill,
.home-shorts__label-text,
.home-shorts__dur {
  position: absolute;
}

.home-shorts__shot img,
.home-shorts__deco img,
.home-shorts__label-pill img,
.home-shorts__label-text img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

.home-shorts__label-pill .home-shorts__label-img--mobile,
.home-shorts__label-text .home-shorts__label-img--mobile {
  display: none;
}

.home-shorts__label-pill {
  top: 139px;
  left: 300px;
  width: 355px;
  height: 96px;
  z-index: 2;
}

.home-shorts__label-text {
  top: 165.02px;
  left: 371.54px;
  width: 212.97px;
  height: 37.06px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-shorts__label-text img {
  /* Figma 4420:251 — Karlo Cham 30px in 37.06px box */
  width: 81%;
  height: 81%;
  object-fit: contain;
  object-position: center;
}

.home-shorts__shot--boy {
  top: 132.6px;
  left: 609.3px;
  width: 480.3px;
  height: 480.3px;
  z-index: 4;
}

.home-shorts__shot--horse {
  top: 169.6px;
  left: 842.1px;
  width: 242.2px;
  height: 357.5px;
  z-index: 5;
}

.home-shorts__deco--shorts {
  top: 80px;
  left: 773.4px;
  width: 181.7px;
  height: 181.7px;
  z-index: 6;
}

.home-shorts__deco--stripes {
  top: 372.61px;
  left: 938.8px;
  width: 224.2px;
  height: 167.8px;
  z-index: 6;
}

.home-shorts__dur {
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  border-radius: 50px;
  box-shadow: 0 3px 8px #686881;
  font-family: "Qanelas-SemiBold", "Qanelas", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #3a3a3a;
  text-shadow: 0 0 5px #fff;
}

.home-shorts__dur--30 {
  top: 579.22px;
  left: 749.35px;
  width: 100.34px;
  height: 45.78px;
  background: linear-gradient(180deg, #f3e7ff 0%, #d1c8d5 100%);
}

.home-shorts__dur--45 {
  top: 579.22px;
  left: 871.19px;
  width: 100.34px;
  height: 45.78px;
  background: linear-gradient(0deg, #d9d8fa 0%, #eeebff 100%);
}

.home-shorts__dur--60 {
  top: 579.22px;
  left: 990.99px;
  width: 99.32px;
  height: 45.78px;
  background: linear-gradient(180deg, #e6e5f5 0%, #e8daff 100%);
}

.home-shorts__shot--format {
  top: 279.6px;
  left: 224.3px;
  width: 533.4px;
  height: 169.2px;
  z-index: 8;
}

.home-shorts__shot--size {
  top: 418.5px;
  left: 247.2px;
  width: 486.3px;
  height: 198.2px;
  z-index: 9;
}

@media (max-width: 1679px) {
  .home-shorts {
    width: 1440px;
    height: 700px;
    zoom: calc(100cqw / 1440px);
    margin-inline: 0;
    margin-bottom: 0;
  }

  .home-shorts__bg-dots {
    top: -238px;
    left: -159px;
    width: 1709px;
    height: 958px;
  }

  .home-shorts__bg-dots-2 {
    top: -499px;
    left: -185px;
    width: 1659px;
    height: 1242px;
  }

  .home-shorts__bg-icon {
    top: -540px;
    left: -806px;
    width: 2485px;
    height: 1860px;
  }

  .home-shorts__copy {
    top: 177px;
    left: 876px;
    gap: 10px;
    width: 500px;
  }

  .home-shorts__copy-title {
    font-size: 32px;
  }

  .home-shorts__copy-body {
    width: 450px;
  }

  .home-shorts__copy-body p {
    font-size: 18px;
  }

  .home-shorts__copy-actions {
    gap: 10px;
  }

  .home-shorts__cta {
    width: 321px;
    height: 61px;
    font-size: 18px;
  }

  .home-shorts__link {
    width: 321px;
    font-size: 16px;
  }

  .home-shorts__label-pill {
    top: 126px;
    left: 176.45px;
    width: 244.38px;
    height: 75px;
  }

  .home-shorts__label-text {
    top: 147.11px;
    left: 209.89px;
    width: 178.35px;
    height: 32.37px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-shorts__label-text img {
    width: 81%;
    height: 81%;
    object-fit: contain;
    object-position: center;
  }

  .home-shorts__shot--boy {
    top: 125px;
    left: 427px;
    width: 436px;
    height: 436px;
  }

  .home-shorts__shot--horse {
    top: 157.9px;
    left: 630.88px;
    width: 220.82px;
    height: 324.98px;
  }

  .home-shorts__deco--shorts {
    top: 76px;
    left: 588px;
    width: 146.82px;
    height: 146.82px;
  }

  .home-shorts__deco--stripes {
    top: 327.08px;
    left: 703.26px;
    width: 191.74px;
    height: 143.5px;
  }

  .home-shorts__dur {
    font-size: 18px;
  }

  .home-shorts__dur--30 {
    top: 506.02px;
    left: 548.59px;
    width: 84.03px;
    height: 39.98px;
  }

  .home-shorts__dur--45 {
    top: 506.02px;
    left: 650.62px;
    width: 84.03px;
    height: 39.98px;
  }

  .home-shorts__dur--60 {
    top: 506.02px;
    left: 750.95px;
    width: 83.17px;
    height: 39.98px;
  }

  .home-shorts__shot--format {
    top: 244.95px;
    left: 107.17px;
    width: 459.33px;
    height: 147.87px;
  }

  .home-shorts__shot--size {
    top: 366.5px;
    left: 122.15px;
    width: 419.01px;
    height: 172.69px;
  }
}

@media (max-width: 1023px) and (min-width: 750px) {
  .home-shorts {
    width: 100%;
    height: auto;
    aspect-ratio: 768 / 900;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: calc(100 / 768 * 100cqi);
    container-type: inline-size;
    container-name: home-shorts;
  }

  .home-shorts__bg-dots {
    top: calc(-238 / 900 * 100%);
    left: calc(-150 / 768 * 100%);
    width: calc(2030 / 768 * 100%);
    height: calc(1138 / 900 * 100%);
  }

  .home-shorts__bg-dots-2 {
    display: block;
    top: calc(-15 / 900 * 100%);
    left: calc(-184 / 768 * 100%);
    width: calc(1223 / 768 * 100%);
    height: calc(915 / 900 * 100%);
  }

  .home-shorts__bg-icon {
    top: calc(-450 / 900 * 100%);
    left: calc(-689 / 768 * 100%);
    width: calc(2089 / 768 * 100%);
    height: calc(1563 / 900 * 100%);
  }

  .home-shorts__copy {
    top: calc(562 / 900 * 100%);
    left: calc(134 / 768 * 100%);
    gap: calc(10 / 768 * 100cqi);
    width: calc(500 / 768 * 100%);
    align-items: center;
  }

  .home-shorts__copy-title {
    height: auto;
    font-size: 3.125cqi;
    text-align: center;
  }

  .home-shorts__copy-body {
    width: calc(450 / 500 * 100%);
    height: auto;
    justify-content: center;
  }

  .home-shorts__copy-body p {
    font-size: 2.083cqi;
    text-align: center;
  }

  .home-shorts__copy-actions {
    gap: calc(10 / 768 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-shorts__cta-wrap {
    justify-content: center;
    padding: calc(10 / 768 * 100cqi) 0 0;
  }

  .home-shorts__cta {
    width: calc(321 / 768 * 100cqi);
    height: calc(58 / 768 * 100cqi);
    padding: 0;
    font-size: 2.344cqi;
  }

  .home-shorts__link {
    width: calc(321 / 768 * 100cqi);
    font-size: 2.083cqi;
  }

  .home-shorts__label-pill {
    top: calc(109 / 900 * 100%);
    left: calc(154.97 / 768 * 100%);
    width: calc(211.738 / 768 * 100%);
    height: calc(46.392 / 768 * 100cqi);
  }

  .home-shorts__label-text {
    top: calc(121.7 / 900 * 100%);
    left: calc(197.33 / 768 * 100%);
    width: calc(127.02 / 768 * 100%);
    height: calc(20.98 / 768 * 100cqi);
  }

  .home-shorts__label-text img {
    object-fit: contain;
    object-position: center;
  }

  .home-shorts__shot--boy {
    top: calc(105.54 / 900 * 100%);
    left: calc(346.26 / 768 * 100%);
    width: calc(393.46 / 768 * 100%);
    height: calc(393.46 / 768 * 100cqi);
  }

  .home-shorts__shot--horse {
    top: calc(134.91 / 900 * 100%);
    left: calc(556.14 / 768 * 100%);
    width: calc(189.936 / 768 * 100%);
    height: calc(288.45 / 768 * 100cqi);
  }

  .home-shorts__deco--shorts {
    top: calc(49 / 900 * 100%);
    left: calc(488.34 / 768 * 100%);
    width: calc(138.863 / 768 * 100%);
    height: calc(138.863 / 768 * 100cqi);
  }

  .home-shorts__deco--stripes {
    top: calc(288.92 / 900 * 100%);
    left: calc(594.65 / 768 * 100%);
    width: calc(181.353 / 768 * 100%);
    height: calc(135.729 / 768 * 100cqi);
  }

  .home-shorts__dur {
    font-size: 2.083cqi;
  }

  .home-shorts__dur--30 {
    top: calc(458.97 / 900 * 100%);
    left: calc(450.96 / 768 * 100%);
    width: calc(78.847 / 768 * 100%);
    height: calc(38.12 / 768 * 100cqi);
  }

  .home-shorts__dur--45 {
    top: calc(458.97 / 900 * 100%);
    left: calc(546.7 / 768 * 100%);
    width: calc(78.847 / 768 * 100%);
    height: calc(38.12 / 768 * 100cqi);
  }

  .home-shorts__dur--60 {
    top: calc(458.97 / 900 * 100%);
    left: calc(640.84 / 768 * 100%);
    width: calc(78.042 / 768 * 100%);
    height: calc(38.12 / 768 * 100cqi);
  }

  .home-shorts__shot--format {
    top: calc(229.55 / 900 * 100%);
    left: calc(46 / 768 * 100%);
    width: calc(415.851 / 768 * 100%);
    height: calc(121.262 / 768 * 100cqi);
  }

  .home-shorts__shot--size {
    top: calc(331.14 / 900 * 100%);
    left: calc(63.15 / 768 * 100%);
    width: calc(377.718 / 768 * 100%);
    height: calc(144.739 / 768 * 100cqi);
  }
}

@media (max-width: 749px) {
  .home-shorts {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 700;
    zoom: unset;
    margin-inline: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: calc(100 / 360 * 100cqi);
    container-type: inline-size;
    container-name: home-shorts;
  }

  .home-shorts__bg-dots {
    top: 0;
    left: calc(-150 / 360 * 100%);
    width: calc(1275 / 360 * 100%);
    height: calc(715 / 700 * 100%);
  }

  .home-shorts__bg-dots-2 {
    display: block;
    top: calc(20 / 700 * 100%);
    left: calc(-112 / 360 * 100%);
    width: calc(993 / 360 * 100%);
    height: calc(743 / 700 * 100%);
  }

  .home-shorts__bg-icon {
    top: calc(-216 / 700 * 100%);
    left: calc(-452 / 360 * 100%);
    width: calc(1247 / 360 * 100%);
    height: calc(933 / 700 * 100%);
  }

  .home-shorts__copy {
    top: calc(442 / 700 * 100%);
    left: 50%;
    transform: translateX(-50%);
    gap: calc(10 / 360 * 100cqi);
    width: calc(315 / 360 * 100%);
    align-items: center;
  }

  .home-shorts__copy-title {
    height: auto;
    font-size: 4.444cqi;
    text-align: center;
  }

  .home-shorts__copy-body {
    width: 100%;
    height: auto;
    min-height: calc(104 / 700 * 100%);
    justify-content: center;
  }

  .home-shorts__copy-body p {
    font-size: 3.333cqi;
    text-align: center;
  }

  .home-shorts__copy-actions {
    gap: calc(10 / 360 * 100cqi);
    width: 100%;
    align-items: center;
  }

  .home-shorts__cta-wrap {
    justify-content: center;
    padding: calc(10 / 360 * 100cqi) 0 0;
  }

  .home-shorts__cta {
    width: calc(247 / 360 * 100cqi);
    height: calc(46 / 360 * 100cqi);
    padding: 0;
    font-size: 3.889cqi;
  }

  .home-shorts__link {
    width: calc(321 / 360 * 100cqi);
    max-width: 100%;
    font-size: 3.056cqi;
  }

  .home-shorts__label-pill .home-shorts__label-img--desktop,
  .home-shorts__label-text .home-shorts__label-img--desktop {
    display: none;
  }

  .home-shorts__label-pill .home-shorts__label-img--mobile,
  .home-shorts__label-text .home-shorts__label-img--mobile {
    display: block;
  }

  .home-shorts__label-pill {
    top: calc(91 / 700 * 100%);
    left: calc(35 / 360 * 100%);
    width: calc(154 / 360 * 100%);
    height: calc(41 / 360 * 100cqi);
  }

  .home-shorts__label-pill .home-shorts__label-img--mobile {
    object-fit: fill;
  }

  .home-shorts__label-text {
    top: calc(105 / 700 * 100%);
    left: calc(66 / 360 * 100%);
    width: calc(92 / 360 * 100%);
    height: calc(12.5 / 360 * 100cqi);
    z-index: 3;
  }

  .home-shorts__label-text img {
    object-fit: contain;
    object-position: center;
  }

  .home-shorts__shot--boy {
    top: calc(93.69 / 700 * 100%);
    left: calc(164 / 360 * 100%);
    width: calc(192.31 / 360 * 100%);
    height: calc(192.31 / 360 * 100cqi);
  }

  .home-shorts__shot--horse {
    top: calc(109 / 700 * 100%);
    left: calc(258.39 / 360 * 100%);
    width: calc(92.84 / 360 * 100%);
    height: calc(140.99 / 360 * 100cqi);
  }

  .home-shorts__deco--shorts {
    top: calc(64 / 700 * 100%);
    left: calc(237 / 360 * 100%);
    width: calc(67.87 / 360 * 100%);
    height: calc(67.87 / 360 * 100cqi);
  }

  .home-shorts__deco--stripes {
    top: calc(183.94 / 700 * 100%);
    left: calc(287.29 / 360 * 100%);
    width: calc(88.64 / 360 * 100%);
    height: calc(66.34 / 360 * 100cqi);
  }

  .home-shorts__dur {
    font-size: 2.222cqi;
  }

  .home-shorts__dur--30 {
    top: calc(266.61 / 700 * 100%);
    left: calc(215.63 / 360 * 100%);
    width: calc(38.88 / 360 * 100%);
    height: calc(18.47 / 360 * 100cqi);
  }

  .home-shorts__dur--45 {
    top: calc(266.61 / 700 * 100%);
    left: calc(262.85 / 360 * 100%);
    width: calc(38.88 / 360 * 100%);
    height: calc(18.47 / 360 * 100cqi);
  }

  .home-shorts__dur--60 {
    top: calc(266.61 / 700 * 100%);
    left: calc(309.27 / 360 * 100%);
    width: calc(38.49 / 360 * 100%);
    height: calc(18.47 / 360 * 100cqi);
  }

  .home-shorts__shot--format {
    top: calc(186.03 / 700 * 100%);
    left: calc(13 / 360 * 100%);
    width: calc(203.26 / 360 * 100%);
    height: calc(59.27 / 360 * 100cqi);
  }

  .home-shorts__shot--size {
    top: calc(235.14 / 700 * 100%);
    left: calc(22.26 / 360 * 100%);
    width: calc(184.62 / 360 * 100%);
    height: calc(70.75 / 360 * 100cqi);
  }
}

@media (min-width: 1920px) {
  .screen.home-chrome {
    min-height: 2480px;
  }
}
