:root {
  --bg: #f8f0f4;
  --surface: rgba(255, 253, 255, 0.78);
  --surface-strong: #fff9fc;
  --ink: #2f2530;
  --muted: #786a76;
  --accent: #c87799;
  --accent-strong: #ad5d83;
  --line: rgba(173, 111, 146, 0.24);
  --shadow-soft: 0 16px 44px rgba(117, 70, 97, 0.13);
  --shadow-cta: 0 14px 34px rgba(132, 70, 103, 0.28);
  --wa: #26a968;
  --wa-strong: #1d8c55;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Sora", "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% -10%, #ffeff7 0%, rgba(255, 239, 247, 0) 40%),
    radial-gradient(circle at 100% 0%, #f5e8e1 0%, rgba(245, 232, 225, 0) 38%),
    linear-gradient(180deg, #fefafd 0%, #f8f0f4 52%, #f4eaf0 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -32vmax;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background:
    linear-gradient(102deg, rgba(255, 189, 223, 0) 16%, rgba(255, 189, 223, 0.56) 29%, rgba(255, 189, 223, 0) 42%),
    linear-gradient(112deg, rgba(209, 188, 255, 0) 18%, rgba(209, 188, 255, 0.46) 32%, rgba(209, 188, 255, 0) 49%),
    linear-gradient(118deg, rgba(255, 224, 197, 0) 22%, rgba(255, 224, 197, 0.44) 36%, rgba(255, 224, 197, 0) 51%),
    radial-gradient(60% 42% at 18% 30%, rgba(255, 190, 220, 0.22), rgba(255, 190, 220, 0) 72%),
    radial-gradient(56% 40% at 80% 18%, rgba(206, 190, 255, 0.18), rgba(206, 190, 255, 0) 70%);
  background-size: 185% 185%, 190% 190%, 175% 175%, 100% 100%, 100% 100%;
  filter: blur(26px) saturate(124%);
  opacity: 0.95;
  animation: aurora-drift 14s ease-in-out infinite alternate, strand-wave 18s linear infinite;
}

body::after {
  z-index: -1;
  background:
    linear-gradient(96deg, rgba(255, 210, 231, 0) 14%, rgba(255, 210, 231, 0.36) 28%, rgba(255, 210, 231, 0) 42%),
    linear-gradient(108deg, rgba(196, 220, 255, 0) 20%, rgba(196, 220, 255, 0.28) 33%, rgba(196, 220, 255, 0) 48%),
    linear-gradient(122deg, rgba(255, 233, 214, 0) 24%, rgba(255, 233, 214, 0.34) 38%, rgba(255, 233, 214, 0) 53%),
    radial-gradient(42% 30% at 72% 72%, rgba(255, 198, 227, 0.22), rgba(255, 198, 227, 0) 66%),
    radial-gradient(40% 28% at 28% 76%, rgba(196, 220, 255, 0.2), rgba(196, 220, 255, 0) 68%);
  background-size: 200% 200%, 180% 180%, 170% 170%, 100% 100%, 100% 100%;
  filter: blur(34px) saturate(120%);
  opacity: 0.9;
  animation: aurora-float 16s ease-in-out infinite alternate, strand-wave 22s linear infinite reverse;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

main,
footer,
header {
  position: relative;
  z-index: 2;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0.35rem 0;
  background: rgba(253, 247, 251, 0.55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(196, 150, 174, 0.24);
}

.nav-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.logo img {
  height: 117px;
  width: auto;
  display: block;
  border-radius: 10px;
}

nav {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
}

nav a {
  padding: 0.54rem 0.72rem;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #624d5a;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

nav a:hover,
nav a.active {
  background: rgba(255, 242, 249, 0.72);
  color: #422f39;
}

nav a.active {
  box-shadow: inset 0 -2px 0 rgba(183, 110, 143, 0.55);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 12px;
  padding: 0.54rem 0.86rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.btn:focus-visible,
nav a:focus-visible,
.floating-cta a:focus-visible,
.shop-filter-btn:focus-visible,
.shop-more-btn:focus-visible,
.shop-detail-btn:focus-visible,
.shop-modal__close:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid rgba(200, 119, 153, 0.3);
  outline-offset: 2px;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #d18aa9, var(--accent-strong));
  box-shadow: var(--shadow-cta);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #cd82a3, #9c4f74);
  box-shadow: 0 18px 34px rgba(162, 82, 118, 0.34);
}

.btn-outline {
  color: #5f4b57;
  border-color: rgba(186, 132, 158, 0.44);
  background: rgba(255, 252, 255, 0.72);
  backdrop-filter: blur(6px);
}

.btn-outline:hover {
  background: rgba(255, 244, 250, 0.9);
  border-color: rgba(186, 132, 158, 0.72);
  box-shadow: 0 12px 28px rgba(168, 102, 139, 0.18);
}

.btn[href^="tel:"],
.btn[href*="wa.me"] {
  padding-left: 1.8rem;
}

.btn[href^="tel:"]::before,
.btn[href*="wa.me"]::before {
  content: "";
  position: absolute;
  left: 0.56rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.96rem;
  height: 0.96rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.95;
}

.btn[href^="tel:"]::before {
  background-image: url("icons/phone.svg");
}

.btn[href*="wa.me"]::before {
  background-image: url("icons/whatsapp.svg");
}

.btn-primary[href^="tel:"]::before,
.btn-primary[href*="wa.me"]::before {
  filter: brightness(0) invert(1);
}

.btn-outline[href*="wa.me"] {
  color: #1f8d57;
  border-color: rgba(38, 169, 104, 0.42);
}

.btn-outline[href*="wa.me"]::before {
  filter: none;
}

.hero {
  padding: clamp(2rem, 5vw, 4.4rem) 0 2.6rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
}

.kicker {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #a06684;
}

h1,
h2,
h3 {
  margin: 0 0 0.7rem;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #3b2b35;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.55rem, 3.5vw, 2.5rem);
  font-weight: 750;
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
}

.hero p {
  color: #5f4d58;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: clamp(18px, 2vw, 30px);
  border: 1px solid rgba(216, 170, 193, 0.38);
  box-shadow: var(--shadow-soft);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 24, 29, 0.08), rgba(37, 18, 28, 0.5));
}

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

.hero-note {
  position: absolute;
  z-index: 3;
  left: 1rem;
  bottom: 1rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.48rem 0.74rem;
  border-radius: 10px;
  background: rgba(46, 24, 35, 0.34);
  backdrop-filter: blur(6px);
}

section {
  padding: clamp(2.2rem, 5vw, 3.8rem) 0;
}

.section-head {
  margin-bottom: 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.muted {
  color: var(--muted);
}

.cards,
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.card,
.testimonial,
.info-box {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(123, 72, 102, 0.08);
}

.card {
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(124, 74, 103, 0.15);
}

.card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 252, 255, 0.9);
}

.card-content {
  padding: 1.05rem;
}

.card-content h3 {
  color: #76465d;
}

.card ul {
  margin: 0.45rem 0 0;
  padding-left: 1.05rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.82rem;
}

.brand-item {
  height: 104px;
  padding: 0.5rem;
  place-items: center;
  display: grid;
  text-align: center;
  background: transparent;
}

.brand-item img {
  max-width: 100%;
  height: 62px;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-item--top-1 {
  grid-column: 1 / span 2;
}

.brand-item--top-2 {
  grid-column: 3 / span 2;
}

.brand-item--top-3 {
  grid-column: 5 / span 2;
}

.brand-item--bottom-1 {
  grid-column: 2 / span 2;
}

.brand-item--bottom-2 {
  grid-column: 4 / span 2;
}

.shop-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.92rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(120deg, #c87ca0, #a95d84);
  border: 1px solid rgba(255, 229, 240, 0.36);
  box-shadow: 0 10px 24px rgba(152, 83, 117, 0.26);
}

.shop-badge--muted {
  color: #644b57;
  background: rgba(255, 247, 252, 0.82);
  border: 1px solid rgba(180, 132, 157, 0.34);
  box-shadow: none;
}

.shop-section {
  padding: 0.75rem 0 2.4rem;
}

.shop-tools {
  position: sticky;
  top: 112px;
  z-index: 12;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 1.05rem;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  border: 1px solid rgba(193, 146, 169, 0.34);
  background: rgba(255, 252, 255, 0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 26px rgba(124, 74, 102, 0.12);
}

.shop-tools-label {
  margin: 0 0 0.45rem;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6d5a66;
}

.shop-filter {
  display: flex;
  gap: 0.45rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: thin;
}

.shop-filter-btn {
  white-space: nowrap;
  padding: 0.44rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(180, 127, 153, 0.34);
  background: rgba(255, 246, 251, 0.85);
  color: #624654;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.shop-filter-btn:hover {
  transform: translateY(-1px);
}

.shop-filter-btn.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(120deg, #bf7397, #9e557c);
  box-shadow: 0 10px 22px rgba(148, 79, 113, 0.28);
}

.brand-showcase {
  --brand-accent: #b56b8c;
  --brand-soft: rgba(249, 235, 243, 0.78);
  margin: 0 0 1.05rem;
  padding: 0.9rem 0.9rem 0.2rem;
  border-radius: 20px;
  border: 1px solid rgba(190, 146, 169, 0.32);
  background: linear-gradient(160deg, rgba(255, 252, 254, 0.96), var(--brand-soft));
  box-shadow: 0 14px 30px rgba(121, 76, 102, 0.11);
  position: relative;
  overflow: hidden;
}

.brand-showcase::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--brand-accent), rgba(255, 255, 255, 0));
}

.brand-showcase--alfaparf {
  --brand-accent: #b76a8e;
  --brand-soft: rgba(249, 235, 243, 0.8);
}

.brand-showcase--revlon {
  --brand-accent: #b96572;
  --brand-soft: rgba(250, 238, 238, 0.8);
}

.brand-showcase--paul-mitchell {
  --brand-accent: #7e6c74;
  --brand-soft: rgba(242, 238, 240, 0.82);
}

.brand-showcase--ghd {
  --brand-accent: #6a7e93;
  --brand-soft: rgba(238, 243, 248, 0.86);
}

.shop-brand-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.84rem;
}

.shop-brand-meta {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  min-width: 0;
}

.shop-brand-logo {
  width: 78px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

.shop-brand-monogram {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #554851;
  background: rgba(236, 226, 231, 0.95);
  border: 1px solid rgba(170, 146, 157, 0.44);
}

.shop-brand-label {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f4b5e;
  scroll-margin-top: 190px;
}

.shop-brand-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #6a515e;
  border: 1px solid rgba(171, 136, 154, 0.34);
  background: rgba(255, 250, 253, 0.88);
  white-space: nowrap;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.shop-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(196, 143, 167, 0.24);
  background: linear-gradient(160deg, rgba(255, 254, 255, 0.94), rgba(255, 247, 251, 0.8));
  box-shadow: 0 12px 28px rgba(125, 76, 105, 0.11);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 34px rgba(118, 70, 98, 0.18);
}

.shop-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.shop-card-content {
  padding: 0.98rem 1rem 1.08rem;
}

.shop-card-content h3 {
  margin: 0 0 0.42rem;
  font-size: 1rem;
  color: #684558;
}

.shop-card-content p {
  margin: 0;
  color: #705c69;
  font-size: 0.9rem;
  line-height: 1.55;
}

.shop-detail-btn,
.shop-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.shop-detail-btn {
  padding: 0.44rem 0.72rem;
  border-radius: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  color: #5f4653;
  background: rgba(241, 222, 232, 0.86);
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.shop-detail-btn:hover {
  transform: translateY(-1px);
  color: #fff;
  background: linear-gradient(120deg, #be7296, #a15980);
}

.shop-more-btn {
  width: 100%;
  margin: 0 0 1.6rem;
  min-height: 42px;
  border-radius: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5f4452;
  border: 1px solid rgba(184, 132, 157, 0.36);
  background: linear-gradient(160deg, rgba(255, 251, 254, 0.96), rgba(250, 236, 243, 0.9));
  box-shadow: 0 10px 24px rgba(131, 83, 108, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.shop-more-btn:hover {
  transform: translateY(-1px);
  color: #fff;
  background: linear-gradient(120deg, #bf7498, #a45b82);
  box-shadow: 0 16px 30px rgba(131, 73, 103, 0.22);
}

.brand-showcase .shop-more-btn {
  margin-bottom: 0.75rem;
}

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.shop-modal[hidden] {
  display: none !important;
}

.shop-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 20, 29, 0.62);
  backdrop-filter: blur(4px);
}

.shop-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border-radius: 20px;
  border: 1px solid rgba(211, 171, 190, 0.32);
  background: linear-gradient(160deg, #fffafc, #fff1f7);
  box-shadow: 0 26px 56px rgba(38, 21, 33, 0.35);
  padding: 1rem 1rem 1.1rem;
}

.shop-modal__close {
  position: absolute;
  top: 0.58rem;
  right: 0.58rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  color: #664955;
  background: rgba(255, 235, 245, 0.95);
  font-size: 1.25rem;
  line-height: 1;
}

.shop-modal__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0.8rem;
}

.shop-modal__dialog h3 {
  margin: 0 2rem 0.38rem 0;
  color: #5f4251;
}

.shop-modal__dialog p {
  margin: 0;
  color: #5f4d57;
  font-size: 0.94rem;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

.shop-visit-panel {
  margin-top: 0.4rem;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(194, 148, 172, 0.34);
  background:
    linear-gradient(160deg, rgba(255, 252, 255, 0.84), rgba(251, 240, 246, 0.82));
  box-shadow: 0 18px 34px rgba(122, 76, 103, 0.13);
}

.shop-visit-panel h3 {
  margin-bottom: 0.56rem;
}

.shop-visit-panel p {
  margin: 0;
  color: #655560;
}

.testimonial {
  position: relative;
  padding: 1rem;
  background: linear-gradient(150deg, rgba(255, 252, 255, 0.8), rgba(255, 244, 250, 0.72));
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transform: rotate(-1.1deg);
}

.testimonial::before {
  content: "\"";
  position: absolute;
  top: -16px;
  left: 10px;
  font-size: 58px;
  line-height: 1;
  color: rgba(184, 110, 143, 0.32);
  font-family: "Playfair Display", Georgia, serif;
  pointer-events: none;
}

.testimonial p {
  margin: 0;
  padding-top: 0.4rem;
}

.testimonials .testimonial:nth-child(2n) {
  transform: translateY(16px) rotate(1.1deg);
}

.testimonials .testimonial:nth-child(3n) {
  transform: translateY(-8px) rotate(-0.7deg);
}

.review-source {
  margin: -0.35rem 0 1rem;
}

.testimonial-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(195, 145, 170, 0.24);
}

.review-rating {
  letter-spacing: 0.08em;
  color: #b86e8f;
  font-size: 0.78rem;
}

.testimonial-foot a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #754f63;
}

.testimonial-foot a:hover {
  color: #5a3348;
}

/* Sezione testimonial – tre card con virgolette e stelle */
.testimonials-section {
  background: #f5efe9;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 0% 50%, rgba(200, 180, 175, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(200, 180, 175, 0.06) 0%, transparent 50%),
    repeating-linear-gradient(92deg, transparent, transparent 2px, rgba(180, 160, 155, 0.03) 2px, rgba(180, 160, 155, 0.03) 4px);
  pointer-events: none;
}

.testimonials-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-card {
  position: relative;
  padding: 1.5rem 1.25rem 2rem;
  background: rgba(255, 252, 250, 0.6);
  border-radius: var(--radius-md);
  min-height: 200px;
  min-width: 260px;
  max-width: 320px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
}

.testimonial-card:nth-child(1) { transform: rotate(-2deg) translateY(0); }
.testimonial-card:nth-child(2) { transform: rotate(1.5deg) translateY(12px); }
.testimonial-card:nth-child(3) { transform: rotate(-1deg) translateY(-8px); }
.testimonial-card:nth-child(4) { transform: rotate(2deg) translateY(6px); }
.testimonial-card:nth-child(5) { transform: rotate(-1.2deg) translateY(10px); }

.testimonial-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
  transform: rotate(0) translateY(-4px) !important;
  box-shadow: 0 16px 32px rgba(100, 80, 70, 0.12);
}

.testimonial-card-quote {
  font-family: "DM Sans", sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 1;
  color: #b8a399;
  position: absolute;
  pointer-events: none;
}

.testimonial-card-quote--open {
  top: 0.5rem;
  left: 0.75rem;
}

.testimonial-card-quote--close {
  bottom: 0.5rem;
  right: 0.75rem;
}

.testimonial-card-text {
  margin: 0.5rem 0 1rem;
  padding: 0 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.65;
  color: #6b5d56;
  flex: 1;
}

.testimonial-card-stars {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #8b7355;
  padding-left: 0.5rem;
}

.testimonials-cta {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.testimonials-social {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(180, 140, 160, 0.2);
  position: relative;
  z-index: 1;
}

.testimonials-social-title {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #5c4a52;
  margin: 0 0 1rem;
}

.social-links--center {
  justify-content: center;
  margin-top: 0;
}

.btn-reviews {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: #5c4a52;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-reviews:hover {
  background: #4a3d44;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .testimonials-cards {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    max-width: 400px;
  }

  .testimonial-card:nth-child(1),
  .testimonial-card:nth-child(2),
  .testimonial-card:nth-child(3),
  .testimonial-card:nth-child(4),
  .testimonial-card:nth-child(5) {
    transform: rotate(-0.5deg);
  }

  .testimonial-card:nth-child(2n) {
    transform: rotate(0.5deg);
  }
}

@media (max-width: 760px) {
  .testimonials-section {
    padding: 1.75rem 0;
  }

  .testimonial-card-quote {
    font-size: 2.75rem;
  }

  .testimonial-card {
    padding: 1.25rem 1rem 1.75rem;
  }
}

.cta-panel {
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  background: linear-gradient(122deg, #5f3548, #874d68 56%, #b6787e);
  border: 1px solid rgba(255, 223, 236, 0.22);
  box-shadow: 0 22px 38px rgba(100, 48, 74, 0.28);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.cta-panel h3,
.cta-panel p {
  color: #fff;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cta-panel .btn-outline {
  color: #fff;
  border-color: rgba(255, 236, 244, 0.65);
  background: rgba(255, 236, 244, 0.12);
}

.info-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.info-box {
  padding: 1.2rem;
  background: linear-gradient(160deg, rgba(255, 254, 255, 0.85), rgba(255, 247, 251, 0.8));
}

/* Elenco trattamenti – pagina Trattamenti (layout moderno) */
.trattamenti-list-section {
  padding: 2rem 0 3rem;
}

.trattamenti-list-section .section-head {
  margin-bottom: 1.75rem;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.treatment-card {
  position: relative;
  padding: 1.5rem 1.35rem 1.5rem 1.6rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(180, 140, 160, 0.12);
  box-shadow: 0 4px 20px rgba(100, 70, 85, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.treatment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(100, 70, 85, 0.12);
  border-color: rgba(180, 140, 160, 0.2);
}

.treatment-card-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-strong));
  border-radius: 4px 0 0 4px;
}

.treatment-card-title {
  font-family: "DM Sans", "Sora", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #5a4052;
  margin: 0 0 1rem;
  line-height: 1.35;
  padding-right: 0.5rem;
}

.treatment-card-meta {
  margin: 0 0 1.25rem;
  padding: 0;
  font-family: "DM Sans", "Sora", sans-serif;
  font-size: 0.9rem;
  line-height: 1.55;
}

.treatment-card-meta dt {
  font-weight: 600;
  color: #76465d;
  margin: 0.5rem 0 0.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.treatment-card-meta dt:first-child {
  margin-top: 0;
}

.treatment-card-meta dd {
  margin: 0;
  color: var(--muted);
}

.btn-treatment {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: "DM Sans", "Sora", sans-serif;
  color: var(--accent-strong);
  background: rgba(199, 118, 153, 0.1);
  border: 1px solid rgba(199, 118, 153, 0.35);
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-treatment:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

@media (max-width: 760px) {
  .trattamenti-list-section {
    padding: 1.5rem 0 2.5rem;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .treatment-card {
    padding: 1.25rem 1.2rem 1.25rem 1.4rem;
  }
}

.hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(208, 172, 191, 0.24);
}

.hours li:last-child {
  border-bottom: 0;
}

.map {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(112, 72, 92, 0.1);
}

.map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 45vh, 460px);
  border: 0;
}

.contact-form {
  display: grid;
  gap: 0.8rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  border: 1px solid rgba(183, 129, 157, 0.34);
  border-radius: 12px;
  padding: 0.86rem;
  background: rgba(255, 254, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(199, 118, 153, 0.15);
}

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

footer {
  padding: 2rem 0 7rem;
  color: #6d5864;
  border-top: 1px solid rgba(190, 145, 168, 0.26);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Link social con loghi ufficiali */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0 10px 0;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: #fff;
  border: 1px solid rgba(180, 140, 160, 0.25);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(100, 70, 85, 0.08);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(100, 70, 85, 0.14);
  border-color: rgba(180, 140, 160, 0.4);
}

.social-link img {
  display: block;
  flex-shrink: 0;
}

.social-link--facebook:hover {
  border-color: rgba(24, 119, 242, 0.4);
  box-shadow: 0 8px 24px rgba(24, 119, 242, 0.2);
}

.social-link--instagram:hover {
  border-color: rgba(221, 42, 123, 0.4);
  box-shadow: 0 8px 24px rgba(221, 42, 123, 0.2);
}

.social-links--footer {
  margin: 0.75rem 0 0;
  padding: 0;
}

.social-links--footer .social-link {
  padding: 0.5rem;
}

.social-links--footer .social-link span {
  display: none;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.floating-cta a {
  position: relative;
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  transition: transform 0.2s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.floating-cta a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.95;
}

.floating-cta a[href*="wa.me"] {
  background: linear-gradient(135deg, var(--wa), var(--wa-strong));
  box-shadow: 0 12px 28px rgba(38, 134, 84, 0.36);
}

.floating-cta a[href*="wa.me"]::before {
  background-image: url("icons/whatsapp.svg");
  filter: brightness(0) invert(1);
}

.floating-cta a:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.hero,
section,
footer {
  animation: rise 0.6s ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@keyframes aurora-drift {
  0% {
    transform: translate3d(-4%, -2%, 0) rotate(-3deg) scale(1.02);
  }

  50% {
    transform: translate3d(3%, 2.5%, 0) rotate(4deg) scale(1.09);
  }

  100% {
    transform: translate3d(-3%, 3%, 0) rotate(-5deg) scale(1.04);
  }
}

@keyframes aurora-float {
  0% {
    transform: translate3d(3%, -3%, 0) rotate(2deg) scale(1.08);
  }

  50% {
    transform: translate3d(-3%, 2%, 0) rotate(-4deg) scale(1.02);
  }

  100% {
    transform: translate3d(3%, 3%, 0) rotate(5deg) scale(1.09);
  }
}

@keyframes strand-wave {
  0% {
    background-position: 0% 22%, 18% 42%, 42% 70%, 0% 0%, 0% 0%;
  }

  50% {
    background-position: 58% 48%, 72% 26%, 80% 44%, 0% 0%, 0% 0%;
  }

  100% {
    background-position: 100% 74%, 100% 54%, 100% 32%, 0% 0%, 0% 0%;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

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

  .testimonials .testimonial,
  .testimonials .testimonial:nth-child(2n),
  .testimonials .testimonial:nth-child(3n) {
    transform: none;
  }

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

  .brand-item--top-1,
  .brand-item--top-2,
  .brand-item--top-3,
  .brand-item--bottom-1,
  .brand-item--bottom-2 {
    grid-column: auto;
  }

  .shop-card img {
    height: 190px;
  }

  .hero-card {
    min-height: 360px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  header {
    position: static;
    padding: 0.45rem 0;
  }

  .nav-wrap {
    justify-content: center;
    padding: 0.3rem 0;
  }

  .logo {
    justify-content: center;
    width: 100%;
  }

  nav {
    justify-content: center;
  }

  .cards,
  .testimonials,
  .brand-grid {
    grid-template-columns: 1fr;
  }

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

  .shop-tools {
    display: block;
    width: 100%;
    top: 0.55rem;
    margin-bottom: 0.9rem;
    padding: 0.62rem;
  }

  .shop-brand-label {
    scroll-margin-top: 90px;
  }

  .shop-brand-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .shop-brand-logo {
    width: 70px;
    height: 30px;
  }

  .shop-filter {
    gap: 0.38rem;
  }

  .shop-filter-btn {
    font-size: 0.73rem;
    padding: 0.4rem 0.64rem;
  }

  .shop-more-btn {
    min-height: 40px;
    margin-bottom: 1.35rem;
  }

  .shop-modal__dialog {
    padding: 0.86rem 0.86rem 0.95rem;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }

  .hero {
    padding-top: 2rem;
  }

  footer {
    padding-bottom: 7.8rem;
  }
}

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