.home-page {
  background: #fff;
}

.header__bar {
  padding: 9px 0;
}

.store-topbar-inner {
  display: flex;
  width: min(1150px, calc(100% - 32px));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.store-topbar-inner span,
.store-topbar-inner nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.store-topbar-inner span {
  gap: 7px;
}

.store-topbar-inner ion-icon {
  font-size: 16px;
}

.store-topbar-inner a {
  color: #fff;
  font-size: .75rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header {
  position: relative;
  padding-block: 17px;
  border-bottom: 1px solid #ececec;
}

.header.active {
  position: fixed;
}

.navbar-link {
  letter-spacing: 0;
}

.navbar-link:is(:hover, :focus) {
  color: var(--candy-pink);
}

.home-page .hero {
  height: clamp(520px, calc(100svh - 200px), 660px);
  min-height: 0;
  position: relative;
  overflow: hidden;
  background-position: center;
}

.home-page .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-page .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .hero-image-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}

.home-page .hero-image-slide.is-active {
  opacity: 1;
}

.home-page .hero-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .hero-image-slide:nth-child(1) img { object-position: center 28%; }
.home-page .hero-image-slide:nth-child(2) img { object-position: center; }
.home-page .hero-image-slide:nth-child(3) img { object-position: center 42%; }
.home-page .hero-image-slide:nth-child(4) img { object-position: center 36%; }
.home-page .hero-image-slide:nth-child(5) img { object-position: center 32%; }
.home-page .hero-image-slide:nth-child(6) img { object-position: center 38%; }
.home-page .hero-image-slide:nth-child(7) img { object-position: center 42%; }
.home-page .hero-image-slide:nth-child(9) img { object-position: center 34%; }

.home-page .hero-creative-credit {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(0, 0, 0, .26);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.home-page .hero-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 28px;
}

.home-page .hero-creative-credit.is-hidden {
  display: none;
}

.home-page .hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .6) 43%, rgba(0, 0, 0, .12) 100%);
}

.home-page .hero .container {
  position: relative;
  z-index: 2;
}

.home-page .hero-content {
  max-width: 720px;
}

.home-page .hero-subtitle {
  margin-bottom: 14px;
  color: var(--candy-pink);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-page .hero-title {
  max-width: 13ch;
  margin: 0 0 20px;
  color: var(--white);
  font-size: 5rem;
  line-height: .96;
  letter-spacing: 0;
}

.home-page .hero-text {
  max-width: 500px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .85);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-actions .btn {
  height: 46px;
  padding-inline: 24px;
  font-size: 0.92rem;
}

.home-page .hero-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.quick-start {
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.quick-start .container {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.quick-start p {
  flex: 0 0 auto;
  color: #151515;
  font-weight: 700;
}

.quick-start nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.quick-start a {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 14px;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #151515;
  font-size: .86rem;
  font-weight: 700;
}

.quick-start a:is(:hover, :focus) {
  color: #fff;
  border-color: #151515;
  background: #151515;
}

.home-page .service {
  border-bottom: 1px solid #ececec;
}

.home-page .service-list {
  gap: 24px;
  justify-content: space-between;
}

.home-page .service-item {
  width: auto;
  max-width: none;
  flex: 1 1 210px;
}

.home-universes {
  padding-top: 78px;
}

.home-section-heading {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.home-section-heading h2 {
  margin: 5px 0 0;
  color: #111;
  font-size: 2.5rem;
}

.section-kicker {
  color: var(--candy-pink);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-kicker.centered {
  margin-bottom: 7px;
  text-align: center;
}

.home-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-page .home-universes .category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.home-page .home-universes .category-list > li {
  width: auto;
}

.home-page .home-universes .category-banner {
  aspect-ratio: 4 / 5;
  background: #f4f4f4;
}

.home-page .home-universes .category-banner img {
  height: 100%;
  object-fit: cover;
}

.home-page .home-universes .category-item:nth-child(3) .category-banner img,
.home-page .home-universes .category-item:nth-child(5) .category-banner img,
.home-page .home-universes .category-item:nth-child(6) .category-banner img {
  padding: 9%;
  object-fit: contain;
  background: #f1f2f3;
}

.home-page .category-item .btn {
  width: calc(100% - 30px);
  max-width: 270px;
  white-space: normal;
  text-align: center;
}

.brand-rail {
  padding: 30px 0;
  color: #fff;
  background: #151515;
}

.brand-rail .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-rail p {
  flex: 0 0 auto;
  color: #aaa;
  font-size: .75rem;
  text-transform: uppercase;
}

.brand-rail ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-rail li {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

.home-product-intro {
  margin: -16px auto 28px;
  text-align: center;
}

.home-boutiques-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.home-boutiques-heading .btn { flex-shrink: 0; }

.home-boutiques .storefront-directory-grid { margin-bottom: 0; }

.lookbook-section {
  overflow: hidden;
  padding-block: 76px;
  background: #fff;
}

.lookbook-inner {
  width: min(1480px, calc(100% - 32px));
  margin-inline: auto;
}

.lookbook-heading {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.lookbook-heading .section-kicker {
  margin-bottom: 8px;
}

.lookbook-title {
  color: #111;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.03;
}

.lookbook-title span {
  display: block;
}

.lookbook-more {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 1rem;
  font-weight: 700;
}

.lookbook-more ion-icon {
  font-size: 1.45rem;
  transition: transform .2s ease;
}

.lookbook-more:is(:hover, :focus-visible) ion-icon {
  transform: translateX(4px);
}

.lookbook-carousel {
  position: relative;
}

.lookbook-track {
  display: grid;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 4px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.lookbook-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

.lookbook-track::-webkit-scrollbar {
  display: none;
}

.look-card {
  min-width: 0;
  scroll-snap-align: start;
}

.look-card-visual {
  position: relative;
}

.look-card-media {
  position: relative;
  display: block;
  aspect-ratio: 97 / 140;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f1f1;
}

.look-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.look-card:is(:hover, :focus-within) .look-card-image {
  transform: scale(1.025);
}

.look-card-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 105px;
  padding: 36px 18px 17px;
  align-content: end;
  gap: 3px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
}

.look-card-caption strong {
  font-size: 1.02rem;
  line-height: 1.25;
}

.look-card-caption span {
  font-size: .82rem;
  font-weight: 600;
}

.look-card-favorite,
.lookbook-nav {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.look-card-favorite {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  font-size: 1.55rem;
}

.look-card-favorite.is-added {
  color: var(--candy-pink);
}

.look-card-meta {
  display: flex;
  min-height: 66px;
  padding: 12px 2px 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.look-card-curator {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: #111;
}

.look-card-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  overflow: hidden;
  place-items: center;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
}

.look-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.look-card-curator > span:last-child {
  display: grid;
  min-width: 0;
}

.look-card-curator small {
  color: #737373;
  font-size: .67rem;
  line-height: 1.15;
}

.look-card-curator strong {
  overflow: hidden;
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.look-card-follow {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  color: #111;
  font-size: .86rem;
  font-weight: 700;
}

.look-card-follow ion-icon {
  font-size: 1.2rem;
}

.look-card-follow[aria-pressed="true"] {
  color: #4e6b38;
}

.lookbook-nav {
  position: absolute;
  top: calc(50% - 58px);
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid #e0e0e0;
  font-size: 1.5rem;
  transition: opacity .2s ease, transform .2s ease;
}

.lookbook-nav:hover {
  transform: scale(1.05);
}

.lookbook-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.lookbook-nav-prev {
  left: 14px;
}

.lookbook-nav-next {
  right: 14px;
}

.lookbook-track:focus-visible,
.look-card-favorite:focus-visible,
.look-card-follow:focus-visible,
.lookbook-nav:focus-visible {
  outline: 3px solid var(--candy-pink);
  outline-offset: 3px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.instagram-grid > blockquote.instagram-media {
  margin: 0 !important;
}

.brand-newness {
  overflow: hidden;
  background: #f2f3f3;
}

.brand-newness-heading {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.brand-newness-heading h2 {
  margin: 6px 0 8px;
  color: #151515;
  font-size: 2.6rem;
}

.brand-newness-heading p:last-child {
  color: #686868;
}

.brand-newness-heading > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: #151515;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand-carousel-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  border-bottom: 1px solid #bfc2c3;
  scrollbar-width: none;
}

.brand-carousel-tabs::-webkit-scrollbar,
.brand-carousel-track::-webkit-scrollbar {
  display: none;
}

.brand-carousel-tabs button {
  min-height: 46px;
  padding: 10px 18px;
  flex: 0 0 auto;
  border-bottom: 3px solid transparent;
  color: #6a6a6a;
  font-weight: 700;
}

.brand-carousel-tabs button[aria-selected="true"] {
  border-bottom-color: var(--candy-pink);
  color: #151515;
}

.brand-carousel-panel {
  padding-top: 22px;
}

.brand-carousel-toolbar {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-carousel-toolbar p {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.brand-carousel-toolbar strong {
  color: #151515;
  font-size: 1.2rem;
}

.brand-carousel-toolbar span {
  color: #767676;
  font-size: .78rem;
}

.brand-carousel-toolbar > div {
  display: flex;
  gap: 7px;
}

.brand-carousel-toolbar button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  background: #fff;
  color: #151515;
  font-size: 1.1rem;
}

.brand-carousel-toolbar button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.brand-carousel-track {
  display: grid;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.brand-drop-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dbdddd;
  border-radius: 4px;
  background: #fff;
  scroll-snap-align: start;
}

.brand-drop-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f8f8f8;
}

.brand-drop-image img {
  width: 100%;
  height: 100%;
  padding: 5%;
  object-fit: contain;
  transition: transform .25s ease;
}

.brand-drop-card:hover .brand-drop-image img {
  transform: scale(1.035);
}

.brand-drop-image > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  color: #fff;
  background: #151515;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-drop-card > div {
  display: grid;
  min-height: 150px;
  padding: 17px;
  align-content: start;
}

.brand-drop-card > div > p {
  margin-bottom: 6px;
  color: var(--candy-pink);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-drop-card h3 {
  min-height: 48px;
  color: #151515;
  font-size: 1rem;
  line-height: 1.4;
}

.brand-drop-link {
  display: inline-flex;
  margin-top: 13px;
  align-items: center;
  gap: 6px;
  color: #4d4d4d;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-page .filter-btn {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 14px;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #555;
}

.home-page .filter-btn.active,
.home-page .filter-btn:is(:hover, :focus) {
  border-color: #151515;
  color: #fff;
  background: #151515;
}

@media (max-width: 991px) {
  .home-page .hero {
    height: clamp(500px, calc(100svh - 110px), 620px);
    background-position: 64% center;
  }

  .home-page .hero-content {
    max-width: 62%;
  }

  .home-page .hero-title {
    font-size: 3.4rem;
  }

  .brand-rail .container,
  .brand-rail ul {
    flex-wrap: wrap;
  }

  .brand-carousel-track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }

  .lookbook-track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (max-width: 767px) {
  .store-topbar-inner {
    justify-content: center;
  }

  .store-topbar-inner nav {
    display: none;
  }

  .home-page .hero {
    height: min(610px, calc(100svh - 105px));
    min-height: 500px;
    align-items: end;
    padding-bottom: 48px;
    background-position: 66% center;
  }

  .home-page .hero-content {
    max-width: 78%;
  }

  .home-page .hero-title {
    font-size: 2.8rem;
  }

  .home-page .hero-text {
    display: none;
  }

  .home-page .hero-bottom-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
  }

  .home-page .hero-creative-credit {
    align-self: flex-end;
    max-width: 100%;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .quick-start .container {
    min-height: auto;
    padding-block: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .quick-start nav {
    justify-content: flex-start;
  }

  .home-universes {
    padding-top: 58px;
  }

  .home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .home-section-heading h2 {
    font-size: 2rem;
  }

  .home-page .home-universes .category-list {
    grid-template-columns: 1fr;
  }

  .home-page .home-universes .category-banner {
    aspect-ratio: 5 / 4;
  }

  .brand-rail .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-rail ul {
    justify-content: flex-start;
  }

  .brand-newness-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .brand-newness-heading h2 {
    font-size: 2rem;
  }

  .brand-carousel-track {
    grid-auto-columns: min(76vw, 290px);
  }

  .brand-carousel-toolbar button {
    display: none;
  }

  .lookbook-section {
    padding-block: 58px;
  }

  .lookbook-inner {
    width: calc(100% - 24px);
  }

  .lookbook-heading {
    margin-bottom: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .lookbook-title {
    font-size: 2.1rem;
  }

  .lookbook-more {
    min-height: 38px;
  }

  .lookbook-track {
    grid-auto-columns: min(78vw, 310px);
    gap: 12px;
  }

  .lookbook-nav {
    display: none;
  }
}

@media (max-width: 420px) {
  .home-page .hero-content {
    max-width: 88%;
  }

  .home-page .hero-title {
    font-size: 2.35rem;
  }

  .brand-rail li {
    font-size: 1rem;
  }

  .lookbook-title {
    font-size: 1.9rem;
  }
}

/* Home editorial: contributions visuelles de la communauté Dolphecoste. */
.home-editorial {
  position: relative;
  display: grid;
  min-height: clamp(590px, 62vw, 780px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #111;
}

.home-editorial-media,
.home-editorial-overlay,
.home-editorial-content {
  grid-area: 1 / 1;
}

.home-editorial-media {
  position: relative;
  z-index: -2;
}

.home-editorial-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .8s ease;
}

.home-editorial-slide.is-active {
  opacity: 1;
}

.home-editorial-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-editorial-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .66) 39%, rgba(0, 0, 0, .18) 72%, rgba(0, 0, 0, .2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .45), transparent 45%);
}

.home-editorial-content {
  z-index: 1;
  display: flex;
  width: min(100% - 32px, 1320px);
  min-height: inherit;
  margin-inline: auto;
  padding-block: clamp(68px, 9vw, 120px) 42px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.home-editorial-copy {
  width: min(100%, 540px);
}

.home-editorial-copy .section-kicker {
  margin-bottom: 12px;
  color: var(--candy-pink);
}

.home-editorial-copy h2 {
  max-width: 11ch;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .98;
}

.home-editorial-copy > p:not(.section-kicker):not(.home-editorial-credit) {
  max-width: 43ch;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 1rem;
  line-height: 1.65;
}

.home-editorial-credit {
  display: inline-flex;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(0, 0, 0, .25);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.home-editorial-controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.home-editorial-arrow,
.home-editorial-dots button {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.home-editorial-arrow {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  font-size: 1.35rem;
  transition: color .2s ease, background .2s ease;
}

.home-editorial-arrow:is(:hover, :focus-visible) {
  color: #111;
  background: #fff;
  outline: none;
}

.home-editorial-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-editorial-dots button {
  width: 24px;
  height: 4px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  transition: width .2s ease, background .2s ease;
}

.home-editorial-dots button[aria-pressed="true"] {
  width: 42px;
  background: var(--candy-pink);
}



.home-editorial-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .home-editorial {
    min-height: 620px;
  }

  .home-editorial-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .52) 56%, rgba(0, 0, 0, .12) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 100%);
  }

  .home-editorial-content {
    width: min(100% - 28px, 540px);
    padding-block: 210px 28px;
  }

  .home-editorial-copy h2 {
    max-width: 13ch;
    font-size: 2.6rem;
  }

  .home-editorial-copy > p:not(.section-kicker):not(.home-editorial-credit) {
    font-size: .93rem;
  }

  .home-editorial-controls {
    justify-content: flex-start;
    gap: 10px;
  }

  .home-editorial-arrow {
    width: 40px;
    height: 40px;
  }

  .home-editorial-dots {
    max-width: calc(100vw - 124px);
    overflow: hidden;
  }

  .home-editorial-dots button {
    width: 16px;
  }

  .home-editorial-dots button[aria-pressed="true"] {
    width: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-image-slide,
  .home-editorial-slide,
  .home-editorial-arrow,
  .home-editorial-dots button {
    transition: none;
  }
}
