:root {
  --bg: #ffffff;
  --text: #15151b;
  --muted: rgba(21, 21, 27, 0.68);

  --steel: #2a2b33;
  --slate: #12131a;
  --charcoal: #0f1016;

  --pink-1: #ff5fb7;
  --pink-2: #ff2f9f;
  --rose-gold: #b87a6b;

  --tile-bar: #7a5b49;
  --tile-bar-2: #6a5143;

  --shadow: 0 16px 40px rgba(17, 17, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  background: radial-gradient(900px 600px at 15% 8%, rgba(255, 95, 183, 0.18), transparent 55%),
    radial-gradient(900px 600px at 85% 5%, rgba(184, 122, 107, 0.14), transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #fff7fb 45%, #ffffff 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page p {
  margin: 0;
}

.page p + p {
  margin-top: 14px;
}

.page a:not(.brand):not(.cta):not(.icon):not(.contact-action):not(.contact-square):not(.footer-phone) {
  color: rgba(255, 47, 159, 0.88);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 47, 159, 0.22);
  transition: color 160ms ease, border-color 160ms ease;
}

.page a:not(.brand):not(.cta):not(.icon):not(.contact-action):not(.contact-square):not(.footer-phone):hover {
  color: rgba(21, 21, 27, 0.92);
  border-bottom-color: rgba(184, 122, 107, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

#home,
#about,
#services,
#prep,
#booking,
#gallery,
#reviews,
#contact {
  scroll-margin-top: 84px;
}

.topbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(17, 17, 24, 0.08);
}


.nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-decoration: none;
}

.brand-title {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1px;
  color: rgba(21, 21, 27, 0.92);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  color: rgba(21, 21, 27, 0.72);
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: rgba(21, 21, 27, 0.92);
}

.nav-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 24, 0.12);
  background: rgba(255, 255, 255, 0.75);
  color: rgba(21, 21, 27, 0.86);
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(21, 21, 27, 0.72);
  background: rgba(21, 21, 27, 0.06);
}

.icon:hover {
  background: rgba(255, 47, 159, 0.12);
  color: rgba(21, 21, 27, 0.9);
}

.logo {
  position: relative;
  max-width: 300px;
  height: auto;
  display: block;
  max-height: 64px;
  object-fit: contain;
  padding: 0;
  filter: none;
}

.banner {
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 95, 183, 0) 0%,
    rgba(255, 95, 183, 0.65) 18%,
    rgba(184, 122, 107, 0.9) 50%,
    rgba(255, 47, 159, 0.75) 82%,
    rgba(255, 47, 159, 0) 100%
  );
  box-shadow: 0 6px 18px rgba(255, 47, 159, 0.18);
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 90px;
}

.hero {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  align-items: stretch;
  gap: 0;
  min-height: 520px;
}

.hero-copy {
  padding: 90px 24px 70px 18px;
  text-align: center;
}

.hero-media {
  background: radial-gradient(600px 520px at 30% 25%, rgba(255, 95, 183, 0.14), transparent 55%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(17, 17, 24, 0.04), rgba(17, 17, 24, 0.015));
  border-left: 1px solid rgba(17, 17, 24, 0.06);
  position: relative;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./assets/hero.jpg");
  background-size: cover;
  background-position: center 18%;
  filter: saturate(1.12) contrast(1.08) brightness(1.02);
  opacity: 0.98;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 520px at 25% 25%, rgba(255, 47, 159, 0.1), transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-title {
  margin: 0 0 22px;
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: 0.1px;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}

.hero-logo {
  display: block;
  width: min(520px, 92vw);
  height: auto;
  margin: 0 auto 18px;
  filter: drop-shadow(0 16px 34px rgba(17, 17, 24, 0.18)) contrast(1.18) saturate(1.08) brightness(0.98);
  mix-blend-mode: darken;
  background: transparent;
  -webkit-mask-image: radial-gradient(closest-side, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(closest-side, rgba(0, 0, 0, 1) 94%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 115% 115%;
  mask-size: 115% 115%;
  -webkit-mask-position: center;
  mask-position: center;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255, 95, 183, 0.25), rgba(255, 95, 183, 0.15));
  border: 1px solid rgba(122, 91, 73, 0.55);
  color: rgba(21, 21, 27, 0.86);
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.cta:hover {
  background: linear-gradient(180deg, rgba(255, 47, 159, 0.28), rgba(255, 47, 159, 0.14));
}

.about {
  padding: 54px 0 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(255, 95, 183, 0.16), transparent 60%);
  pointer-events: none;
}

.about-inner {
  position: relative;
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.about-card {
  margin: 18px auto 0;
  max-width: 820px;
  padding: 26px 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 251, 0.76));
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 16px 44px rgba(17, 17, 24, 0.09);
  color: rgba(21, 21, 27, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.about-card p {
  margin: 0;
}

.about-card p + p {
  margin-top: 14px;
}

.about-lead {
  color: rgba(21, 21, 27, 0.86);
  font-weight: 500;
  font-size: 15px;
}

.about-footer {
  color: rgba(21, 21, 27, 0.82);
  font-weight: 500;
}

.tiles {
  margin-top: 0;
}

.services-inner {
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.services-grid {
  margin: 18px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0 18px 18px;
}

.service-card,
.about-card,
.prep-card,
.booking-card,
.reviews-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card::before,
.about-card::before,
.prep-card::before,
.booking-card::before,
.reviews-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 220px at 18% 12%, rgba(255, 95, 183, 0.18), transparent 62%),
    radial-gradient(520px 220px at 82% 18%, rgba(184, 122, 107, 0.12), transparent 62%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.service-card:hover,
.about-card:hover,
.prep-card:hover,
.booking-card:hover,
.reviews-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 60px rgba(17, 17, 24, 0.12);
}

.service-card:hover::before,
.about-card:hover::before,
.prep-card:hover::before,
.booking-card:hover::before,
.reviews-card:hover::before {
  opacity: 1;
}

.service-card > *,
.about-card > *,
.prep-card > *,
.booking-card > *,
.reviews-card > * {
  position: relative;
}

.service-card {
  border-radius: 20px;
  padding: 26px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 251, 0.76));
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 16px 44px rgba(17, 17, 24, 0.09);
}

.service-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.88);
}

.service-lead {
  margin: 12px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(21, 21, 27, 0.76);
}

.service-subtitle {
  margin: 16px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(21, 21, 27, 0.78);
}

.service-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(21, 21, 27, 0.76);
}

.service-list li::marker {
  color: rgba(255, 47, 159, 0.68);
}

.service-list li + li {
  margin-top: 10px;
}

.service-footer {
  margin: 16px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(21, 21, 27, 0.78);
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(180deg, var(--tile-bar), var(--tile-bar-2));
  padding: 26px 18px 22px;
}

.tile {
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
}

.tile-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 6px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.08));
  box-shadow: 0 10px 22px rgba(17, 17, 24, 0.18);
}

.tile-title {
  margin: 14px 0 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.prep,
.booking,
.reviews {
  padding: 54px 0 0;
  position: relative;
}

.prep::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(184, 122, 107, 0.14), transparent 60%);
  pointer-events: none;
}

.booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(255, 95, 183, 0.14), transparent 60%);
  pointer-events: none;
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(255, 47, 159, 0.12), transparent 60%);
  pointer-events: none;
}

.prep-inner {
  position: relative;
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.booking-inner,
.reviews-inner {
  position: relative;
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.prep-card {
  margin: 18px auto 0;
  max-width: 820px;
  padding: 26px 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 251, 0.76));
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 16px 44px rgba(17, 17, 24, 0.09);
  color: rgba(21, 21, 27, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.prep-card p {
  margin: 0;
}

.prep-card p + p {
  margin-top: 14px;
}

.prep-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.88);
  text-align: center;
}

.prep-lead {
  margin: 12px 0 0;
  color: rgba(21, 21, 27, 0.76);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.prep-subtitle {
  margin: 16px 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(21, 21, 27, 0.78);
}

.prep-footer {
  margin: 16px 0 0;
  color: rgba(21, 21, 27, 0.78);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.booking-card,
.reviews-card {
  margin: 18px auto 0;
  max-width: 820px;
  padding: 26px 26px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 251, 0.76));
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 16px 44px rgba(17, 17, 24, 0.09);
  color: rgba(21, 21, 27, 0.76);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.booking-title,
.reviews-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.88);
  text-align: center;
}

.booking-lead,
.reviews-lead {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.booking-actions {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.booking-note {
  margin: 14px 0 0;
  text-align: center;
  color: rgba(21, 21, 27, 0.62);
}

.reviews-stack {
  margin: 18px auto 0;
  max-width: 920px;
  display: grid;
  gap: 16px;
  padding: 0 18px 18px;
}

.review-form {
  margin-top: 14px;
}

.review-fields {
  display: grid;
  gap: 14px;
}

.review-field {
  display: grid;
  gap: 8px;
}

.review-label {
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(21, 21, 27, 0.72);
  font-weight: 600;
}

.review-input,
.review-textarea {
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid rgba(17, 17, 24, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(21, 21, 27, 0.84);
  box-shadow: 0 10px 22px rgba(17, 17, 24, 0.06);
  outline: none;
}

.review-input:focus,
.review-textarea:focus {
  border-color: rgba(255, 47, 159, 0.38);
  box-shadow: 0 14px 30px rgba(255, 47, 159, 0.12);
}

.review-textarea {
  resize: vertical;
  min-height: 120px;
}

.review-rating {
  border: 0;
  padding: 0;
  margin: 0;
}

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 6px;
}

.star-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.star-label {
  font-size: 26px;
  line-height: 1;
  color: rgba(21, 21, 27, 0.25);
  cursor: pointer;
  transition: transform 140ms ease, color 140ms ease;
  user-select: none;
}

.star-label:hover,
.star-label:hover ~ .star-label {
  color: rgba(255, 47, 159, 0.78);
  transform: translateY(-1px);
}

.star-input:checked ~ .star-label {
  color: rgba(255, 47, 159, 0.9);
}

.review-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.review-submit {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 47, 159, 0.28);
  background: linear-gradient(180deg, rgba(255, 95, 183, 0.22), rgba(255, 47, 159, 0.1));
  color: rgba(21, 21, 27, 0.86);
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.review-submit:hover {
  background: linear-gradient(180deg, rgba(255, 95, 183, 0.3), rgba(255, 47, 159, 0.12));
}

.review-secondary {
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17, 17, 24, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(21, 21, 27, 0.78);
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.review-secondary:hover {
  border-color: rgba(255, 47, 159, 0.26);
}

.review-status {
  margin: 12px 0 0;
  text-align: center;
  color: rgba(21, 21, 27, 0.7);
  font-weight: 500;
}

.reviews-list {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.reviews-empty {
  margin: 0;
  text-align: center;
  color: rgba(21, 21, 27, 0.62);
}

.review-item {
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 24, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 28px rgba(17, 17, 24, 0.06);
}

.review-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  align-items: baseline;
}

.review-name {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.9);
}

.review-stars {
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 47, 159, 0.9);
}

.review-date {
  grid-column: 1 / -1;
  font-size: 12px;
  color: rgba(21, 21, 27, 0.56);
}

.review-comment {
  margin-top: 10px;
  color: rgba(21, 21, 27, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .reviews-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .review-meta {
    grid-template-columns: 1fr;
  }
}

.prep-list {
  margin: 14px 0 0;
  padding-left: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(21, 21, 27, 0.76);
}

.prep-list li::marker {
  color: rgba(184, 122, 107, 0.7);
}

.prep-list li + li {
  margin-top: 10px;
}

.gallery {
  padding: 54px 0 0;
}

.gallery-inner {
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.gallery-grid {
  margin: 18px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 18px 18px;
}

.gallery-item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 14px 34px rgba(17, 17, 24, 0.08);
  transform: translateZ(0);
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 160ms ease, filter 160ms ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
  filter: saturate(1.06) contrast(1.04);
}

.section-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.3px;
  text-align: center;
  position: relative;
  color: rgba(21, 21, 27, 0.92);
}

.section-title::after {
  content: "";
  display: block;
  width: min(280px, 70vw);
  height: 2px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 47, 159, 0.55), rgba(184, 122, 107, 0.55), transparent);
}

.contact {
  padding: 54px 0 0;
}

.contact-inner {
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 34px 0 0;
}

.contact-card {
  margin: 18px auto 0;
  max-width: 820px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 251, 0.72));
  border: 1px solid rgba(17, 17, 24, 0.1);
  box-shadow: 0 18px 50px rgba(17, 17, 24, 0.1);
}

.contact-block {
  text-align: left;
}

.contact-name {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.92);
}

.contact-phone {
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.86);
}

.contact-phone:hover {
  color: rgba(255, 47, 159, 0.85);
}

.contact-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.86);
  background: linear-gradient(180deg, rgba(255, 95, 183, 0.18), rgba(255, 47, 159, 0.08));
  border: 1px solid rgba(255, 47, 159, 0.22);
}

.contact-action:hover {
  background: linear-gradient(180deg, rgba(255, 47, 159, 0.22), rgba(255, 47, 159, 0.1));
}

.contact-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.86);
  background: rgba(21, 21, 27, 0.04);
  border: 1px dashed rgba(21, 21, 27, 0.18);
}

.contact-square:hover {
  background: rgba(255, 47, 159, 0.08);
  border-color: rgba(255, 47, 159, 0.28);
}

.contact-note {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 95, 183, 0.18), rgba(255, 47, 159, 0.08));
  border: 1px solid rgba(255, 47, 159, 0.22);
  color: rgba(21, 21, 27, 0.84);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.contact-divider {
  width: 1px;
  height: 84px;
  background: linear-gradient(180deg, rgba(255, 47, 159, 0), rgba(255, 47, 159, 0.35), rgba(255, 47, 159, 0));
}

.contact-address {
  margin: 0;
  font-style: normal;
  text-align: right;
  color: rgba(21, 21, 27, 0.78);
  line-height: 1.5;
}

@media (max-width: 520px) {
  .nav {
    position: relative;
    grid-template-columns: 1fr auto;
    justify-items: stretch;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-title {
    font-size: 24px;
    white-space: normal;
  }

  .nav-icons {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-icons .icon {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 12px;
    width: min(240px, calc(100vw - 24px));
    padding: 10px;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 17, 24, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 17, 24, 0.18);
    z-index: 60;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 10px;
    border-radius: 10px;
  }

  .nav-links a:hover {
    background: rgba(255, 47, 159, 0.08);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 44px 8px 26px;
    text-align: center;
  }

  .hero-title {
    text-align: center;
    font-size: clamp(36px, 10vw, 54px);
    white-space: normal;
  }

  .hero-logo {
    width: min(420px, 90vw);
    margin-bottom: 14px;
  }

  .hero-media {
    min-height: 260px;
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 24, 0.06);
  }

  .hero-media::before {
    background-position: center 12%;
  }

  .tiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    padding: 18px 14px 18px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 14px 14px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 14px 18px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .contact-divider {
    display: none;
  }

  .contact-block {
    text-align: center;
  }

  .contact-address {
    text-align: center;
  }

  .contact-note {
    justify-content: center;
  }
}

.site-footer {
  margin-top: 70px;
  padding: 26px 16px 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(17, 17, 24, 0.08);
  padding: 22px 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

.footer-brand {
  text-align: left;
}

.footer-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: rgba(21, 21, 27, 0.88);
}

.footer-tagline {
  margin-top: 4px;
  font-family: "Great Vibes", cursive;
  font-size: 22px;
  line-height: 1;
  color: rgba(21, 21, 27, 0.76);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-links a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(21, 21, 27, 0.66);
}

.footer-links a:hover {
  color: rgba(255, 47, 159, 0.9);
}

.footer-contact {
  text-align: right;
}

.footer-phone {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: rgba(21, 21, 27, 0.82);
}

.footer-phone:hover {
  color: rgba(255, 47, 159, 0.9);
}

.footer-note {
  margin-top: 6px;
  color: rgba(21, 21, 27, 0.62);
  font-size: 13px;
  line-height: 1.4;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 22px;
  text-align: center;
  color: rgba(21, 21, 27, 0.55);
  font-size: 12px;
  letter-spacing: 0.3px;
}

@media (max-width: 880px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-contact {
    text-align: center;
  }
}
