:root {
  --ink: #1c1412;
  --ink-soft: #4a3834;
  --rose: #b84d5d;
  --rose-deep: #8f3644;
  --blush: #f3d7d9;
  --mist: #faf4f2;
  --sand: #e8d9d0;
  --champagne: #c6a27a;
  --white: #fffdfb;
  --line: rgba(28, 20, 18, 0.12);
  --shadow-soft: 0 18px 40px rgba(28, 20, 18, 0.08);
  --radius: 18px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Sora", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 77, 93, 0.12), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(198, 162, 122, 0.18), transparent 30%),
    linear-gradient(180deg, #fbf6f3 0%, #f7ece8 45%, #faf4f2 100%);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--rose-deep);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
  color: var(--rose);
}

.page-shell {
  overflow-x: clip;
}

.container {
  max-width: 1120px;
}

/* Nav */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.85rem 0;
  background: rgba(251, 246, 243, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(251, 246, 243, 0.95);
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.15rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink);
}

.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
}

.nav-link {
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--ink-soft) !important;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.85rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--ink) !important;
}

.navbar-toggler {
  border: 1px solid var(--line);
  box-shadow: none;
  padding: 0.45rem 0.6rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(28, 20, 18, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-call,
.btn-primary-soft,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 12px;
  padding: 0.85rem 1.45rem;
  font-size: 0.92rem;
  font-weight: 500;
  border: 1px solid transparent;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-call,
.btn-primary-soft {
  background: var(--ink);
  color: var(--white) !important;
}

.btn-call:hover,
.btn-primary-soft:hover {
  background: var(--rose-deep);
  color: var(--white) !important;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink) !important;
  border-color: rgba(28, 20, 18, 0.22);
}

.btn-ghost:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: stretch;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 20, 18, 0.68) 0%, rgba(28, 20, 18, 0.28) 52%, rgba(28, 20, 18, 0.12) 100%),
    linear-gradient(180deg, rgba(28, 20, 18, 0.12) 0%, rgba(28, 20, 18, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 0 4rem;
  color: var(--white);
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 11vw, 8.5rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 0.95;
  margin: 0 0 1.1rem;
  animation: fadeUp 0.9s ease both;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 5.2vw, 2.8rem);
  font-weight: 500;
  font-style: italic;
  max-width: 16ch;
  line-height: 1.2;
  margin: 0 0 0.9rem;
  animation: fadeUp 0.9s ease 0.12s both;
}

.hero-text {
  max-width: 34ch;
  font-size: clamp(0.95rem, 2.8vw, 1.02rem);
  font-weight: 300;
  color: rgba(255, 253, 251, 0.88);
  margin: 0 0 1.8rem;
  animation: fadeUp 0.9s ease 0.22s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: fadeUp 0.9s ease 0.32s both;
}

.hero .btn-ghost {
  color: var(--white) !important;
  border-color: rgba(255, 253, 251, 0.45);
}

.hero .btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 253, 251, 0.08);
}

.hero .btn-primary-soft {
  background: var(--white);
  color: var(--ink) !important;
}

.hero .btn-primary-soft:hover {
  background: var(--blush);
  color: var(--ink) !important;
}

/* Sections */
.section {
  padding: 5.5rem 0;
}

.section-tight {
  padding: 4rem 0;
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 0.85rem;
  letter-spacing: 0.02em;
}

.section-lead {
  max-width: 46ch;
  color: var(--ink-soft);
  font-weight: 300;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Services */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.service-item {
  padding: 0;
  transition: transform 0.35s ease;
}

.service-item:hover {
  transform: translateY(-6px);
}

.service-media {
  position: relative;
  aspect-ratio: 4 / 3.2;
  overflow: hidden;
  margin-bottom: 1.1rem;
  background: var(--sand);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.service-item:hover .service-media img {
  transform: scale(1.07);
}

.service-body {
  padding: 0 0.15rem;
}

.service-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 0.65rem;
  color: var(--rose);
}

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
}

.service-item p {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 300;
  margin: 0 0 0.85rem;
  min-height: 0;
}

.service-price {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  font-weight: 500;
}

/* Page banner */
.page-banner {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.page-banner-media {
  position: absolute;
  inset: 0;
}

.page-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 20, 18, 0.15), rgba(28, 20, 18, 0.72));
}

.page-banner .container {
  position: relative;
  z-index: 1;
  padding-bottom: 2.4rem;
  padding-top: 4rem;
  color: var(--white);
}

.page-banner .section-label {
  color: var(--blush);
}

.page-banner .section-title,
.page-banner .section-lead {
  color: var(--white);
}

.page-banner .section-lead {
  opacity: 0.88;
}

.contact-visual {
  margin-top: 1.8rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sand);
}

.contact-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.contact-visual:hover img {
  transform: scale(1.05);
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.split-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 0 0 var(--radius) 0;
}

.split-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 1.2s ease;
}

.split:hover .split-visual img {
  transform: scale(1.08);
}

.split-copy .section-title {
  max-width: 12ch;
}

.split-points {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: grid;
  gap: 0.85rem;
}

.split-points li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--ink-soft);
  font-weight: 300;
}

.split-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--rose);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 2.2rem;
}

.gallery-item {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--sand);
}

.gallery-item:nth-child(3n + 2) {
  aspect-ratio: 4 / 4.5;
  margin-top: 1.4rem;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: saturate(1.05) contrast(1.02);
}

.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.04);
}

/* CTA band */
.cta-band {
  position: relative;
  margin: 0 0 1rem;
  padding: 3.5rem 2rem;
  overflow: hidden;
  color: var(--white);
  border-radius: var(--radius);
  text-align: center;
  background: #2a1a18;
}

.cta-band-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(28, 20, 18, 0.88), rgba(143, 54, 68, 0.78));
}

.cta-band > *:not(.cta-band-media) {
  position: relative;
  z-index: 1;
}

.cta-band .section-title {
  color: var(--white);
  margin-bottom: 0.6rem;
}

.cta-band .section-lead {
  margin: 0 auto 1.6rem;
  color: rgba(255, 253, 251, 0.85);
}

.cta-band .btn-primary-soft {
  background: var(--white);
  color: var(--ink) !important;
}

.cta-band .btn-ghost {
  color: var(--white) !important;
  border-color: rgba(255, 253, 251, 0.4);
}

/* Page hero (inner) */
.page-hero {
  padding: 4.5rem 0 2.5rem;
}

.page-hero .section-title {
  max-width: 14ch;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-panel {
  padding: 0;
}

.contact-line {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.contact-line:first-child {
  border-top: 1px solid var(--line);
}

.contact-line span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 0.35rem;
}

.contact-line strong,
.contact-line a {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
}

.booking-form {
  background: rgba(255, 253, 251, 0.72);
  border: 1px solid var(--line);
  padding: 1.8rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.booking-form label {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
  color: var(--ink-soft);
}

.booking-form .form-control,
.booking-form .form-select {
  border: 1px solid rgba(28, 20, 18, 0.16);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  background: var(--white);
  box-shadow: none;
  font-size: 0.95rem;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 0.2rem rgba(184, 77, 93, 0.12);
}

.alert-soft {
  border: 0;
  border-radius: 14px;
  background: #e8f4ea;
  color: #24532d;
}

.alert-soft-error {
  background: #fdecee;
  color: #7a2430;
}

/* About */
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.about-stat {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.about-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.about-stat span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 300;
}

/* Footer */
.site-footer {
  margin-top: 2rem;
  padding: 3.5rem 0 1.5rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 251, 0.45);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
}

.footer-name {
  font-family: var(--font-display);
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  margin: 0;
  font-weight: 700;
}

.footer-tag {
  margin: 0.2rem 0 0.9rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.footer-copy,
.footer-grid p {
  color: var(--ink-soft);
  font-weight: 300;
  margin-bottom: 0.45rem;
}

.footer-heading {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-soft);
}

.float-wa {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #1faa55;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(28, 20, 18, 0.18);
  z-index: 1050;
  transition: transform 0.25s ease;
}

.float-wa:hover {
  transform: translateY(-3px) scale(1.04);
  color: #fff !important;
}

.float-wa svg {
  width: 26px;
  height: 26px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

@media (min-width: 768px) {
  .service-item p {
    min-height: 4.2em;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .service-grid,
  .footer-grid,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-item:nth-child(3n + 2) {
    margin-top: 0;
    aspect-ratio: 4 / 5;
  }

  .page-banner {
    min-height: 220px;
  }

  .page-banner .container {
    padding-top: 3rem;
    padding-bottom: 1.8rem;
  }

  .split-visual {
    min-height: 280px;
    border-radius: var(--radius);
  }

  .hero {
    min-height: calc(100svh - 72px);
  }

  .hero-media img {
    object-position: 70% center;
    animation: none;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(28, 20, 18, 0.2) 0%, rgba(28, 20, 18, 0.52) 40%, rgba(28, 20, 18, 0.82) 100%);
  }

  .hero-content {
    padding: 4.5rem 0 2.4rem;
    align-items: flex-end;
  }

  .hero-brand {
    letter-spacing: 0.08em;
  }

  .about-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .about-stat strong {
    font-size: 1.8rem;
  }

  .navbar-collapse {
    margin-top: 0.85rem;
    padding: 0.85rem 0 0.4rem;
    border-top: 1px solid var(--line);
  }

  .navbar-nav {
    gap: 0.15rem;
  }

  .nav-link {
    padding: 0.7rem 0.2rem !important;
  }

  .btn-call {
    margin-top: 0.45rem;
    width: 100%;
  }

  .booking-form {
    padding: 1.25rem;
  }

  .contact-line strong,
  .contact-line a {
    font-size: 1.3rem;
    word-break: break-word;
  }

  .footer-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .brand-mark {
    font-size: 1.55rem;
    letter-spacing: 0.14em;
  }

  .brand-sub {
    letter-spacing: 0.18em;
    font-size: 0.62rem;
  }

  .site-nav {
    padding: 0.65rem 0;
  }

  .hero {
    min-height: min(100svh - 68px, 720px);
  }

  .hero-content {
    padding: 3.2rem 0 2rem;
  }

  .hero-brand {
    font-size: clamp(2.6rem, 14vw, 3.6rem);
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(1.45rem, 6.5vw, 1.9rem);
  }

  .hero-text {
    max-width: none;
    margin-bottom: 1.25rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn,
  .cta-band .btn {
    width: 100%;
  }

  .section {
    padding: 3.2rem 0;
  }

  .section-tight {
    padding: 2.6rem 0;
  }

  .section-title {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    margin-top: 1.8rem;
  }

  .service-media {
    aspect-ratio: 16 / 11;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: 1.5rem;
  }

  .gallery-item,
  .gallery-item:nth-child(3n + 2) {
    margin-top: 0;
    aspect-ratio: 3 / 4;
  }

  .split {
    gap: 1.5rem;
  }

  .split-visual {
    min-height: 240px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 2.2rem 1.1rem;
    border-radius: 14px;
  }

  .cta-band .section-title {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }

  .page-banner {
    min-height: 200px;
  }

  .page-hero {
    padding: 2.8rem 0 1.4rem;
  }

  .contact-visual {
    margin-top: 1.2rem;
  }

  .site-footer {
    padding: 2.4rem 0 5.5rem;
  }

  .footer-name {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }

  .footer-bottom {
    margin-top: 1.6rem;
  }

  .float-wa {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 50px;
    height: 50px;
  }

  .btn-call,
  .btn-primary-soft,
  .btn-ghost {
    padding: 0.8rem 1.15rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 399.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-brand {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }

  .gallery-grid {
    gap: 0.45rem;
  }

  .about-stat span,
  .section-lead,
  .service-item p {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .reveal,
  .service-item,
  .gallery-item img,
  .split-visual img {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
