:root {
  --color-primary: #f8c8dc;
  --color-secondary: #e5a4b3;
  --color-accent: #c08497;
  --color-background: #fff5f7;
  --color-surface: #ffffff;
  --color-surface-alt: #fff0f4;
  --color-text: #3a3a3a;
  --color-text-muted: #6b5b61;
  --color-border: rgba(192, 132, 151, 0.18);
  --color-shadow: rgba(138, 87, 103, 0.12);
  --gradient-main: linear-gradient(135deg, rgba(248, 200, 220, 0.95), rgba(255, 245, 247, 0.96) 45%, rgba(229, 164, 179, 0.82));
  --gradient-accent: linear-gradient(135deg, #fdf0f5, #f8c8dc 52%, #e5a4b3);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --radius-pill: 999px;
  --shadow-sm: 0 12px 28px var(--color-shadow);
  --shadow-md: 0 20px 48px rgba(138, 87, 103, 0.18);
  --shadow-lg: 0 28px 60px rgba(138, 87, 103, 0.22);
  --container: min(1180px, calc(100% - 2rem));
  --nav-height: 82px;
  --ease: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  color: var(--color-text);
  background:
    radial-gradient(circle at top left, rgba(248, 200, 220, 0.55), transparent 34%),
    radial-gradient(circle at 85% 14%, rgba(229, 164, 179, 0.3), transparent 22%),
    linear-gradient(180deg, #fff8fa 0%, var(--color-background) 100%);
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: url('../images/pattern.svg') center/cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  font-family: 'Playfair Display', serif;
  margin: 0 0 1rem;
  color: #2f2329;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
  position: relative;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(192, 132, 151, 0.24);
  color: var(--color-accent);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2.5rem;
}

.section-copy {
  max-width: 36rem;
}

.eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.btn,
.btn-secondary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease);
}

.btn {
  background: linear-gradient(135deg, #c08497, #e5a4b3);
  color: #fff;
  box-shadow: 0 18px 30px rgba(192, 132, 151, 0.32);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 0 8px rgba(248, 200, 220, 0.35), 0 22px 34px rgba(192, 132, 151, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.8);
  color: var(--color-text);
  border-color: rgba(192, 132, 151, 0.16);
  box-shadow: var(--shadow-sm);
}

.btn-outline {
  background: transparent;
  color: var(--color-accent);
  border-color: rgba(192, 132, 151, 0.3);
}

.service-menu-link {
  position: relative;
  overflow: hidden;
  padding-right: 3.5rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(192, 132, 151, 0.12);
  animation: serviceMenuFloat 2.8s ease-in-out infinite;
}

.service-menu-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 36%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0.22) 64%, transparent 100%);
  transform: translateX(-160%) skewX(-18deg);
  animation: serviceMenuShimmer 3.4s ease-in-out infinite;
  pointer-events: none;
}

.service-menu-link::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 1.3rem;
  font-size: 1.1rem;
  transform: translateY(-50%);
  animation: serviceMenuArrow 1.2s ease-in-out infinite;
}

.service-menu-link:hover,
.service-menu-link:focus-visible {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 200, 220, 0.5));
  border-color: rgba(192, 132, 151, 0.5);
  box-shadow: 0 0 0 6px rgba(248, 200, 220, 0.22), 0 20px 36px rgba(192, 132, 151, 0.22);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.pill-list li {
  padding: 0.7rem 1rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(192, 132, 151, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 245, 247, 0.75);
  border-bottom: 1px solid transparent;
  transition: background var(--ease), border-color var(--ease), box-shadow var(--ease);
  overflow: hidden;
}

.site-header::before {
  content: '';
  position: absolute;
  inset: auto -20% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192, 132, 151, 0.85), transparent);
  animation: headerLineDrift 7s linear infinite;
}

.site-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-22deg);
  animation: headerSweep 9s ease-in-out infinite;
  pointer-events: none;
}

.site-header.scrolled {
  background: rgba(255, 248, 250, 0.92);
  border-color: rgba(192, 132, 151, 0.18);
  box-shadow: 0 8px 26px rgba(138, 87, 103, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-height);
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.brand span {
  display: inline-block;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: #7b4a5c;
  background: linear-gradient(135deg, #6f4151 0%, #a5657b 52%, #c98ea1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 22px rgba(138, 87, 103, 0.08);
}

.site-header .brand span {
  font-size: 1.08em;
}

.site-footer .brand span {
  font-size: 1em;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 1rem;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.2rem;
  box-shadow: 0 10px 24px rgba(192, 132, 151, 0.22);
  animation: brandFloat 5.4s ease-in-out infinite;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-links a {
  padding: 0.68rem 1.05rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--color-text-muted);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(192, 132, 151, 0.16);
  box-shadow: 0 8px 18px rgba(138, 87, 103, 0.06);
  transition: color var(--ease), transform var(--ease);
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--ease);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

.nav-links a:hover,
.nav-links a.active {
  transform: translateY(-1px);
  color: #2f2329;
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(192, 132, 151, 0.28);
  box-shadow: 0 12px 22px rgba(138, 87, 103, 0.12);
}

.nav-links a.active {
  color: var(--color-text);
  background: rgba(248, 200, 220, 0.52);
  border-color: rgba(192, 132, 151, 0.34);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-actions .btn {
  min-height: 44px;
  padding: 0.72rem 1.15rem;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, #b8748c, #d995a9 58%, #f2c8d4);
  box-shadow: 0 12px 22px rgba(192, 132, 151, 0.24);
  position: relative;
  overflow: hidden;
}

.nav-actions .btn::before {
  content: '';
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.nav-actions .btn::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 34%, transparent 66%, rgba(255, 255, 255, 0.18));
  pointer-events: none;
}

.nav-actions .btn:hover,
.nav-actions .btn:focus-visible {
  box-shadow: 0 0 0 6px rgba(248, 200, 220, 0.22), 0 16px 28px rgba(192, 132, 151, 0.3);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(192, 132, 151, 0.2);
  background: rgba(255, 255, 255, 0.85);
  color: var(--color-text);
}

.hero {
  padding: 2rem 0 4rem;
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.hero::before,
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(248, 200, 220, 0.45), transparent 24%),
    radial-gradient(circle at 88% 24%, rgba(192, 132, 151, 0.18), transparent 20%),
    radial-gradient(circle at 72% 82%, rgba(229, 164, 179, 0.2), transparent 18%);
  pointer-events: none;
}

.hero::after,
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 248, 250, 0.92), rgba(255, 245, 247, 0.68) 42%, rgba(192, 132, 151, 0.18)),
    url('../images/Modern_luxury_salon_202603251323.jpeg') center/cover;
  opacity: 0.95;
  transform: scale(1.03);
  z-index: -2;
  pointer-events: none;
}

.page-hero {
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 2rem;
  min-height: calc(100vh - var(--nav-height) - 2rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-shell > *:not(.hero-graphics),
.page-hero-shell > *:not(.hero-graphics) {
  position: relative;
  z-index: 1;
}

.hero-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-graphics span {
  position: absolute;
  display: block;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(0.2px);
}

.hero-orb.orb-one {
  top: 8%;
  right: 10%;
  width: 9rem;
  height: 9rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.78), rgba(248, 200, 220, 0.5) 42%, rgba(192, 132, 151, 0.1) 72%, transparent 74%);
  animation: floatGlow 7s ease-in-out infinite;
}

.hero-orb.orb-two {
  bottom: 10%;
  left: 3%;
  width: 6.8rem;
  height: 6.8rem;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.84), rgba(229, 164, 179, 0.48) 46%, rgba(192, 132, 151, 0.08) 74%, transparent 76%);
  animation: floatGlow 8.4s ease-in-out infinite reverse;
}

.hero-ring {
  top: 14%;
  left: 52%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  border: 1px solid rgba(192, 132, 151, 0.26);
  box-shadow: 0 0 0 18px rgba(248, 200, 220, 0.08), 0 0 0 36px rgba(255, 255, 255, 0.08);
  animation: rotateHalo 16s linear infinite;
}

.hero-line {
  right: 15%;
  bottom: 18%;
  width: 14rem;
  height: 14rem;
  border-right: 2px solid rgba(192, 132, 151, 0.2);
  border-bottom: 2px solid rgba(192, 132, 151, 0.2);
  border-bottom-right-radius: 12rem;
  transform: rotate(16deg);
  animation: swayLine 8s ease-in-out infinite;
}

.hero-spark {
  top: 26%;
  right: 28%;
  width: 1rem;
  height: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 200, 220, 0.7));
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
  animation: sparklePulse 3.8s ease-in-out infinite;
}

.hero-graphics-page .hero-orb.orb-one {
  top: -1.5rem;
  right: 5%;
  width: 8rem;
  height: 8rem;
}

.hero-graphics-page .hero-orb.orb-two {
  bottom: -1.2rem;
  left: 8%;
  width: 5.4rem;
  height: 5.4rem;
}

.hero-graphics-page .hero-ring {
  top: auto;
  bottom: -3rem;
  left: auto;
  right: 22%;
  width: 10rem;
  height: 10rem;
}

.hero-graphics-page .hero-line {
  right: 6%;
  bottom: 10%;
  width: 10rem;
  height: 10rem;
}

.hero-graphics-page .hero-spark {
  top: 18%;
  right: 18%;
}

.hero-copy {
  max-width: 40rem;
}

.hero-copy p {
  font-size: 1.1rem;
  max-width: 35rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 2.25rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hero-stat {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(192, 132, 151, 0.18);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.hero-stat strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #2f2329;
}

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-card,
.floating-card,
.image-stack-card,
.contact-panel,
.booking-panel,
.card,
.offer-card,
.faq-item,
.testimonial-card,
.pricing-card,
.blog-card,
.team-card,
.service-card,
.gallery-card,
.highlight-card,
.preview-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(192, 132, 151, 0.16);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.hero-card {
  position: absolute;
  inset: 3rem 0.5rem 0 3rem;
  padding: 1.2rem;
  overflow: hidden;
}

.hero-photo {
  height: 100%;
  min-height: 540px;
  border-radius: calc(var(--radius-lg) - 10px);
  background:
    linear-gradient(180deg, rgba(26, 18, 22, 0.08), rgba(26, 18, 22, 0.28)),
    url('../images/Beauty_treatment_setup_202603251323.jpeg') center/cover;
  transform: scale(1);
  transition: transform 500ms ease;
}

.hero-card:hover .hero-photo {
  transform: scale(1.03);
}

.floating-card {
  position: absolute;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  backdrop-filter: blur(14px);
}

.floating-card strong {
  display: block;
  color: #2f2329;
}

.floating-card small {
  color: var(--color-text-muted);
}

.floating-card.top {
  top: 0;
  right: -1rem;
}

.floating-card.bottom {
  left: 0;
  bottom: 2rem;
}

.floating-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient-accent);
  color: #fff;
  font-size: 1.2rem;
}

.highlight-card,
.service-card,
.preview-card,
.pricing-card,
.team-card,
.blog-card,
.gallery-card,
.testimonial-card,
.offer-card,
.contact-card {
  padding: 1.7rem;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.highlight-card:hover,
.service-card:hover,
.preview-card:hover,
.pricing-card:hover,
.team-card:hover,
.blog-card:hover,
.gallery-card:hover,
.testimonial-card:hover,
.offer-card:hover,
.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(192, 132, 151, 0.26);
}

.icon-badge {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(248, 200, 220, 0.7), rgba(229, 164, 179, 0.95));
  color: #fff;
  font-size: 1.2rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 560px;
}

.image-stack-card {
  position: absolute;
  overflow: hidden;
  padding: 0;
}

.image-stack-card.large {
  inset: 0 4rem 4rem 0;
}

.image-stack-card.small {
  width: min(280px, 50%);
  right: 0;
  bottom: 0;
}

.image-stack-card img,
.gallery-thumb,
.blog-thumb,
.team-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.image-stack-card:hover img,
.gallery-card:hover .gallery-thumb,
.blog-card:hover .blog-thumb,
.team-card:hover .team-thumb {
  transform: scale(1.06);
}

.key-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.key-point {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(192, 132, 151, 0.14);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1rem 0;
  font-family: 'Playfair Display', serif;
  color: #2f2329;
}

.price strong {
  font-size: 2.5rem;
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 200, 220, 0.3));
  border-color: rgba(192, 132, 151, 0.3);
  box-shadow: var(--shadow-lg);
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 10px);
  aspect-ratio: 1 / 1.08;
  margin-bottom: 1.1rem;
}

.media-frame.wide {
  aspect-ratio: 1.1 / 0.82;
}

.media-frame.tall {
  aspect-ratio: 0.88 / 1.1;
}

.meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--color-accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 4.5rem;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  color: rgba(192, 132, 151, 0.18);
}

.stars {
  color: #c08497;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}

.team-thumb,
.gallery-thumb,
.blog-thumb {
  height: 100%;
}

.team-thumb-wrap,
.gallery-thumb-wrap,
.blog-thumb-wrap {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 10px);
  aspect-ratio: 0.92 / 1;
  margin-bottom: 1rem;
}

.gallery-thumb-wrap {
  aspect-ratio: 1 / 1;
}

.blog-thumb-wrap {
  aspect-ratio: 1.08 / 0.72;
}

.offer-banner {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(192, 132, 151, 0.94), rgba(229, 164, 179, 0.92));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.offer-banner h2,
.offer-banner p {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.35rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  font-weight: 700;
  color: #2f2329;
}

.faq-question span:last-child {
  font-size: 1.4rem;
  color: var(--color-accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}

.faq-answer-inner {
  padding: 0 1.5rem 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.cta-banner {
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(192, 132, 151, 0.96), rgba(229, 164, 179, 0.92));
  box-shadow: var(--shadow-lg);
}

.cta-banner h2,
.cta-banner p {
  color: #fff;
}

.cta-banner .btn-secondary {
  color: #2f2329;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
}

.contact-panel,
.booking-panel {
  padding: 1.8rem;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.contact-item {
  display: flex;
  gap: 0.95rem;
  align-items: flex-start;
}

.contact-item strong {
  display: block;
  color: #2f2329;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field,
.field-full {
  display: grid;
  gap: 0.45rem;
}

.field-full {
  grid-column: 1 / -1;
}

label {
  color: #2f2329;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(192, 132, 151, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(192, 132, 151, 0.6);
  box-shadow: 0 0 0 4px rgba(248, 200, 220, 0.36);
  transform: translateY(-1px);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note,
.form-status {
  font-size: 0.95rem;
}

.form-status {
  color: #9a4560;
  font-weight: 700;
}

.map-frame {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.page-hero {
  padding: 5rem 0 3rem;
}

.page-hero-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 46px rgba(138, 87, 103, 0.16);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.breadcrumbs {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  color: var(--color-accent);
  font-weight: 700;
}

.content-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(192, 132, 151, 0.16);
  box-shadow: var(--shadow-sm);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.stat-tile {
  padding: 1.7rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(192, 132, 151, 0.18);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.stat-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(192, 132, 151, 0.28);
}

.stat-tile strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #2f2329;
}

.story-strip {
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.1)),
    linear-gradient(135deg, rgba(248, 200, 220, 0.7), rgba(229, 164, 179, 0.42));
  border: 1px solid rgba(192, 132, 151, 0.18);
  box-shadow: var(--shadow-md);
}

.story-strip p:last-child {
  margin-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.process-step {
  position: relative;
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(192, 132, 151, 0.16);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.process-step::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f8c8dc, #c08497);
}

.process-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--gradient-accent);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
}

.info-list {
  display: grid;
  gap: 0.8rem;
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(192, 132, 151, 0.14);
}

.info-list li strong {
  color: #2f2329;
}

.dual-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.mini-cta {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(192, 132, 151, 0.16);
  box-shadow: var(--shadow-sm);
}

.article-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(192, 132, 151, 0.16);
  box-shadow: var(--shadow-sm);
}

.article-card h2,
.article-card h3 {
  margin-top: 2rem;
}

.article-card h2:first-child,
.article-card h3:first-child {
  margin-top: 0;
}

.site-footer {
  position: relative;
  padding: 5rem 0 2rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #f4c1d3 0%, #e5a4b3 52%, #c08497 100%);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -8rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 200, 220, 0.42), transparent 68%);
  animation: footerGlow 9s ease-in-out infinite;
}

.site-footer::after {
  content: '';
  position: absolute;
  right: -4rem;
  bottom: 1rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 132, 151, 0.18), transparent 70%);
  animation: footerGlow 11s ease-in-out infinite reverse;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.footer-brand,
.footer-col {
  padding: 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(192, 132, 151, 0.12);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease), background var(--ease);
}

.footer-brand:hover,
.footer-col:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(192, 132, 151, 0.24);
  box-shadow: var(--shadow-sm);
}

.footer-brand p,
.footer-col p,
.footer-col a {
  color: var(--color-text-muted);
}

.footer-links {
  display: grid;
  gap: 0.8rem;
}

.footer-links a {
  position: relative;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.55rem 0.95rem 0.55rem 2.95rem;
  border-radius: 999px;
  background: rgba(122, 63, 84, 0.22);
  border: 1px solid rgba(94, 44, 63, 0.28);
  transition: color var(--ease), transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.footer-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--ease);
}

.footer-links a::before {
  content: 'LN';
  position: absolute;
  left: 0.55rem;
  top: 50%;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #8d5367;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
  box-shadow: 0 8px 18px rgba(138, 87, 103, 0.16);
}

.footer-links a[href="index.html"]::before {
  content: 'HM';
}

.footer-links a[href="about.html"]::before {
  content: 'AB';
}

.footer-links a[href="services.html"]::before {
  content: 'SV';
}

.footer-links a[href="gallery.html"]::before {
  content: 'GL';
}

.footer-links a[href="pricing.html"]::before {
  content: 'PR';
}

.footer-links a[href="blog.html"]::before {
  content: 'BL';
}

.footer-links a[href="faq.html"]::before {
  content: 'FQ';
}

.footer-links a[href="contact.html#booking"],
.footer-links a[href="#booking"] {
  padding-left: 3.15rem;
}

.footer-links a[href="contact.html#booking"]::before,
.footer-links a[href="#booking"]::before {
  content: 'BK';
}

.footer-links a[href="privacy.html"]::before {
  content: 'PP';
}

.footer-links a[href="terms.html"]::before {
  content: 'TC';
}

.footer-links a[href^="tel:"]::before {
  content: 'PH';
}

.footer-links a[href^="https://wa.me/"]::before {
  content: 'WA';
}

.footer-links a[href="contact.html#map-location"],
.footer-links a[href="#map-location"] {
  padding-left: 3.15rem;
}

.footer-links a[href="contact.html#map-location"]::before,
.footer-links a[href="#map-location"]::before {
  content: 'MP';
}

.footer-links a:hover {
  color: #2f2329;
  transform: translateX(4px) translateY(-1px);
  background: rgba(122, 63, 84, 0.3);
  border-color: rgba(94, 44, 63, 0.36);
  box-shadow: 0 14px 24px rgba(138, 87, 103, 0.12);
}

.footer-links a:hover::after {
  transform: scaleX(1);
}

.footer-links a.active {
  color: #2f2329;
  background: rgba(122, 63, 84, 0.36);
  border-color: rgba(94, 44, 63, 0.42);
  box-shadow: 0 14px 24px rgba(138, 87, 103, 0.14);
}

.footer-links a.active::before {
  background: linear-gradient(135deg, #fff7fa, #f8c8dc);
  color: #6f3c4f;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(192, 132, 151, 0.16);
  color: var(--color-text-muted);
  position: relative;
  z-index: 1;
}

.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.7rem;
  z-index: 60;
}

.floating-actions a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 18px 32px rgba(138, 87, 103, 0.26);
  transition: transform var(--ease), box-shadow var(--ease);
}

.floating-actions a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 34px rgba(138, 87, 103, 0.34);
}

.floating-actions .whatsapp {
  background: linear-gradient(135deg, #24d366, #128c7e);
}

.floating-actions .call {
  background: linear-gradient(135deg, #e5a4b3, #c08497);
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transform-origin: top center;
  backface-visibility: hidden;
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
  animation: pageRotateIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

.hero-copy.revealed,
.hero-visual.revealed,
.page-hero-shell.revealed,
.image-stack.revealed {
  animation-name: pageHeroSpinIn;
  animation-duration: 900ms;
}

.center {
  text-align: center;
}

.muted {
  color: var(--color-text-muted);
}

.spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@keyframes headerSweep {
  0%,
  100% {
    transform: translateX(0) skewX(-22deg);
    opacity: 0;
  }

  18% {
    opacity: 0.15;
  }

  50% {
    transform: translateX(420%) skewX(-22deg);
    opacity: 0.5;
  }

  82% {
    opacity: 0;
  }
}

@keyframes headerLineDrift {
  0% {
    transform: translateX(-16%);
    opacity: 0.5;
  }

  50% {
    transform: translateX(16%);
    opacity: 1;
  }

  100% {
    transform: translateX(-16%);
    opacity: 0.5;
  }
}

@keyframes brandFloat {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(192, 132, 151, 0.22);
  }

  50% {
    transform: translateY(-4px);
    box-shadow: 0 16px 28px rgba(192, 132, 151, 0.3);
  }
}

@keyframes pageSoftLift {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(4px);
  }

  65% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes pageHeroSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.985);
    filter: blur(5px);
  }

  65% {
    opacity: 1;
    transform: translateY(-3px) scale(1.006);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes pageRotateIn {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(-9deg) rotateZ(-3deg) translateY(32px) scale(0.96);
    filter: blur(6px);
  }

  60% {
    opacity: 1;
    transform: perspective(1000px) rotateX(2deg) rotateZ(0.8deg) translateY(-4px) scale(1.01);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg) rotateZ(0deg) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes pageHeroSpinIn {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateX(-12deg) rotateY(5deg) rotateZ(-4deg) translateY(40px) scale(0.95);
    filter: blur(8px);
  }

  62% {
    opacity: 1;
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg) rotateZ(1deg) translateY(-6px) scale(1.01);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-12px) scale(1.06);
    opacity: 1;
  }
}

@keyframes rotateHalo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes swayLine {
  0%,
  100% {
    transform: rotate(16deg) translateY(0);
    opacity: 0.7;
  }

  50% {
    transform: rotate(24deg) translateY(-8px);
    opacity: 1;
  }
}

@keyframes sparklePulse {
  0%,
  100% {
    transform: scale(0.92) rotate(0deg);
    opacity: 0.65;
  }

  50% {
    transform: scale(1.18) rotate(12deg);
    opacity: 1;
  }
}

@keyframes serviceMenuFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes serviceMenuShimmer {
  0%,
  18% {
    transform: translateX(-160%) skewX(-18deg);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  55% {
    transform: translateX(160%) skewX(-18deg);
    opacity: 0;
  }

  100% {
    transform: translateX(160%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes serviceMenuArrow {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(6px);
  }
}

@media (max-width: 1080px) {
  .hero-shell,
  .split-section,
  .contact-layout,
  .footer-grid,
  .page-hero-shell {
    grid-template-columns: 1fr;
  }

  .stats-band,
  .process-grid,
  .dual-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-ring,
  .hero-line {
    opacity: 0.65;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 4.6rem 0;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 248, 250, 0.98);
    border: 1px solid rgba(192, 132, 151, 0.18);
    border-radius: 1.5rem;
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--ease), transform var(--ease);
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-actions .btn {
    display: none;
  }

  .section-head,
  .spaced {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-3,
  .grid-2,
  .form-grid,
  .grid-4,
  .hero-stats,
  .stats-band,
  .process-grid,
  .dual-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 1rem;
  }

  .hero-graphics-page .hero-line,
  .hero-graphics-page .hero-ring,
  .hero-line,
  .hero-ring {
    display: none;
  }

  .hero-shell {
    min-height: auto;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-card {
    inset: 2rem 0 0;
  }

  .floating-card.top {
    right: 0;
  }

  .floating-card.bottom {
    bottom: 0;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 1.2rem, 100%);
  }

  .hero-visual,
  .image-stack {
    min-height: 420px;
  }

  .hero-card {
    padding: 0.8rem;
  }

  .hero-photo {
    min-height: 400px;
  }

  .hero-orb.orb-one,
  .hero-graphics-page .hero-orb.orb-one {
    width: 6rem;
    height: 6rem;
  }

  .hero-orb.orb-two,
  .hero-graphics-page .hero-orb.orb-two {
    width: 4.5rem;
    height: 4.5rem;
  }

  .floating-card {
    position: static;
    margin-top: 1rem;
  }

  .image-stack-card.large {
    inset: 0 0 6rem 0;
  }

  .image-stack-card.small {
    width: 60%;
  }

  .highlight-card,
  .service-card,
  .preview-card,
  .pricing-card,
  .team-card,
  .blog-card,
  .gallery-card,
  .testimonial-card,
  .offer-card,
  .contact-card,
  .contact-panel,
  .booking-panel,
  .article-card,
  .content-card,
  .cta-banner,
  .offer-banner,
  .page-hero-shell {
    padding: 1.35rem;
    border-radius: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal].revealed,
  .hero-copy.revealed,
  .hero-visual.revealed,
  .page-hero-shell.revealed,
  .image-stack.revealed {
    animation: none;
  }
}