:root {
  --ink: #251c20;
  --pink: #d98e9c;
  --pale: #fff7f6;
  --rose: #f5dedf;
  --line: #e9d0d2;
  --cream: #fcf7f1;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pale);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

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

.announcement {
  padding: 9px 20px;
  background: #3d2633;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .02em;
}

.announcement a {
  margin-left: 4px;
  text-decoration: underline;
}

.site-header {
  height: 85px;
  padding: 0 clamp(20px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 247, 246, .9);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.logo {
  font-family: 'Playfair Display';
  font-size: 25px;
  line-height: .74;
  display: inline-flex;
  flex-direction: column;
  letter-spacing: -1.2px;
}

.logo span {
  font-family: Sacramento;
  font-size: 18px;
  color: var(--pink);
  align-self: end;
  letter-spacing: 0;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-header nav>a:not(.nav-cta):hover {
  color: var(--pink);
}

.nav-cta,
.button {
  border-radius: 2px;
  background: var(--pink);
  color: #fff;
  padding: 12px 18px;
  box-shadow: 0 8px 20px #d98e9c3b;
  transition: .25s;
}

.nav-cta:hover,
.button:hover {
  background: #bd7181;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  border: 0;
  background: 0;
  padding: 8px;
}

.menu-toggle i {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--ink);
  margin: 5px;
}

.hero {
  min-height: 620px;
  overflow: hidden;
  padding: clamp(62px, 8vw, 130px) clamp(20px, 11vw, 160px);
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  gap: 70px;
  align-items: center;
  background: linear-gradient(110deg, #fff8f7 40%, #f5d9da);
}

.hero-copy {
  z-index: 1;
}

.eyebrow {
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin: 0 0 15px;
}

.hero h1,
h2 {
  font-family: 'Playfair Display';
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.6px;
  margin: 0;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 75px);
}

.hero h1 em {
  font-style: normal;
  color: var(--pink);
}

.hero-text {
  max-width: 390px;
  margin: 24px 0 31px;
  color: #625257;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.button {
  border: 0;
  font: 600 12px 'DM Sans';
  letter-spacing: .2px;
  cursor: pointer;
  display: inline-block;
}

.button span,
.text-link span {
  font-size: 17px;
  margin-left: 9px;
}

.text-link {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--pink);
  padding-bottom: 3px;
}

.hero-image {
  height: 450px;
  position: relative;
  box-shadow: 18px 20px 30px #9d69703d;
}

.hero-image:before {
  content: '';
  position: absolute;
  inset: 17px;
  border: 1px solid #fff8;
  z-index: 1;
}

.hero-image img,
.intro-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-sticker {
  position: absolute;
  right: -34px;
  bottom: 28px;
  width: 95px;
  height: 95px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3d2633;
  color: #fff;
  font: 20px/1.02 'Playfair Display';
  text-align: center;
  transform: rotate(-14deg);
  z-index: 2;
}

.hero-sticker b {
  color: #f1a9b6;
}

.hero-flower {
  font-size: 180px;
  color: #e8b8bf;
  position: absolute;
  left: 3vw;
  top: 420px;
  opacity: .4;
}

.section {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 11vw, 160px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1fr;
  gap: clamp(40px, 9vw, 150px);
  align-items: center;
  position: relative;
  background: #fff;
}

.intro-image {
  height: 420px;
}

.intro-copy h2,
.section-head h2,
.services h2,
.booking h2,
.faq h2 {
  font-size: clamp(36px, 4vw, 54px);
}

.intro-copy>p:not(.eyebrow),
.services-intro>p:not(.eyebrow),
.booking-copy>p:not(.eyebrow) {
  max-width: 460px;
  color: #625257;
  margin: 22px 0;
}

.signature {
  font: 51px Sacramento;
  color: var(--pink);
  line-height: 1;
  margin-top: 26px;
}

.intro-copy small {
  font-size: 11px;
}

.stats {
  position: absolute;
  bottom: 0;
  right: clamp(20px, 11vw, 160px);
  display: flex;
  background: #fae9e9;
}

.stats div {
  padding: 18px 28px;
  border-left: 1px solid #eecfd1;
  display: flex;
  flex-direction: column;
}

.stats strong {
  font: 500 22px 'Playfair Display';
  color: var(--pink);
}

.stats span {
  font-size: 10px;
}

.category-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px clamp(20px, 11vw, 160px);
  background: var(--pale);
}

.category-card {
  position: relative;
  height: 380px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(37, 28, 32, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.category-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}

.category-card:hover .card-bg {
  transform: scale(1.04);
}

.category-card .card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.category-card h3 {
  font-family: 'Playfair Display';
  font-size: clamp(28px, 3vw, 36px);
  margin: 8px 0 12px;
  font-weight: 500;
  line-height: 1.1;
}

.category-card p {
  font-size: 13px;
  opacity: 0.9;
  max-width: 320px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f5dedf;
  text-transform: uppercase;
}

.card-btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.item-left {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
}

.item-right {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.8s ease forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.gallery {
  background: #fff7f6;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head>p {
  max-width: 280px;
  color: #6c5c62;
  margin: 0;
}

.switch-gallery-btn {
  background: transparent;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.switch-gallery-btn:hover {
  background: var(--pink);
  color: #fff;
  transform: translateY(-1px);
}

.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.filters button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: #745f65;
  cursor: pointer;
  font: 600 11px 'DM Sans';
}

.filters button.active,
.filters button:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.gallery-item {
  height: 260px;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s;
}

.gallery-item:hover img {
  transform: scale(1.07);
}

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 13px 12px;
  text-align: left;
  color: #fff;
  background: linear-gradient(transparent, #241b20b8);
  font: 500 15px 'Playfair Display';
  opacity: 0;
  transition: .25s;
}

.gallery-item:hover span {
  opacity: 1;
}

.animate-fade {
  animation: fadeIn 0.45s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10vw;
  background: #3d2633;
  color: #fff;
}

.services .eyebrow {
  color: #eba4af;
}

.services-intro>p:not(.eyebrow) {
  color: #e7d7da;
}

.services .text-link {
  border-color: #e8a2ae;
}

.price-list {
  border-top: 1px solid #886977;
}

.price-list>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #886977;
  padding: 20px 0;
  font: 19px 'Playfair Display';
}

.price-list b {
  font: 600 13px 'DM Sans';
  color: #f5adb8;
  white-space: nowrap;
}

.price-list p {
  font-size: 11px;
  color: #d6c6ca;
}

.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 11vw, 160px);
  background: linear-gradient(120deg, #f5dedf, #fdf2ef);
}

.booking h2 {
  color: #3d2633;
}

.booking-note {
  font-size: 12px;
  margin-top: 28px;
  color: #875b65;
}

form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 30px #b9828830;
}

label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 15px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e7d4d5;
  background: #fffafa;
  padding: 12px;
  font: 14px 'DM Sans';
  color: var(--ink);
  outline-color: var(--pink);
}

textarea {
  height: 92px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
  background: #fff;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  font: 500 19px 'Playfair Display';
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

summary span {
  color: var(--pink);
  font: 25px 'DM Sans';
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  max-width: 490px;
  margin: 11px 0 0;
  color: #6c5c62;
  font-size: 13px;
}

footer {
  background: #271b20;
  color: #eee0e1;
  padding: 55px clamp(20px, 11vw, 160px) 21px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 45px;
}

.footer-top .logo {
  color: #fff;
}

.footer-top>div>p {
  font-size: 13px;
  max-width: 260px;
  color: #caaeb4;
}

.footer-top h3 {
  font-size: 11px;
  letter-spacing: 1px;
  color: #ea9fac;
  text-transform: uppercase;
}

.footer-top a,
.footer-top span {
  display: block;
  font-size: 13px;
  margin: 8px 0;
}

.footer-bottom {
  border-top: 1px solid #563b43;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #c5aaaf;
}

.footer-bottom a {
  color: #f0a9b4;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 9;
  box-shadow: 0 8px 20px #0003;
}

.whatsapp svg {
  width: 29px;
  fill: #fff;
}

.lightbox {
  border: 0;
  background: #21151bdc;
  color: white;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 35px;
  place-items: center;
}

.lightbox[open] {
  display: grid;
}

.lightbox::backdrop {
  background: #0009;
}

.lightbox figure {
  margin: 0;
  width: min(85vw, 780px);
  height: min(82vh, 850px);
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  height: calc(100% - 28px);
  object-fit: contain;
}

.lightbox figcaption {
  font: 16px 'Playfair Display';
  padding: 6px;
}

.lightbox button {
  border: 0;
  background: #ffffff1f;
  color: #fff;
  cursor: pointer;
}

.lightbox .close {
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 40px;
  background: 0;
}

.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  font-size: 57px;
  width: 55px;
  height: 80px;
}

.lightbox .prev {
  left: 3vw;
}

.lightbox .next {
  right: 3vw;
}

@media(max-width: 800px) {
  .announcement {
    font-size: 10px;
    padding: 8px;
  }

  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff8f7;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .site-header nav.open {
    display: flex;
  }

  .site-header nav .nav-cta {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 55px 24px 65px;
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-image {
    display: none;
  }

  .hero-sticker {
    right: -12px;
  }

  .hero-flower {
    display: none;
  }

  .section {
    padding: 73px 24px;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 115px;
  }

  .intro-image {
    height: 330px;
  }

  .stats {
    left: 24px;
    right: 24px;
    justify-content: center;
  }

  .stats div {
    padding: 14px 12px;
    flex: 1;
    text-align: center;
  }

  .stats span {
    font-size: 9px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px;
  }

  .gallery-item {
    height: 230px;
  }

  .gallery-item span {
    opacity: 1;
    font-size: 13px;
  }

  .category-selection {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 15px;
    gap: 10px;
  }

  .category-card {
    height: 220px;
    padding: 15px;
  }

  .category-card h3 {
    font-size: 18px;
    margin: 4px 0 6px;
  }

  .category-card p {
    font-size: 11px;
    margin: 0 0 12px;
    display: -webkit-box;
    --webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services,
  .booking,
  .faq {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .services,
  .booking {
    padding: 75px 24px;
  }

  .price-list>div {
    font-size: 17px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .lightbox {
    padding: 20px;
  }

  .lightbox figure {
    width: 92vw;
  }

  .lightbox .prev,
  .lightbox .next {
    font-size: 42px;
    width: 38px;
  }

  .lightbox .prev {
    left: 0;
  }

  .lightbox .next {
    right: 0;
  }
}

@media(max-width: 360px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }

  .gallery-item {
    height: 180px; 
  }

  .gallery-item span {
    font-size: 11px;
    padding: 15px 8px 8px;
  }
}

:root {
  --ink: #251c20;
  --pink: #d98e9c;
  --pale: #fff7f6;
  --rose: #f5dedf;
  --line: #e9d0d2;
  --cream: #fcf7f1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pale);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

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

.announcement {
  padding: 9px 20px;
  background: #3d2633;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .02em;
}

.announcement a {
  margin-left: 4px;
  text-decoration: underline;
}

.site-header {
  height: 85px;
  padding: 0 clamp(20px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 247, 246, .9);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.logo {
  font-family: 'Playfair Display';
  font-size: 25px;
  line-height: .74;
  display: inline-flex;
  flex-direction: column;
  letter-spacing: -1.2px;
}

.logo span {
  font-family: Sacramento;
  font-size: 18px;
  color: var(--pink);
  align-self: end;
  letter-spacing: 0;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-header nav>a:not(.nav-cta):hover {
  color: var(--pink);
}

.nav-cta,
.button {
  border-radius: 2px;
  background: var(--pink);
  color: #fff;
  padding: 12px 18px;
  box-shadow: 0 8px 20px #d98e9c3b;
  transition: .25s;
}

.nav-cta:hover,
.button:hover {
  background: #bd7181;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  border: 0;
  background: 0;
  padding: 8px;
}

.menu-toggle i {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--ink);
  margin: 5px;
}

.hero {
  min-height: 620px;
  overflow: hidden;
  padding: clamp(62px, 8vw, 130px) clamp(20px, 11vw, 160px);
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  gap: 70px;
  align-items: center;
  background: linear-gradient(110deg, #fff8f7 40%, #f5d9da);
}

.hero-copy {
  z-index: 1;
}

.eyebrow {
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin: 0 0 15px;
}

.hero h1,
h2 {
  font-family: 'Playfair Display';
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.6px;
  margin: 0;
}

.hero h1 {
  font-size: clamp(48px, 5vw, 75px);
}

.hero h1 em {
  font-style: normal;
  color: var(--pink);
}

.hero-text {
  max-width: 390px;
  margin: 24px 0 31px;
  color: #625257;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.button {
  border: 0;
  font: 600 12px 'DM Sans';
  letter-spacing: .2px;
  cursor: pointer;
  display: inline-block;
}

.button span,
.text-link span {
  font-size: 17px;
  margin-left: 9px;
}

.text-link {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid var(--pink);
  padding-bottom: 3px;
}

.hero-image {
  height: 450px;
  position: relative;
  box-shadow: 18px 20px 30px #9d69703d;
}

.hero-image:before {
  content: '';
  position: absolute;
  inset: 17px;
  border: 1px solid #fff8;
  z-index: 1;
}

.hero-image img,
.intro-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-sticker {
  position: absolute;
  right: -34px;
  bottom: 28px;
  width: 95px;
  height: 95px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3d2633;
  color: #fff;
  font: 20px/1.02 'Playfair Display';
  text-align: center;
  transform: rotate(-14deg);
  z-index: 2;
}

.hero-sticker b {
  color: #f1a9b6;
}

.hero-flower {
  font-size: 180px;
  color: #e8b8bf;
  position: absolute;
  left: 3vw;
  top: 420px;
  opacity: .4;
}

.section {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 11vw, 160px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1fr;
  gap: clamp(40px, 9vw, 150px);
  align-items: center;
  position: relative;
  background: #fff;
}

.intro-image {
  height: 420px;
}

.intro-copy h2,
.section-head h2,
.services h2,
.booking h2,
.faq h2 {
  font-size: clamp(36px, 4vw, 54px);
}

.intro-copy>p:not(.eyebrow),
.services-intro>p:not(.eyebrow),
.booking-copy>p:not(.eyebrow) {
  max-width: 460px;
  color: #625257;
  margin: 22px 0;
}

.signature {
  font: 51px Sacramento;
  color: var(--pink);
  line-height: 1;
  margin-top: 26px;
}

.intro-copy small {
  font-size: 11px;
}

.stats {
  position: absolute;
  bottom: 0;
  right: clamp(20px, 11vw, 160px);
  display: flex;
  background: #fae9e9;
}

.stats div {
  padding: 18px 28px;
  border-left: 1px solid #eecfd1;
  display: flex;
  flex-direction: column;
}

.stats strong {
  font: 500 22px 'Playfair Display';
  color: var(--pink);
}

.stats span {
  font-size: 10px;
}

.category-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px clamp(20px, 11vw, 160px);
  background: var(--pale);
}

.category-card {
  position: relative;
  height: 380px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(37, 28, 32, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.category-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}

.category-card:hover .card-bg {
  transform: scale(1.04);
}

.category-card .card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.category-card h3 {
  font-family: 'Playfair Display';
  font-size: clamp(28px, 3vw, 36px);
  margin: 8px 0 12px;
  font-weight: 500;
  line-height: 1.1;
}

.category-card p {
  font-size: 13px;
  opacity: 0.9;
  max-width: 320px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f5dedf;
  text-transform: uppercase;
}

.card-btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.item-left {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
}

.item-right {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.8s ease forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.gallery {
  background: #fff7f6;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  margin-bottom: 36px;
}

.section-head>p {
  max-width: 280px;
  color: #6c5c62;
  margin: 0;
}

.switch-gallery-btn {
  background: transparent;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.switch-gallery-btn:hover {
  background: var(--pink);
  color: #fff;
  transform: translateY(-1px);
}

.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.filters button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: #745f65;
  cursor: pointer;
  font: 600 11px 'DM Sans';
}

.filters button.active,
.filters button:hover {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.gallery-item {
  height: 260px;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #ddd;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s;
}

.gallery-item:hover img {
  transform: scale(1.07);
}

.gallery-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 13px 12px;
  text-align: left;
  color: #fff;
  background: linear-gradient(transparent, #241b20b8);
  font: 500 15px 'Playfair Display';
  opacity: 0;
  transition: .25s;
}

.gallery-item:hover span {
  opacity: 1;
}

.animate-fade {
  animation: fadeIn 0.45s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10vw;
  background: #3d2633;
  color: #fff;
}

.services .eyebrow {
  color: #eba4af;
}

.services-intro>p:not(.eyebrow) {
  color: #e7d7da;
}

.services .text-link {
  border-color: #e8a2ae;
}

.price-list {
  border-top: 1px solid #886977;
}

.price-list>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #886977;
  padding: 20px 0;
  font: 19px 'Playfair Display';
}

.price-list b {
  font: 600 13px 'DM Sans';
  color: #f5adb8;
  white-space: nowrap;
}

.price-list p {
  font-size: 11px;
  color: #d6c6ca;
}

.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 11vw, 160px);
  background: linear-gradient(120deg, #f5dedf, #fdf2ef);
}

.booking h2 {
  color: #3d2633;
}

.booking-note {
  font-size: 12px;
  margin-top: 28px;
  color: #875b65;
}

form {
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 30px #b9828830;
}

label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 15px;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #e7d4d5;
  background: #fffafa;
  padding: 12px;
  font: 14px 'DM Sans';
  color: var(--ink);
  outline-color: var(--pink);
}

textarea {
  height: 92px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
  background: #fff;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  font: 500 19px 'Playfair Display';
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

summary span {
  color: var(--pink);
  font: 25px 'DM Sans';
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  max-width: 490px;
  margin: 11px 0 0;
  color: #6c5c62;
  font-size: 13px;
}

footer {
  background: #271b20;
  color: #eee0e1;
  padding: 55px clamp(20px, 11vw, 160px) 21px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 45px;
}

.footer-top .logo {
  color: #fff;
}

.footer-top>div>p {
  font-size: 13px;
  max-width: 260px;
  color: #caaeb4;
}

.footer-top h3 {
  font-size: 11px;
  letter-spacing: 1px;
  color: #ea9fac;
  text-transform: uppercase;
}

.footer-top a,
.footer-top span {
  display: block;
  font-size: 13px;
  margin: 8px 0;
}

.footer-bottom {
  border-top: 1px solid #563b43;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #c5aaaf;
}

.footer-bottom a {
  color: #f0a9b4;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #25d366;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 9;
  box-shadow: 0 8px 20px #0003;
}

.whatsapp svg {
  width: 29px;
  fill: #fff;
}

.lightbox {
  border: 0;
  background: #21151bdc;
  color: white;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  padding: 35px;
  place-items: center;
}

.lightbox[open] {
  display: grid;
}

.lightbox::backdrop {
  background: #0009;
}

.lightbox figure {
  margin: 0;
  width: min(85vw, 780px);
  height: min(82vh, 850px);
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  height: calc(100% - 28px);
  object-fit: contain;
}

.lightbox figcaption {
  font: 16px 'Playfair Display';
  padding: 6px;
}

.lightbox button {
  border: 0;
  background: #ffffff1f;
  color: #fff;
  cursor: pointer;
}

.lightbox .close {
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 40px;
  background: 0;
}

.lightbox .prev,
.lightbox .next {
  position: absolute;
  top: 50%;
  font-size: 57px;
  width: 55px;
  height: 80px;
}

.lightbox .prev {
  left: 3vw;
}

.lightbox .next {
  right: 3vw;
}

@media(max-width: 800px) {
  .announcement {
    font-size: 10px;
    padding: 8px;
  }

  .site-header {
    height: 68px;
    padding: 0 20px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff8f7;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .site-header nav.open {
    display: flex;
  }

  .site-header nav .nav-cta {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 55px 24px 65px;
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-image {
    display: none;
  }

  .hero-sticker {
    right: -12px;
  }

  .hero-flower {
    display: none;
  }

  .section {
    padding: 73px 24px;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 115px;
  }

  .intro-image {
    height: 330px;
  }

  .stats {
    left: 24px;
    right: 24px;
    justify-content: center;
  }

  .stats div {
    padding: 14px 12px;
    flex: 1;
    text-align: center;
  }

  .stats span {
    font-size: 9px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 9px;
  }

  .gallery-item {
    height: 230px;
  }

  .gallery-item span {
    opacity: 1;
    font-size: 13px;
  }

  .category-selection {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 15px;
    gap: 10px;
  }

  .category-card {
    height: 220px;
    padding: 15px;
  }

  .category-card h3 {
    font-size: 18px;
    margin: 4px 0 6px;
  }

  .category-card p {
    font-size: 11px;
    margin: 0 0 12px;
    display: -webkit-box;
    --webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services,
  .booking,
  .faq {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .services,
  .booking {
    padding: 75px 24px;
  }

  .price-list>div {
    font-size: 17px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .lightbox {
    padding: 20px;
  }

  .lightbox figure {
    width: 92vw;
  }

  .lightbox .prev,
  .lightbox .next {
    font-size: 42px;
    width: 38px;
  }

  .lightbox .prev {
    left: 0;
  }

  .lightbox .next {
    right: 0;
  }
}

@media(max-width: 360px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }

  .gallery-item {
    height: 180px; 
  }

  .gallery-item span {
    font-size: 11px;
    padding: 15px 8px 8px;
  }
}
.category-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 40px clamp(20px, 11vw, 160px);
  background: var(--pale);
}

.category-card {
  position: relative;
  height: 380px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(37, 28, 32, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.category-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}

.category-card:hover .card-bg {
  transform: scale(1.04);
}

.category-card .card-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.category-card h3 {
  font-family: 'Playfair Display';
  font-size: clamp(28px, 3vw, 36px);
  margin: 8px 0 12px;
  font-weight: 500;
  line-height: 1.1;
}

.category-card p {
  font-size: 13px;
  opacity: 0.9;
  max-width: 320px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f5dedf;
  text-transform: uppercase;
}

.card-btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
}

.switch-gallery-btn {
  background: transparent;
  border: 1px solid var(--pink);
  color: var(--pink);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.switch-gallery-btn:hover {
  background: var(--pink);
  color: #fff;
  transform: translateY(-1px);
}

.animate-fade {
  animation: fadeIn 0.45s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.item-left {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
}

.item-right {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.8s ease forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media(max-width: 800px) {
  .category-selection {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    gap: 16px;
  }
  .category-card {
    height: 300px;
    padding: 20px;
  }
}

@media(max-width: 800px) {
  .category-selection {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 15px; 
    gap: 10px;
  }
  
  .category-card {
    height: 220px; 
    padding: 15px; 
  }

  .category-card h3 {
    font-size: 18px; 
    margin: 4px 0 6px;
  }

  .category-card p {
    font-size: 11px;
    margin: 0 0 12px;
    display: -webkit-box;
    --webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media(max-width: 360px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 8px; 
  }
  
  .gallery-item span {
    font-size: 11px;
    padding: 15px 8px 8px;
  }
}
