/* Hound Grooming Studio — homepage template */
:root {
  --hg-pink: #e91e8c;
  --hg-pink-dark: #c2186f;
  --hg-pink-light: #fdf2f7;
  --hg-pink-section: #fceef5;
  --hg-pink-muted: #f5d5e6;
  --hg-text: #1f1f1f;
  --hg-text-muted: #666666;
  --hg-border: #eeeeee;
  --hg-white: #ffffff;
  --hg-cream: #fdfaf8;
  --hg-sand: #f5e6d3;
  --hg-sand-deep: #e8d4bc;
  --hg-sand-warm: #faf3eb;
  --hg-beach-sky: #e8f4f8;
  --hg-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hg-script: "Great Vibes", cursive;
  --hg-sans: "Montserrat", system-ui, sans-serif;
  --hg-container: 1200px;
}

.hound-studio {
  font-family: var(--hg-sans);
  color: var(--hg-text);
  background: var(--hg-white);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

.hound-studio .container-xl {
  max-width: var(--hg-container);
}

/* ── Scroll reveal (site-wide) ── */
.hg-reveal {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hg-reveal-delay, 0s);
  will-change: opacity, transform;
}

.hg-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.hg-reveal--scale {
  transform: translate3d(0, 24px, 0) scale(0.96);
}

.hg-reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hg-reveal--left {
  transform: translate3d(-28px, 0, 0);
}

.hg-reveal--left.is-visible {
  transform: translate3d(0, 0, 0);
}

.hg-reveal--right {
  transform: translate3d(28px, 0, 0);
}

.hg-reveal--right.is-visible {
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .hg-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hg-hero--enter .hg-hero__eyebrow,
  .hg-hero--enter .hg-hero__title-prefix,
  .hg-hero--enter .hg-hero__title-word,
  .hg-hero--enter .hg-hero__media-col,
  .hg-hero--enter .hg-hero__media img,
  .hg-hero--enter .hg-hero__play,
  .hg-hero--enter .hg-hero__lead,
  .hg-hero--enter .hg-hero__actions,
  .hg-hero--enter .hg-stat {
    opacity: 1;
    transform: none;
  }
}

.hg-hero .hg-reveal {
  transition-duration: 0.95s;
}

.hg-hero--enter .hg-hero__eyebrow,
.hg-hero--enter .hg-hero__title-prefix,
.hg-hero--enter .hg-hero__title-word,
.hg-hero--enter .hg-hero__media-col,
.hg-hero--enter .hg-hero__media img,
.hg-hero--enter .hg-hero__play,
.hg-hero--enter .hg-hero__lead,
.hg-hero--enter .hg-hero__actions,
.hg-hero--enter .hg-stat {
  opacity: 0;
}

.hg-hero--enter .hg-hero__title-prefix,
.hg-hero--enter .hg-hero__title-word--grooming,
.hg-hero--enter .hg-hero__lead,
.hg-hero--enter .hg-hero__actions,
.hg-hero--enter .hg-stat {
  transform: translate3d(0, 28px, 0);
}

.hg-hero--enter .hg-hero__title-word--grooming {
  transform: translate3d(-20px, 12px, 0);
}

.hg-hero--enter .hg-hero__title-word--wellness {
  transform: translate3d(0, 20px, 0) scale(0.92);
}

.hg-hero--enter .hg-hero__media-col {
  transform: translate3d(40px, 0, 0);
}

.hg-hero--enter .hg-hero__media img {
  transform: translate3d(24px, 20px, 0) scale(0.88);
}

.hg-hero--enter .hg-hero__play {
  transform: translate3d(0, 16px, 0) scale(0.9);
}

.hound-page-home .hg-nav .hg-reveal {
  transition-duration: 0.7s;
}

.hg-hero__media-col.hg-reveal--right {
  transform: translate3d(48px, 0, 0);
}

.hg-hero__media-col.hg-reveal--right.is-visible {
  transform: translate3d(0, 0, 0);
}

.hg-hero__media img.hg-reveal--scale {
  transform: translate3d(0, 32px, 0) scale(0.86);
}

.hg-hero__media img.hg-reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hg-hero__title-word--wellness.hg-reveal--scale {
  transform: translate3d(0, 24px, 0) scale(0.9);
  display: inline-block;
}

.hg-hero__title-word--wellness.hg-reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hg-hero__play.hg-reveal--scale {
  transform: translate3d(0, 16px, 0) scale(0.92);
}

.hg-hero__play.hg-reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.hound-studio .script {
  font-family: var(--hg-script);
  color: var(--hg-pink);
  font-weight: 400;
  font-size: 1.15em;
}

/* ── Header ── */
.hg-nav {
  background: var(--hg-cream);
  border-bottom: none;
  padding: 0.65rem 0;
}

.hg-nav .navbar {
  padding: 0;
}

.hg-nav .navbar-brand {
  padding: 0;
  margin-right: 0;
  line-height: 0;
  flex-shrink: 0;
}

.hg-nav .navbar-brand img {
  width: auto;
  height: 92px;
  display: block;
}

.hg-nav .navbar-toggler {
  border: 1.5px solid rgba(233, 30, 140, 0.28);
  border-radius: 8px;
  background: var(--hg-cream);
  padding: 0.48rem 0.52rem;
}

.hg-nav .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(61, 61, 61, 0.82)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

.hg-nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(233, 30, 140, 0.15);
}

.hg-nav__menu {
  gap: 0;
}

.hg-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #3d3d3d !important;
  padding: 0.35rem 0 0.65rem !important;
  position: relative;
  display: inline-block;
}

.hg-nav .nav-link.active {
  color: var(--hg-pink) !important;
  font-weight: 600;
}

.hg-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  height: 2px;
  background: var(--hg-pink);
  border-radius: 1px;
}

.hg-nav .nav-link:hover {
  color: var(--hg-pink) !important;
}

.hg-btn--nav {
  border-radius: 5px;
  padding: 0.72rem 1.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.hg-btn--nav i {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  .hg-nav__inner {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .hg-nav__collapse {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .hg-nav__menu-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .hg-nav__menu {
    flex-direction: row;
    align-items: center;
    gap: 2.35rem;
  }
}

@media (max-width: 991.98px) {
  body.hg-nav-open {
    overflow: hidden;
  }

  .hg-nav.sticky-top {
    z-index: 1030;
  }

  .hg-nav {
    padding: 0;
    position: relative;
    background: var(--hg-cream);
  }

  .hg-nav.is-menu-open {
    background: var(--hg-cream);
  }

  .hg-nav__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: rgba(31, 31, 31, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    cursor: pointer;
  }

  .hg-nav.is-menu-open .hg-nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hg-nav .navbar {
    position: relative;
    z-index: 1;
    background: var(--hg-cream);
    padding: 0.65rem 0 0.5rem;
  }

  .hg-nav__inner {
    position: relative;
  }

  .hg-nav .navbar-brand img {
    height: 68px;
  }

  .hg-nav .navbar-collapse.hg-nav__collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    flex-basis: auto !important;
    flex-grow: 0 !important;
    z-index: 1;
    margin-top: 0;
    padding: 0.15rem calc(var(--bs-gutter-x, 1.5rem) * 0.5) 1.15rem;
    background: var(--hg-cream);
    border-top: none;
    box-shadow: none;
  }

  .hg-nav .navbar-collapse.hg-nav__collapse.show,
  .hg-nav .navbar-collapse.hg-nav__collapse.collapsing {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hg-nav__menu-wrap {
    width: 100%;
  }

  .hg-nav__menu {
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0.15rem 0 0;
  }

  .hg-nav .nav-item {
    width: 100%;
  }

  .hg-nav .nav-item + .nav-item {
    border-top: 1px solid rgba(233, 30, 140, 0.07);
  }

  .hg-nav .nav-link {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.95rem 0 1rem !important;
  }

  .hg-nav .nav-link.active {
    font-weight: 600;
  }

  .hg-nav .nav-link.active::after {
    bottom: 0.72rem;
    height: 2.5px;
  }

  .hg-nav__mobile-cta {
    margin-top: 1.15rem;
    padding-top: 0.15rem;
  }

  .hg-btn--nav-mobile {
    display: flex;
    width: 100%;
    border-radius: 999px;
    padding: 0.95rem 1.25rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hg-btn--nav-mobile i {
    font-size: 0.9rem;
  }
}

.hg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
}

.hg-btn:hover {
  transform: translateY(-1px);
}

.hg-btn--pink {
  background: var(--hg-pink);
  border-color: var(--hg-pink);
  color: var(--hg-white);
}

.hg-btn--pink:hover {
  background: var(--hg-pink-dark);
  border-color: var(--hg-pink-dark);
  color: var(--hg-white);
}

.hg-btn--outline {
  background: var(--hg-white);
  border-color: var(--hg-text);
  color: var(--hg-text);
}

.hg-btn--outline:hover {
  background: var(--hg-text);
  color: var(--hg-white);
}

.hg-btn--sm {
  padding: 0.65rem 1.15rem;
  font-size: 0.65rem;
}

.hg-link-arrow {
  color: var(--hg-pink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.hg-link-arrow:hover {
  color: var(--hg-pink-dark);
}

.hg-link-arrow i {
  font-size: 0.6rem;
  margin-left: 0.2rem;
  transition: transform 0.2s;
}

.hg-link-arrow:hover i {
  transform: translateX(3px);
}

.hg-link-arrow--back i {
  margin-left: 0;
  margin-right: 0.35rem;
}

.hg-link-arrow--back:hover i {
  transform: translateX(-3px);
}

/* ── Hero ── */
.hg-hero {
  padding: 3rem 0 3.5rem;
  background: var(--hg-white);
}

.hound-page-home .hg-hero {
  position: relative;
  background: linear-gradient(165deg, var(--hg-beach-sky) 0%, var(--hg-sand-warm) 38%, var(--hg-sand) 72%, var(--hg-cream) 100%);
  overflow: hidden;
}

.hound-page-home .hg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 88% 42%, rgba(255, 255, 255, 0.55) 0%, transparent 68%),
    radial-gradient(ellipse 40% 30% at 12% 88%, rgba(232, 212, 188, 0.45) 0%, transparent 70%);
  pointer-events: none;
}

.hound-page-home .hg-hero .container-xl {
  position: relative;
  z-index: 1;
}

.hound-page-home .hg-hero__media-col {
  position: relative;
}

.hound-page-home .hg-hero__media-col::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 520px);
  height: min(88%, 420px);
  transform: translate(-48%, -52%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 230, 211, 0.95) 0%, rgba(232, 212, 188, 0.35) 55%, transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.hound-page-home .hg-hero__media {
  position: relative;
  z-index: 1;
}

.hound-page-home .hg-hero__media img {
  filter: drop-shadow(0 18px 36px rgba(139, 107, 74, 0.14));
}

.hg-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "intro media"
    "body media";
  column-gap: clamp(1.5rem, 4vw, 3rem);
  row-gap: 1.25rem;
  align-items: center;
}

.hg-hero__intro {
  grid-area: intro;
  padding-right: 0.5rem;
  min-width: 0;
}

.hg-hero__body {
  grid-area: body;
  align-self: start;
  padding-right: 0.5rem;
  min-width: 0;
}

.hg-hero__media-col {
  grid-area: media;
  align-self: center;
  min-width: 0;
  width: 100%;
}

.hg-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hg-text);
  margin-bottom: 0.5rem;
}

.hg-hero__eyebrow i {
  color: var(--hg-pink);
  font-size: 0.7rem;
  font-weight: 400;
}

.hg-hero__title {
  font-family: "Playfair Display", var(--hg-serif);
  font-weight: 500;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--hg-text);
  letter-spacing: -0.018em;
}

.hg-hero__title-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 0.34em;
  row-gap: 0.04em;
  font-size: clamp(2.65rem, 3.8vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -0.022em;
  max-width: 100%;
}

.hg-hero__title-col {
  display: contents;
}

.hg-hero__title-prefix:first-child {
  order: 1;
}

.hg-hero__title-word--grooming {
  order: 2;
  white-space: nowrap;
}

.hg-hero__title-word--grooming::after {
  content: "";
  flex-basis: 100%;
  height: 0;
}

.hg-hero__title-prefix:nth-child(2) {
  order: 3;
}

.hg-hero__title-word--wellness {
  order: 4;
  line-height: 0;
  min-width: 0;
}

.hg-hero__title-prefix {
  display: block;
  width: auto;
  text-align: inherit;
  white-space: nowrap;
}

.hg-hero__wellness-mark {
  display: block;
  line-height: 0;
  transform: translateY(0.04em);
}

.hg-hero__wellness-svg {
  width: var(--hg-wellness-width, auto);
  height: 1.18em;
  max-width: 100%;
  display: block;
  shape-rendering: geometricPrecision;
}

.hg-hero__wellness-svg path {
  fill: var(--hg-pink);
}

.hg-hero__wellness-fallback {
  font-family: "Corinthia", var(--hg-script);
  font-size: clamp(3.2rem, 6.5vw, 4.6rem);
  font-weight: 400;
  color: var(--hg-pink);
  line-height: 0.85;
  display: inline-block;
  margin-bottom: 0.05em;
}

.hg-hero__lead {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--hg-text-muted);
  max-width: 26rem;
  margin-bottom: 1.75rem;
}

.hg-hero__lead .hg-hero__script-accent {
  font-family: "Corinthia", var(--hg-script);
  font-size: 1.55em;
  font-weight: 400;
  color: var(--hg-pink);
  line-height: 1;
  vertical-align: -0.03em;
  white-space: nowrap;
}

.hg-hero__title .script {
  font-family: "Pinyon Script", "Great Vibes", var(--hg-script);
  font-size: clamp(2.6rem, 5.2vw, 3.85rem);
  line-height: 1;
  vertical-align: baseline;
}

.hg-hero__title-heart {
  color: var(--hg-pink);
  font-size: 0.55em;
  vertical-align: super;
  margin-left: 0.15rem;
}

.hg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.hg-btn--hero {
  border-radius: 6px;
  padding: 0.9rem 1.35rem;
  font-size: 0.65rem;
}

.hg-btn--outline-pink {
  border-color: var(--hg-pink);
  color: var(--hg-text);
  background: var(--hg-white);
}

.hg-btn--outline-pink i {
  color: var(--hg-pink);
}

.hg-btn--outline-pink:hover {
  background: var(--hg-pink-light);
  color: var(--hg-text);
  border-color: var(--hg-pink);
}

.hg-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  padding-top: 0.25rem;
}

.hg-stat {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex: 0 1 auto;
}

.hg-stat__icon {
  color: var(--hg-pink);
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
  width: 1.25rem;
  text-align: center;
}

.hg-stat__text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.hg-stat__text strong {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--hg-text);
}

.hg-stat__text span {
  font-size: 0.62rem;
  color: var(--hg-text-muted);
  margin-top: 0.1rem;
}

.hg-hero__media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hg-hero__media img {
  width: 100%;
  height: auto;
  max-width: 612px;
  display: block;
}

.hg-hero__play {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  background: var(--hg-white);
  border: none;
  border-radius: 999px;
  padding: 0.4rem 1rem 0.4rem 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hg-text);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.hg-hero__play-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hg-pink);
  color: var(--hg-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  padding-left: 2px;
}

/* ── Sections ── */
.hg-section {
  padding: 4rem 0 4.5rem;
}

.hg-section--pink {
  background: var(--hg-pink-section);
}

.hg-section__head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.hg-section__head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.hg-section__script {
  font-family: var(--hg-script);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--hg-pink);
  margin-bottom: 0.25rem;
  line-height: 1;
}

.hg-section__title {
  font-family: var(--hg-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  margin: 0;
  color: var(--hg-text);
}

.hg-section__title i.fa-heart {
  color: var(--hg-pink);
  font-size: 0.75em;
  margin-right: 0.4rem;
}

/* ── About (homepage) ── */
.hg-about__accent {
  font-family: "Corinthia", var(--hg-script);
  color: var(--hg-pink);
  font-weight: 400;
  font-size: 1.2em;
  vertical-align: -0.04em;
}

.hg-about__subtitle {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--hg-text-muted);
  max-width: 32rem;
  margin: 0.65rem auto 0;
}

.hg-about__panel {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.hg-about__quote {
  font-family: "Playfair Display", var(--hg-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--hg-text);
  margin: 0 0 1.25rem;
  padding: 0;
  border: none;
  quotes: none;
}

.hg-about__copy {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--hg-text-muted);
  max-width: 34rem;
  margin: 0 auto;
}

.hg-about__copy p {
  margin: 0;
}

.hg-about__footer {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(233, 30, 140, 0.12);
}

/* ── Services ── */
.hg-services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.hg-service-card {
  text-align: center;
  background: var(--hg-white);
  border-radius: 16px;
  padding: 1.5rem 1rem 1.35rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.hg-section:not(.hg-section--pink) .hg-service-card {
  border: 1px solid rgba(233, 30, 140, 0.06);
}

.hg-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(233, 30, 140, 0.1);
}

.hg-service-card__photo-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 0.85rem;
}

.hg-service-card__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--hg-pink-light);
  box-shadow: 0 0 0 2px var(--hg-pink-muted);
  display: block;
}

.hg-service-card__price {
  position: absolute;
  top: -4px;
  left: -8px;
  background: var(--hg-pink);
  color: var(--hg-white);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(233, 30, 140, 0.35);
}

.hg-service-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--hg-pink-light);
  color: var(--hg-pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
}

.hg-service-card__name {
  font-family: var(--hg-serif);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.hg-service-card__desc {
  font-size: 0.72rem;
  line-height: 1.65;
  color: var(--hg-text-muted);
  margin-bottom: 0.85rem;
  min-height: 4.2rem;
}

/* ── Gallery ── */
.hg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.75rem;
}

.hg-gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.25s;
}

.hg-gallery-grid img:hover {
  transform: scale(1.03);
}

/* ── Testimonials ── */
.hg-section--testimonials {
  background: linear-gradient(180deg, var(--hg-cream) 0%, var(--hg-white) 100%);
}

.hg-testimonials-wrap {
  position: relative;
  padding: 0 3.5rem;
  max-width: 760px;
  margin: 0 auto;
}

.hg-testimonial-card {
  position: relative;
  background: var(--hg-white);
  border-radius: 24px;
  padding: 2.25rem 2.5rem 2rem;
  text-align: left;
  box-shadow:
    0 4px 24px rgba(233, 30, 140, 0.06),
    0 12px 48px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(233, 30, 140, 0.1);
  overflow: hidden;
}

.hg-testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--hg-pink) 0%, var(--hg-pink-muted) 100%);
  border-radius: 24px 0 0 24px;
}

.hg-testimonial-card__quote-mark {
  position: absolute;
  top: 1.25rem;
  right: 1.75rem;
  color: var(--hg-pink);
  font-size: 2.75rem;
  line-height: 1;
  opacity: 0.12;
  pointer-events: none;
}

.hg-testimonial-card__stars {
  color: var(--hg-pink);
  font-size: 0.65rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0.2em;
}

.hg-testimonial-card__text {
  position: relative;
  font-family: var(--hg-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: var(--hg-text);
  font-style: italic;
  font-weight: 500;
  margin: 0 0 1.75rem;
  padding: 0;
  border: none;
}

.hg-testimonial-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hg-border);
}

.hg-testimonial-card__name {
  font-size: 0.88rem;
  font-weight: 700;
  font-style: normal;
  color: var(--hg-text);
  letter-spacing: 0.02em;
}

.hg-testimonial-card__meta {
  font-size: 0.78rem;
  color: var(--hg-text-muted);
}

.hg-testimonial-card__meta::before {
  content: "·";
  margin-right: 0.65rem;
  color: var(--hg-pink-muted);
  font-weight: 700;
}

.hg-testimonials-empty {
  max-width: 32rem;
  margin: 0 auto;
  padding: 2rem 1rem 2.5rem;
}

.hg-testimonials-empty__lead {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--hg-text-muted);
  margin-bottom: 1.35rem;
}

.hg-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--hg-border);
  background: var(--hg-white);
  color: var(--hg-pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.hg-carousel-btn--prev { left: 0; }
.hg-carousel-btn--next { right: 0; }

.hg-carousel-btn:hover {
  background: var(--hg-pink);
  color: var(--hg-white);
  border-color: var(--hg-pink);
}

.hg-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.hg-carousel-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #ddd;
  cursor: pointer;
}

.hg-carousel-dots button.active {
  background: var(--hg-pink);
}

/* ── Blog ── */
.hg-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.hg-blog-card {
  background: var(--hg-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hg-blog-card__img-wrap {
  overflow: hidden;
}

.hg-blog-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.hg-blog-card:hover .hg-blog-card__img {
  transform: scale(1.04);
}

.hg-blog-card__body {
  padding: 1.25rem 1.15rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hg-blog-card__cat {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hg-pink);
  margin-bottom: 0.45rem;
}

.hg-blog-card__title {
  font-family: var(--hg-serif);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.hg-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.hg-blog-card__title a:hover {
  color: var(--hg-pink);
}

.hg-blog-card__date {
  font-size: 0.68rem;
  color: var(--hg-text-muted);
  margin-bottom: 0.85rem;
}

.hg-blog-card__link {
  margin-top: auto;
}

/* ── Blog post ── */
.hg-blog-post {
  padding: 2rem 0 4rem;
}

.hg-blog-post__back {
  display: inline-flex;
  margin-bottom: 1.75rem;
}

.hg-blog-post__header {
  margin-bottom: 1.5rem;
}

.hg-blog-post__cat {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hg-pink);
  margin-bottom: 0.65rem;
}

.hg-blog-post__title {
  font-family: "Playfair Display", var(--hg-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--hg-text);
  margin: 0 0 0.75rem;
}

.hg-blog-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: var(--hg-text-muted);
}

.hg-blog-post__meta-sep {
  opacity: 0.45;
}

.hg-blog-post__figure {
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
}

.hg-blog-post__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.hg-blog-post__dek {
  font-family: "Playfair Display", var(--hg-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--hg-text);
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--hg-border);
}

.hg-blog-post__main .hg-prose {
  max-width: none;
}

.hg-blog-aside {
  position: sticky;
  top: 6rem;
  background: var(--hg-pink-light);
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(233, 30, 140, 0.08);
}

.hg-blog-aside__title {
  font-family: var(--hg-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hg-text);
  margin: 0 0 1rem;
}

.hg-blog-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hg-blog-aside__item + .hg-blog-aside__item {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(233, 30, 140, 0.1);
}

.hg-blog-aside__link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.hg-blog-aside__link:hover .hg-blog-aside__headline {
  color: var(--hg-pink);
}

.hg-blog-aside__thumb {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.hg-blog-aside__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hg-blog-aside__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.hg-blog-aside__cat {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hg-pink);
}

.hg-blog-aside__headline {
  font-family: var(--hg-serif);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--hg-text);
  transition: color 0.2s;
}

.hg-blog-aside__date {
  font-size: 0.65rem;
  color: var(--hg-text-muted);
}

.hg-blog-aside__all {
  display: inline-flex;
  margin-top: 1.15rem;
}

/* ── Footer ── */
main > .hg-section:last-child {
  padding-bottom: 3.5rem;
}

main > .hg-page-section:last-child,
main > .hg-blog-post:last-child {
  padding-bottom: 3.15rem;
}

.hg-footer {
  position: relative;
  background: linear-gradient(180deg, #fff7fb 0%, var(--hg-pink-section) 42%, #fae8f2 100%);
  padding: 3.75rem 0 1.75rem;
  margin-top: 0;
  overflow: hidden;
}

.hg-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233, 30, 140, 0.22), transparent);
}

.hg-footer::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 30, 140, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hg-footer__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 2rem 2.25rem;
  align-items: start;
}

.hg-footer__logo img {
  width: auto;
  height: 84px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.hg-footer__about {
  font-size: 0.82rem;
  line-height: 1.8;
  color: var(--hg-text-muted);
  margin-bottom: 1.25rem;
  max-width: 18rem;
}

.hg-footer__social {
  display: flex;
  gap: 0.55rem;
}

.hg-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hg-pink);
  color: var(--hg-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hg-footer__social a:hover {
  background: var(--hg-pink-dark);
  color: var(--hg-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(233, 30, 140, 0.25);
}

.hg-footer__heading {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--hg-text);
  position: relative;
  padding-bottom: 0.65rem;
}

.hg-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.75rem;
  height: 2px;
  border-radius: 999px;
  background: var(--hg-pink);
}

.hg-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hg-footer__links li {
  margin-bottom: 0.45rem;
}

.hg-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--hg-text-muted);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hg-footer__links a::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--hg-pink);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hg-footer__links a:hover {
  color: var(--hg-pink);
  transform: translateX(3px);
}

.hg-footer__links a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.hg-footer__contact-list {
  display: block;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(233, 30, 140, 0.1);
  border-radius: 16px;
  padding: 1rem 1.05rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hg-footer__contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.79rem;
  color: var(--hg-text-muted);
  line-height: 1.55;
  align-items: flex-start;
}

.hg-footer__contact-item:last-child {
  margin-bottom: 0;
}

.hg-footer__contact-item i {
  color: var(--hg-pink);
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  border-radius: 50%;
  background: rgba(233, 30, 140, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.78rem;
}

.hg-footer__contact-item a {
  color: var(--hg-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hg-footer__contact-item a:hover {
  color: var(--hg-pink);
}

.hg-footer__book-text {
  font-size: 0.82rem;
  line-height: 1.75;
  color: var(--hg-text-muted);
  margin-bottom: 1.15rem;
}

.hg-footer__cta-card {
  display: block;
  background: var(--hg-white);
  border: 1px solid rgba(233, 30, 140, 0.1);
  border-radius: 18px;
  padding: 1.45rem 1.35rem 1.35rem;
  box-shadow: 0 14px 42px rgba(233, 30, 140, 0.1);
}

.hg-footer__cta-btn {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
  padding: 0.92rem 1.25rem;
}

.hg-footer__contact-actions {
  display: none;
}

.hg-footer__action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.75rem 0.5rem;
  border-radius: 10px;
  background: var(--hg-white);
  border: 1px solid rgba(233, 30, 140, 0.12);
  color: var(--hg-text);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.hg-footer__action i {
  color: var(--hg-pink);
  font-size: 1rem;
}

.hg-footer__action:hover {
  border-color: rgba(233, 30, 140, 0.28);
  box-shadow: 0 4px 14px rgba(233, 30, 140, 0.1);
  color: var(--hg-text);
  transform: translateY(-1px);
}

.hg-footer__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0.68rem;
  color: rgba(31, 31, 31, 0.55);
  margin-top: 2.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(233, 30, 140, 0.12);
}

.hg-footer .hg-reveal {
  transition-duration: 0.8s;
}

.hg-footer__cta-card.hg-reveal--scale {
  transform: translate3d(0, 28px, 0) scale(0.96);
}

.hg-footer__cta-card.hg-reveal--scale.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 991.98px) {
  main > .hg-section:last-child {
    padding-bottom: 3rem;
  }

  main > .hg-page-section:last-child,
  main > .hg-blog-post:last-child {
    padding-bottom: 2.75rem;
  }

  .hg-footer {
    padding: 2rem 0 1.15rem;
  }

  .hg-footer__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hg-footer__brand {
    text-align: center;
    padding-bottom: 1.35rem;
    margin-bottom: 1.15rem;
    border-bottom: 1px solid rgba(233, 30, 140, 0.12);
  }

  .hg-footer__about {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--hg-text);
    font-size: 0.84rem;
  }

  .hg-footer__social {
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.15rem;
  }

  .hg-footer__social a {
    width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }

  .hg-footer__cta {
    margin-bottom: 1.15rem;
  }

  .hg-footer__cta-card {
    background: var(--hg-white);
    border: 1px solid rgba(233, 30, 140, 0.1);
    border-radius: 16px;
    padding: 1.25rem 1.15rem 1.15rem;
    box-shadow: 0 10px 32px rgba(233, 30, 140, 0.1);
    text-align: center;
  }

  .hg-footer__cta-card .hg-footer__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .hg-footer__cta-card .hg-footer__heading {
    margin-bottom: 0.55rem;
  }

  .hg-footer__cta-card .hg-footer__book-text {
    margin-bottom: 0.85rem;
    color: var(--hg-text);
    font-size: 0.82rem;
  }

  .hg-footer__cta-btn {
    border-radius: 8px;
    padding: 0.95rem 1.25rem;
    font-size: 0.68rem;
  }

  .hg-footer__links-col,
  .hg-footer__contact-col {
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(233, 30, 140, 0.1);
  }

  .hg-footer__contact-col {
    border-bottom: none;
    padding-bottom: 0;
  }

  .hg-footer__heading {
    margin-bottom: 0.75rem;
    color: var(--hg-text);
    font-size: 0.62rem;
  }

  .hg-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.85rem;
    text-align: left;
  }

  .hg-footer__links li {
    margin-bottom: 0;
  }

  .hg-footer__links a::before {
    display: none;
  }

  .hg-footer__links a {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--hg-text);
    font-size: 0.78rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    transform: none;
  }

  .hg-footer__links a:hover {
    background: var(--hg-white);
    color: var(--hg-pink);
    transform: translateY(-1px);
  }

  .hg-footer__contact-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.85rem;
  }

  .hg-footer__contact-list {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(233, 30, 140, 0.08);
    border-radius: 12px;
    padding: 0.85rem 0.95rem;
  }

  .hg-footer__contact-item {
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 0.55rem;
    color: var(--hg-text);
    font-size: 0.76rem;
  }

  .hg-footer__contact-item:last-child {
    margin-bottom: 0;
  }

  .hg-footer__contact-item a {
    color: var(--hg-text);
  }

  .hg-footer__contact-item a:hover {
    color: var(--hg-pink);
  }

  .hg-footer__copy {
    margin-top: 1.35rem;
    padding-top: 1rem;
    font-size: 0.64rem;
  }
}

@media (max-width: 575.98px) {
  main > .hg-section:last-child {
    padding-bottom: 2.75rem;
  }

  main > .hg-page-section:last-child,
  main > .hg-blog-post:last-child {
    padding-bottom: 2.5rem;
  }

  .hg-footer {
    padding: 1.65rem 0 1rem;
  }

  .hg-footer__logo img {
    height: 72px;
  }

  .hg-footer__brand {
    padding-bottom: 1.15rem;
    margin-bottom: 1rem;
  }

  .hg-footer__about {
    font-size: 0.8rem;
    line-height: 1.65;
  }

  .hg-footer__cta-card {
    padding: 1.1rem 1rem;
  }

  .hg-footer__links-col,
  .hg-footer__contact-col {
    padding: 1rem 0;
  }

  .hg-footer__links a {
    padding: 0.5rem 0.55rem;
    font-size: 0.74rem;
  }
}

/* ── Internal pages ── */
.hg-page-hero {
  padding: 2.75rem 0 2.25rem;
  background: var(--hg-white);
}

.hg-page-hero__eyebrow {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hg-text);
  margin-bottom: 0.5rem;
}

.hg-page-hero__title {
  font-family: "Playfair Display", var(--hg-serif);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.018em;
  color: var(--hg-text);
  margin: 0 0 0.75rem;
}

.hg-page-hero__title .hg-accent {
  font-family: "Corinthia", var(--hg-script);
  color: var(--hg-pink);
  font-weight: 400;
  font-size: 1.15em;
  vertical-align: -0.04em;
}

.hg-page-hero__title i.fa-heart {
  color: var(--hg-pink);
  font-size: 0.75em;
  margin-right: 0.35rem;
}

.hg-page-hero__lead {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--hg-text-muted);
  max-width: 36rem;
  margin: 0;
}

.hg-page-section {
  padding: 3.25rem 0 4rem;
}

.hg-page-section--pink {
  background: var(--hg-pink-section);
}

.hg-prose {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--hg-text-muted);
}

.hg-prose h2,
.hg-prose h3 {
  font-family: "Playfair Display", var(--hg-serif);
  color: var(--hg-text);
  font-weight: 500;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.hg-prose h2 { font-size: 1.45rem; }
.hg-prose h3 { font-size: 1.15rem; }

.hg-prose p,
.hg-prose ul,
.hg-prose ol {
  margin-bottom: 1rem;
}

.hg-prose ul,
.hg-prose ol {
  padding-left: 1.25rem;
}

.hg-prose a {
  color: var(--hg-pink-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hg-info-card {
  background: var(--hg-pink-light);
  border-radius: 16px;
  padding: 1.75rem;
  border: 1px solid rgba(233, 30, 140, 0.08);
}

.hg-info-card__title {
  font-family: "Playfair Display", var(--hg-serif);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--hg-text);
}

.hg-info-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--hg-text-muted);
}

.hg-info-card p {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--hg-text-muted);
  margin-bottom: 0.75rem;
}

.hg-info-card a {
  color: var(--hg-pink-dark);
  text-decoration: none;
}

.hg-info-card a:hover {
  text-decoration: underline;
}

.hg-gallery-grid--page {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

/* ── Gallery page ── */
.hound-page-gallery .hg-page-hero {
  padding-bottom: 2rem;
  background: linear-gradient(180deg, var(--hg-white) 0%, var(--hg-pink-light) 100%);
}

.hg-gallery-page {
  padding: 0.5rem 0 4.5rem;
  background: var(--hg-pink-section);
}

.hg-gallery-masonry {
  column-count: 4;
  column-gap: 1rem;
}

.hg-gallery-load-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  min-height: 3.5rem;
}

.hg-gallery-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.hg-gallery-load-more.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.hg-gallery-load-wrap.is-fetching .hg-gallery-load-more {
  opacity: 0.55;
}

.hg-gallery-item {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: var(--hg-white);
  box-shadow: 0 8px 28px rgba(233, 30, 140, 0.08);
  break-inside: avoid;
  transition: box-shadow 0.28s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.hg-gallery-item.hg-reveal.is-visible:hover,
.hg-gallery-item.hg-reveal.is-visible:focus-visible {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 16px 36px rgba(233, 30, 140, 0.16);
  outline: none;
}

.hg-gallery-item.hg-reveal--scale.is-visible:hover,
.hg-gallery-item.hg-reveal--scale.is-visible:focus-visible {
  transform: translate3d(0, -4px, 0) scale(1);
}

.hg-gallery-item.hg-reveal.is-visible:focus-visible {
  box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.25), 0 16px 36px rgba(233, 30, 140, 0.16);
}

.hg-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  transition: transform 0.45s ease;
}

.hg-gallery-item:hover img,
.hg-gallery-item:focus-visible img {
  transform: scale(1.04);
}

.hg-gallery-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 35%, rgba(31, 31, 31, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.hg-gallery-item__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hg-pink);
  font-size: 0.95rem;
  transform: translateY(8px);
  transition: transform 0.28s ease;
}

.hg-gallery-item:hover .hg-gallery-item__overlay,
.hg-gallery-item:focus-visible .hg-gallery-item__overlay {
  opacity: 1;
}

.hg-gallery-item:hover .hg-gallery-item__icon,
.hg-gallery-item:focus-visible .hg-gallery-item__icon {
  transform: translateY(0);
}

/* ── Gallery lightbox ── */
.hg-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.hg-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.hg-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(15, 15, 18, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}

.hg-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: calc(100vh - 2rem);
  max-height: calc(100dvh - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hg-lightbox__figure,
.hg-lightbox__close,
.hg-lightbox__nav {
  pointer-events: auto;
}

.hg-lightbox__figure {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.hg-lightbox__img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 7rem);
  max-height: calc(100dvh - 7rem);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hg-lightbox.is-changing-left .hg-lightbox__img {
  animation: hgLightboxSlideFromLeft 0.22s ease;
}

.hg-lightbox.is-changing-right .hg-lightbox__img {
  animation: hgLightboxSlideFromRight 0.22s ease;
}

@keyframes hgLightboxSlideFromLeft {
  from {
    opacity: 0.35;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hgLightboxSlideFromRight {
  from {
    opacity: 0.35;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hg-lightbox__meta {
  margin: 0;
}

.hg-lightbox__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.hg-lightbox__close {
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--hg-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.hg-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.24);
  transform: scale(1.04);
}

.hg-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: var(--hg-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, opacity 0.2s;
}

.hg-lightbox__nav:hover:not(:disabled) {
  background: var(--hg-pink);
  transform: translateY(-50%) scale(1.05);
}

.hg-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.hg-lightbox__nav--prev {
  left: -0.25rem;
}

.hg-lightbox__nav--next {
  right: -0.25rem;
}

body.hg-lightbox-open {
  overflow: hidden;
}

body.hg-lightbox-open .hg-mobile-book-bar,
body.hg-lightbox-open .hg-cookie {
  display: none !important;
}

.hg-book-form .form-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hg-text);
}

.hg-book-form .form-control,
.hg-book-form .form-select {
  border-radius: 8px;
  border-color: var(--hg-border);
  font-size: 0.88rem;
  padding: 0.65rem 0.85rem;
}

.hg-book-form .form-control:focus,
.hg-book-form .form-select:focus {
  border-color: var(--hg-pink);
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 140, 0.12);
}

.hg-empty-note {
  font-size: 0.92rem;
  color: var(--hg-text-muted);
  text-align: center;
  padding: 2rem 0;
}

/* ── Responsive ── */
@media (min-width: 992px) {
  .hg-hero__title-grid {
    max-width: 34rem;
  }

  .hg-hero__intro .hg-hero__title {
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 1199.98px) {
  .hg-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hg-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .hg-hero {
    padding: 1.75rem 0 2.5rem;
  }

  .hg-hero__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "media"
      "body";
    row-gap: 1rem;
    align-items: stretch;
  }

  .hg-hero__intro,
  .hg-hero__body {
    padding-right: 0;
  }

  .hg-hero__intro {
    text-align: center;
  }

  .hg-hero__eyebrow {
    justify-content: center;
  }

  .hg-hero__title {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hg-hero__title-grid {
    justify-content: center;
    font-size: clamp(2rem, 8.2vw, 2.65rem);
  }

  .hg-hero__wellness-svg {
    width: auto;
    height: 1.12em;
  }

  .hg-hero__media {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.85rem;
  }

  .hg-hero__media img {
    width: min(100%, 380px);
    height: auto;
    max-width: 100%;
    margin-inline: auto;
    display: block;
    object-fit: contain;
  }

  .hg-hero__play {
    position: static;
    margin-top: 0.6rem;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0.35rem 0;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .hg-hero__play-icon {
    width: 28px;
    height: 28px;
    font-size: 0.52rem;
  }

  .hg-hero__stats {
    gap: 1rem 1.25rem;
  }
  .hg-stat {
    flex: 1 1 calc(50% - 0.75rem);
  }
  .hg-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hg-blog-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .hg-gallery-grid--page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hg-gallery-masonry {
    column-count: 3;
  }

  .hg-lightbox__nav--prev {
    left: 0.25rem;
  }

  .hg-lightbox__nav--next {
    right: 0.25rem;
  }
}

@media (max-width: 767.98px) {
  .hg-blog-aside {
    position: static;
  }
  .hg-blog-post {
    padding-top: 1.5rem;
  }
  .hg-gallery-grid--page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hg-gallery-masonry {
    column-count: 2;
    column-gap: 0.75rem;
  }

  .hg-gallery-item {
    margin-bottom: 0.75rem;
    border-radius: 14px;
  }

  .hg-gallery-page {
    padding-bottom: 3.5rem;
  }

  .hg-lightbox {
    padding: 0.75rem;
  }

  .hg-lightbox__panel {
    width: 100%;
    max-height: calc(100dvh - 1.5rem);
  }

  .hg-lightbox__img {
    max-height: calc(100dvh - 8.5rem);
    border-radius: 12px;
  }

  .hg-lightbox__close {
    top: 0.35rem;
    right: 0.35rem;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.18);
  }

  .hg-lightbox__nav {
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(255, 255, 255, 0.18);
  }

  .hg-lightbox__nav--prev {
    left: 0.35rem;
  }

  .hg-lightbox__nav--next {
    right: 0.35rem;
  }

  .hg-gallery-item__overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 60%, rgba(31, 31, 31, 0.35) 100%);
  }

  .hg-gallery-item__icon {
    transform: translateY(0);
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.82rem;
    opacity: 0.92;
  }

  .hg-hero {
    padding: 0.75rem 0 2rem;
  }

  .hg-hero__layout {
    row-gap: 0.85rem;
  }

  .hg-hero__media img {
    width: min(100%, 340px);
  }

  .hg-hero__title-grid {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
  }

  .hg-hero__title {
    margin-bottom: 0.85rem;
  }

  .hg-hero__intro {
    margin-bottom: 0.15rem;
  }

  .hg-hero__eyebrow {
    margin-bottom: 0.4rem;
  }

  .hg-hero__lead {
    max-width: none;
    margin-bottom: 1.35rem;
    font-size: 0.88rem;
  }

  .hg-hero__actions {
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
  }

  .hg-hero__actions .hg-btn--hero {
    width: 100%;
    justify-content: center;
  }

  .hg-hero__stats {
    gap: 0.85rem 1rem;
    padding-top: 0;
  }

  .hg-hero__media {
    margin-bottom: 0.65rem;
  }
  .hg-services-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
  .hg-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hg-testimonials-wrap {
    padding: 0;
  }
  .hg-testimonial-card {
    padding: 1.85rem 1.35rem 1.65rem 1.5rem;
    border-radius: 18px;
  }
  .hg-testimonial-card__quote-mark {
    font-size: 2rem;
    top: 1rem;
    right: 1.1rem;
  }
  .hg-testimonial-card__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.35rem;
  }
  .hg-carousel-btn {
    display: none;
  }
  .hg-section__head--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Mobile fixed book CTA ── */
.hg-mobile-book-bar {
  display: none;
}

@media (max-width: 991.98px) {
  .hg-mobile-book-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: 0.9rem 1.25rem calc(0.9rem + env(safe-area-inset-bottom, 0px));
    background: var(--hg-pink);
    color: var(--hg-white);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 -6px 24px rgba(233, 30, 140, 0.28);
    transition: background 0.2s;
  }

  .hg-mobile-book-bar:hover {
    background: var(--hg-pink-dark);
    color: var(--hg-white);
  }

  .hg-mobile-book-bar i {
    font-size: 0.95rem;
  }

  body.hound-studio {
    padding-bottom: calc(3.35rem + env(safe-area-inset-bottom, 0px));
  }

  body.hg-nav-open .hg-mobile-book-bar {
    display: none;
  }

  body.hound-studio a.hg-btn--pink {
    display: none;
  }

  .hg-nav__mobile-cta {
    display: none;
  }
}

/* ── Cookie consent ── */
.hg-cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1045;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  background: transparent;
  pointer-events: none;
  transform: translateY(calc(110% + 1rem));
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, visibility 0.28s ease;
}

.hg-cookie.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.hg-cookie__bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.85rem 1rem;
  width: min(100%, 920px);
  padding: 0.8rem 0.85rem 0.8rem 1.1rem;
  background: rgba(38, 38, 38, 0.94);
  border-radius: 999px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22);
}

.hg-cookie__icon {
  flex-shrink: 0;
  width: 1.35rem;
  color: #f0c27a;
  font-size: 1.15rem;
  line-height: 1;
  text-align: center;
}

.hg-cookie__text {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.hg-cookie__text a {
  color: var(--hg-white);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.hg-cookie__text a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.hg-cookie__actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.hg-cookie__learn {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.76rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s;
}

.hg-cookie__learn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.hg-cookie__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  padding: 0.62rem 1.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  background: var(--hg-pink);
  color: var(--hg-white);
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.hg-cookie__btn:hover {
  background: var(--hg-pink-dark);
  color: var(--hg-white);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .hg-cookie {
    padding: 0.75rem 0.75rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .hg-cookie__bar {
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 18px;
    padding: 0.95rem 1rem;
    gap: 0.65rem 0.75rem;
  }

  .hg-cookie__icon {
    margin-top: 0.1rem;
  }

  .hg-cookie__text {
    flex: 1 1 calc(100% - 2.25rem);
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .hg-cookie__actions {
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 0.15rem;
  }

  .hg-cookie__btn {
    padding: 0.58rem 1.15rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 991.98px) {
  .hg-cookie {
    bottom: calc(3.35rem + env(safe-area-inset-bottom, 0px));
  }
}
