﻿@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600;700&family=Gentium+Basic:wght@400;700&display=swap");

:root {
  --header-height: 86px;
  --container: 1240px;
  --accent: #c98ea0;
  --text: #18110d;
  --glass: rgba(255, 255, 255, 0.78);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Gentium Basic", Georgia, serif;
  color: var(--text);
  background: #fefaf7;
}

.container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  background: var(--glass);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(95, 59, 46, 0.12);
}

.header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 58px;
  width: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  color: #231613;
  font-size: 22px;
  position: relative;
}

.site-nav a.active::after,
.site-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #231613;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(95, 59, 46, 0.25);
  background: #fff;
  border-radius: 10px;
  padding: 10px 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #2b1711;
  margin: 5px 0;
  transition: 0.25s;
}

.hero {
  height: 100vh;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: 100%;
}

.hero-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(253, 243, 235, 0.54);
  z-index: 2;
}

.hero-content-wrap {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.hero-content {
  max-width: 1220px;
  width: 100%;
  border-left: 1px solid rgba(23, 11, 7, 0.45);
  padding-left: clamp(24px, 4vw, 44px);
}

.hero-content h1 {
  font-family: "Dancing Script", cursive;
  font-size: 60px;
  margin: 0 0 24px;
  font-weight: 600;
  line-height: 1.06;
}

.cta-btn {
  display: inline-block;
  text-decoration: none;
  color: #180d09;
  background: #dea2b3;
  font-size: 22px;
  font-weight: 600;
  border-radius: 999px;
  padding: 16px 46px;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.95);
}

.hero-swiper .swiper-pagination {
  bottom: 22px;
  z-index: 4;
}

.hero-swiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: transparent;
  border: 1px solid #111;
  opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #111;
}

.inner-page {
  min-height: 100vh;
  padding-top: calc(var(--header-height) + 40px);
  width: min(92%, var(--container));
  margin: 0 auto;
}

.home-services {
  background: #ececec;
  padding: 86px 0 96px;
}

.services-wrap {
  width: min(92%, 1200px);
  margin: 0 auto;
  display: grid;
  gap: 38px;
}

.service-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 310px;
}

.service-item.reverse .service-media {
  order: 2;
}

.service-item.reverse .service-copy {
  order: 1;
}

.service-media img {
  width: 100%;
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
  display: block;
}

.service-copy h2 {
  margin: 0 0 16px;
  color: #c67f89;
  font-size: 48px;
  font-weight: 400;
}

.service-copy p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #24201d;
}

.service-btn {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  color: #b4606f;
  border: 1px solid #b4606f;
  border-radius: 999px;
  padding: 8px 22px;
  font-size: 28px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.service-btn:hover {
  background: #b4606f;
  color: #fff;
}

.home-reviews {
  position: relative;
  padding: 70px 0 86px;
  background: url("/assets/images/bg.png") center/cover no-repeat;
}

.reviews-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 27, 20, 0.42);
}

.reviews-inner {
  position: relative;
  z-index: 1;
  width: min(94%, 1320px);
  margin: 0 auto;
}

.reviews-title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 68px;
  font-weight: 600;
}

.reviews-rating {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.reviews-google {
  display: inline-flex;
  width: 48px;
  height: 48px;
}

.reviews-rating-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.reviews-brand {
  font-size: 46px;
  line-height: 1;
}

.reviews-score {
  font-size: 58px;
  font-style: italic;
  line-height: 1;
}

.reviews-stars {
  color: #f2c335;
  letter-spacing: 2px;
  font-size: 34px;
  line-height: 1;
}

.reviews-count {
  font-size: 38px;
  line-height: 1.1;
}

.reviews-swiper {
  margin-top: 34px;
  padding: 18px 0 52px;
  overflow: hidden;
}

.review-card {
  background: #f2f1f0;
  height: 100%;
  min-height: 460px;
  padding: 28px 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.review-avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.review-stars {
  margin-top: 16px;
  color: #f2c335;
  font-size: 34px;
}

.review-card p {
  margin: 18px 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.review-link {
  margin-top: auto;
  color: #b86070;
  text-decoration: none;
  font-size: 34px;
}

.review-meta {
  margin-top: 18px;
  font-size: 20px;
  color: #3c3a37;
}

.reviews-nav {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #111;
  font-size: 70px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.reviews-prev {
  left: 6px;
}

.reviews-next {
  right: 6px;
}

.reviews-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  text-align: center;
}

.reviews-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.reviews-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.home-egift {
  background: #ececec;
  padding: 72px 0 86px;
}

.egift-wrap {
  width: min(92%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 44px;
  align-items: center;
}

.egift-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.egift-content h2 {
  margin: 0 0 12px;
  font-family: "Dancing Script", cursive;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  color: #212121;
}

.egift-content p {
  margin: 0 0 28px;
  color: #66605c;
  font-size: 24px;
  line-height: 1.5;
}

.egift-content h3 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #535353;
}

.egift-content address {
  font-style: normal;
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.45;
  color: #66605c;
}

.egift-content address a {
  color: #b4606f;
}

.egift-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #b4606f;
  color: #b4606f;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 30px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.egift-btn:hover {
  background: #b4606f;
  color: #fff;
}

.site-footer {
  background: #07090e;
  color: #fff;
  padding: 38px 16px 32px;
}

.footer-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.footer-socials a img {
  width: 22px;
  height: 22px;
  display: block;
}

.footer-inner h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}

.footer-inner p {
  margin: 10px 0 0;
  font-size: 22px;
}

.footer-phone {
  display: inline-block;
  margin-top: 12px;
  color: #e19ca6;
  text-decoration: none;
  font-size: 22px;
}

.footer-credit {
  margin-top: 24px !important;
  color: #d5d5d5;
  font-size: 22px !important;
}

.contact-page {
  padding-top: calc(var(--header-height) + 24px);
  padding-bottom: 56px;
}

.contact-title {
  margin: 0 0 14px;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 50px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.contact-map iframe {
  width: 100%;
  min-height: 560px;
  border: 0;
  display: block;
}

.contact-info {
  padding: 22px 10px 0 0;
}

.contact-info h2 {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 400;
}

.contact-info h3 {
  margin: 26px 0 10px;
  font-size: 36px;
  font-weight: 400;
}

.contact-info p {
  margin: 0 0 14px;
  font-size: 22px;
  color: #4d4a47;
  line-height: 1.5;
}

.contact-info a {
  color: #bf6a75;
  text-decoration: none;
}

.hours-time {
  color: #bf6a75;
}

.about-page {
  padding-bottom: 56px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.about-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.about-copy {
  padding-top: 18px;
}

.about-kicker {
  margin: 0 0 12px;
  font-size: 22px;
}

.about-copy h2 {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 400;
}

.about-copy p {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
  color: #2e2b29;
}

.gallery-page {
  padding-bottom: 56px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-item {
  display: block;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

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

.services-page {
  padding-bottom: 56px;
}

.price-grid {
  column-count: 2;
  column-gap: 22px;
}

.price-card {
  background: #ffffff;
  border: 1px solid #ffd9e5;
  padding: 24px 22px;
  display: inline-block;
  width: 100%;
  margin: 0 0 22px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.price-card h2 {
  margin: 0;
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-size: 52px;
  font-weight: 600;
}

.price-subtitle {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
}

.price-desc {
  margin: 14px 0 10px;
  font-size: 20px;
  line-height: 1.4;
}

.price-subhead {
  margin: 18px 0 8px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.02em;
}

.price-note {
  margin: 10px 0 6px;
  text-align: center;
  font-size: 19px;
  line-height: 1.35;
}

.price-card ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.price-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: baseline;
  font-size: 22px;
  line-height: 1.45;
  padding: 4px 0;
  border-bottom: 1px dotted #8d8d8d;
}

.price-card li:last-child {
  border-bottom: 0;
}

.price-bullets {
  margin: 0 0 10px 18px;
  padding-left: 16px;
}

.price-bullets li {
  display: list-item;
  border-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.4;
}

.price-bullets-dot li {
  list-style: none;
}

.price-bullets-dot li span::before {
  content: "• ";
}

@media (max-width: 980px) {
  :root {
    --header-height: 78px;
  }

  .brand-logo {
    height: 48px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 4%;
    left: 4%;
    background: rgba(255, 250, 246, 0.98);
    border: 1px solid rgba(70, 42, 32, 0.18);
    border-radius: 14px;
    padding: 14px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

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

  .site-nav a {
    font-size: 20px;
    width: 100%;
    padding: 8px 6px;
  }

  .site-nav a.active::after,
  .site-nav a:hover::after {
    bottom: 4px;
  }

  .hero {
    min-height: 580px;
  }

  .hero-content h1 {
    font-size: 50px;
  }

  .cta-btn {
    font-size: 28px;
    padding: 14px 34px;
  }

  .home-services {
    padding: 60px 0 72px;
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-item.reverse .service-media,
  .service-item.reverse .service-copy {
    order: initial;
  }

  .service-copy h2 {
    font-size: 40px;
  }

  .service-copy p {
    font-size: 26px;
  }

  .service-btn {
    font-size: 24px;
  }

  .reviews-title {
    font-size: 52px;
  }

  .reviews-score {
    font-size: 44px;
  }

  .reviews-brand {
    font-size: 34px;
  }

  .reviews-count {
    font-size: 28px;
  }

  .reviews-swiper {
    padding: 18px 0 46px;
  }

  .review-card {
    min-height: 410px;
  }

  .review-card p {
    font-size: 20px;
  }

  .review-link {
    font-size: 28px;
  }

  .home-egift {
    padding: 58px 0 68px;
  }

  .egift-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .egift-content h2 {
    font-size: 66px;
  }

  .egift-content h3 {
    font-size: 20px;
  }

  .egift-content p,
  .egift-content address {
    font-size: 22px;
  }

  .egift-btn {
    font-size: 26px;
  }

  .footer-inner h3 { font-size: 48px; }
  .footer-inner p { font-size: 22px; }
  .footer-phone { font-size: 22px; }
  .footer-credit { font-size: 22px !important; }

  .contact-title {
    font-size: 42px;
  }

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

  .contact-map iframe {
    min-height: 460px;
  }

  .contact-info h2 {
    font-size: 40px;
  }

  .contact-info h3 {
    font-size: 36px;
  }

  .contact-info p {
    font-size: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-copy h2 {
    font-size: 44px;
  }

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

  .price-grid {
    column-count: 2;
  }

  .price-card h2 {
    font-size: 44px;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    height: 42px;
  }

  .hero-content {
    padding-left: 18px;
  }

  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 18px;
  }

  .cta-btn {
    font-size: 23px;
    padding: 12px 28px;
  }

  .home-services {
    padding: 44px 0 56px;
  }

  .services-wrap {
    gap: 28px;
  }

  .service-copy h2 {
    font-size: 34px;
  }

  .service-copy p {
    font-size: 22px;
  }

  .home-reviews {
    padding: 52px 0 64px;
  }

  .reviews-title {
    font-size: 44px;
  }

  .reviews-rating {
    gap: 10px;
  }

  .reviews-score {
    font-size: 36px;
  }

  .reviews-brand {
    font-size: 28px;
  }

  .reviews-stars {
    font-size: 22px;
  }

  .reviews-count {
    font-size: 22px;
  }

  .reviews-swiper {
    padding: 14px 0 42px;
  }

  .review-avatar {
    width: 84px;
    height: 84px;
  }

  .review-stars {
    font-size: 30px;
  }

  .review-card p {
    font-size: 19px;
  }

  .review-card {
    min-height: 390px;
  }

  .review-link {
    font-size: 24px;
  }

  .reviews-nav {
    font-size: 48px;
  }

  .home-egift {
    padding: 46px 0 54px;
  }

  .egift-content h2 {
    font-size: 54px;
  }

  .egift-content h3 {
    font-size: 34px;
  }

  .egift-content p,
  .egift-content address {
    font-size: 20px;
  }

  .egift-btn {
    font-size: 22px;
  }

  .site-footer {
    padding: 34px 12px 28px;
  }

  .footer-inner p { font-size: 22px; }
  .footer-phone { font-size: 22px; }
  .footer-credit { font-size: 22px !important; }

  .contact-page {
    padding-bottom: 44px;
  }

  .contact-title {
    font-size: 34px;
  }

  .contact-map iframe {
    min-height: 320px;
  }

  .contact-info {
    padding-top: 8px;
  }

  .contact-info h2 {
    font-size: 32px;
  }

  .contact-info h3 {
    font-size: 30px;
  }

  .contact-info p {
    font-size: 22px;
  }

  .about-kicker,
  .about-copy p {
    font-size: 20px;
  }

  .about-copy h2 {
    font-size: 36px;
  }

  .gallery-page {
    padding-bottom: 44px;
  }

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

  .services-page {
    padding-bottom: 44px;
  }

  .price-grid {
    column-count: 1;
  }

  .price-card h2 {
    font-size: 38px;
  }

  .price-card li {
    font-size: 20px;
  }

  .price-desc,
  .price-note {
    font-size: 18px;
  }

  .price-subhead {
    font-size: 26px;
  }
}


.booking-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 8px 20px 12px;
  background-color: #fff;
  min-height: calc(100dvh - 180px);
}

.iframe-wrapper {
  width: 100%;
  max-width: 1200px;
  height: calc(100dvh - 200px);
  min-height: 460px;
  max-height: calc(100dvh - 180px);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .booking-section {
    padding: 6px;
    min-height: calc(100dvh - 120px);
  }

  .iframe-wrapper {
    height: calc(100dvh - 132px);
    min-height: 0;
    border-radius: 6px;
    max-height: calc(100dvh - 120px);
  }
}
