:root {
  --color-ink: #4b403a;
  --color-muted: #766b64;
  --color-cream: #fffaf5;
  --color-warm: #f7eee8;
  --color-blush: #ead0cb;
  --color-rose: #c98585;
  --color-rose-dark: #9a5a59;
  --color-gold: #b9975b;
  --color-coffee: #7a5c49;
  --color-sage: #68796a;
  --shadow-soft: 0 18px 50px rgba(122, 92, 73, 0.14);
  --shadow-card: 0 12px 32px rgba(122, 92, 73, 0.11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

h1,
h2,
h3,
.brand-mark,
.btn,
.nav-link,
.eyebrow,
label,
.footer-title {
  font-family: "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3 {
  color: var(--color-ink);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.75rem);
  font-weight: 700;
  max-width: 760px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
}

h3 {
  font-size: 1.08rem;
  font-weight: 700;
}

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

a {
  color: var(--color-rose-dark);
  text-decoration: none;
}

a:hover {
  color: var(--color-coffee);
}

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

.site-nav {
  background: rgba(255, 250, 245, 0.9);
  border-bottom: 1px solid rgba(185, 151, 91, 0.18);
  backdrop-filter: blur(16px);
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 133, 133, 0.25);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--color-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.site-nav .brand-mark,
.site-nav .brand-mark:hover,
.site-nav .brand-mark:focus {
  color: var(--color-ink);
}

.brand-icon {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: var(--color-rose-dark);
  background: linear-gradient(135deg, #fff, var(--color-blush));
  border: 1px solid rgba(185, 151, 91, 0.35);
  box-shadow: 0 8px 22px rgba(201, 133, 133, 0.18);
}

.nav-link {
  color: var(--color-muted);
  font-weight: 600;
}

.site-nav .nav-link {
  color: var(--color-muted);
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus {
  color: var(--color-rose-dark);
}

.site-nav .nav-cta,
.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus {
  color: #fff;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.85rem 1.35rem;
  border-width: 1px;
}

.btn-primary-soft {
  color: #fff;
  background: linear-gradient(135deg, var(--color-rose-dark), var(--color-rose));
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(154, 90, 89, 0.22);
}

.btn-primary-soft:hover,
.btn-primary-soft:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--color-coffee), var(--color-rose-dark));
  transform: translateY(-1px);
}

.btn-outline-soft {
  color: var(--color-rose-dark);
  border-color: rgba(154, 90, 89, 0.35);
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline-soft:hover,
.btn-outline-soft:focus {
  color: var(--color-coffee);
  border-color: rgba(122, 92, 73, 0.5);
  background: #fff;
}

.btn:focus,
.form-control:focus,
.form-select:focus,
.accordion-button:focus {
  border-color: rgba(154, 90, 89, 0.6);
  box-shadow: 0 0 0 0.25rem rgba(201, 133, 133, 0.22);
}

.hero-section {
  position: relative;
  min-height: auto;
  padding: 7rem 0 3.25rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(104, 121, 106, 0.16), transparent 28%),
    linear-gradient(135deg, #fffaf5 0%, #f7eee8 52%, #ead0cb 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-rose-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--color-gold);
}

.hero-lead {
  font-size: 1.18rem;
  max-width: 620px;
  margin: 1.4rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-strip span {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(185, 151, 91, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--color-coffee);
  font: 700 0.9rem "Segoe UI", Arial, sans-serif;
}

.hero-visual {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 390px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.hero-visual figcaption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(255, 250, 245, 0.86);
  backdrop-filter: blur(12px);
  font: 700 0.95rem "Segoe UI", Arial, sans-serif;
}

.section {
  padding: 5.5rem 0;
}

.section-cream {
  background: #fff6ef;
}

.section-blush {
  background: linear-gradient(135deg, #f8ebe7, #fffaf5);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading p,
.section-text {
  font-size: 1.06rem;
}

.service-card,
.mini-card,
.reason-item,
.process-step,
.testimonial-card,
.contact-form,
.availability-card {
  height: 100%;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(185, 151, 91, 0.2);
  box-shadow: var(--shadow-card);
}

.service-card {
  padding: 1.5rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(122, 92, 73, 0.16);
}

.service-card-featured {
  background: linear-gradient(145deg, #fff, #f8ebe7);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  color: var(--color-rose-dark);
  background: #fff3ef;
  border: 1px solid rgba(201, 133, 133, 0.24);
  font-size: 1.35rem;
}

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

.mini-card,
.reason-item,
.process-step {
  padding: 1.35rem;
}

.reason-item span,
.process-step span {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #fff;
  background: var(--color-sage);
  font: 800 0.95rem "Segoe UI", Arial, sans-serif;
}

.split-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 238, 232, 0.9));
  border: 1px solid rgba(185, 151, 91, 0.22);
  box-shadow: var(--shadow-soft);
}

.availability-card {
  padding: 1.5rem;
  background: #fff;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(185, 151, 91, 0.22);
}

.before-after article {
  padding: 2rem;
  background: #fff;
}

.before-after article:last-child {
  background: linear-gradient(135deg, #f8ebe7, #fffaf5);
}

.before-after span {
  color: var(--color-rose-dark);
  font: 800 0.78rem "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  margin: 0;
  padding: 1.5rem;
}

.testimonial-card p {
  color: var(--color-ink);
  font-size: 1.05rem;
}

.testimonial-card cite {
  color: var(--color-rose-dark);
  font: 700 0.92rem "Segoe UI", Arial, sans-serif;
}

.faq-accordion {
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.accordion-item {
  border-color: rgba(185, 151, 91, 0.2);
}

.accordion-button {
  color: var(--color-ink);
  background: #fff;
  font-weight: 800;
}

.accordion-button:not(.collapsed) {
  color: var(--color-rose-dark);
  background: #fff6ef;
  box-shadow: none;
}

.contact-section {
  background:
    linear-gradient(rgba(255, 250, 245, 0.94), rgba(255, 250, 245, 0.94)),
    url("/img/hero-patitas-bellas.png") center/cover fixed;
}

.contact-form {
  padding: 1.5rem;
}

.form-label {
  color: var(--color-ink);
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 3.2rem;
  color: var(--color-ink);
  border: 1px solid rgba(122, 92, 73, 0.2);
  border-radius: var(--radius-sm);
  background-color: #fffdfb;
}

textarea.form-control {
  min-height: 9rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.05rem;
  border-radius: 999px;
  color: #fff !important;
  background: #2f8f5b;
  box-shadow: 0 16px 30px rgba(47, 143, 91, 0.28);
  font: 800 0.95rem "Segoe UI", Arial, sans-serif;
}

.whatsapp-float span {
  color: #fff;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff !important;
  background: #267649;
}

.site-footer {
  padding: 3.5rem 0 2rem;
  background: #4b403a;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer a,
.site-footer span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0.55rem;
}

.site-footer a:hover {
  color: #fff;
}

.footer-brand {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-copy {
  color: rgba(255, 255, 255, 0.72);
  max-width: 460px;
}

.footer-title {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 7rem;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 360px;
  }

  .split-panel,
  .process-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.7rem;
  }

  .section {
    padding: 4rem 0;
  }

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

  .experience-grid,
  .split-panel,
  .before-after,
  .process-list {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 300px;
  }

  .hero-visual figcaption {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    text-align: center;
  }

  .whatsapp-float {
    left: 1rem;
    right: 1rem;
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    gap: 0.45rem;
    font-size: 0.98rem;
  }

  .brand-icon {
    width: 2rem;
    height: 2rem;
  }

  h1 {
    font-size: 2.35rem;
  }
}
