:root {
  --cream: #fffaf5;
  --sand: #f4e4d9;
  --blush: #e8b8aa;
  --rose: #c88479;
  --old-rose: #a96f68;
  --cocoa: #553832;
  --ink: #312321;
  --muted: #7a625b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(85, 56, 50, 0.13);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 245, 0.86);
  border-bottom: 1px solid rgba(200, 132, 121, 0.18);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: grid;
  color: var(--cocoa);
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 1.82rem;
  font-weight: 600;
  line-height: 0.92;
}

.brand small {
  color: var(--old-rose);
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted);
  font-weight: 600;
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--sand);
  color: var(--cocoa);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(169, 111, 104, 0.28);
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--cocoa);
}

.hero {
  padding: 82px 0 64px;
  background:
    radial-gradient(circle at 5% 5%, rgba(232, 184, 170, 0.28), transparent 32%),
    linear-gradient(135deg, #fffaf5 0%, #f8ece5 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--old-rose);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--cocoa);
  font-family: "Cormorant Infant", Georgia, serif;
  line-height: 1.05;
}

h1 {
  max-width: 640px;
  font-size: clamp(3.35rem, 7.5vw, 6.45rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

h3 {
  font-size: 1.75rem;
}

.tagline {
  margin: 4px 0 18px;
  color: var(--rose);
  font-family: "Parisienne", cursive;
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 1.05;
  white-space: nowrap;
}

.hero-text,
.section-heading p,
.about-card p,
.newborn p,
.contact p {
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: var(--old-rose);
  color: var(--white);
  box-shadow: 0 14px 26px rgba(169, 111, 104, 0.28);
}

.btn-secondary {
  border-color: rgba(169, 111, 104, 0.32);
  background: rgba(255, 255, 255, 0.58);
  color: var(--cocoa);
}

.btn-whatsapp {
  width: 100%;
  background: #78a57f;
  color: var(--white);
}

.hero-image,
.about-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(169, 111, 104, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.about-photo {
  position: relative;
}

.hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 82px 0;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.about-card,
.contact-card,
.newborn-panel {
  border: 1px solid rgba(169, 111, 104, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.about-card {
  padding: clamp(28px, 5vw, 52px);
}

.about-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.signature {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: rgba(255, 250, 245, 0.94);
  font-family: "Parisienne", cursive;
  font-size: clamp(2.35rem, 4.8vw, 4rem);
  line-height: 1;
  text-shadow: 0 3px 18px rgba(85, 56, 50, 0.46);
  transform: rotate(-2deg);
}

.prestations {
  background: #fbf1eb;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.cards {
  display: grid;
  gap: 18px;
}

.prestations-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.service-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(169, 111, 104, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 42px rgba(85, 56, 50, 0.08);
}

.service-illustration {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.56);
  overflow: hidden;
}

.service-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--muted);
}

.service-card.featured {
  border-color: rgba(200, 132, 121, 0.52);
  background: linear-gradient(135deg, #fffaf7 0%, #f7ddd5 100%);
}

.badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0 0 10px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(200, 132, 121, 0.17);
  color: var(--old-rose);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.price {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--rose);
  color: var(--white);
  text-align: center;
}

.price strong {
  display: block;
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.price span {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.newborn {
  background:
    linear-gradient(rgba(85, 56, 50, 0.08), rgba(85, 56, 50, 0.26)),
    url("images/dario-newborn-banner.jpg") center 47% / cover;
}

.newborn-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: clamp(28px, 5vw, 48px);
  background: rgba(255, 250, 245, 0.7);
  backdrop-filter: blur(5px);
}

.newborn-panel div {
  max-width: 680px;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 30px;
}

.location {
  margin: 0;
  color: var(--cocoa);
  font-weight: 800;
}

.contact-card small {
  color: var(--muted);
}

.detail-hero {
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 10% 10%, rgba(232, 184, 170, 0.22), transparent 32%),
    linear-gradient(135deg, #fffaf5 0%, #f8ece5 100%);
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 54px;
  align-items: center;
}

.detail-hero-content p,
.detail-text p,
.detail-panel p,
.experience-item p,
.booking-panel p {
  color: var(--muted);
}

.detail-hero .tagline {
  white-space: normal;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}

.detail-hero-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(169, 111, 104, 0.16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.detail-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 48% center;
}

.detail-columns {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.detail-text p {
  margin: 0 0 18px;
  font-size: 1.04rem;
}

.detail-band {
  background: #fbf1eb;
}

.detail-panel,
.booking-panel {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(169, 111, 104, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.detail-panel {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
}

.soft-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soft-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.soft-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rose);
}

.baby-gallery-section {
  background: linear-gradient(180deg, var(--cream), #fbf1eb);
}

.baby-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 220px;
  gap: 16px;
}

.baby-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(169, 111, 104, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 44px rgba(85, 56, 50, 0.09);
}

.baby-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baby-photo-large {
  grid-column: span 2;
  grid-row: span 2;
}

.baby-photo-wide {
  grid-column: span 2;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.experience-item {
  min-height: 240px;
  padding: 26px;
  border: 1px solid rgba(169, 111, 104, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 42px rgba(85, 56, 50, 0.08);
}

.experience-item h3 {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
}

.experience-item span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(200, 132, 121, 0.16);
  color: var(--old-rose);
  font-weight: 800;
}

.detail-quote {
  background:
    linear-gradient(rgba(85, 56, 50, 0.2), rgba(85, 56, 50, 0.38)),
    url("images/dario-quote-background.jpg") center 48% / cover;
}

.detail-quote p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--white);
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 12px 36px rgba(85, 56, 50, 0.32);
}

.booking-panel {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
}

.booking-panel .btn {
  grid-column: 1 / -1;
  justify-self: start;
}

.booking-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  grid-column: 1 / -1;
  gap: 14px;
}

.booking-facts p {
  margin: 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(244, 228, 217, 0.52);
}

.booking-facts strong,
.booking-facts span,
.booking-facts small {
  display: block;
}

.booking-facts strong {
  color: var(--cocoa);
  font-family: "Cormorant Infant", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}

.booking-facts span {
  margin-top: 8px;
  font-size: 0.9rem;
}

.booking-facts small {
  max-width: 260px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer {
  padding: 26px 0;
  background: var(--cocoa);
  color: rgba(255, 250, 245, 0.86);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer p {
  margin: 0;
}

.footer a {
  font-weight: 700;
}

@media (max-width: 760px) {
  .nav {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(169, 111, 104, 0.18);
    border-radius: 22px;
    background: rgba(255, 250, 245, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
  }

  .hero {
    padding-top: 52px;
  }

  .hero-grid,
  .detail-hero-grid,
  .detail-columns,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .detail-hero-image {
    order: -1;
  }

  .hero-image img {
    aspect-ratio: 4 / 5;
  }

  .section {
    padding: 58px 0;
  }

  .service-card,
  .newborn-panel {
    grid-template-columns: 1fr;
  }

  .service-card {
    display: grid;
  }

  .service-illustration {
    width: 92px;
    height: 92px;
  }

  .price {
    width: 112px;
    height: 112px;
    justify-self: start;
  }

  .newborn-panel {
    display: grid;
  }

  .detail-panel,
  .booking-panel,
  .experience-grid,
  .booking-facts,
  .baby-gallery {
    grid-template-columns: 1fr;
  }

  .baby-gallery {
    grid-auto-rows: 260px;
  }

  .baby-photo-large,
  .baby-photo-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 3.15rem;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .service-card,
  .about-card,
  .contact-card {
    padding: 22px;
  }
}
