.nav .logo {
  width: 78px !important;
  height: 68px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: left center !important;
  background-size: contain !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  opacity: 0.96;
}

.mobile-panel .logo {
  width: 82px !important;
  height: 72px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-position: left center !important;
  background-size: contain !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  opacity: 0.96;
}

.service-pill strong {
  font-family: var(--serif) !important;
  font-size: 24px !important;
  line-height: 1.35;
}

.service-pill span {
  margin-top: 9px !important;
  font-size: 12px !important;
  line-height: 1.75;
}

.product-price {
  align-items: flex-end !important;
  gap: 10px;
}

.product-price .sale-price {
  display: grid;
  gap: 3px;
}

.product-price .sale-label,
.product-price .regular-label {
  color: #8f888b;
  font-size: 9px;
  font-weight: 700;
}

.product-price .sale-value {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.product-price .regular-price {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.product-price .regular-value {
  color: #8f888b;
  font-size: 11px;
  text-decoration: line-through;
}

.guide-modal {
  display: flex !important;
  flex-direction: column;
  max-height: calc(100svh - 20px) !important;
  overflow: hidden !important;
}

.guide-modal h2 {
  margin-top: 0 !important;
  font-size: clamp(22px, 4.8vw, 30px) !important;
  line-height: 1.25;
}

.guide-modal > p {
  line-height: 1.65;
}

.guide-video-wrap {
  flex: 1 1 auto;
  min-height: 0;
}

.guide-video {
  display: block;
  width: 100%;
  max-height: min(52svh, 560px) !important;
  object-fit: contain;
}

.guide-download {
  flex: 0 0 auto;
  min-height: 54px;
  margin-top: 14px !important;
  font-size: 16px !important;
  letter-spacing: 0.02em;
}

@media (max-width: 640px) {
  .nav .logo {
    width: 66px !important;
    height: 58px !important;
    background-size: contain !important;
  }

  .service-pill strong {
    font-size: 22px !important;
  }

  .product-price {
    display: grid !important;
    gap: 8px;
  }

  .product-price .regular-price {
    justify-items: start;
  }

  .product-price .sale-value {
    font-size: 20px;
  }

  .guide-modal {
    padding: 18px 12px 12px !important;
  }

  .guide-modal h2 {
    margin-bottom: 6px !important;
  }

  .guide-modal > p {
    margin-bottom: 10px !important;
    font-size: 11px !important;
  }

  .guide-video {
    max-height: 50svh !important;
  }

  .guide-download {
    min-height: 50px;
    margin-top: 10px !important;
  }
}

@media (max-height: 720px) {
  .guide-modal {
    padding-top: 12px !important;
  }

  .guide-modal h2 {
    font-size: 21px !important;
  }

  .guide-modal > p {
    margin-bottom: 7px !important;
    line-height: 1.45;
  }

  .guide-video {
    max-height: 44svh !important;
  }

  .guide-download {
    min-height: 46px;
    margin-top: 8px !important;
  }
}
