.landing-nav-brand .brand-mark-image,
.common-pill-nav-logo {
  width: 160px !important;
  height: auto !important;
  max-height: 24px !important;
  object-fit: contain !important;
}

.common-pill-nav-wrap {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  pointer-events: none;
}

.common-pill-nav {
  width: min(920px, calc(100vw - 40px));
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 12px 20px 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(55, 55, 60, 0.94);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.common-pill-nav-brand,
.common-pill-nav-links,
.common-pill-nav-cta {
  display: flex;
  align-items: center;
}

.common-pill-nav-brand {
  min-width: 0;
}

.common-pill-nav-links {
  gap: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.common-pill-nav-links a {
  color: inherit;
  text-decoration: none;
}

.common-pill-nav-cta {
  min-height: 52px;
  justify-content: center;
  padding: 0 32px;
  border-radius: 999px;
  background: #fff;
  color: #0b0b0d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.landing-hero-logo {
  width: min(520px, 82vw) !important;
  height: auto !important;
  margin-bottom: 32px !important;
}

.landing-hero-logo .brand-mark-image {
  content: url("/assets/MONOCHROM-BlackLogo.svg");
  width: 100% !important;
  height: auto !important;
  max-height: 90px !important;
  object-fit: contain !important;
}

.landing-hero h1 {
  max-width: none !important;
  margin: 0 0 32px !important;
  font-family: Inter, "SF Pro Display", "Segoe UI", sans-serif !important;
  font-size: clamp(2.6rem, 5.6vw, 5.1rem) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.06em !important;
}

.landing-hero p {
  margin: 0 !important;
}

.landing-app-badge-link {
  margin-top: 32px !important;
}

.landing-app-download {
  display: none !important;
}

.monochrom-looks-container {
  width: min(1400px, 92vw) !important;
  max-width: 1400px !important;
  margin-inline: auto !important;
}

.monochrom-slideshow-frame {
  position: relative !important;
  width: 100% !important;
  max-width: 1400px !important;
  aspect-ratio: 16 / 10 !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  background: #050505 !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42) !important;
}

.monochrom-slideshow {
  position: absolute;
  inset: 0;
}

.monochrom-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 900ms ease, transform 1400ms ease;
}

.monochrom-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.monochrom-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.monochrom-slide figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.monochrom-slide-dots {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.monochrom-slide-dots span {
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  color: transparent;
  transition: width 250ms ease, background 250ms ease;
}

.monochrom-slide-dots span.is-active {
  width: 28px;
  background: #fff;
}

.monochrom-slideshow-copy {
  width: min(820px, 88vw);
  margin: 28px auto 34px !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0;
}

.monochrom-static-image {
  position: relative;
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 10;
  margin: 0 auto !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.monochrom-static-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.monochrom-static-image figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.monochrom-photo-section-container {
  width: min(1400px, 92vw) !important;
  max-width: 1400px !important;
  margin-inline: auto !important;
}

.monochrom-photo-section-container .stylist-heading {
  margin-bottom: 52px !important;
  text-align: center !important;
}

.monochrom-feature-grid {
  width: 100% !important;
  margin: 0 auto 64px !important;
  padding-top: 32px !important;
  gap: 46px !important;
}

.monochrom-feature-card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.monochrom-feature-card h3 {
  margin-bottom: 14px !important;
  color: #090909 !important;
}

.monochrom-feature-card p {
  color: rgba(0, 0, 0, 0.62) !important;
}

.monochrom-photo-feature {
  position: relative;
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 11;
  margin: 0 auto !important;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.16);
}

.monochrom-photo-feature img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.monochrom-photo-feature figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
}

.is-disabled-cta {
  pointer-events: none !important;
  cursor: default !important;
}

.monochrom-final-cta-section {
  padding: 120px 24px 96px !important;
}

.monochrom-final-cta-section .landing-summary {
  min-height: 0 !important;
  justify-content: center !important;
  text-align: center !important;
}

.monochrom-final-cta {
  margin: 0 auto !important;
}

.landing-footer-logo,
.landing-footer-logo-link .brand-mark-image {
  width: 220px !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.settings-modal-logo .brand-mark-image {
  width: 220px !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

@media (max-width: 640px) {
  .landing-hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem) !important;
  }

  .landing-hero-logo {
    margin-bottom: 24px !important;
  }

  .landing-hero h1 {
    margin-bottom: 24px !important;
  }

  .landing-app-badge-link {
    margin-top: 24px !important;
  }

  .monochrom-slideshow-frame {
    width: min(100%, 92vw) !important;
    aspect-ratio: 4 / 5 !important;
  }

  .monochrom-slide figcaption {
    top: 12px;
    left: 12px;
  }

  .monochrom-slide-dots {
    right: 12px;
    bottom: 12px;
  }

  .monochrom-static-image {
    width: min(100%, 92vw);
    aspect-ratio: 4 / 5;
  }

  .monochrom-static-image figcaption {
    top: 12px;
    left: 12px;
  }

  .monochrom-photo-feature {
    width: min(100%, 92vw);
    aspect-ratio: 4 / 5;
  }

  .monochrom-photo-feature figcaption {
    top: 12px;
    left: 12px;
  }
}
