:root {
  --sand: #f7f3ef;
  --accent: #c9a47e;
  --ink: #1f1f1f;
  --mist: #e9ddd0;
  --cocoa: #6a5140;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top, rgba(201, 164, 126, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(247, 243, 239, 0.94));
}

a,
button {
  transition: all 180ms ease;
}

img {
  display: block;
}

.nav-link,
.drawer-link,
.footer-links a {
  color: rgba(31, 31, 31, 0.78);
}

.nav-link:hover,
.nav-link.active,
.drawer-link:hover,
.footer-links a:hover {
  color: var(--ink);
}

.header-brand {
  display: inline-flex;
  align-items: center;
  margin-right: 2.5rem;
}

.header-logo-image {
  height: 3.8rem;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 8px 18px rgba(201, 164, 126, 0.16));
}

.footer-logo-image {
  height: 4.9rem;
  width: auto;
  margin-bottom: 1rem;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.06) drop-shadow(0 10px 22px rgba(201, 164, 126, 0.14));
}

.btn-primary,
.btn-secondary,
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.cta-button {
  padding: 0.875rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(135deg, #d5b18d, #c29a72);
  color: white;
  box-shadow: 0 18px 40px rgba(136, 102, 68, 0.2);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-icon:hover,
.social-pill:hover,
.filter-chip:hover,
.smart-booking-button:hover {
  transform: translateY(-3px) scale(1.015);
}

.btn-secondary,
.btn-icon {
  border: 1px solid rgba(201, 164, 126, 0.3);
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink);
}

.btn-text {
  color: var(--cocoa);
  font-size: 0.95rem;
  font-weight: 700;
}

.btn-text:hover {
  color: var(--ink);
}

.section-shell {
  padding: 5rem 1rem 0;
}

.section-heading {
  margin: 0 auto 2.5rem;
  max-width: 56rem;
}

.eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(106, 81, 64, 0.75);
}

.section-title {
  margin-top: 0.9rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 6vw, 4.7rem);
  line-height: 0.95;
  color: var(--ink);
}

.section-copy {
  color: var(--cocoa);
  line-height: 1.9;
  font-size: 1.02rem;
}

.editorial-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.2);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cocoa);
  box-shadow: 0 14px 30px rgba(31, 31, 31, 0.04);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-fast-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.hero-fast-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.16);
  background: rgba(255, 255, 255, 0.75);
  color: var(--cocoa);
  font-size: 0.88rem;
  box-shadow: 0 10px 24px rgba(31, 31, 31, 0.04);
}

.hero-fast-trust i {
  font-style: normal;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.14);
  background: rgba(255, 255, 255, 0.74);
  padding: 0.7rem 0.95rem;
  color: var(--cocoa);
  font-size: 0.85rem;
}

.hero-trust-row span i {
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: rgba(201, 164, 126, 0.18);
  color: var(--accent);
  font-style: normal;
  font-size: 0.72rem;
  line-height: 1;
}

.stat-card,
.service-card,
.info-card,
.process-card,
.pricing-card,
.faq-item,
.review-card,
.trust-badge,
.spotlight-card,
.quiz-panel,
.featured-testimonial {
  opacity: 0;
  transform: translateY(18px);
}

.stat-card,
.service-card,
.info-card,
.process-card,
.pricing-card,
.faq-item,
.glass-panel,
.map-overlay,
.pricing-group,
.quiz-panel,
.featured-testimonial,
.spotlight-card {
  border: 1px solid rgba(201, 164, 126, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 44px rgba(31, 31, 31, 0.06);
  backdrop-filter: blur(14px);
}

.stat-card,
.service-card,
.info-card,
.process-card,
.pricing-card,
.featured-testimonial {
  border-radius: 1.75rem;
  padding: 1.5rem;
}

.stat-card {
  opacity: 1;
  transform: none;
}

.stat-value,
.service-title,
.info-title,
.pricing-card h3,
.footer-title {
  font-family: "Cormorant Garamond", serif;
}

.stat-value {
  display: block;
  font-size: 2rem;
  color: var(--ink);
}

.stat-label,
.service-copy,
.info-copy,
.pricing-card p {
  color: var(--cocoa);
  line-height: 1.8;
}

.service-price,
.info-number,
.pricing-card span,
.process-step {
  color: var(--accent);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.service-title,
.info-title,
.pricing-card h3 {
  margin-top: 1rem;
  font-size: 2rem;
  color: var(--ink);
}

.service-card .btn-text {
  display: inline-flex;
  margin-top: 0.9rem;
  color: rgba(106, 81, 64, 0.82);
  font-weight: 600;
}

.service-card .btn-secondary {
  margin-top: 1.35rem !important;
  min-width: 8.5rem;
  background: linear-gradient(135deg, #d5b18d, #c29a72);
  border-color: transparent;
  color: white;
  box-shadow: 0 18px 40px rgba(136, 102, 68, 0.18);
}

.service-card .btn-secondary:hover {
  color: white;
}

.feature-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 1rem 1.25rem;
  box-shadow: 0 16px 30px rgba(31, 31, 31, 0.04);
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 520ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 320ms ease;
}

.feature-row::before {
  content: "";
  height: 0.65rem;
  width: 0.65rem;
  flex: none;
  border-radius: 999px;
  background: var(--accent);
}

.about-proof-motion .feature-row[data-reveal] {
  transform: translate3d(-18px, 20px, 0);
}

.home-proof-motion .feature-row[data-reveal] {
  transform: translate3d(-22px, 18px, 0) scale(0.988);
}

.about-proof-motion .feature-row[data-reveal].is-visible {
  transform: translate3d(0, 0, 0);
}

.home-proof-motion .feature-row[data-reveal].is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.about-proof-motion .feature-row:hover {
  transform: translate3d(8px, -2px, 0);
  box-shadow: 0 22px 44px rgba(31, 31, 31, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.about-proof-visual {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}

.about-proof-visual[data-reveal] {
  transform: translate3d(28px, 24px, 0) rotate(1.8deg) scale(0.972);
  filter: saturate(0.94);
}

.about-proof-visual[data-reveal].is-visible {
  filter: saturate(1);
  box-shadow: 0 28px 64px rgba(31, 31, 31, 0.12);
  animation: about-proof-float 7s ease-in-out 1000ms infinite;
}

.about-proof-image {
  display: block;
  width: 100%;
  height: 100%;
  transition:
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 800ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 800ms ease;
}

.about-proof-visual:hover {
  animation-play-state: paused;
}

.about-proof-visual:hover .about-proof-image {
  transform: scale(1.025);
  box-shadow: 0 34px 72px rgba(31, 31, 31, 0.16);
}

@keyframes about-proof-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(-0.8deg);
  }
}

.booking-process-section {
  padding-top: 2.5rem;
  padding-bottom: 0.4rem;
}

.booking-process-panel {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.booking-process-heading {
  max-width: 24rem;
}

.booking-process-heading .section-title {
  max-width: 18rem;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.booking-process-panel .process-card {
  padding: 1.15rem;
}

.booking-process-card--last {
  margin-top: -0.05rem;
}

.service-card:hover,
.info-card:hover,
.pricing-card:hover,
.review-card:hover,
.spotlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(31, 31, 31, 0.1);
}

.gallery-preview-link,
.gallery-preview,
.gallery-card {
  overflow: hidden;
  border-radius: 1.75rem;
  background: white;
  box-shadow: 0 20px 44px rgba(31, 31, 31, 0.08);
}

.gallery-preview-link {
  position: relative;
  display: block;
  align-self: start;
  height: fit-content;
}

.gallery-preview {
  min-height: 20rem;
  width: 100%;
  object-fit: cover;
  transition:
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 650ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 650ms ease,
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-preview.tall {
  min-height: 28rem;
}

.gallery-preview-overlay {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  border-radius: 1.25rem;
  background: rgba(31, 31, 31, 0.68);
  padding: 0.9rem 1rem;
  color: white;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.gallery-preview-overlay span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.gallery-preview-overlay strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.featured-gallery-motion .section-heading {
  overflow: hidden;
}

.featured-gallery-motion .section-title {
  font-size: clamp(2.6rem, 5.5vw, 4.3rem);
}

[data-reveal] {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay);
  will-change: transform, opacity;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.featured-gallery-motion .section-title.is-visible,
.featured-gallery-motion .eyebrow.is-visible {
  clip-path: inset(0 0 0 0);
}

.gallery-preview-link[data-reveal] {
  filter: saturate(0.92);
  transform-origin: center;
}

.gallery-preview-link[data-reveal].is-visible {
  filter: saturate(1);
  box-shadow: 0 26px 54px rgba(31, 31, 31, 0.12);
}

.gallery-preview-link[data-reveal]:hover {
  transform: translate3d(0, -10px, 0) scale(1.02);
  box-shadow: 0 34px 70px rgba(31, 31, 31, 0.16);
  filter: saturate(1.05);
}

.gallery-preview-link:hover .gallery-preview-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-preview[data-reveal] {
  filter: saturate(0.92);
  transform-origin: center;
}

.gallery-preview[data-reveal].is-visible {
  filter: saturate(1);
  box-shadow: 0 26px 54px rgba(31, 31, 31, 0.12);
}

.gallery-preview[data-reveal]:hover {
  transform: translate3d(0, -10px, 0) scale(1.02);
  box-shadow: 0 34px 70px rgba(31, 31, 31, 0.16);
  filter: saturate(1.05);
}

.service-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: rgba(201, 164, 126, 0.14);
  padding: 0.4rem 0.75rem;
  color: var(--cocoa);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.85rem;
}

.glass-panel {
  border-radius: 1.5rem;
  padding: 1.4rem;
}

.hero-image-shell .glass-panel {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 18px 22px;
}

.hero-image-shell .glass-panel p {
  color: #2b2b2b;
  font-weight: 400;
  line-height: 1.4;
}

.social-pill,
.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.2);
  background: rgba(255, 255, 255, 0.78);
  padding: 0.85rem 1.15rem;
  color: var(--ink);
}

.social-pill--primary {
  border-color: rgba(201, 164, 126, 0.42);
  background: linear-gradient(135deg, rgba(213, 177, 141, 0.16), rgba(255, 255, 255, 0.92));
  box-shadow: 0 14px 28px rgba(201, 164, 126, 0.12);
}

.map-card {
  min-height: 28rem;
  overflow: hidden;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(233, 221, 208, 0.85)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?auto=format&fit=crop&w=1400&q=80") center/cover;
  box-shadow: 0 24px 60px rgba(31, 31, 31, 0.1);
}

.map-overlay {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
}

.map-overlay--split {
  justify-content: space-between;
  gap: 1.5rem;
}

.map-frame-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(201, 164, 126, 0.14);
  background: rgba(255, 255, 255, 0.72);
  min-height: 16rem;
}

.map-frame-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  border: 0;
  display: block;
}

.faq-item {
  overflow: hidden;
  border-radius: 1.5rem;
}

.faq-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  padding: 1.5rem;
  text-align: left;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  color: var(--cocoa);
  line-height: 1.8;
  transition: max-height 240ms ease;
}

.faq-panel p {
  padding: 0 1.5rem 1.5rem;
}

.mobile-drawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 60;
  height: 100%;
  width: min(24rem, 88vw);
  transform: translateX(100%);
  background: rgba(247, 243, 239, 0.98);
  padding: 1.5rem;
  box-shadow: -20px 0 60px rgba(31, 31, 31, 0.12);
  transition: transform 220ms ease;
  backdrop-filter: blur(16px);
}

.mobile-drawer.is-open {
  transform: translateX(0);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(31, 31, 31, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.drawer-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.drawer-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 0.32rem;
}

.drawer-toggle span {
  height: 2px;
  width: 1.5rem;
  background: var(--ink);
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.footer-shell {
  display: grid;
  gap: 3rem;
}

.footer-brand-copy {
  max-width: 16.25rem;
  color: var(--cocoa);
}

.about-page-main {
  row-gap: 0;
}

.about-section-tight {
  padding-top: 3.25rem;
}

.footer-rating {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 999px;
  background: rgba(201, 164, 126, 0.12);
  padding: 0.65rem 0.95rem;
  color: var(--cocoa);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-rating-mark {
  color: var(--accent);
  letter-spacing: 0.14em;
}

.footer-links {
  display: grid;
  gap: 0.75rem;
  color: var(--cocoa);
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.footer-link-icon {
  display: inline-flex;
  height: clamp(1rem, 0.9rem + 0.35vw, 1.15rem);
  width: clamp(1rem, 0.9rem + 0.35vw, 1.15rem);
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: rgba(201, 164, 126, 0.92);
}

.footer-link-icon svg {
  height: 100%;
  width: 100%;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-link-mark {
  display: inline-flex;
  height: 1.65rem;
  width: 1.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(201, 164, 126, 0.16);
  color: var(--cocoa);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-contact {
  display: grid;
  gap: 0.75rem;
  color: var(--cocoa);
}

.footer-map-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink);
  font-weight: 600;
}

.footer-divider {
  margin-top: 1.9rem;
  border-top: 1px solid #e5ded6;
  padding-top: 1.25rem;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.home-proof-motion + section .cta-panel {
  margin-top: 1.25rem;
}

.cta-copy {
  max-width: 42rem;
}

.floating-whatsapp {
  position: fixed;
  bottom: 1.25rem;
  right: 1rem;
  z-index: 40;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 1rem 1.25rem;
  font-weight: 700;
  box-shadow: 0 24px 50px rgba(31, 31, 31, 0.18);
}

.gallery-grid {
  display: grid;
  gap: 1rem;
}

.gallery-card {
  position: relative;
  min-height: 18rem;
  border: 0;
  padding: 0;
  text-align: left;
}

.gallery-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-card:hover img {
  transform: scale(1.06);
}

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

.gallery-card--square {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.gallery-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.06), rgba(31, 31, 31, 0.56));
  color: white;
  opacity: 0;
  padding: 1rem;
  transition: opacity 220ms ease;
}

.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
}

.gallery-card-icon {
  align-self: end;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  padding: 0.65rem 0.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gallery-card-meta {
  display: grid;
  gap: 0.35rem;
}

.gallery-card-meta strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.gallery-card-meta span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.6;
}

.filter-chip.is-active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  background: rgba(12, 12, 12, 0.85);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-inner {
  width: min(92vw, 68rem);
  display: grid;
  gap: 1rem;
}

.lightbox-inner img {
  max-height: 80vh;
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
}

.lightbox-inner p {
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.lightbox-copy {
  display: grid;
  gap: 0.75rem;
}

.lightbox-copy .caption {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.lightbox-book {
  width: fit-content;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 2rem;
  line-height: 1;
  padding: 0.75rem 1rem;
}

.pricing-group {
  border-radius: 2rem;
  padding: 2rem;
}

.services-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.services-quick-nav .filter-chip {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem 1.1rem;
}

.services-page .pricing-group[hidden] {
  display: none !important;
}

.pricing-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.service-icon-badge {
  display: inline-grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 221, 208, 0.74));
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 800;
  flex: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.pricing-subtitle {
  margin-top: 0.5rem;
  max-width: 40rem;
  color: var(--cocoa);
  line-height: 1.75;
}

.pricing-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.pricing-card span {
  display: block;
  margin: 1rem 0 1.25rem;
}

.pricing-grid > .pricing-card:only-child {
  grid-column: 1 / -1;
  max-width: 32rem;
}

.services-page .pricing-card {
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.services-page .pricing-card h3 {
  margin-top: 0.35rem;
}

.services-page .pricing-card span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #c69a63;
}

.services-page .btn-primary.js-whatsapp::before {
  content: "\01F4AC";
  font-size: 1rem;
  line-height: 1;
}

.services-page {
  scroll-behavior: smooth;
}

.services-page .pricing-group {
  margin-top: 3rem;
  scroll-margin-top: 8rem;
}

.services-page .pricing-group:first-child {
  margin-top: 0;
}

.services-page .pricing-header {
  margin-bottom: 1.5rem;
}

.services-page .pricing-header .eyebrow {
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

.services-page .pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.services-page .pricing-card .btn-primary {
  margin-top: 0.25rem;
  width: 100%;
}

.services-cta-panel {
  background:
    radial-gradient(circle at right center, rgba(201, 164, 126, 0.12), transparent 26%),
    linear-gradient(135deg, #1f1f1f, #1b1b1f);
}

.is-emphasized {
  outline: 2px solid rgba(201, 164, 126, 0.65);
  box-shadow: 0 0 0 10px rgba(201, 164, 126, 0.08);
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.smart-booking-button {
  display: grid;
  gap: 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(201, 164, 126, 0.18);
  background: rgba(255, 255, 255, 0.82);
  padding: 1rem 1.1rem;
  box-shadow: 0 16px 34px rgba(31, 31, 31, 0.05);
}

.smart-booking-button--featured {
  border-color: rgba(201, 164, 126, 0.52);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 232, 218, 0.92));
  padding: 1.15rem 1.2rem;
  box-shadow:
    0 24px 52px rgba(201, 164, 126, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(-3px);
}

.smart-booking-button--featured .booking-icon {
  background: rgba(201, 164, 126, 0.16);
  color: #b68455;
}

.smart-booking-button--featured strong {
  font-size: 1.82rem;
}

.smart-booking-button strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  color: var(--ink);
}

.smart-booking-button span {
  color: var(--cocoa);
  font-size: 0.92rem;
}

.booking-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 221, 208, 0.72));
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.booking-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-visual {
  perspective: 1200px;
}

.hero-image-shell {
  animation: heroFloat 6s ease-in-out infinite;
  transform-origin: center;
}

.hero-image {
  animation: heroImageDrift 10s ease-in-out infinite;
  will-change: transform;
}

.hero-image-glow {
  position: absolute;
  inset: -15%;
  background: radial-gradient(circle at 20% 20%, rgba(201, 164, 126, 0.22), transparent 38%);
  pointer-events: none;
  animation: heroGlowPulse 5.5s ease-in-out infinite;
}

.hero-orbit {
  animation: heroOrbit 9s linear infinite;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-0.6deg);
  }
}

@keyframes heroImageDrift {
  0%, 100% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.05) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes heroGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes heroOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image-shell,
  .hero-image,
  .hero-image-glow,
  .hero-orbit,
  .about-proof-visual {
    animation: none;
  }

  [data-reveal],
  .gallery-preview,
  .gallery-preview[data-reveal]:hover {
    opacity: 1;
    transform: none;
    transition: none;
    filter: none;
  }
}

.reviews-scroller {
  display: grid;
  gap: 1rem;
}

.reviews-track {
  display: grid;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.review-card {
  min-width: 18rem;
  scroll-snap-align: start;
  border-radius: 1.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(201, 164, 126, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 44px rgba(31, 31, 31, 0.06);
}

.review-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.review-avatar {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(201, 164, 126, 0.18);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-name {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.review-stars {
  margin-top: 1rem;
  letter-spacing: 0.2em;
  color: var(--accent);
  font-size: 1.1rem;
}

.review-quote {
  margin-top: 1rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.review-label {
  margin-top: 0.9rem;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.review-meta {
  margin-top: 1rem;
  color: var(--cocoa);
  font-size: 0.92rem;
}

.featured-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.quiz-panel {
  border-radius: 1.75rem;
  padding: 1.5rem;
}

.quiz-step + .quiz-step {
  margin-top: 1.25rem;
}

.quiz-step-label {
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
}

.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.quiz-option {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 126, 0.2);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.85rem 1rem;
  color: var(--ink);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quiz-option.is-selected,
.quiz-option:hover {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
  box-shadow: 0 14px 24px rgba(31, 31, 31, 0.12);
  transform: translateY(-1px);
}

.quiz-result {
  margin-top: 1.4rem;
  border-radius: 1.4rem;
  background: rgba(247, 243, 239, 0.94);
  padding: 1.25rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 240ms ease;
}

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

.quiz-result-note {
  margin-top: 0.95rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(106, 81, 64, 0.82);
}

.spotlight-card {
  overflow: hidden;
  border-radius: 1.8rem;
}

.spotlight-image {
  height: 18rem;
  width: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.spotlight-card:hover .spotlight-image {
  transform: scale(1.04);
}

.spotlight-copy {
  padding: 1.4rem;
}

.service-comparison-strip {
  display: grid;
  gap: 1rem;
}

.service-comparison-strip div {
  border-radius: 1.25rem;
  background: rgba(247, 243, 239, 0.85);
  padding: 1rem 1.1rem;
}

.service-comparison-strip strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: var(--ink);
}

.service-comparison-strip span {
  color: var(--cocoa);
  font-size: 0.92rem;
}

.trust-badge-grid {
  display: grid;
  gap: 1rem;
}

.trust-badge {
  border-radius: 1.5rem;
  padding: 1.1rem 1.25rem;
}

.trust-badge strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
}

.mobile-booking-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 45;
  transform: translateY(110%);
  transition: transform 260ms ease;
  padding: 0 0.85rem max(0.85rem, env(safe-area-inset-bottom));
}

.mobile-booking-bar.is-visible {
  transform: translateY(0);
}

.mobile-booking-bar-shell {
  border-radius: 1.5rem 1.5rem 0 0;
  border: 1px solid rgba(201, 164, 126, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -10px 40px rgba(31, 31, 31, 0.12);
  padding: 0.9rem;
  backdrop-filter: blur(18px);
}

.mobile-booking-bar-title {
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}

.mobile-booking-bar-copy {
  margin-top: 0.25rem;
  color: rgba(106, 81, 64, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.mobile-booking-actions {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.75rem;
}

[data-header].is-scrolled {
  box-shadow: 0 18px 50px rgba(31, 31, 31, 0.08);
}

@media (min-width: 768px) {
  .section-shell {
    padding-top: 6rem;
  }

  .about-section-tight {
    padding-top: 4rem;
  }

  .booking-process-section {
    padding-top: 3rem;
    padding-bottom: 0.6rem;
  }

  .gallery-grid,
  .pricing-grid,
  .reviews-track,
  .trust-badge-grid,
  .service-comparison-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .booking-process-panel {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
    gap: 0.9rem;
  }

  .booking-process-heading {
    grid-row: 1 / span 2;
    max-width: 22rem;
  }

  .booking-process-card--wide {
    grid-column: 2 / span 2;
  }

  .booking-process-heading .section-title {
    max-width: 17rem;
  }

  .header-brand {
    margin-right: 3rem;
  }

  .header-logo-image {
    height: 4.2rem;
  }

  .footer-logo-image {
    height: 5.35rem;
  }

  .footer-shell {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }

  .cta-panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .home-proof-motion + section .cta-panel {
    margin-top: 1.75rem;
  }

  .cta-panel .btn-primary {
    flex-shrink: 0;
  }

  .gallery-grid:not(.instagram-feed) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 15rem;
  }

  .gallery-card.tall {
    grid-row: span 2;
  }

  .instagram-feed,
  .trust-badge-grid,
  .service-comparison-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .reviews-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
    align-items: stretch;
  }

  .reviews-scroller {
    display: none;
  }

  .review-card {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 6rem;
  }
}

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

  * {
    transition: none !important;
    animation: none !important;
  }

  .stat-card,
  .service-card,
  .info-card,
  .process-card,
  .pricing-card,
  .faq-item,
  .review-card,
  .trust-badge,
  .spotlight-card,
  .quiz-panel,
  .featured-testimonial {
    opacity: 1;
    transform: none;
  }
}
