/* ProgettoSeno visual overrides: primary green, pink ribbon accent, motion layer. */
:root {
  --brand-primary: #19ce67;
  --brand-primary-hover: #13b859;
  --brand-primary-dark: #0d8741;
  --brand-purple: #ff96a7;
  --brand-purple-soft: #ffd5dd;
  --brand-surface: #effbf4;
  --primary: var(--brand-primary);
  --accent: var(--brand-purple);
  --border: rgba(25, 206, 103, 0.14);
  --input: rgba(25, 206, 103, 0.16);
  --ring: var(--brand-primary);
  --viola: var(--brand-primary);
  --oliva: var(--brand-purple);
  --verde-soft: var(--brand-purple-soft);
  --lavanda: var(--brand-surface);
}


/* Contact page: immediate booking and direct-contact actions. */
.ps-contact-hero {
  isolation: isolate;
}

header.bg-viola.ps-contact-hero
  > .relative.max-w-\[1400px\].ps-contact-hero__inner {
  min-height: auto;
  padding-top: clamp(9rem, 13vw, 11rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.25rem);
  align-content: initial;
}

.ps-contact-hero h1 {
  max-width: 10ch;
  font-size: clamp(2.75rem, 5.2vw, 4.8rem);
}

.ps-contact-hero-actions {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.ps-contact-choice {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 20px;
  gap: 0.9rem;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 1rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 18px;
  text-decoration: none;
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.ps-contact-choice:hover,
.ps-contact-choice:focus-visible {
  transform: translate3d(0, -3px, 0);
}

.ps-contact-choice:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}

.ps-contact-choice--booking {
  background: #ffffff;
  color: var(--brand-primary-dark);
  box-shadow: 0 20px 50px rgba(2, 25, 14, 0.2);
}

.ps-contact-choice--booking:hover,
.ps-contact-choice--booking:focus-visible {
  box-shadow: 0 24px 58px rgba(2, 25, 14, 0.26);
}

header.ps-contact-hero.bg-viola .ps-contact-choice--booking:hover,
header.ps-contact-hero.bg-viola .ps-contact-choice--booking:focus-visible {
  background: #ffffff;
  color: var(--brand-primary-dark) !important;
}

.ps-contact-choice--whatsapp {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ps-contact-choice--whatsapp:hover,
.ps-contact-choice--whatsapp:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
}

.ps-contact-choice__icon {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: relative;
}

.ps-contact-choice__icon::before {
  content: "";
  position: absolute;
  inset: 11px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.ps-contact-choice--booking .ps-contact-choice__icon {
  background: var(--brand-surface);
  color: var(--brand-primary-dark);
}

.ps-contact-choice--booking .ps-contact-choice__icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14H3V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='m9 15 2 2 4-4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14H3V6a2 2 0 0 1 2-2Z'/%3E%3Cpath d='m9 15 2 2 4-4'/%3E%3C/svg%3E");
}

.ps-contact-choice--whatsapp .ps-contact-choice__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.ps-contact-choice--whatsapp .ps-contact-choice__icon::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21a9 9 0 1 0-7.3-3.7L3 22l4.9-1.5A9 9 0 0 0 12 21Z'/%3E%3Cpath d='M8.3 7.7c.4 4 3.6 7.2 7.6 7.6l1.2-1.9-2.7-1.1-.9 1.1c-1.8-.8-3.2-2.2-4-4l1.1-.9-1.1-2.7-1.2 1.9Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21a9 9 0 1 0-7.3-3.7L3 22l4.9-1.5A9 9 0 0 0 12 21Z'/%3E%3Cpath d='M8.3 7.7c.4 4 3.6 7.2 7.6 7.6l1.2-1.9-2.7-1.1-.9 1.1c-1.8-.8-3.2-2.2-4-4l1.1-.9-1.1-2.7-1.2 1.9Z'/%3E%3C/svg%3E");
}

.ps-contact-choice__copy {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.ps-contact-choice__eyebrow {
  font-size: 0.67rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ps-contact-choice__copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  line-height: 1.25;
}

.ps-contact-choice__copy small {
  font-size: 0.82rem;
  line-height: 1.3;
  opacity: 0.72;
}

.ps-contact-choice__arrow {
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 220ms ease;
}

.ps-contact-choice:hover .ps-contact-choice__arrow,
.ps-contact-choice:focus-visible .ps-contact-choice__arrow {
  transform: translate3d(2px, -2px, 0);
}

.ps-contact-hero-email {
  justify-self: center;
  padding: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
}

.ps-contact-hero-email strong {
  color: #ffffff;
}

.ps-contact-hero-email:hover,
.ps-contact-hero-email:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.ps-contact-body {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.ps-contact-direct {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ps-contact-phone {
  margin-top: 0.25rem;
  color: var(--brand-primary-dark);
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 750;
  line-height: 1.08;
  text-decoration: none;
}

.ps-contact-phone:hover,
.ps-contact-phone:focus-visible {
  color: var(--brand-primary);
}

@media (max-width: 1023px) {
  header.bg-viola.ps-contact-hero
    > .relative.max-w-\[1400px\].ps-contact-hero__inner {
    padding-top: 9.5rem;
    padding-bottom: 3.5rem;
  }

  .ps-contact-hero-actions {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  header.bg-viola.ps-contact-hero
    > .relative.max-w-\[1400px\].ps-contact-hero__inner {
    min-height: auto;
    padding-top: 8.75rem;
    padding-bottom: 2.75rem;
    gap: 1.75rem;
  }

  .ps-contact-hero h1 {
    max-width: 9ch;
    font-size: clamp(2.35rem, 11vw, 3.15rem);
  }

  .ps-contact-hero p.text-lg {
    font-size: 1rem;
  }

  .ps-contact-choice {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    min-height: 82px;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 16px;
  }

  .ps-contact-choice__icon {
    width: 40px;
    height: 40px;
  }

  .ps-contact-choice__icon::before {
    inset: 10px;
  }

  .ps-contact-choice__copy strong {
    font-size: 1rem;
  }

  .ps-contact-choice__copy small {
    font-size: 0.76rem;
  }

  .ps-contact-hero-email {
    justify-self: start;
    padding-inline: 0;
    font-size: 0.82rem;
    text-align: left;
  }

  .ps-contact-body {
    padding-block: 4.25rem;
  }

  .ps-contact-phone {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }
}


html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

html.ps-menu-open,
html.ps-menu-open body {
  overflow: hidden;
  overscroll-behavior: none;
}

html.ps-menu-open body {
  position: fixed;
  inset-inline: 0;
  top: var(--ps-menu-scroll-y, 0);
  width: 100vw;
  max-width: 100vw;
}

img {
  max-width: 100%;
}

.ps-site-nav {
  position: sticky;
  top: 16px;
  z-index: 60;
  padding: 16px clamp(16px, 4vw, 48px) 0;
  margin-bottom: -104px;
  pointer-events: none;
}

.ps-desktop-links {
  gap: clamp(1rem, 1.7vw, 2.5rem) !important;
}

.ps-whatsapp-link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55em;
}

.ps-whatsapp-link::before {
  content: "";
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 1.15em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21a9 9 0 1 0-7.3-3.7L3 22l4.9-1.5A9 9 0 0 0 12 21Z'/%3E%3Cpath d='M8.3 7.7c.4 4 3.6 7.2 7.6 7.6l1.2-1.9-2.7-1.1-.9 1.1c-1.8-.8-3.2-2.2-4-4l1.1-.9-1.1-2.7-1.2 1.9Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21a9 9 0 1 0-7.3-3.7L3 22l4.9-1.5A9 9 0 0 0 12 21Z'/%3E%3Cpath d='M8.3 7.7c.4 4 3.6 7.2 7.6 7.6l1.2-1.9-2.7-1.1-.9 1.1c-1.8-.8-3.2-2.2-4-4l1.1-.9-1.1-2.7-1.2 1.9Z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.ps-email-link {
  display: block;
  width: fit-content;
  margin-top: 1rem;
  color: var(--brand-primary);
  font-size: 1.05rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.ps-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.ps-miodottore-link {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(25, 206, 103, 0.45);
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-primary-dark);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 14px 34px rgba(2, 25, 14, 0.08);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ps-miodottore-link::after {
  content: "\2197";
  flex: 0 0 auto;
  font-size: 1.15em;
  line-height: 1;
}

.ps-miodottore-link:hover,
.ps-miodottore-link:focus-visible {
  border-color: var(--brand-primary);
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(25, 206, 103, 0.22);
}

@media (max-width: 640px) {
  .ps-contact-actions {
    align-items: stretch;
  }

  .ps-contact-actions > a {
    width: 100%;
  }
}

.ps-centers-section {
  background: linear-gradient(145deg, #effbf4, #fff5f7);
}

.ps-centers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.ps-center-card {
  min-height: 260px;
  padding: clamp(1.75rem, 3vw, 3rem);
  border: 1px solid rgba(25, 206, 103, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(2, 25, 14, 0.08);
}

.ps-center-card > span {
  color: #0d8741;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ps-center-card h3 {
  margin: 1rem 0 2.5rem;
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
}

.ps-center-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--testo);
  font-weight: 700;
}

.ps-doctor-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px dashed rgba(25, 206, 103, 0.38);
  border-radius: 40px;
  background:
    linear-gradient(
      145deg,
      rgba(25, 206, 103, 0.12),
      rgba(255, 150, 167, 0.16)
    ),
    #effbf4;
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
}

.ps-technical-sheet {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.ps-technical-sheet > div {
  padding: 1rem;
  border: 1px solid rgba(25, 206, 103, 0.14);
  border-radius: 16px;
  background: #effbf4;
}

.ps-technical-sheet dt {
  color: rgba(32, 24, 42, 0.52);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ps-technical-sheet dd {
  margin-top: 0.35rem;
  color: var(--testo);
  font-weight: 700;
}

.ps-status-summary strong {
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 0.98;
  overflow-wrap: normal;
}

@media (max-width: 768px) {
  .ps-centers-grid {
    grid-template-columns: 1fr;
  }

  .ps-center-card {
    min-height: 220px;
  }

  .ps-technical-sheet {
    grid-template-columns: 1fr;
  }
}

.ps-glass-nav {
  min-height: 72px;
  max-width: min(1120px, calc(100vw - 32px));
  padding-inline: clamp(16px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--testo);
  box-shadow: 0 20px 70px rgba(32, 24, 42, 0.14);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  pointer-events: auto;
}

.ps-glass-nav > a:first-child {
  color: var(--brand-primary-dark);
}

.ps-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.ps-brand-logo {
  display: block;
  width: auto;
  height: 108px;
  margin-block: -14px;
  object-fit: contain;
}

.ps-glass-nav > a:last-child {
  background: var(--brand-primary);
  color: #ffffff;
}

.ps-glass-nav > a:last-child:hover {
  background: var(--brand-primary-hover);
}

.ps-glass-nav .text-verde-soft {
  color: var(--brand-primary);
}

.ps-glass-nav div a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.08rem;
  margin: -0.35rem 0;
  transition:
    color 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-glass-nav div a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.34rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--brand-primary),
    var(--brand-purple-soft)
  );
  opacity: 0;
  transform: scaleX(0.18);
  transform-origin: left center;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-glass-nav .hover\:text-verde-soft:hover {
  color: var(--brand-primary-dark);
  transform: translateY(-1px);
  background: transparent;
}

.ps-glass-nav div a:hover::after,
.ps-glass-nav div a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.ps-glass-nav div a:focus-visible {
  color: var(--brand-primary-dark);
  outline: none;
  transform: translateY(-1px);
}

.bg-viola {
  background-color: var(--viola);
}

.text-viola {
  color: var(--viola);
}

.border-viola\/10,
.border-viola\/20,
.border-viola\/30 {
  border-color: rgba(25, 206, 103, 0.16);
}

.shadow-viola\/20 {
  --tw-shadow-color: rgba(25, 206, 103, 0.2);
}

.hover\:bg-viola:hover,
.hover\:bg-viola\/90:hover {
  background-color: var(--brand-primary-hover);
}

.hover\:text-viola:hover,
.group:hover .group-hover\:text-viola {
  color: var(--brand-primary-hover);
}

.text-verde-soft {
  color: var(--verde-soft);
}

.bg-verde-soft\/20 {
  background-color: rgba(255, 213, 221, 0.24);
}

.text-oliva {
  color: var(--oliva);
}

.bg-viola.text-bianco .text-bianco\/60,
.bg-viola.text-bianco .text-bianco\/70,
footer.bg-viola,
footer.bg-viola .text-bianco\/70 {
  color: rgba(255, 255, 255, 0.86);
}

.bg-viola.text-bianco p.text-bianco\/70,
footer.bg-viola p,
footer.bg-viola li,
footer.bg-viola a:not(.text-bianco) {
  color: rgba(255, 255, 255, 0.88);
}

.bg-viola.text-bianco .border-bianco\/10,
.bg-viola.text-bianco .border-bianco\/15,
footer.bg-viola .border-bianco\/10 {
  border-color: rgba(255, 255, 255, 0.24);
}

.bg-viola.text-bianco a:hover,
footer.bg-viola a:hover {
  color: #ffffff;
}

footer.bg-viola .text-bianco,
.bg-viola.text-bianco h2,
.bg-viola.text-bianco h4 {
  color: #ffffff;
}

header.bg-viola {
  background:
    radial-gradient(
      circle at 75% 15%,
      rgba(255, 213, 221, 0.22),
      transparent 28%
    ),
    linear-gradient(135deg, #19ce67 0%, #13a956 48%, #0d7f3f 100%);
}

header.bg-viola::before,
header.bg-viola::after {
  display: none;
}

.ps-hero-gradient {
  background:
    linear-gradient(
      90deg,
      rgba(3, 45, 22, 0.96) 0%,
      rgba(7, 92, 46, 0.86) 44%,
      rgba(9, 63, 45, 0.76) 100%
    ),
    radial-gradient(
      ellipse at 72% 36%,
      rgba(25, 206, 103, 0.18) 0%,
      rgba(25, 206, 103, 0.08) 38%,
      transparent 68%
    ),
    linear-gradient(
      180deg,
      rgba(2, 25, 14, 0.18) 0%,
      rgba(2, 25, 14, 0.36) 100%
    );
}

header.bg-viola > .absolute img {
  opacity: 0.44 !important;
  filter: saturate(1.06) contrast(1.08);
}

header.bg-viola > .relative.max-w-\[1400px\] {
  min-height: clamp(760px, 92vh, 920px);
  padding-top: clamp(210px, 23vh, 280px);
  padding-bottom: clamp(110px, 13vh, 160px);
  align-content: center;
  z-index: 3;
}

.ps-breast-line {
  position: absolute;
  left: clamp(840px, 63vw, 1190px);
  right: auto;
  top: clamp(175px, 20vh, 220px);
  z-index: 2;
  width: clamp(300px, 21vw, 360px);
  max-width: 360px;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
  overflow: visible;
  filter: drop-shadow(0 28px 52px rgba(32, 24, 42, 0.16));
}

.ps-breast-line__shape,
.ps-breast-line__tail,
.ps-breast-line__fold,
.ps-breast-line__inner {
  fill: none;
  stroke: url("#psBreastRibbon");
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation:
    ps-ribbon-draw 2.25s cubic-bezier(0.16, 1, 0.3, 1) forwards,
    ps-ribbon-float 8.5s ease-in-out 2.45s infinite alternate;
}

.ps-breast-line__shape {
  stroke-width: 16;
  filter: url("#psBreastGlow");
}

.ps-breast-line__tail {
  stroke-width: 8;
  opacity: 0.68;
  animation-delay: 0.35s, 2.7s;
}

.ps-breast-line__fold {
  stroke-width: 4.5;
  opacity: 0.72;
  animation-delay: 0.55s, 2.9s;
}

.ps-breast-line__inner {
  stroke-width: 2.5;
  opacity: 0.58;
  animation-delay: 0.72s, 3.05s;
}

header.bg-viola > .absolute img {
  animation: ps-hero-zoom 18s ease-in-out infinite alternate;
  transform-origin: center;
}

header.bg-viola h1,
header.bg-viola p,
header.bg-viola a,
header.bg-viola .mt-12 {
  animation: ps-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

header.bg-viola p {
  animation-delay: 120ms;
}

header.bg-viola .flex.flex-wrap {
  animation-delay: 220ms;
}

header.bg-viola .mt-12 {
  animation-delay: 340ms;
}

section {
  position: relative;
}

section.bg-bianco,
section.bg-lavanda {
  overflow: hidden;
}

section.bg-bianco::before,
section.bg-lavanda::before {
  content: "";
  position: absolute;
  inset: auto auto 10% -12%;
  width: min(760px, 68vw);
  height: 360px;
  border: 1px solid rgba(25, 206, 103, 0.16);
  border-color: transparent transparent rgba(25, 206, 103, 0.18)
    rgba(255, 150, 167, 0.12);
  border-radius: 48% 52% 44% 56%;
  transform: rotate(-10deg);
  pointer-events: none;
  z-index: 0;
}

section.bg-bianco > div,
section.bg-lavanda > div,
section.bg-viola > div,
footer > div {
  position: relative;
  z-index: 1;
  animation: ps-scroll-rise linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

#programma {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f4fcf8 100%);
}

#programma::after,
#come-funziona::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#programma::after {
  right: -18%;
  top: 14%;
  width: min(840px, 72vw);
  height: 420px;
  border: 1px solid rgba(255, 150, 167, 0.16);
  border-color: rgba(255, 150, 167, 0.16) transparent transparent
    rgba(25, 206, 103, 0.18);
  border-radius: 56% 44% 52% 48%;
  transform: rotate(12deg);
}

#fattori-rischio {
  background:
    linear-gradient(135deg, rgba(255, 213, 221, 0.22) 0%, transparent 34%),
    linear-gradient(180deg, #effbf4 0%, #e7f8ee 100%);
}

#fattori-rischio::before {
  inset: 8% -18% auto auto;
  width: min(920px, 78vw);
  height: 460px;
  border-color: rgba(255, 150, 167, 0.14) rgba(25, 206, 103, 0.18) transparent
    transparent;
  transform: rotate(9deg);
}

.ps-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.35rem);
  align-items: stretch;
}

.ps-risk-card {
  position: relative;
  min-height: clamp(220px, 16vw, 250px);
  border: 1px solid rgba(25, 206, 103, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 150, 167, 0.16),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(25, 206, 103, 0.11) 0%,
      rgba(255, 150, 167, 0.11) 100%
    ),
    #effbf4;
  box-shadow: 0 18px 56px rgba(13, 135, 65, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(1.25rem, 2vw, 1.85rem);
  padding: clamp(1.35rem, 2.1vw, 1.9rem);
  overflow: hidden;
}

.ps-risk-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 150, 167, 0.2),
      transparent 34%
    ),
    linear-gradient(90deg, rgba(25, 206, 103, 0.28), rgba(255, 150, 167, 0.28));
  clip-path: polygon(0 0, 100% 0, 100% 7px, 0 2px);
  pointer-events: none;
}

.ps-risk-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(255, 150, 167, 0.18);
  border-radius: 48% 52% 44% 56%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.ps-risk-card:nth-child(even) {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(25, 206, 103, 0.16),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 150, 167, 0.13) 0%,
      rgba(25, 206, 103, 0.1) 100%
    ),
    #fff5f7;
}

.ps-risk-number {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(25, 206, 103, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-purple);
  display: grid;
  place-items: center;
  font-family: Sora, sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
}

.ps-risk-card > div {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.ps-risk-card .text-xs {
  color: rgba(32, 24, 42, 0.54);
  letter-spacing: 0.18em;
}

.ps-risk-card h3 {
  color: var(--brand-primary);
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.ps-risk-card p.mt-5 {
  margin-top: 0.85rem;
  color: var(--secondario);
  font-size: 0.98rem;
  line-height: 1.58;
}

.ps-risk-card .ps-risk-source {
  margin-top: 1rem;
  color: rgba(32, 24, 42, 0.48);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-risk-card:hover {
  border-color: rgba(25, 206, 103, 0.32);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 150, 167, 0.22),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(25, 206, 103, 0.16) 0%,
      rgba(255, 150, 167, 0.14) 100%
    ),
    #effbf4;
  box-shadow: 0 26px 70px rgba(13, 135, 65, 0.13);
  transform: translateY(-6px);
}

#come-funziona {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 52%,
    #f7fcf9 52%,
    #f7fcf9 100%
  );
}

#come-funziona::before {
  inset: 12% auto auto -18%;
  width: min(840px, 72vw);
  height: 520px;
  transform: rotate(8deg);
}

#come-funziona::after {
  right: 0;
  top: 0;
  bottom: 0;
  width: min(460px, 28vw);
  background: linear-gradient(
    180deg,
    rgba(25, 206, 103, 0.08),
    rgba(255, 150, 167, 0.08)
  );
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

#promessa {
  overflow: hidden;
  background: linear-gradient(135deg, #0b5e35 0%, #19ce67 52%, #0c8040 100%);
}

#promessa::before,
#promessa::after,
footer.bg-viola::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#promessa::before {
  left: -10%;
  top: 12%;
  width: min(920px, 78vw);
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18) transparent transparent
    rgba(255, 213, 221, 0.22);
  border-radius: 46% 54% 48% 52%;
  transform: rotate(-7deg);
}

#promessa::after {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 45, 22, 0.22),
      transparent 36%,
      rgba(255, 150, 167, 0.14) 100%
    ),
    repeating-linear-gradient(
      112deg,
      transparent 0 44px,
      rgba(255, 255, 255, 0.035) 45px 46px
    );
}

footer.bg-viola {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #05351f 0%, #0a6d39 54%, #0d8741 100%);
}

footer.bg-viola::before {
  right: -12%;
  bottom: -22%;
  width: min(820px, 70vw);
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 213, 221, 0.2) rgba(255, 255, 255, 0.12) transparent
    transparent;
  border-radius: 52% 48% 58% 42%;
  transform: rotate(10deg);
}

.rounded-3xl,
.rounded-\[40px\] {
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 360ms ease,
    background-color 360ms ease,
    color 360ms ease;
}

a.rounded-3xl:hover,
.group.p-8:hover,
.rounded-\[40px\]:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(25, 206, 103, 0.16);
}

a.rounded-3xl:hover {
  background:
    radial-gradient(
      circle at 75% 10%,
      rgba(255, 213, 221, 0.22),
      transparent 34%
    ),
    var(--viola);
}

details {
  transition:
    transform 280ms ease,
    border-color 280ms ease;
}

details:hover {
  transform: translateX(8px);
  border-color: rgba(25, 206, 103, 0.35);
}

details[open] summary span:first-child {
  animation: ps-pulse-accent 1.9s ease-in-out infinite;
}

.ps-contact-form label {
  display: grid;
  gap: 0.55rem;
}

.ps-contact-form label span {
  color: var(--brand-primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ps-contact-form input,
.ps-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(25, 206, 103, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--testo);
  font: inherit;
  padding: 1rem 1.1rem;
  outline: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.ps-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.ps-contact-form input:focus,
.ps-contact-form textarea:focus {
  border-color: var(--brand-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(25, 206, 103, 0.14);
}

.ps-contact-consent {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 0.8rem !important;
}

.ps-contact-consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.12rem;
  accent-color: var(--brand-primary);
  flex: 0 0 auto;
}

.ps-contact-consent span {
  color: var(--secondario) !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.55;
  text-transform: none !important;
}

.ps-project-hero > .relative.max-w-\[1400px\] {
  min-height: clamp(620px, 70vh, 780px);
  align-content: end;
}

.ps-project-summary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 80px rgba(2, 25, 14, 0.18);
  padding: clamp(1.75rem, 3vw, 2.6rem);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.ps-project-summary span,
.ps-project-band article > span,
.ps-project-timeline span {
  color: var(--brand-purple-soft);
  font-family: Sora, sans-serif;
  font-weight: 800;
}

.ps-project-summary span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.75rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ps-project-summary strong {
  display: block;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: Sora, sans-serif;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
}

.ps-project-summary p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.ps-project-band article {
  min-height: 320px;
  border: 1px solid rgba(25, 206, 103, 0.12);
  border-radius: 32px;
  background: #ffffff;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 18px 60px rgba(25, 206, 103, 0.08);
}

.ps-project-band article > span {
  font-size: 2rem;
}

.ps-project-band h2 {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: auto;
}

.ps-project-band p {
  color: var(--secondario);
  line-height: 1.65;
  margin-top: 1.1rem;
}

.ps-project-timeline {
  position: relative;
  display: grid;
  gap: 1rem;
}

.ps-project-timeline::before {
  content: "";
  position: absolute;
  left: 1.38rem;
  top: 2rem;
  bottom: 2rem;
  width: 2px;
  background: linear-gradient(
    180deg,
    var(--brand-purple-soft),
    rgba(25, 206, 103, 0.22)
  );
}

.ps-project-timeline > div {
  position: relative;
  border: 1px solid rgba(25, 206, 103, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.6rem 1.6rem 1.6rem 4.6rem;
}

.ps-project-timeline span {
  position: absolute;
  left: 0.55rem;
  top: 1.45rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: var(--brand-primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.86rem;
  z-index: 1;
}

.ps-project-timeline h3 {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.16;
  margin-bottom: 0.6rem;
}

.ps-project-timeline p {
  color: var(--secondario);
  line-height: 1.65;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 {
  perspective: 1200px;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 > a:nth-child(1) {
  animation-delay: 80ms;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 > a:nth-child(2) {
  animation-delay: 160ms;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 > a:nth-child(3) {
  animation-delay: 240ms;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 > a:nth-child(4) {
  animation-delay: 320ms;
}

.bg-lavanda .grid.grid-cols-2.lg\:grid-cols-4 > a {
  animation: ps-card-pop linear both;
  animation-timeline: view();
  animation-range: entry 5% cover 35%;
}

.bg-viola .text-verde-soft {
  text-shadow: 0 10px 34px rgba(255, 213, 221, 0.28);
}

header.bg-viola h1 {
  color: #ffffff;
  text-shadow: 0 18px 58px rgba(32, 24, 42, 0.18);
}

header.bg-viola .text-bianco\/85,
header.bg-viola p {
  color: rgba(255, 255, 255, 0.93) !important;
}

header.bg-viola .text-bianco\/70 {
  color: rgba(255, 255, 255, 0.82) !important;
}

header.bg-viola a.border {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.bg-viola a.bg-lavanda,
.bg-bianco a.bg-viola,
.rounded-\[40px\] a.bg-viola {
  position: relative;
  overflow: hidden;
}

.bg-viola a.bg-lavanda::after,
.bg-bianco a.bg-viola::after,
.rounded-\[40px\] a.bg-viola::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.34) 45%,
    transparent 70%
  );
  transform: translateX(-130%);
  transition: transform 640ms ease;
}

.bg-viola a.bg-lavanda:hover::after,
.bg-bianco a.bg-viola:hover::after,
.rounded-\[40px\] a.bg-viola:hover::after {
  transform: translateX(130%);
}

@keyframes ps-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ps-scroll-rise {
  from {
    opacity: 0.25;
    transform: translateY(54px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ps-card-pop {
  from {
    opacity: 0;
    transform: rotateX(8deg) translateY(44px);
  }

  to {
    opacity: 1;
    transform: rotateX(0) translateY(0);
  }
}

@keyframes ps-hero-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.08) translateX(1.5%);
  }
}

@keyframes ps-ribbon-draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ps-ribbon-float {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  to {
    transform: translate3d(-10px, 14px, 0) rotate(-1.5deg);
  }
}

@keyframes ps-line-float {
  from {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }

  to {
    transform: translate3d(-28px, 18px, 0) rotate(-3deg);
  }
}

@keyframes ps-line-float-alt {
  from {
    transform: translate3d(0, 0, 0) rotate(7deg);
  }

  to {
    transform: translate3d(24px, -16px, 0) rotate(11deg);
  }
}

@keyframes ps-pulse-accent {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 768px) {
  .ps-site-nav {
    top: 10px;
    padding: 10px 12px 0;
    margin-bottom: -98px;
  }

  .ps-glass-nav {
    max-width: calc(100vw - 24px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
  }

  nav.max-w-\[1400px\] {
    height: auto;
    min-height: 84px;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  nav.max-w-\[1400px\] > a:first-child span {
    font-size: 1.35rem;
  }

  nav.max-w-\[1400px\] > a:last-child {
    max-width: 126px;
    padding: 0.9rem 1rem;
    text-align: center;
    line-height: 1.08;
  }

  .ps-breast-line {
    left: auto;
    right: -118px;
    top: 390px;
    bottom: auto;
    width: 330px;
    opacity: 0.18;
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    min-height: 760px;
    padding-top: 176px;
    padding-bottom: 86px;
  }

  section.bg-bianco::before,
  section.bg-lavanda::before,
  #programma::after,
  #come-funziona::after,
  #promessa::before,
  footer.bg-viola::before {
    opacity: 0.45;
    transform: scale(0.72) rotate(-8deg);
  }

  #come-funziona {
    background: #ffffff;
  }

  #come-funziona::after {
    display: none;
  }

  #promessa::after {
    background: linear-gradient(
      180deg,
      rgba(3, 45, 22, 0.16),
      transparent 42%,
      rgba(255, 150, 167, 0.12) 100%
    );
  }

  a.rounded-3xl:hover,
  .group.p-8:hover,
  .rounded-\[40px\]:hover,
  details:hover {
    transform: none;
  }
}

/* Responsive hardening: wide displays, tablets, and narrow mobile. */
@media (min-width: 1800px) {
  .ps-site-nav {
    padding-inline: clamp(48px, 5vw, 96px);
  }

  .ps-glass-nav {
    max-width: min(1360px, calc(100vw - 112px));
  }

  .max-w-\[1400px\] {
    max-width: min(1680px, calc(100vw - 160px));
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    min-height: clamp(900px, 84vh, 1100px);
    padding-top: clamp(240px, 18vh, 310px);
    padding-bottom: clamp(140px, 12vh, 210px);
  }

  header.bg-viola h1 {
    max-width: 980px;
    font-size: clamp(5.4rem, 4.8vw, 7rem);
  }

  header.bg-viola p {
    max-width: 720px;
    font-size: 1.32rem;
  }

  .ps-breast-line {
    left: calc(50% + 285px);
    top: clamp(190px, 17vh, 230px);
    width: clamp(350px, 15.5vw, 430px);
    max-width: 430px;
    opacity: 0.86;
  }

  section h2.font-display {
    max-width: 1120px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .ps-site-nav {
    padding-inline: 20px;
  }

  .ps-glass-nav {
    max-width: calc(100vw - 40px);
  }

  nav.max-w-\[1400px\] {
    gap: 18px;
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    min-height: 780px;
    padding-top: 205px;
    padding-bottom: 100px;
  }

  header.bg-viola h1 {
    max-width: 760px;
    font-size: clamp(4rem, 7.4vw, 5.2rem);
  }

  header.bg-viola p {
    max-width: 620px;
  }

  .ps-breast-line {
    left: auto;
    right: clamp(-110px, -8vw, -54px);
    top: clamp(220px, 27vh, 285px);
    width: clamp(330px, 40vw, 470px);
    max-width: 470px;
    opacity: 0.24;
  }

  section h2.font-display {
    font-size: clamp(3.1rem, 6vw, 4.6rem);
  }

  #programma .lg\:sticky {
    position: static;
  }

  .ps-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  nav.max-w-\[1400px\] > a:first-child span {
    font-size: clamp(1.12rem, 5vw, 1.35rem);
  }

  nav.max-w-\[1400px\] > a:last-child {
    max-width: 132px;
    padding: 0.86rem 0.95rem;
    font-size: 0.82rem;
  }

  .ps-breast-line {
    z-index: 1;
    right: clamp(-122px, -25vw, -82px);
    top: clamp(325px, 46vh, 370px);
    width: clamp(270px, 76vw, 340px);
    opacity: 0.21;
    filter: drop-shadow(0 18px 38px rgba(32, 24, 42, 0.18));
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    min-height: min(760px, 100svh);
    padding-top: 164px;
    padding-bottom: 78px;
  }

  header.bg-viola h1 {
    font-size: clamp(2.45rem, 12.6vw, 4.45rem);
    line-height: 1.04;
  }

  header.bg-viola p {
    max-width: 32rem;
    font-size: clamp(1rem, 4.2vw, 1.15rem);
  }

  header.bg-viola .flex.flex-wrap {
    width: min(100%, 320px);
    flex-direction: column;
    align-items: stretch;
  }

  header.bg-viola .flex.flex-wrap a {
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding-inline: 1.15rem;
    text-align: center;
  }

  .bg-viola.border-t .max-w-\[1400px\] {
    align-items: flex-start;
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .bg-viola.border-t .font-display {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1.4rem;
    font-size: 1.05rem;
  }

  .bg-viola.border-t .font-display .text-verde-soft {
    display: none;
  }

  section.py-28 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .max-w-\[1400px\] {
    padding-left: clamp(1.25rem, 6vw, 2rem);
    padding-right: clamp(1.25rem, 6vw, 2rem);
  }

  section h2.font-display {
    font-size: clamp(2.25rem, 10.4vw, 3.55rem);
    line-height: 1.07;
  }

  section p.text-lg {
    font-size: 1rem;
  }

  #programma .space-y-5 > .group {
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 1.35rem;
  }

  #programma .space-y-5 > .group > span {
    font-size: 1.45rem;
  }

  #programma .space-y-5 > .group h3 {
    font-size: clamp(1.22rem, 6vw, 1.55rem);
  }

  #programma .space-y-5 > .group p {
    font-size: 0.96rem;
  }

  #programma .space-y-5 > .group > svg {
    display: none;
  }

  .ps-risk-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .ps-risk-card {
    min-height: auto;
    gap: 1.25rem;
    border-radius: 1.45rem;
    padding: 1.25rem;
  }

  .ps-risk-card > div {
    margin-top: 0;
  }

  .ps-risk-card h3 {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }

  #come-funziona .grid.grid-cols-2.gap-4 {
    gap: 0.75rem;
  }

  #come-funziona img.rounded-3xl {
    border-radius: 1.25rem;
  }

  #come-funziona .space-y-4.pt-16 {
    padding-top: 2.5rem;
  }

  details summary {
    gap: 0.85rem;
  }

  details summary span:nth-child(2) {
    font-size: clamp(1rem, 4.8vw, 1.2rem);
  }

  details p {
    padding-left: 3rem !important;
    padding-right: 0 !important;
  }

  #promessa .grid.md\:grid-cols-2.lg\:grid-cols-4 {
    gap: 2rem;
  }

  section.bg-bianco .bg-lavanda.rounded-\[40px\] {
    padding: 2.1rem 1.35rem;
    border-radius: 1.75rem;
  }

  section.bg-bianco .bg-lavanda.rounded-\[40px\] a {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.1rem;
    font-size: 1rem;
    text-align: center;
  }

  footer .grid.md\:grid-cols-4 {
    gap: 2rem;
  }

  footer .pt-8 {
    align-items: flex-start;
    flex-direction: column;
  }

  footer .pt-8 .flex {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.9rem 1.25rem;
  }

  .ps-contact-form {
    padding: 1.45rem !important;
    border-radius: 1.75rem !important;
  }

  .ps-contact-form input,
  .ps-contact-form textarea {
    border-radius: 18px;
  }

  .ps-project-hero > .relative.max-w-\[1400px\] {
    min-height: 650px;
  }

  .ps-project-summary {
    margin-top: 1.5rem;
    border-radius: 1.75rem;
  }

  .ps-project-band article {
    min-height: 240px;
    border-radius: 1.5rem;
  }

  .ps-project-timeline::before {
    left: 1.05rem;
  }

  .ps-project-timeline > div {
    padding: 1.35rem 1.25rem 1.35rem 3.7rem;
    border-radius: 1.5rem;
  }

  .ps-project-timeline span {
    left: 0.25rem;
  }
}

@media (max-width: 420px) {
  .ps-site-nav {
    padding-inline: 10px;
  }

  .ps-glass-nav {
    max-width: calc(100vw - 20px);
    padding-inline: 14px;
  }

  nav.max-w-\[1400px\] {
    gap: 10px;
    min-height: 78px;
  }

  nav.max-w-\[1400px\] > a:first-child {
    min-width: 0;
    gap: 0.45rem;
  }

  nav.max-w-\[1400px\] > a:first-child svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
  }

  nav.max-w-\[1400px\] > a:first-child span {
    font-size: clamp(1rem, 5.1vw, 1.2rem);
    white-space: nowrap;
  }

  nav.max-w-\[1400px\] > a:last-child {
    max-width: 96px;
    padding: 0.75rem 0.66rem;
    font-size: 0.72rem;
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    min-height: 720px;
    padding-top: 148px;
    padding-bottom: 66px;
  }

  header.bg-viola h1 {
    font-size: clamp(2.32rem, 12vw, 3rem);
  }

  .ps-breast-line {
    right: -112px;
    top: 328px;
    width: 300px;
    opacity: 0.21;
  }

  .ps-risk-number {
    width: 42px;
    height: 42px;
    font-size: 0.9rem;
  }
}

/* Mobile drawer navigation. */
.ps-nav-cta {
  background: var(--brand-primary);
  color: #ffffff;
}

.ps-nav-cta:hover {
  background: var(--brand-primary-hover);
  color: #ffffff;
}

.ps-nav-toggle,
.ps-menu-button,
.ps-menu-overlay,
.ps-side-menu {
  display: none;
}

@media (max-width: 1023px) {
  .ps-glass-nav {
    position: relative;
    flex-wrap: nowrap !important;
  }

  .ps-desktop-links {
    display: none !important;
  }

  .ps-nav-cta {
    display: inline-flex !important;
    min-height: 42px;
    max-width: 160px;
    flex: 0 1 auto;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem !important;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .ps-nav-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .ps-menu-button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(25, 206, 103, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    transition:
      background-color 220ms ease,
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 220ms ease;
  }

  .ps-menu-button span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-primary-dark);
    transition:
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 180ms ease;
  }

  .ps-menu-button:hover,
  .ps-menu-button:focus-visible,
  .ps-nav-toggle:focus-visible + .ps-menu-button {
    border-color: rgba(25, 206, 103, 0.36);
    background: #ffffff;
    transform: translateY(-1px);
    outline: 3px solid rgba(25, 206, 103, 0.18);
    outline-offset: 3px;
  }

  .ps-nav-toggle:checked + .ps-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ps-nav-toggle:checked + .ps-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .ps-nav-toggle:checked + .ps-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .ps-menu-overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 880;
    display: block;
    background:
      radial-gradient(
        circle at 12% 10%,
        rgba(255, 150, 167, 0.18),
        transparent 32%
      ),
      rgba(3, 25, 14, 0.56);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(14px) saturate(118%);
    -webkit-backdrop-filter: blur(14px) saturate(118%);
    touch-action: none;
    transition:
      opacity 260ms ease,
      backdrop-filter 260ms ease;
  }

  .ps-side-menu {
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
    right: max(0px, calc(100% - 100vw));
    z-index: 890;
    width: min(82vw, 380px);
    max-width: calc(100vw - 56px);
    height: 100dvh;
    min-height: 100vh;
    padding: 1.2rem;
    border-left: 1px solid rgba(25, 206, 103, 0.14);
    background:
      radial-gradient(
        circle at 82% 10%,
        rgba(255, 213, 221, 0.45),
        transparent 32%
      ),
      #ffffff;
    box-shadow: -24px 0 80px rgba(3, 25, 14, 0.24);
    color: var(--testo);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(105%, 0, 0);
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .ps-nav-toggle:checked ~ .ps-menu-overlay,
  html.ps-menu-open .ps-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .ps-nav-toggle:checked ~ .ps-side-menu,
  html.ps-menu-open .ps-side-menu {
    transform: translate3d(0, 0, 0);
  }

  .ps-nav-toggle:checked ~ .ps-side-menu,
  html.ps-menu-open .ps-glass-nav .ps-side-menu {
    transform: translate3d(-32px, 0, 0);
  }

  html.ps-menu-open body > .ps-side-menu {
    transform: translate3d(0, 0, 0);
  }

  .ps-side-menu__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 48px;
    margin-bottom: 1.35rem;
    padding: 0.35rem 0 1.1rem 58px;
    border-bottom: 1px solid rgba(25, 206, 103, 0.12);
  }

  .ps-side-menu__brand {
    color: var(--brand-primary-dark);
    font-family: Sora, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .ps-side-menu__logo {
    display: block;
    width: auto;
    height: 92px;
    margin-block: -10px;
    object-fit: contain;
  }

  .ps-side-menu__close {
    position: absolute;
    top: 0.15rem;
    left: 0;
    display: inline-flex;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(25, 206, 103, 0.18);
    border-radius: 999px;
    background: rgba(239, 251, 244, 0.86);
    cursor: pointer;
  }

  .ps-side-menu__close::before,
  .ps-side-menu__close::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-primary-dark);
  }

  .ps-side-menu__close::before {
    transform: rotate(45deg);
  }

  .ps-side-menu__close::after {
    transform: rotate(-45deg);
  }

  .ps-side-menu > a {
    min-height: 56px;
    border: 1px solid rgba(25, 206, 103, 0.12);
    border-radius: 20px;
    background: rgba(239, 251, 244, 0.72);
    color: var(--brand-primary-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    font-family: Sora, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    transition:
      background-color 220ms ease,
      border-color 220ms ease,
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ps-side-menu > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.5;
  }

  .ps-side-menu > a:hover,
  .ps-side-menu > a:focus-visible {
    border-color: rgba(25, 206, 103, 0.3);
    background: #ffffff;
    transform: translateX(-4px);
    outline: none;
  }

  .ps-side-menu .ps-side-call {
    margin-top: auto;
    min-height: 58px;
    border-color: transparent;
    background: var(--brand-primary);
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(25, 206, 103, 0.22);
  }

  .ps-side-menu .ps-side-call:hover,
  .ps-side-menu .ps-side-call:focus-visible {
    background: var(--brand-primary-hover);
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .ps-site-nav {
    margin-bottom: -88px;
  }

  .ps-glass-nav {
    min-height: 68px !important;
    gap: 0.65rem;
    border-radius: 999px;
    padding-inline: 1rem;
  }

  .ps-nav-cta {
    max-width: 140px;
    margin-left: auto;
    padding-inline: 0.85rem !important;
    font-size: 0.75rem;
  }

  nav.max-w-\[1400px\] {
    height: 68px;
    min-height: 68px !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ps-brand-logo {
    height: 92px;
    margin-block: -12px;
  }

  .ps-brand svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .ps-menu-button {
    width: 44px;
    height: 44px;
  }

  header.bg-viola > .relative.max-w-\[1400px\] {
    padding-top: 142px;
  }
}

@media (max-width: 420px) {
  .ps-glass-nav {
    max-width: calc(100vw - 20px);
    gap: 0.45rem;
    padding-inline: 0.82rem;
  }

  .ps-brand-logo {
    height: 80px;
    margin-block: -8px;
  }

  .ps-nav-cta {
    min-height: 40px;
    max-width: 104px;
    padding: 0.45rem 0.62rem !important;
    font-size: 0.68rem;
    line-height: 1.08;
  }

  .ps-menu-button {
    width: 40px;
    height: 40px;
  }

  .ps-side-menu {
    width: calc(100vw - 72px);
    max-width: 350px;
  }

  .ps-side-menu > a {
    width: 100%;
    max-width: calc(100vw - 128px);
  }
}

@media (max-width: 340px) {
  .ps-glass-nav {
    gap: 0.3rem;
    padding-inline: 0.65rem;
  }

  .ps-brand-logo {
    height: 70px;
    margin-block: -6px;
  }

  .ps-nav-cta {
    max-width: 88px;
    padding-inline: 0.45rem !important;
    font-size: 0.62rem;
  }

  .ps-menu-button {
    width: 36px;
    height: 36px;
  }
}

/* Blog hero: the title is a long single sentence, so it needs its own responsive scale. */
.ps-blog-hero h1 {
  max-width: 13ch;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 769px) {
  .ps-blog-hero > .relative.max-w-\[1400px\] {
    min-height: clamp(620px, 70vh, 780px);
  }

  .ps-blog-hero h1 {
    font-size: clamp(3.6rem, 5.3vw, 5.6rem);
    line-height: 1.04;
  }
}

@media (max-width: 768px) {
  .ps-blog-hero .lg\:col-span-8 {
    min-width: 0;
    max-width: 100%;
  }

  .ps-blog-hero > .relative.max-w-\[1400px\] {
    min-height: auto;
    padding-top: clamp(9.2rem, 29vw, 11.25rem);
    padding-bottom: clamp(4.2rem, 14vw, 5.4rem);
  }

  .ps-blog-hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.82rem, 7.6vw, 2.72rem) !important;
    line-height: 1.08;
  }

  .ps-blog-hero p.text-lg,
  .ps-blog-hero p.lg\:text-xl {
    width: 100%;
    max-width: min(100%, 31ch);
    font-size: clamp(0.98rem, 4vw, 1.08rem);
  }
}

@media (max-width: 420px) {
  .ps-blog-hero h1 {
    font-size: clamp(1.72rem, 7.15vw, 2rem) !important;
    line-height: 1.1;
  }

  .ps-blog-hero p.text-lg,
  .ps-blog-hero p.lg\:text-xl {
    max-width: 27ch;
  }
}

/* Homepage interaction layer: reveal, scroll feedback, and lightweight depth. */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--brand-primary),
    var(--brand-purple),
    var(--brand-purple-soft)
  );
  transform: scaleX(var(--ps-scroll-progress, 0));
  transform-origin: left center;
  pointer-events: none;
}

.ps-breast-line {
  transform: translate3d(0, calc(var(--ps-hero-drift, 0) * 0.035px), 0);
  will-change: transform;
}

.ps-js [data-ps-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--ps-stagger, 0) * 70ms);
  will-change: opacity, filter, transform;
}

.ps-js [data-ps-reveal="fade-left"] {
  transform: translate3d(44px, 22px, 0) scale(0.985);
}

.ps-js [data-ps-reveal="fade-right"] {
  transform: translate3d(-44px, 22px, 0) scale(0.985);
}

.ps-js [data-ps-reveal="zoom"] {
  transform: translate3d(0, 26px, 0) scale(0.94);
}

.ps-js [data-ps-reveal="line"] {
  clip-path: inset(0 100% 0 0 round 999px);
  filter: none;
  transform: none;
  transition:
    clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 500ms ease;
}

.ps-js [data-ps-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.ps-js [data-ps-reveal="line"].is-visible {
  clip-path: inset(0 0 0 0 round 999px);
}

.ps-interactive-card {
  position: relative;
  isolation: isolate;
}

.ps-program-card.ps-interactive-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--ps-glow-x, 50%) var(--ps-glow-y, 50%),
    rgba(255, 255, 255, 0.44),
    transparent 34%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.ps-interactive-card > * {
  position: relative;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .ps-js .ps-interactive-card.is-visible {
    transform: perspective(1000px) rotateX(var(--ps-tilt-y, 0deg))
      rotateY(var(--ps-tilt-x, 0deg))
      translate3d(0, var(--ps-card-lift, 0px), 0) scale(1);
    transition:
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
      border-color 260ms ease,
      background 260ms ease;
    will-change: transform;
  }

  .ps-js .ps-interactive-card.is-visible:hover {
    --ps-card-lift: -8px;
  }

  .ps-program-card.ps-interactive-card:hover::after {
    opacity: 1;
  }

  .ps-magnetic {
    transform: translate3d(var(--ps-mx, 0px), var(--ps-my, 0px), 0);
    transition:
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 220ms ease,
      color 220ms ease,
      box-shadow 220ms ease;
    will-change: transform;
  }
}

#programma .ps-program-card {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(239, 251, 244, 0.86)
    ),
    #ffffff;
}

#programma .ps-program-card:hover {
  background:
    radial-gradient(
      circle at 86% 0%,
      rgba(255, 213, 221, 0.4),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(239, 251, 244, 0.94)
    );
}

#come-funziona img {
  transform: translate3d(0, 0, 0);
  transition:
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms ease;
}

#come-funziona img:hover {
  filter: saturate(1.08) contrast(1.04);
  transform: translate3d(0, -10px, 0) scale(1.025);
}

details[open] p {
  animation: ps-detail-open 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ps-final-cta {
  box-shadow: 0 24px 90px rgba(13, 135, 65, 0.12);
}

.ps-final-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 150, 167, 0.24);
  pointer-events: none;
}

.ps-lift-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    background-color 260ms ease;
}

.ps-lift-card:not(.ps-interactive-card):hover {
  transform: translate3d(0, -8px, 0);
  box-shadow: 0 24px 70px rgba(13, 135, 65, 0.12);
}

.ps-lift-card.ps-interactive-card:hover {
  box-shadow: 0 24px 70px rgba(13, 135, 65, 0.13);
}

.ps-lift-card.ps-interactive-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--ps-glow-x, 50%) var(--ps-glow-y, 50%),
    rgba(255, 255, 255, 0.42),
    transparent 35%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.ps-lift-card.ps-interactive-card:hover::after {
  opacity: 1;
}

.ps-lift-card > * {
  position: relative;
  z-index: 1;
}

.ps-article-hero > .relative.max-w-\[1400px\] {
  min-height: clamp(680px, 76vh, 860px);
  align-content: end;
}

.ps-article-back {
  position: relative;
  width: fit-content;
  transition:
    color 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-article-back:hover,
.ps-article-back:focus-visible {
  color: #ffffff;
  transform: translateX(-4px);
  outline: none;
}

.ps-article-fact {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 213, 221, 0.22),
      transparent 40%
    ),
    rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 80px rgba(2, 25, 14, 0.18);
  padding: clamp(1.6rem, 3vw, 2.35rem);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.ps-article-fact span,
.ps-article-contact p {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--brand-purple-soft);
  font-family: Sora, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.ps-article-fact strong {
  display: block;
  color: #ffffff;
  font-family: Sora, sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.ps-article-fact p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.ps-article-sidebar {
  align-self: start;
}

.ps-article-index {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem;
  border: 1px solid rgba(25, 206, 103, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 213, 221, 0.28),
      transparent 36%
    ),
    #effbf4;
}

.ps-article-index a {
  min-height: 48px;
  border-radius: 18px;
  color: var(--brand-primary-dark);
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-family: Sora, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    color 220ms ease;
}

.ps-article-index a:hover,
.ps-article-index a:focus-visible {
  background: #ffffff;
  color: var(--brand-primary);
  transform: translateX(4px);
  outline: none;
}

.ps-article-contact {
  border: 1px solid rgba(25, 206, 103, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(
      145deg,
      rgba(25, 206, 103, 0.12),
      rgba(255, 150, 167, 0.12)
    ),
    #ffffff;
  padding: 1.35rem;
}

.ps-article-contact p {
  color: var(--brand-purple);
}

.ps-article-contact a {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ps-article-body {
  max-width: 860px;
}

.ps-article-body section + section {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.ps-article-lead {
  color: var(--brand-primary-dark);
  font-family: Sora, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin-bottom: 2rem;
}

.ps-article-body h2 {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1.4rem;
}

.ps-article-body p {
  color: var(--secondario);
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  line-height: 1.82;
  margin: 0;
}

.ps-article-body p + p {
  margin-top: 1.3rem;
}

.ps-article-body ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.ps-article-body li {
  position: relative;
  border: 1px solid rgba(25, 206, 103, 0.12);
  border-radius: 20px;
  background: rgba(239, 251, 244, 0.72);
  color: var(--secondario);
  line-height: 1.58;
  padding: 1rem 1rem 1rem 2.65rem;
}

.ps-article-body li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.33rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--brand-purple);
  box-shadow: 0 0 0 5px rgba(255, 150, 167, 0.16);
}

/* Storia: editorial chapters and technical direction dossier. */
.ps-story-hero {
  min-height: min(900px, 92vh);
  background: #043f23;
}

.ps-story-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 16%;
  right: clamp(2rem, 8vw, 9rem);
  width: 2px;
  height: 48%;
  background: #ff96a7;
  transform: rotate(13deg);
  transform-origin: top;
}

.ps-story-hero > .absolute img {
  opacity: 0.32 !important;
  object-position: center 36%;
}

.ps-story-hero > .relative.max-w-\[1400px\] {
  min-height: min(900px, 92vh);
  align-content: center;
  padding-top: clamp(11rem, 18vh, 15rem);
}

.ps-story-hero h1 {
  max-width: 900px;
}

.ps-story-director-intro {
  margin: 0 0 1rem auto;
  max-width: 390px;
  padding: 1.2rem 0 1.2rem clamp(1.4rem, 3vw, 2.4rem);
  border-left: 3px solid #ff96a7;
}

.ps-story-director-intro span,
.ps-story-director-intro small {
  display: block;
  color: #ffd5dd;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ps-story-director-intro strong {
  display: block;
  margin: 0.8rem 0;
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.03;
}

.ps-story-director-intro p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.ps-story-origin {
  position: relative;
  overflow: hidden;
}

#storia-origine,
#percorso-storia,
#direzione-tecnica,
#testimonianze-in-arrivo {
  scroll-margin-top: 8rem;
}

.ps-story-origin::before {
  content: "ORIGINE";
  position: absolute;
  top: 1.5rem;
  right: 2vw;
  color: rgba(25, 206, 103, 0.05);
  font-family: Sora, sans-serif;
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.ps-story-chapters {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-top: 1px solid rgba(25, 206, 103, 0.2);
}

.ps-story-chapters article {
  display: grid;
  grid-template-columns: 68px 1fr;
  grid-template-rows: auto 1fr;
  min-height: 240px;
  padding: clamp(1.6rem, 4vw, 3.4rem) clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(25, 206, 103, 0.2);
  background: transparent;
  box-shadow: none;
}

.ps-story-chapters article:nth-child(odd) {
  grid-column: 1 / 7;
  border-right: 1px solid rgba(25, 206, 103, 0.2);
}

.ps-story-chapters article:nth-child(even) {
  grid-column: 7 / 13;
}

.ps-story-chapters article > span {
  grid-row: 1 / 3;
  color: #ff96a7;
  font-family: Sora, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.ps-story-chapters h2 {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
}

.ps-story-chapters p {
  align-self: end;
  max-width: 36rem;
  margin-top: 2.5rem;
  color: var(--secondario);
  font-size: 1.05rem;
  line-height: 1.65;
}

.ps-story-journey {
  background: #effbf4;
}

.ps-story-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5rem;
  counter-reset: story-step;
}

.ps-story-path > div {
  position: relative;
  min-height: 250px;
  padding: 2rem 0;
  border-top: 1px solid rgba(25, 206, 103, 0.3);
  counter-increment: story-step;
}

.ps-story-path > div:nth-child(even) {
  margin-top: 4.5rem;
}

.ps-story-path span {
  display: block;
  margin-bottom: 2.8rem;
  color: #ff96a7;
  font-family: Sora, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.ps-story-path h3 {
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.08;
}

.ps-story-path p {
  max-width: 30rem;
  margin-top: 0.9rem;
  color: var(--secondario);
  line-height: 1.65;
}

.ps-story-director {
  position: relative;
  background: #06391f;
  color: #fff;
  overflow: hidden;
}

.ps-story-director::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -35%;
  width: 48vw;
  height: 70%;
  border: 1px solid rgba(255, 150, 167, 0.2);
  border-radius: 50% 0 0 0;
  pointer-events: none;
}

.ps-director-portrait {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 580px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ff96a7;
  color: #06391f;
  overflow: hidden;
}

.ps-director-portrait::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 57, 31, 0) 42%,
    rgba(6, 57, 31, 0.38) 68%,
    rgba(6, 57, 31, 0.9) 100%
  );
  pointer-events: none;
}

.ps-director-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.ps-director-monogram {
  position: absolute;
  top: -0.12em;
  right: -0.04em;
  color: rgba(255, 255, 255, 0.42);
  font-family: Sora, sans-serif;
  font-size: clamp(9rem, 24vw, 21rem);
  font-weight: 800;
  line-height: 0.8;
}

.ps-director-portrait small {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ps-director-portrait strong {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 420px;
  margin: 1rem 0 0.6rem;
  font-family: Sora, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.ps-director-portrait p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}

.ps-story-director .text-oliva {
  color: #ffb6c2 !important;
}

.ps-story-director h2 {
  color: #fff !important;
}

.ps-story-director .text-secondario {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ps-story-director .ps-technical-sheet > div {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
}

.ps-story-director .ps-technical-sheet dt {
  color: #ffb6c2;
}

.ps-story-director .ps-technical-sheet dd {
  color: #fff;
}

.ps-doctor-source {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.5rem;
  color: #ffb6c2;
  font-weight: 800;
}

/* Testimonianze: light editorial hero and asymmetric placeholder wall. */
.ps-testimonials-hero {
  min-height: 800px;
  background: #fff5f7;
  color: var(--testo);
}

.ps-testimonials-hero > .absolute {
  background: #fff5f7;
}

.ps-testimonials-hero > .absolute img,
.ps-testimonials-hero .ps-hero-gradient {
  display: none;
}

.ps-testimonials-hero::before {
  content: "“";
  position: absolute;
  right: 3vw;
  bottom: -0.3em;
  color: rgba(255, 150, 167, 0.2);
  font-family: Georgia, serif;
  font-size: clamp(22rem, 42vw, 40rem);
  line-height: 0.8;
  pointer-events: none;
}

.ps-testimonials-hero > .relative.max-w-\[1400px\] {
  min-height: 800px;
  align-content: center;
  padding-top: clamp(10rem, 16vh, 13rem);
}

.ps-testimonials-hero .text-verde-soft {
  color: #0d8741 !important;
}

.ps-testimonials-hero h1 {
  color: #06391f;
  max-width: 820px;
}

.ps-testimonials-hero .text-bianco\/85,
.ps-testimonials-hero .text-bianco\/70 {
  color: var(--secondario) !important;
}

.ps-testimonials-status {
  max-width: 430px;
  margin-left: auto;
  padding: 2rem 0;
  border-top: 2px solid #ff96a7;
  border-bottom: 1px solid rgba(32, 24, 42, 0.16);
}

.ps-testimonials-status span {
  color: #0d8741;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ps-testimonials-status strong {
  display: block;
  margin: 1rem 0;
  color: #06391f;
  font-family: Sora, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.98;
}

.ps-testimonials-status p {
  color: var(--secondario);
  line-height: 1.6;
}

.ps-testimonial-wall > .max-w-\[1400px\] {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.ps-testimonial-wall-heading {
  grid-column: 1 / 5;
  position: sticky;
  top: 9rem;
}

.ps-testimonial-wall-heading p {
  color: #ff7188;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ps-testimonial-wall-heading h2 {
  margin-top: 1.2rem;
  color: #06391f;
  font-family: Sora, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 800;
  line-height: 1.02;
}

.ps-testimonial-source {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2rem;
  color: #0d8741;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
  text-decoration: none;
}

.ps-testimonial-source:hover,
.ps-testimonial-source:focus-visible {
  color: #06391f;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.ps-testimonial-placeholders {
  grid-column: 5 / 13;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.ps-testimonial-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(25, 206, 103, 0.16);
  border-radius: 4px;
  background: #effbf4;
  overflow: hidden;
}

.ps-testimonial-placeholder:nth-child(2),
.ps-testimonial-placeholder:nth-child(4) {
  transform: translateY(4rem);
  background: #fff5f7;
}

.ps-testimonial-placeholder > span {
  color: #ff7188;
  font-family: Sora, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.ps-testimonial-placeholder h2 {
  max-width: 15rem;
  margin-top: 5.5rem;
  color: var(--brand-primary);
  font-family: Sora, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1.08;
}

.ps-testimonial-placeholder p {
  margin-top: 1rem;
  color: var(--secondario);
  line-height: 1.55;
}

.ps-testimonial-placeholder > .ps-testimonial-mark {
  color: #ff7188;
  font-family: Georgia, serif;
  font-size: clamp(3.8rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 0.72;
}

.ps-testimonial-review {
  margin: 1.8rem 0 0;
  padding: 0;
  border: 0;
}

.ps-testimonial-review p {
  margin: 0;
  color: #27372f;
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.72;
}

.ps-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 2rem;
  color: #06391f;
  font-family: Sora, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.ps-testimonial-author::before {
  width: 1.7rem;
  height: 2px;
  background: #19ce67;
  content: "";
}

.ps-testimonial-lines {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 0.55rem;
  padding: 1.5rem;
  opacity: 0.55;
}

.ps-testimonial-lines i {
  display: block;
  width: 100%;
  height: 5px;
  background: rgba(25, 206, 103, 0.16);
}

.ps-testimonial-lines i:nth-child(2) {
  width: 72%;
}

.ps-testimonial-lines i:nth-child(3) {
  width: 44%;
  background: rgba(255, 150, 167, 0.3);
}

.ps-testimonial-invite img {
  border-radius: 50% 50% 6px 6px !important;
  filter: saturate(0.72);
}

.ps-testimonial-invite .lg\:col-span-6:last-child {
  padding-left: clamp(0rem, 4vw, 4rem);
  border-left: 3px solid #ff96a7;
}

.ps-testimonial-cta {
  background: #ff96a7;
  color: #06391f;
}

.ps-testimonial-cta .text-verde-soft,
.ps-testimonial-cta .text-bianco\/80 {
  color: #06391f !important;
}

.ps-testimonial-cta a {
  background: #06391f !important;
  color: #fff !important;
}

@media (max-width: 1023px) {
  .ps-story-hero,
  .ps-story-hero > .relative.max-w-\[1400px\],
  .ps-testimonials-hero,
  .ps-testimonials-hero > .relative.max-w-\[1400px\] {
    min-height: auto;
  }

  .ps-story-director-intro,
  .ps-testimonials-status {
    max-width: none;
    margin: 2rem 0 0;
  }

  .ps-story-chapters article:nth-child(n) {
    grid-column: 1 / 13;
    border-right: 0;
  }

  .ps-story-path {
    grid-template-columns: 1fr;
  }

  .ps-story-path > div:nth-child(even) {
    margin-top: 0;
  }

  .ps-testimonial-wall > .max-w-\[1400px\] {
    display: block;
  }

  .ps-testimonial-wall-heading {
    position: static;
    margin-bottom: 3rem;
  }

  .ps-testimonial-placeholders {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ps-story-hero::before {
    right: 1.5rem;
    opacity: 0.55;
  }

  .ps-story-chapters {
    display: block;
  }

  .ps-story-chapters article {
    grid-template-columns: 48px 1fr;
    min-height: 220px;
    padding-inline: 0;
  }

  .ps-director-portrait {
    min-height: 440px;
  }

  .ps-testimonials-hero::before {
    right: -18vw;
    font-size: 24rem;
  }

  .ps-testimonial-placeholders {
    grid-template-columns: 1fr;
  }

  .ps-testimonial-placeholder:nth-child(n) {
    min-height: 300px;
    transform: none;
  }

  .ps-testimonial-invite .lg\:col-span-6:last-child {
    padding-top: 2rem;
    padding-left: 1.2rem;
  }
}

.ps-gadget-hero {
  min-height: 760px;
}

.ps-gadget-hero-bg {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 150, 167, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(25, 206, 103, 0.24),
      transparent 34%
    ),
    linear-gradient(135deg, #043f23 0%, #076a37 48%, #034524 100%);
}

.ps-gadget-hero-bg::before,
.ps-gadget-hero-bg::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 213, 221, 0.16);
  border-radius: 999px;
  pointer-events: none;
}

.ps-gadget-hero-bg::before {
  width: 56vw;
  height: 56vw;
  right: -20vw;
  top: -24vw;
}

.ps-gadget-hero-bg::after {
  width: 34vw;
  height: 34vw;
  left: -10vw;
  bottom: -16vw;
  border-color: rgba(25, 206, 103, 0.2);
}

.ps-gadget-slider {
  --ps-gadget-gap: clamp(1rem, 2vw, 2rem);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(420px, 40vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(25, 206, 103, 0.16);
  border-radius: clamp(2rem, 4vw, 4rem);
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 150, 167, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(25, 206, 103, 0.18),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92),
      rgba(239, 251, 244, 0.82)
    );
  box-shadow: 0 34px 110px rgba(2, 25, 14, 0.08);
}

.ps-gadget-slider::before,
.ps-gadget-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: min(16vw, 180px);
  pointer-events: none;
}

.ps-gadget-slider::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(239, 251, 244, 0.95),
    rgba(239, 251, 244, 0)
  );
}

.ps-gadget-slider::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(239, 251, 244, 0.95),
    rgba(239, 251, 244, 0)
  );
}

.ps-gadget-track {
  display: flex;
  width: max-content;
  animation: ps-gadget-scroll 24s linear infinite;
  will-change: transform;
}

.ps-gadget-slider:hover .ps-gadget-track,
.ps-gadget-slider:focus-within .ps-gadget-track {
  animation-play-state: paused;
}

.ps-gadget-group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--ps-gadget-gap);
  padding: clamp(2rem, 4vw, 4rem) var(--ps-gadget-gap) clamp(2rem, 4vw, 4rem) 0;
}

.ps-gadget-slide {
  position: relative;
  display: grid;
  flex: 0 0 clamp(220px, 23vw, 360px);
  place-items: center;
  height: clamp(310px, 32vw, 500px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 206, 103, 0.14);
  border-radius: clamp(1.5rem, 2.6vw, 2.5rem);
  background:
    radial-gradient(
      circle at 75% 12%,
      rgba(255, 150, 167, 0.24),
      transparent 34%
    ),
    linear-gradient(145deg, #ffffff, rgba(239, 251, 244, 0.92));
  box-shadow: 0 18px 54px rgba(2, 25, 14, 0.1);
  opacity: 0.58;
  transform: scale(0.82);
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 420ms ease,
    filter 560ms ease,
    box-shadow 560ms ease,
    border-color 560ms ease;
  will-change: transform, opacity;
}

.ps-gadget-slide img {
  display: block;
  width: 86%;
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(2, 25, 14, 0.13));
}

.ps-gadget-slide.is-center {
  z-index: 3;
  opacity: 1;
  border-color: rgba(255, 150, 167, 0.5);
  box-shadow: 0 32px 92px rgba(2, 25, 14, 0.16);
  filter: saturate(1.04);
  transform: scale(1.05);
}

.ps-gadget-slide.is-near {
  opacity: 0.78;
  filter: saturate(0.92);
  transform: scale(0.9);
}

@keyframes ps-gadget-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .ps-article-hero > .relative.max-w-\[1400px\] {
    min-height: 720px;
  }

  .ps-article-fact,
  .ps-article-index,
  .ps-article-contact {
    border-radius: 1.55rem;
  }

  .ps-article-sidebar {
    position: relative !important;
    top: auto !important;
  }

  .ps-article-body {
    max-width: none;
  }

  .ps-article-body section + section {
    margin-top: 3.2rem;
  }

  .ps-article-body li {
    border-radius: 1rem;
  }

  .ps-gadget-hero {
    min-height: auto;
  }

  .ps-gadget-slider {
    --ps-gadget-gap: 0.85rem;
    min-height: 430px;
    border-radius: 2rem;
  }

  .ps-gadget-slider::before,
  .ps-gadget-slider::after {
    width: 70px;
  }

  .ps-gadget-slide {
    flex-basis: min(68vw, 260px);
    height: 340px;
    border-radius: 1.6rem;
  }
}

@keyframes ps-detail-open {
  from {
    opacity: 0;
    transform: translate3d(0, -6px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 768px) {
  body::before {
    height: 2px;
  }

  .ps-js [data-ps-reveal],
  .ps-js [data-ps-reveal="fade-left"],
  .ps-js [data-ps-reveal="fade-right"],
  .ps-js [data-ps-reveal="zoom"] {
    transform: translate3d(0, 24px, 0) scale(0.99);
    transition-duration: 560ms;
    transition-delay: calc(var(--ps-stagger, 0) * 44ms);
  }
}

/* Hero contour: four tapered shapes based on the original Progetto Seno mark. */
.ps-home-hero__content {
  min-height: clamp(900px, 92vh, 1060px);
  padding-top: clamp(190px, 19vh, 230px);
  padding-bottom: clamp(120px, 13vh, 160px);
}

.ps-body-contour-svg {
  left: calc(50% + clamp(260px, 16vw, 330px));
  right: auto;
  top: clamp(124px, 11vh, 150px);
  width: clamp(225px, 13.5vw, 270px);
  max-width: none;
  opacity: 0.92;
  overflow: visible;
  filter: drop-shadow(0 28px 54px rgba(32, 24, 42, 0.16));
}

.ps-body-contour {
  transform-box: fill-box;
  transform-origin: center;
  animation: ps-body-contour-float 8.5s ease-in-out 2.2s infinite alternate;
}

.ps-body-contour__stroke {
  fill: url("#psBodyContourRibbon");
  clip-path: inset(0 0 100% 0);
  transform-box: fill-box;
  transform-origin: center;
  animation: ps-body-contour-reveal 1.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.ps-body-contour__stroke--outer {
  animation-delay: 0.18s;
}

.ps-body-contour__stroke--inner {
  animation-delay: 0.34s;
}

.ps-body-contour__stroke--lower {
  animation-delay: 0.5s;
}

@keyframes ps-body-contour-reveal {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes ps-body-contour-float {
  from {
    transform: translate3d(0, -4px, 0);
  }

  to {
    transform: translate3d(0, 8px, 0);
  }
}

@media (max-width: 1023px) {
  .ps-home-hero__content {
    min-height: 840px;
    padding-top: 180px;
    padding-bottom: 110px;
  }

  .ps-body-contour-svg {
    left: auto;
    right: clamp(12px, 5vw, 52px);
    top: 132px;
    width: clamp(175px, 24vw, 205px);
    opacity: 0.36;
  }
}

@media (max-width: 640px) {
  .ps-home-hero__content {
    min-height: 800px;
    padding-top: 155px;
    padding-bottom: 88px;
  }

  .ps-body-contour-svg {
    left: auto;
    right: -52px;
    top: 170px;
    width: 165px;
    opacity: 0.28;
    filter: drop-shadow(0 16px 32px rgba(32, 24, 42, 0.1));
  }
}

.ps-site-detail-stack {
  display: grid;
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

.ps-site-detail-card {
  position: relative;
  display: grid;
  min-height: clamp(240px, 24vw, 360px);
  place-items: center;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 206, 103, 0.16);
  border-radius: clamp(1.45rem, 3vw, 2.6rem);
  background:
    radial-gradient(
      circle at 78% 16%,
      rgba(255, 150, 167, 0.22),
      transparent 34%
    ),
    linear-gradient(145deg, #ffffff 0%, rgba(239, 251, 244, 0.92) 100%);
  box-shadow: 0 22px 70px rgba(2, 25, 14, 0.09);
}

.ps-site-detail-card::before {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(25, 206, 103, 0.13);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.ps-site-detail-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(2, 25, 14, 0.14));
}

.ps-site-detail-card--rose {
  border-color: rgba(255, 150, 167, 0.24);
  background:
    radial-gradient(
      circle at 20% 88%,
      rgba(25, 206, 103, 0.18),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(255, 245, 248, 0.98), #ffffff 74%);
}

.ps-site-detail-card--small {
  min-height: clamp(138px, 12vw, 190px);
  border-radius: clamp(1.1rem, 2vw, 1.75rem);
}

.ps-site-detail-card--offset {
  transform: translateX(-0.6rem) rotate(2deg);
}

.ps-site-detail-card--inline {
  max-width: 310px;
  min-height: clamp(260px, 28vw, 380px);
  margin-top: clamp(2rem, 4vw, 3rem);
  transform: rotate(-2deg);
}

.ps-site-detail-card--wide {
  max-width: 460px;
  min-height: clamp(210px, 18vw, 280px);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.ps-site-detail-card--wide img {
  width: 92%;
  height: 92%;
}

.ps-site-detail-card--feature {
  min-height: clamp(440px, 42vw, 620px);
}

.ps-site-detail-stack--home {
  align-self: stretch;
}

.ps-final-cta .ps-site-detail-card {
  box-shadow: 0 16px 44px rgba(2, 25, 14, 0.08);
}

@media (min-width: 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

@media (max-width: 1023px) {
  .ps-site-detail-stack--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .ps-site-detail-card--offset,
  .ps-site-detail-card--inline {
    transform: none;
  }

  .ps-site-detail-card--inline,
  .ps-site-detail-card--wide {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .ps-site-detail-stack--home {
    grid-template-columns: 1fr;
  }

  .ps-site-detail-card,
  .ps-site-detail-card--feature {
    min-height: 300px;
  }

  .ps-site-detail-card--small {
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before {
    display: none;
  }

  .ps-breast-line,
  .ps-js [data-ps-reveal],
  .ps-js [data-ps-reveal="fade-left"],
  .ps-js [data-ps-reveal="fade-right"],
  .ps-js [data-ps-reveal="zoom"],
  .ps-js [data-ps-reveal="line"],
  .ps-js .ps-interactive-card.is-visible,
  .ps-site-detail-card--offset,
  .ps-site-detail-card--inline,
  .ps-magnetic {
    opacity: 1 !important;
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .ps-body-contour,
  .ps-body-contour__stroke {
    clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
