:root {
  --ink: #211a1f;
  --muted: #6f646c;
  --rose: #c93f73;
  --coral: #e86d5b;
  --cream: #fff7f3;
  --mint: #e4f4ee;
  --gold: #b9893d;
  --dark: #151318;
  --white: #ffffff;
  --line: rgba(33, 26, 31, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  background: #fffdfb;
  line-height: 1.7;
}

a {
  color: inherit;
}

.top-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  color: var(--white);
  background: linear-gradient(90deg, var(--dark), #3b1827);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-header .container {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  font-weight: 600;
}

.top-contact a,
.top-social a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.top-contact i {
  color: var(--gold);
  margin-right: 6px;
}

.top-social {
  display: flex;
  gap: 8px;
}

.top-social a {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.top-social a:hover {
  color: var(--white);
  background: var(--rose);
}

.site-nav {
  top: 42px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(33, 26, 31, 0.1);
  border-bottom: 1px solid rgba(33, 26, 31, 0.06);
  backdrop-filter: blur(12px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--ink);
}

.brand-mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--coral));
  border: 3px solid #f7dbc6;
  font-size: 16px;
  letter-spacing: 0;
}

.brand-text {
  font-size: 22px;
}

.navbar-nav .nav-link {
  color: var(--ink);
  font-weight: 600;
  margin-left: 12px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--rose);
}

.nav-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--coral));
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(201, 63, 115, 0.22);
}

.nav-call-btn:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.nav-call-mobile {
  display: none;
}

.hero-banner {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background: var(--dark);
}

.hero-banner .carousel,
.hero-banner .carousel-inner,
.hero-banner .carousel-item {
  height: 92vh;
  min-height: 620px;
}

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

.hero-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(23, 19, 23, 0.78), rgba(23, 19, 23, 0.32), rgba(23, 19, 23, 0.14));
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: var(--white);
  padding-top: 130px;
}

.carousel-control-prev,
.carousel-control-next,
.carousel-indicators {
  z-index: 4;
}

.carousel-control-prev,
.carousel-control-next {
  width: 72px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-size: 46%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
}

.hero-kicker,
.section-label {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.hero-content h1 {
  max-width: 760px;
  margin: 10px 0;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 560px;
  font-size: 22px;
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 10px 15px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.btn-book,
.btn-primary {
  background: var(--rose);
  border-color: var(--rose);
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(201, 63, 115, 0.24);
}

.btn-book:hover,
.btn-primary:hover {
  background: var(--coral);
  border-color: var(--coral);
}

.section-pad {
  padding: 82px 0;
}

.narrow {
  max-width: 820px;
}

h1,
h2,
h3 {
  font-weight: 850;
  letter-spacing: 0;
}

.profile-preview h2,
.service-band h2,
.services-section h2 {
  font-size: clamp(30px, 4vw, 38px);
  margin-bottom: 18px;
}

.profile-preview p {
  color: var(--muted);
  font-size: 18px;
}

.profile-preview {
  background: linear-gradient(180deg, #fffdfb, var(--cream));
  padding: 46px 0;
}

.profile-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(33, 26, 31, 0.1);
}

.profile-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--rose), var(--coral), var(--gold));
}

.profile-image-wrap {
  position: relative;
  height: 360px;
}

.profile-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(33, 26, 31, 0.12);
}

.profile-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  padding: 12px 16px;
  color: var(--white);
  background: rgba(21, 19, 24, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(33, 26, 31, 0.22);
  backdrop-filter: blur(10px);
}

.profile-badge strong {
  font-size: 16px;
}

.profile-badge span {
  color: rgba(255, 255, 255, 0.74);
}

.profile-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

.profile-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(201, 63, 115, 0.16);
  border-radius: 999px;
  padding: 7px 12px;
  font-weight: 700;
  font-size: 13px;
}

.profile-highlights i {
  color: var(--rose);
}

.service-band {
  background: linear-gradient(180deg, var(--cream), var(--mint));
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 0;
}

.services-section {
  background: #fffdfb;
}

.service-tile {
  height: 100%;
  overflow: hidden;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(33, 26, 31, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-tile > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-tile-body {
  position: relative;
  padding: 34px 26px 28px;
}

.service-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(201, 63, 115, 0.25);
  box-shadow: 0 22px 55px rgba(33, 26, 31, 0.11);
}

.service-tile i {
  display: inline-grid;
  width: 54px;
  height: 54px;
  position: absolute;
  top: -27px;
  left: 26px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--coral));
  border-radius: 8px;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(201, 63, 115, 0.24);
}

.service-tile h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.service-tile p {
  color: var(--muted);
  margin-bottom: 0;
}

.link-more {
  color: var(--rose);
  font-weight: 800;
  text-decoration: none;
}

.service-card {
  height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(33, 26, 31, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card-body {
  padding: 22px;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.gallery-grid {
  align-items: stretch;
}

.gallery-tabs {
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

.gallery-tabs .nav-link {
  min-width: 120px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.gallery-tabs .nav-link.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose), var(--coral));
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(201, 63, 115, 0.18);
}

.gallery-thumb {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.gallery-thumb:focus-visible {
  outline: 3px solid rgba(201, 63, 115, 0.35);
  outline-offset: 4px;
  border-radius: 8px;
}

.gallery-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(33, 26, 31, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-photo:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(33, 26, 31, 0.13);
}

.gallery-video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--dark);
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(33, 26, 31, 0.08);
}

.gallery-modal .modal-content {
  overflow: hidden;
  color: var(--white);
  background: rgba(21, 19, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.gallery-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gallery-modal .modal-title {
  font-size: 18px;
}

.gallery-modal .modal-body {
  padding: 0;
}

.gallery-modal-photo {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: var(--dark);
}

.inner-page {
  padding-top: 118px;
}

.page-title {
  color: var(--white);
  background: linear-gradient(135deg, rgba(33, 26, 31, 0.94), rgba(214, 83, 131, 0.86)), url("../images/hero-1.jpg") center/cover;
  padding: 98px 0 78px;
}

.page-title h1 {
  font-size: clamp(38px, 6vw, 68px);
  margin: 8px 0 10px;
}

.page-title p {
  max-width: 720px;
  margin: 0;
  font-size: 20px;
}

.rounded-photo {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(33, 26, 31, 0.13);
}

.profile-copy p {
  color: var(--muted);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--muted);
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: "\F26E";
  color: var(--white);
  background: var(--rose);
  font-family: "bootstrap-icons";
  display: grid;
  place-items: center;
  font-size: 13px;
}

.mission-box,
.contact-panel,
.appointment-form {
  background: var(--white);
  border: 1px solid rgba(33, 26, 31, 0.09);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(33, 26, 31, 0.08);
}

.mission-box p,
.contact-panel p {
  color: var(--muted);
}

.contact-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}

.contact-panel i {
  color: var(--rose);
  margin-right: 8px;
}

.contact-panel a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-map-frame {
  width: 100%;
  flex: 1;
  min-height: 260px;
  margin-top: 20px;
  border: 0;
  border-radius: 8px;
  filter: saturate(0.92);
}

.thank-you-panel {
  max-width: 720px;
  padding: 44px 32px;
  background: var(--white);
  border: 1px solid rgba(33, 26, 31, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(33, 26, 31, 0.08);
}

.thank-you-panel i {
  color: var(--rose);
  font-size: 56px;
}

.thank-you-panel h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 4vw, 38px);
}

.thank-you-panel p {
  color: var(--muted);
  font-size: 18px;
}

.thank-you-panel a:not(.btn) {
  color: var(--rose);
  font-weight: 800;
  text-decoration: none;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.thank-you-actions .btn-outline-dark {
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 800;
}

.form-control,
.form-select {
  border-radius: 8px;
  min-height: 48px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 0.2rem rgba(214, 83, 131, 0.16);
}

.site-footer {
  color: var(--white);
  background: linear-gradient(135deg, #151318, #2b1721);
  padding: 64px 0 26px;
}

.site-footer h3 {
  color: var(--white);
  font-size: 18px;
  margin-bottom: 18px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 10px;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.25;
}

.footer-about {
  max-width: 360px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.footer-links,
.footer-info {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a,
.footer-info a,
.footer-info span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover,
.footer-info a:hover {
  color: var(--gold);
}

.footer-info li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: start;
}

.footer-info i {
  color: var(--gold);
  margin-top: 3px;
}

.map-frame {
  width: 100%;
  min-height: 220px;
  border: 0;
  border-radius: 8px;
  filter: saturate(0.92);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.64);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

@media (max-width: 991px) {
  .top-header {
    position: static;
  }

  .top-header .container {
    justify-content: center;
    min-height: 34px;
  }

  .top-social {
    display: none;
  }

  .site-nav {
    position: sticky;
    top: 0;
  }

  .navbar-nav .nav-link {
    margin-left: 0;
  }

  .nav-call-btn {
    justify-content: center;
    margin-top: 0;
  }

  .nav-call-desktop {
    display: none;
  }

  .nav-call-mobile {
    display: inline-flex;
  }

  .hero-banner,
  .hero-banner .carousel,
  .hero-banner .carousel-inner,
  .hero-banner .carousel-item {
    min-height: 720px;
  }

  .hero-content {
    align-items: flex-end;
    padding-top: 88px;
    padding-bottom: 64px;
  }

  .section-pad {
    padding: 58px 0;
  }

  .inner-page {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .hero-banner,
  .hero-banner .carousel,
  .hero-banner .carousel-inner,
  .hero-banner .carousel-item {
    height: 30vh;
    min-height: 330px;
  }

  .hero-content {
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .hero-content h1 {
    max-width: 300px;
    font-size: 30px;
    line-height: 1.05;
  }

  .hero-copy {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .hero-kicker {
    font-size: 9px;
  }

  .hero-contact {
    gap: 6px;
    margin: 14px 0;
  }

  .hero-contact a {
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero-content .btn-book {
    padding: 9px 16px;
    font-size: 12px;
  }

  .brand-text {
    font-size: 15px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .brand-lockup {
    gap: 7px;
    margin-right: 4px;
  }

  .top-contact {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    padding: 5px 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .top-contact a {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .top-contact a:first-child {
    flex: 0 0 auto;
  }

  .top-contact a:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-contact i {
    margin-right: 4px;
  }

  .nav-call-btn {
    padding: 8px 10px;
    font-size: 11px;
    gap: 5px;
  }

  .navbar-toggler {
    padding: 6px 8px;
  }

  .site-nav .container {
    flex-wrap: wrap;
  }

  .site-nav .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    order: 5;
  }

  .site-nav .navbar-nav {
    padding-top: 12px;
  }

  .site-nav .nav-link {
    padding: 8px 0;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mission-box,
  .contact-panel,
  .appointment-form {
    padding: 22px;
  }

  .contact-map-frame {
    min-height: 240px;
  }

  .profile-preview {
    padding: 34px 0;
  }

  .profile-panel {
    padding: 14px;
  }

  .profile-image-wrap {
    height: 220px;
  }
}
