:root {
  --paper: #fbf7f2;
  --paper-2: #f4ece4;
  --sand: #e3d2c2;
  --rose: #d6b59b;
  --copper: #b88763;
  --copper-deep: #a37351;
  --ink: #3a2a22;
  --ink-soft: #5f4b3f;
  --white: #ffffff;
  --shadow-soft: 0 24px 60px rgba(71, 49, 36, 0.18);
  --shadow-card: 0 18px 40px rgba(77, 52, 38, 0.12);
  --shadow-glow: 0 14px 34px rgba(184, 135, 99, 0.28);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  color: var(--ink-soft);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 10% 16%, rgba(232, 213, 198, 0.55), transparent 46%),
    radial-gradient(circle at 88% 18%, rgba(210, 185, 166, 0.38), transparent 48%),
    linear-gradient(130deg, #fffaf6 0%, #f7efe6 45%, #fff8f2 100%);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.7;
}

h1,
h2,
h3 {
  letter-spacing: -0.015em;
}

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

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

.text-muted {
  color: #8c7160 !important;
}

.nav-soft {
  background: rgba(253, 248, 243, 0.9);
  border-bottom: 1px solid rgba(184, 135, 99, 0.18);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.nav-soft.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(94, 70, 53, 0.16);
}

.navbar-brand,
.brand-script {
  font-family: "Great Vibes", cursive;
  font-size: 2.2rem;
  color: var(--copper-deep);
  letter-spacing: 0.02em;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 500;
  color: #9a7456;
  padding: 0.45rem 0;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--copper-deep);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-cta {
  margin-left: auto;
}

.btn-brand {
  background: linear-gradient(135deg, #cfa27b, #b27a55);
  color: #fff;
  border: none;
  padding: 0.72rem 1.9rem;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  box-shadow: var(--shadow-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(178, 122, 85, 0.32);
}

.btn-brand:focus-visible {
  outline: 2px solid rgba(178, 122, 85, 0.45);
  outline-offset: 2px;
}

.btn-hero {
  padding: 0.92rem 2.4rem;
}

.hero-section {
  position: relative;
  padding: 7.4rem 0 9rem;
  background-color: var(--paper);
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(246, 236, 226, 0.92)),
    url("../img/hero-bg.webp");
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-floral {
  position: absolute;
  width: 420px;
  height: 420px;
  object-fit: cover;
  opacity: 0.86;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  -webkit-mask-image: radial-gradient(circle, #000 45%, rgba(0, 0, 0, 0.6) 62%, transparent 80%);
  mask-image: radial-gradient(circle, #000 45%, rgba(0, 0, 0, 0.6) 62%, transparent 80%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  filter: saturate(0.95) contrast(0.98) brightness(1.06);
}

.hero-floral-left {
  left: -150px;
  bottom: -150px;
  width: 420px;
  height: 420px;
}

.hero-floral-right {
  right: -150px;
  top: -150px;
  width: 420px;
  height: 420px;
  object-position: top right;
}

.hero-section > .container {
  position: relative;
  z-index: 1;
}

.hero-line {
  width: 78px;
  height: 1px;
  background: var(--copper);
  margin-bottom: 1.6rem;
}

.hero-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  font-weight: 500;
  color: #b08463;
  margin-bottom: 1.2rem;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.08;
  color: var(--ink);
  max-width: 540px;
}

.script-font {
  font-family: "Great Vibes", cursive;
  color: var(--copper-deep);
  font-size: 1.16em;
  font-weight: 400;
}

.hero-description {
  font-size: 1.05rem;
  margin-top: 1.2rem;
  max-width: 480px;
  color: #7b5c4a;
}

.hero-portrait {
  padding: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 235, 225, 0.85));
  border: 1px solid rgba(206, 176, 146, 0.55);
  border-radius: 220px;
  box-shadow:
    var(--shadow-soft),
    0 0 0 10px rgba(255, 255, 255, 0.45),
    0 0 0 18px rgba(184, 135, 99, 0.1),
    inset 0 0 40px rgba(255, 255, 255, 0.6);
  display: block;
  position: relative;
  margin-left: auto;
  max-width: 520px;
  z-index: 3;
  isolation: isolate;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: -34px;
  border-radius: 260px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(241, 220, 206, 0.5) 52%, transparent 70%);
  z-index: -2;
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.35);
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}

.hero-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 210px;
  position: relative;
  z-index: 1;
  image-rendering: auto;
  -webkit-transform: translateZ(0);
}


.hero-stats {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
  max-width: 520px;
}

.hero-stat {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(184, 135, 99, 0.28);
}

.hero-stat strong {
  display: block;
  font-size: 1.6rem;
  color: var(--ink);
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
}

.hero-stat span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9a7b66;
  margin-top: 0.25rem;
}

.hero-card {
  position: absolute;
  bottom: 42px;
  right: -28px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  border: 1px solid rgba(214, 185, 160, 0.5);
  padding: 0.9rem 1.2rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
  max-width: 220px;
  z-index: 3;
}

.hero-card-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.6rem;
  color: #b0866a;
  display: block;
  margin-bottom: 0.25rem;
}

.hero-card strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  color: var(--ink);
  font-size: 1.25rem;
}

.hero-card p {
  margin: 0.2rem 0 0;
  font-size: 0.82rem;
  color: #8c7160;
}

.service-strip {
  margin-top: -30px;
  padding-bottom: 4.6rem;
  position: relative;
  z-index: 1;
}

.service-card {
  padding: 2.3rem 2rem;
  text-align: left;
  border-radius: var(--radius-md);
  background: linear-gradient(140deg, #ffffff 0%, #fdf7f2 100%);
  border: 1px solid rgba(214, 185, 160, 0.42);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.service-card p {
  margin-bottom: 0;
}

.service-card::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--copper);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(87, 62, 45, 0.18);
}

.service-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(231, 213, 197, 0.9), rgba(255, 248, 242, 0.7));
  color: var(--copper-deep);
  display: grid;
  place-items: center;
  margin: 0;
}

.service-icon svg,
.popular-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
}

.service-link,
.section-link {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: var(--copper-deep);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.service-link::after,
.section-link::after {
  content: ">";
}

.section-space {
  padding: 6.2rem 0;
}

.section-soft {
  background: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(184, 135, 99, 0.16);
  border-bottom: 1px solid rgba(184, 135, 99, 0.16);
}

.section-heading {
  max-width: 560px;
  text-align: left;
}

.section-line {
  width: 70px;
  height: 1px;
  background: var(--copper);
  margin-bottom: 1.2rem;
}

.section-line.light {
  background: #f0d8c6;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: var(--ink);
  font-size: clamp(2.1rem, 3vw, 3.1rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.section-heading p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.luxury-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(232, 213, 198, 0.35), transparent 55%),
    linear-gradient(120deg, #fbf6f1, #f9efe6);
  border-top: 1px solid rgba(184, 135, 99, 0.12);
  border-bottom: 1px solid rgba(184, 135, 99, 0.12);
}

.luxury-section .container {
  position: relative;
  z-index: 1;
}

.luxury-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.luxury-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.65), rgba(251, 246, 241, 0.75)),
    linear-gradient(120deg, rgba(251, 246, 241, 0.72), rgba(249, 239, 230, 0.7));
}

.luxury-slide {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  animation: luxuryFade 24s ease-in-out infinite;
}

.luxury-slide:nth-child(1) {
  background-image: url("../img/floral-left.webp");
  animation-delay: 0s;
}

.luxury-slide:nth-child(2) {
  background-image: url("../img/floral-right.webp");
  animation-delay: 12s;
}

@keyframes luxuryFade {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }
  10% {
    opacity: 0.38;
  }
  30% {
    opacity: 0.38;
    transform: scale(1.02);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

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

.luxury-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(214, 185, 160, 0.4);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.luxury-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(87, 62, 45, 0.16);
}

.luxury-card h3 {
  color: var(--ink);
  margin-bottom: 0.4rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

.luxury-index {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.65rem;
  color: var(--copper-deep);
  margin-bottom: 0.7rem;
}

.about-panel,
.popular-image {
  padding: 0.9rem;
  background: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(214, 185, 160, 0.5);
  box-shadow: var(--shadow-soft);
}

.about-panel img,
.popular-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 10px);
}

.about-carousel .carousel-inner,
.about-carousel .carousel-item {
  height: 460px;
  border-radius: calc(var(--radius-xl) - 10px);
  overflow: hidden;
}

.about-carousel img {
  height: 100%;
  border-radius: calc(var(--radius-xl) - 10px);
}

.about-carousel .carousel-control-prev,
.about-carousel .carousel-control-next {
  width: 3rem;
  opacity: 0.9;
}

.about-carousel .carousel-control-prev-icon,
.about-carousel .carousel-control-next-icon {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 55% 55%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(71, 49, 36, 0.18);
  filter: saturate(0.9);
}

.popular-section {
  background: rgba(255, 250, 245, 0.9);
}

.popular-list {
  display: grid;
  gap: 1.6rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(184, 135, 99, 0.2);
}

.popular-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.popular-item h3 {
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

.popular-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(231, 213, 197, 0.65);
  color: var(--copper-deep);
  display: grid;
  place-items: center;
}

.gallery-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(214, 185, 160, 0.4);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-card img {
  width: 100%;
  height: clamp(240px, 22vw, 320px);
  object-fit: cover;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(84, 60, 44, 0.18);
}

.testimonial-card {
  padding: 2.1rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(214, 185, 160, 0.45);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 1rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "\"";
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  color: rgba(184, 135, 99, 0.18);
}

.testimonial-card strong {
  color: var(--ink);
}

.testimonial-card span {
  color: #8c7160;
  font-size: 0.9rem;
}

.cta-section {
  background: linear-gradient(120deg, #f3e1d2, #faefe6, #f1dcc9);
}

.cta-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.9rem;
  display: grid;
  gap: 0.8rem;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(214, 185, 160, 0.4);
}

.footer {
  padding: 2.6rem 0;
  background: var(--white);
  border-top: 1px solid rgba(184, 135, 99, 0.2);
}

.footer-link {
  margin-left: 1rem;
  color: #886a57;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--copper-deep);
}

.luxury-bot {
  position: fixed;
  left: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  max-width: 360px;
  padding: 1.1rem 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  border: 1px solid rgba(214, 185, 160, 0.4);
  box-shadow: 0 18px 40px rgba(71, 49, 36, 0.18);
  backdrop-filter: blur(10px);
  z-index: 1040;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.luxury-bot.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.luxury-bot-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6e8db, #e6cdb4);
  border: 1px solid rgba(184, 135, 99, 0.4);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.5),
    0 10px 24px rgba(71, 49, 36, 0.12);
  overflow: hidden;
}

.luxury-bot-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.luxury-bot-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.62rem;
  color: #b08463;
  margin-bottom: 0.3rem;
}

.luxury-bot-content p {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-size: 0.98rem;
}

.luxury-bot-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.luxury-bot-actions .btn {
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.luxury-bot-actions .btn-brand {
  background: linear-gradient(135deg, #d7ae87, #b27a55);
  box-shadow: 0 12px 26px rgba(178, 122, 85, 0.28);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #27d87e, #14a85b);
  color: #fff;
  border: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow: 0 12px 26px rgba(20, 168, 91, 0.28);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: #fff;
  transform: translateY(-1px);
}

.luxury-bot-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #a27a5b;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(71, 49, 36, 0.12);
}

.luxury-bot-close::before,
.luxury-bot-close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: currentColor;
}

.luxury-bot-close::before {
  transform: rotate(45deg);
}

.luxury-bot-close::after {
  transform: rotate(-45deg);
}

.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2fe08a, #1cbb67 70%);
  display: grid;
  place-items: center;
  box-shadow:
    0 16px 32px rgba(22, 156, 87, 0.28),
    0 0 0 6px rgba(44, 210, 125, 0.15);
  color: #fff;
  z-index: 1035;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(44, 210, 125, 0.45);
  box-shadow: 0 0 0 0 rgba(44, 210, 125, 0.35);
  animation: whatsappPulse 2.4s ease-out infinite;
  pointer-events: none;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
    box-shadow: 0 0 0 0 rgba(44, 210, 125, 0.35);
  }
  70% {
    transform: scale(1.25);
    opacity: 0;
    box-shadow: 0 0 0 14px rgba(44, 210, 125, 0);
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  transform: translateY(-2px);
  box-shadow:
    0 20px 40px rgba(22, 156, 87, 0.3),
    0 0 0 8px rgba(44, 210, 125, 0.16);
  color: #fff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.85s ease, transform 0.85s ease;
  transition-delay: var(--delay, 0ms);
}

[data-reveal].reveal-in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    align-items: center;
  }

  .navbar-nav {
    flex: 1;
    justify-content: center;
  }

  .navbar-nav .nav-item + .nav-item {
    position: relative;
    padding-left: 1.1rem;
    margin-left: 1.1rem;
  }

  .navbar-nav .nav-item + .nav-item::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: #d0b59c;
  }
}

@media (max-width: 991.98px) {
  .nav-soft {
    z-index: 1030;
  }

  .nav-soft .container {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0 0 20px 20px;
    padding: 1rem 1.5rem 1.4rem;
    box-shadow: 0 18px 36px rgba(71, 49, 36, 0.18);
    border: 1px solid rgba(184, 135, 99, 0.2);
  }

  .navbar-nav {
    align-items: flex-start;
    gap: 0.4rem;
  }

  .navbar-cta {
    margin-left: 0;
    margin-top: 0.8rem;
  }

  .hero-section {
    padding-top: 6.2rem;
  }

  .hero-portrait img {
    height: auto;
  }


  .hero-card {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    bottom: -18px;
    max-width: 100%;
  }

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

  .hero-portrait {
    margin: 0 auto;
  }

  .hero-floral-left {
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
  }

  .hero-floral-right {
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;
  }

  .service-strip {
    margin-top: -70px;
  }

  .about-panel img,
  .popular-image img {
    height: 360px;
  }

  .about-carousel .carousel-inner,
  .about-carousel .carousel-item {
    height: 360px;
  }
}

@media (max-width: 575.98px) {
  .section-space {
    padding: 4.8rem 0;
  }

  .hero-section {
    padding-top: 5.2rem;
  }

  .hero-portrait {
    padding: 0.6rem;
    border-radius: 26px;
    max-width: 100%;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(245, 233, 223, 0.88));
    border: 1px solid rgba(206, 176, 146, 0.45);
    box-shadow:
      0 16px 34px rgba(84, 60, 44, 0.12),
      inset 0 0 26px rgba(255, 255, 255, 0.55);
  }

  .hero-portrait img {
    height: auto;
    border-radius: 20px;
  }

  .hero-portrait::before {
    display: none;
  }

  .hero-portrait::after {
    opacity: 0.6;
  }


  .hero-card {
    position: static;
    margin-top: 1rem;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .service-strip {
    margin-top: 0;
  }

  .popular-list {
    padding-left: 0;
    border-left: 0;
  }

  .luxury-grid {
    grid-template-columns: 1fr;
  }


  .luxury-bot {
    left: 16px;
    right: 16px;
    bottom: 96px;
    max-width: none;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .luxury-bot-avatar {
    width: 48px;
    height: 48px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 24px;
    width: 54px;
    height: 54px;
  }

  .footer-link {
    margin-left: 0.6rem;
  }
}

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

  [data-reveal] {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .luxury-slide {
    animation: none;
    opacity: 0;
  }

  .luxury-slide:first-child {
    opacity: 0.18;
  }

  .luxury-bot,
  .whatsapp-float {
    transition: none;
  }

  .btn-brand:hover,
  .btn-brand:focus,
  .service-card:hover,
  .gallery-card:hover,
  .luxury-card:hover {
    transform: none;
  }
}
