.lobey-pdp {
  --navy: #1e3a5c;
  --navy-deep: #132844;
  --peach: #efa86f;
  --peach-soft: #f8e4d4;
  --cream: #fffaf6;
  --mist: #f2f6f4;
  --ink: #24364b;
  --muted: #667386;
  --line: rgba(30, 58, 92, 0.14);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 1240px;
  padding: 10px 20px 72px;
}

.lobey-pdp *,
.lobey-pdp *::before,
.lobey-pdp *::after {
  box-sizing: border-box;
}

.lobey-pdp img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lobey-pdp h2,
.lobey-pdp h3,
.lobey-pdp p,
.lobey-pdp figure,
.lobey-pdp blockquote {
  margin-top: 0;
}

.lobey-pdp h2 {
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 22px;
}

.lobey-pdp h3 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.lobey-pdp a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lobey-pdp a:focus-visible,
.lobey-pdp summary:focus-visible {
  outline: 3px solid var(--peach);
  outline-offset: 4px;
}

.lobey-pdp__quick-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(26, 47, 72, 0.1);
  display: flex;
  gap: 8px;
  margin: 0 auto 34px;
  max-width: max-content;
  overflow-x: auto;
  padding: 8px;
  position: sticky;
  scrollbar-width: none;
  top: 10px;
  z-index: 20;
}

.lobey-pdp__quick-nav::-webkit-scrollbar {
  display: none;
}

.lobey-pdp__quick-nav a {
  border-radius: 999px;
  color: var(--navy);
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lobey-pdp__quick-nav a:hover {
  background: var(--navy);
  color: #fff;
}

.lobey-pdp__section {
  margin: 0 0 34px;
  scroll-margin-top: 94px;
}

.lobey-pdp__eyebrow {
  color: #bd6b31;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.lobey-pdp__lead {
  color: var(--navy-deep);
  font-size: 20px;
  line-height: 1.55;
}

.lobey-pdp__intro {
  align-items: center;
  background: var(--cream);
  border: 1px solid rgba(239, 168, 111, 0.25);
  border-radius: 28px;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  overflow: hidden;
  padding: clamp(28px, 5vw, 68px);
}

.lobey-pdp__intro-copy > :last-child,
.lobey-pdp__audience-copy > :last-child,
.lobey-pdp__ingredients-copy > :last-child {
  margin-bottom: 0;
}

.lobey-pdp__media-card {
  border-radius: 24px;
  margin-bottom: 0;
  overflow: hidden;
}

.lobey-pdp__media-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.lobey-pdp__media-card--warm {
  box-shadow: 0 24px 70px rgba(96, 61, 35, 0.18);
  transform: rotate(1.4deg);
}

.lobey-pdp__section-heading {
  max-width: 760px;
}

.lobey-pdp__section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lobey-pdp__benefits {
  padding: 62px 0 22px;
}

.lobey-pdp__benefit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lobey-pdp__benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  grid-column: span 2;
  min-height: 226px;
  padding: 26px;
}

.lobey-pdp__benefit-card:nth-child(4),
.lobey-pdp__benefit-card:nth-child(5) {
  grid-column: span 3;
}

.lobey-pdp__benefit-card--accent {
  background: var(--navy);
  border-color: var(--navy);
  color: rgba(255, 255, 255, 0.88);
}

.lobey-pdp__benefit-card--accent h3,
.lobey-pdp__benefit-card--accent .lobey-pdp__benefit-no {
  color: #fff;
}

.lobey-pdp__benefit-no {
  color: #c5743a;
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 32px;
}

.lobey-pdp__audience {
  align-items: center;
  background: var(--navy);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.88);
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  padding: clamp(28px, 5vw, 60px);
}

.lobey-pdp__audience h2,
.lobey-pdp__audience h3 {
  color: #fff;
}

.lobey-pdp__audience .lobey-pdp__eyebrow {
  color: #ffc79d;
}

.lobey-pdp__media-card--full img {
  aspect-ratio: 4 / 5;
}

.lobey-pdp__check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.lobey-pdp__check-list li {
  padding-left: 32px;
  position: relative;
}

.lobey-pdp__check-list li::before {
  align-items: center;
  background: var(--peach);
  border-radius: 50%;
  color: var(--navy-deep);
  content: "✓";
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}

.lobey-pdp__note {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  font-size: 14px;
  padding: 18px;
}

.lobey-pdp__usage {
  background: var(--mist);
  border-radius: 28px;
  padding: clamp(34px, 6vw, 72px);
}

.lobey-pdp__steps {
  counter-reset: none;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 40px 0 26px;
  padding: 0;
}

.lobey-pdp__steps li {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(25, 53, 77, 0.08);
  min-height: 220px;
  padding: 28px;
}

.lobey-pdp__steps li > span {
  align-items: center;
  background: var(--peach-soft);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin-bottom: 30px;
  width: 48px;
}

.lobey-pdp__usage-strip {
  align-items: center;
  background: var(--navy);
  border-radius: 18px;
  color: #fff;
  display: flex;
  gap: 22px;
  justify-content: center;
  padding: 18px 24px;
  text-align: center;
}

.lobey-pdp__usage-strip strong {
  color: #ffc79d;
  flex: 0 0 auto;
}

.lobey-pdp__ingredients {
  background: var(--cream);
  border: 1px solid rgba(239, 168, 111, 0.24);
  border-radius: 28px;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.88fr 1.12fr;
  overflow: hidden;
  padding: clamp(28px, 5vw, 60px);
}

.lobey-pdp__ingredients-visual {
  background-image: linear-gradient(135deg, rgba(19, 40, 68, 0.08), rgba(239, 168, 111, 0.08)), url("/user/documents/upload/product-pages/intimni-pena/hero-background-v3-botanical-macro-shoptet.jpg");
  background-position: left center;
  background-size: cover;
  border-radius: 24px;
  min-height: 360px;
}

.lobey-pdp__ingredients-copy {
  align-self: center;
}

.lobey-pdp__ingredient-grid {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lobey-pdp__ingredient-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  grid-column: span 2;
  padding: 24px;
}

.lobey-pdp__ingredient-grid article:nth-child(4),
.lobey-pdp__ingredient-grid article:nth-child(5) {
  grid-column: span 3;
}

.lobey-pdp__ingredient-grid article > span {
  align-items: center;
  background: var(--peach-soft);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-bottom: 24px;
  width: 52px;
}

.lobey-pdp__reviews {
  align-items: center;
  display: grid;
  gap: clamp(32px, 7vw, 88px);
  grid-template-columns: 0.72fr 1.28fr;
  padding: 46px clamp(12px, 4vw, 44px);
}

.lobey-pdp__review-score {
  background: var(--navy);
  border-radius: 28px;
  color: #fff;
  padding: 42px 28px;
  text-align: center;
}

.lobey-pdp__stars {
  color: #ffbd73;
  display: block;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.lobey-pdp__review-score strong {
  display: block;
  font-size: 56px;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 14px;
}

.lobey-pdp__review-score p {
  margin-bottom: 0;
}

.lobey-pdp__review-score small {
  color: rgba(255, 255, 255, 0.64);
}

.lobey-pdp__quote-grid {
  display: grid;
  gap: 12px;
}

.lobey-pdp__quote-grid blockquote {
  background: var(--mist);
  border: 0;
  border-radius: 16px;
  color: var(--navy);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
  padding: 18px 22px;
}

.lobey-pdp__review-note {
  color: var(--muted);
  font-size: 13px;
  margin: 16px 0 0;
}

.lobey-pdp__refill {
  align-items: center;
  background: linear-gradient(120deg, #fff2e7 0%, #f7e1d1 64%, #f4c8a7 100%);
  border-radius: 28px;
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  position: relative;
}

.lobey-pdp__refill::after {
  border: 2px solid rgba(30, 58, 92, 0.18);
  border-radius: 50%;
  content: "";
  height: 340px;
  position: absolute;
  right: -170px;
  top: -170px;
  width: 340px;
}

.lobey-pdp__refill > * {
  position: relative;
  z-index: 1;
}

.lobey-pdp__refill-badge {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: center;
  padding: 24px;
  text-align: center;
  width: 190px;
}

.lobey-pdp__refill-badge strong {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}

.lobey-pdp__refill-badge span {
  font-size: 13px;
}

.lobey-pdp__button {
  background: var(--navy);
  border: 2px solid var(--navy);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  margin-top: 10px;
  padding: 13px 22px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lobey-pdp__button:hover {
  background: #fff;
  color: var(--navy);
  transform: translateY(-1px);
}

.lobey-pdp__faq {
  padding: 54px clamp(6px, 3vw, 34px);
}

.lobey-pdp__faq-list {
  border-top: 1px solid var(--line);
}

.lobey-pdp__faq-list details,
.lobey-pdp__composition-details {
  border-bottom: 1px solid var(--line);
}

.lobey-pdp__faq-list summary,
.lobey-pdp__composition-details summary {
  color: var(--navy);
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
  padding: 22px 46px 22px 0;
  position: relative;
}

.lobey-pdp__faq-list summary::-webkit-details-marker,
.lobey-pdp__composition-details summary::-webkit-details-marker {
  display: none;
}

.lobey-pdp__faq-list summary::after,
.lobey-pdp__composition-details summary::after {
  content: "+";
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: 14px;
}

.lobey-pdp__faq-list details[open] summary::after,
.lobey-pdp__composition-details[open] summary::after {
  content: "−";
}

.lobey-pdp__faq-list details p,
.lobey-pdp__composition-details p {
  max-width: 960px;
  padding: 0 44px 20px 0;
}

.lobey-pdp__composition {
  background: var(--mist);
  border-radius: 28px;
  padding: clamp(34px, 6vw, 66px);
}

.lobey-pdp__composition-details:last-child {
  border-bottom: 0;
}

.lobey-pdp__composition-details:last-child p {
  font-size: 14px;
  overflow-wrap: anywhere;
}

.lobey-pdp__final-cta {
  background: var(--navy);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  padding: clamp(40px, 7vw, 80px) clamp(28px, 8vw, 104px);
  position: relative;
  text-align: center;
}

.lobey-pdp__final-cta::before,
.lobey-pdp__final-cta::after {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.lobey-pdp__final-cta::before {
  height: 280px;
  left: -160px;
  top: -120px;
  width: 280px;
}

.lobey-pdp__final-cta::after {
  bottom: -140px;
  height: 240px;
  right: -120px;
  width: 240px;
}

.lobey-pdp__final-cta h2 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.lobey-pdp__final-cta .lobey-pdp__eyebrow {
  color: #ffc79d;
}

.lobey-pdp__final-cta .lobey-pdp__button {
  background: var(--peach);
  border-color: var(--peach);
  color: var(--navy-deep);
}

.lobey-pdp__final-cta .lobey-pdp__button:hover {
  background: #fff;
  border-color: #fff;
}

@media (max-width: 900px) {
  .lobey-pdp {
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .lobey-pdp__quick-nav {
    border-radius: 16px;
    justify-content: flex-start;
    max-width: 100%;
  }

  .lobey-pdp__intro,
  .lobey-pdp__audience,
  .lobey-pdp__ingredients,
  .lobey-pdp__reviews,
  .lobey-pdp__refill {
    grid-template-columns: 1fr;
  }

  .lobey-pdp__media-card--warm {
    transform: none;
  }

  .lobey-pdp__benefit-grid,
  .lobey-pdp__ingredient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lobey-pdp__benefit-card,
  .lobey-pdp__benefit-card:nth-child(4),
  .lobey-pdp__benefit-card:nth-child(5),
  .lobey-pdp__ingredient-grid article,
  .lobey-pdp__ingredient-grid article:nth-child(4),
  .lobey-pdp__ingredient-grid article:nth-child(5) {
    grid-column: span 1;
  }

  .lobey-pdp__steps {
    grid-template-columns: 1fr;
  }

  .lobey-pdp__steps li {
    min-height: auto;
  }

  .lobey-pdp__usage-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    text-align: left;
  }

  .lobey-pdp__review-score {
    max-width: 360px;
  }

  .lobey-pdp__refill-badge {
    height: 160px;
    width: 160px;
  }
}

@media (max-width: 620px) {
  .lobey-pdp h2 {
    font-size: 31px;
  }

  .lobey-pdp__intro,
  .lobey-pdp__audience,
  .lobey-pdp__usage,
  .lobey-pdp__ingredients,
  .lobey-pdp__composition,
  .lobey-pdp__final-cta {
    border-radius: 20px;
    padding: 28px 20px;
  }

  .lobey-pdp__benefit-grid,
  .lobey-pdp__ingredient-grid {
    grid-template-columns: 1fr;
  }

  .lobey-pdp__benefit-card {
    min-height: auto;
  }

  .lobey-pdp__benefit-no {
    margin-bottom: 18px;
  }

  .lobey-pdp__ingredients-visual {
    min-height: 260px;
  }

  .lobey-pdp__reviews {
    padding: 26px 6px;
  }

  .lobey-pdp__review-score {
    max-width: none;
  }

  .lobey-pdp__refill-badge {
    height: 140px;
    width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lobey-pdp *,
  .lobey-pdp *::before,
  .lobey-pdp *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
