/*
Theme Name: Hans Qitty Cut Elementor
Theme URI: https://www.hansqittycut.com/
Description: Visually editable Hans Qitty Cut child theme for Hello Elementor.
Author: AARK Network
Template: hello-elementor
Version: 1.0.4
Text Domain: hqc-elementor
*/

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Josefin+Slab:ital,wght@0,100;0,300;0,400;1,300&family=Lora:ital,wght@0,400;1,400&family=Quattrocento:wght@400;700&display=swap");

:root {
  --hqc-ink: #000;
  --hqc-body: #626262;
  --hqc-pale: #dde5e5;
  --hqc-blue: #37708a;
  --hqc-green: #32866f;
  --hqc-heading: "Josefin Slab", Georgia, serif;
  --hqc-body-font: "Quattrocento", Georgia, serif;
  --hqc-sans: "Josefin Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hqc-elementor-site {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--hqc-body);
  font-family: var(--hqc-body-font);
  font-size: 18px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
body.hqc-elementor-site h1,
body.hqc-elementor-site h2,
body.hqc-elementor-site h3,
body.hqc-elementor-site h4,
body.hqc-elementor-site p { margin-block-start: 0; }
body.hqc-elementor-site img { display: block; }
body.hqc-elementor-site .elementor-widget { margin: 0; }
body.hqc-elementor-site .elementor-element.e-con { --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; }

/* Global header */
.hqc-header {
  position: relative;
  z-index: 50;
  width: 100%;
  min-height: 120px;
  padding: 20px 40px !important;
  background: #fff;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
}
.hqc-brand { width: 25%; }
.hqc-brand .elementor-heading-title {
  margin: 0;
  color: #000;
  font-family: var(--hqc-heading);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hqc-brand a { color: inherit; text-decoration: none; }
.hqc-nav { width: 50%; }
.hqc-menu-shell,
.hqc-desktop-menu { width: 100%; }
.hqc-menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hqc-menu-list a {
  display: block;
  padding: 10px 20px;
  color: #000;
  font-family: var(--hqc-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.hqc-menu-list a:hover,
.hqc-menu-list .current-menu-item > a { color: #000; text-decoration: underline; text-underline-offset: 6px; }
.hqc-mobile-menu { display: none; }
.hqc-header-spacer { width: 25%; }

/* Shared page primitives */
.hqc-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; }
.hqc-page-hero {
  min-height: 262.5px;
  height: 262.5px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}
.hqc-page-hero.hqc-about-hero { min-height: 306px; height: 306px; }
.hqc-page-hero .elementor-heading-title {
  margin: 15px 0;
  color: #fff;
  font-family: var(--hqc-heading);
  font-size: 90px;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* Home */
.hqc-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 462.5px;
  height: 462.5px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}
.hqc-home-hero::before,
.hqc-kitten-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0,0,0,.4);
}
.hqc-home-hero > .elementor-element { position: relative; z-index: 1; }
.hqc-home-hero-content { width: min(1286px, calc(100% - 80px)); transform: translateY(-11px); align-items: center !important; }
.hqc-home-title .elementor-heading-title {
  margin: 15px 0;
  color: #fff;
  font-family: var(--hqc-heading);
  font-size: 90px;
  font-weight: 100;
  line-height: 1.25;
  letter-spacing: -1px;
}
.hqc-home-subtitle,
.hqc-home-subtitle p {
  margin: 15px auto;
  color: #fff;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .075em;
  text-align: center;
}
.hqc-home-button .elementor-button {
  min-height: 41px;
  margin-top: 10px;
  padding: 15px 32px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: var(--hqc-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.hqc-gallery-prompt,
.hqc-gallery-prompt p { margin: 25px auto 0; text-align: center; }
.hqc-gallery-prompt a {
  color: #fff;
  font-family: "Lora", Georgia, serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .15em;
  text-decoration: none;
}
.hqc-home-content { background: var(--hqc-pale); }
.hqc-home-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; padding: 60px 0 80px !important; align-items: stretch !important; }
.hqc-home-intro,
.hqc-home-intro p {
  margin: 0 0 30px;
  color: var(--hqc-body);
  font-family: var(--hqc-body-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .02em;
  text-align: center;
}
.hqc-cat-icon { width: 100px; margin: 10px auto 40px; }
.hqc-cat-icon img { width: 100px; height: auto; margin: auto; }
.hqc-gallery-title .elementor-heading-title {
  margin: 0 0 20px;
  color: #000;
  font-family: var(--hqc-heading);
  font-size: 31px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.hqc-gallery { width: 100%; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 !important; }
.hqc-gallery-item { min-width: 0; aspect-ratio: 1.326/1; padding: 5px !important; }
.hqc-gallery-item .elementor-widget-container,
.hqc-gallery-item a,
.hqc-gallery-item img { width: 100%; height: 100%; }
.hqc-gallery-item img { object-fit: cover; }
/* Match the original Weebly gallery's visual column order. */
.hqc-gallery-item:nth-child(1) { order: 1; }
.hqc-gallery-item:nth-child(2) { order: 2; }
.hqc-gallery-item:nth-child(3) { order: 3; }
.hqc-gallery-item:nth-child(4) { order: 4; }
.hqc-gallery-item:nth-child(5) { order: 6; }
.hqc-gallery-item:nth-child(6) { order: 5; }
.hqc-gallery-item:nth-child(7) { order: 7; }
.hqc-gallery-item:nth-child(8) { order: 8; }
.hqc-gallery-item:nth-child(9) { order: 9; }
.hqc-gallery-item:nth-child(10) { order: 11; }
.hqc-gallery-item:nth-child(11) { order: 12; }
.hqc-gallery-item:nth-child(12) { order: 10; }
.hqc-gallery-item:nth-child(13) { order: 13; }
.hqc-gallery-item:nth-child(14) { order: 14; }
.hqc-location {
  min-height: 929.594px;
  padding: 60px 0 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
}
.hqc-location-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; display: grid !important; grid-template-columns: 1fr 1fr; gap: 60px !important; align-items: start !important; }
.hqc-location-copy,
.hqc-location-copy p { color: #fff; font-family: var(--hqc-body-font); font-size: 16px; line-height: 1.75; }
.hqc-location-copy h2 { margin: 0 0 20px; color: #fff; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.1; }
.hqc-location-copy p { margin: 0 0 30px; }
.hqc-location-copy .hqc-hours { margin-top: 64px; }
.hqc-map { width: min(505.297px,100%); min-height: 495px; justify-self: end; }
.hqc-map .elementor-widget-container,
.hqc-map iframe { width: 100%; height: 475px; display: block; margin: 10px 0; border: 0; }

/* Services */
.hqc-services-section { background: #fff; }
.hqc-services-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; padding: 60px 0 90px !important; text-align: center; }
.hqc-services-main .elementor-heading-title { margin: 0 0 20px; color: #000; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.hqc-services-lead,
.hqc-services-lead p { margin: 0 0 24px; color: #313131; font-family: var(--hqc-body-font); font-size: 18px; }
.hqc-groom-list,
.hqc-groom-list ul { max-width: 1180px; margin: 0 auto 90px; color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; line-height: 1.75; text-align: center; }
.hqc-treatment-grid { width: 100%; display: grid !important; grid-template-columns: repeat(6,minmax(0,1fr)); row-gap: 68px !important; margin: 0 auto 105px; }
.hqc-treatment-card { grid-column: span 2; padding: 0 12px !important; text-align: center; }
.hqc-treatment-card:nth-child(4),
.hqc-treatment-card:nth-child(5) { grid-column: span 3; }
.hqc-treatment-title .elementor-heading-title { margin: 0 0 8px; color: #3d3d3d; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.hqc-treatment-price .elementor-heading-title { margin: 0 0 18px; color: #333; font-family: var(--hqc-heading); font-size: 46px; font-weight: 300; line-height: 1.1; }
.hqc-treatment-copy,
.hqc-treatment-copy p { margin: 0; color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; line-height: 1.75; }
.hqc-transport-title .elementor-heading-title { margin: 0 0 48px; color: var(--hqc-body); font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.15; }
.hqc-text-cta .elementor-button { padding: 0; border: 0; border-radius: 0; background: transparent; color: #111; font-family: var(--hqc-sans); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hqc-service-gallery { width: 100%; display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px !important; align-items: start !important; margin-top: 88px; }
.hqc-service-gallery img { width: 100%; height: auto; max-height: 440px; object-fit: contain; }
.hqc-transformation { margin-top: 75px; text-align: center; }
.hqc-transformation .elementor-heading-title,
.hqc-transformation-copy p { margin: 0 0 22px; color: #555; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.2; text-transform: uppercase; }

/* About */
.hqc-about-section { min-height: 1568px; background: #fff; }
.hqc-about-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; padding: 407.609px 0 180px !important; gap: 0 !important; text-align: center; }
.hqc-about-intro .elementor-heading-title { margin: 0 0 20px; color: #555; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.1; text-transform: uppercase; }
.hqc-about-copy,
.hqc-about-copy p,
.hqc-owner-copy,
.hqc-owner-copy p { font-family: var(--hqc-body-font); font-size: 18px; line-height: 1.75; }
.hqc-owner { margin-top: 57.109px; gap: 0 !important; align-items: center !important; }
.hqc-owner-icon { width: 81px; margin: 0 auto 83px !important; }
.hqc-owner-icon img { width: 81px; height: 81px; }
.hqc-owner-title .elementor-heading-title,
.hqc-owner-name .elementor-heading-title { margin: 0 0 22px; color: var(--hqc-blue); font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.1; }
.hqc-owner-title .elementor-heading-title { color: #24678d; font-weight: 700; }
.hqc-owner-title { margin-bottom: 8px !important; }
.hqc-owner-name .elementor-heading-title { font-size: 30px; }
.hqc-owner-name .elementor-heading-title { margin-bottom: 21.094px; }
.hqc-owner-mission { margin-top: 80.109px !important; }

/* Kitten */
.hqc-kitten-hero { position: relative; isolation: isolate; min-height: 412.5px; height: 412.5px; display: flex !important; align-items: center !important; justify-content: center !important; background-position: center 60.62% !important; background-repeat: no-repeat !important; background-size: cover !important; text-align: center; }
.hqc-kitten-hero::before { background: rgba(0,0,0,.35); }
.hqc-kitten-hero-content { position: relative; z-index: 1; width: min(1286px, calc(100% - 80px)); align-items: center !important; }
.hqc-kitten-title .elementor-heading-title { margin: 0 0 28px; color: #fff; font-family: var(--hqc-heading); font-size: 80px; font-weight: 100; line-height: 1.1; }
.hqc-kitten-hero-copy,
.hqc-kitten-hero-copy p { margin: 0 0 15px; color: #fff; font-family: "Lora", Georgia, serif; font-size: 12px; line-height: 1.5; letter-spacing: .15em; text-align: center; }
.hqc-kitten-section { min-height: 1922.422px; padding: 60px 0 0 !important; gap: 0 !important; background: #fff; }
.hqc-kitten-grid { width: min(1286px, calc(100% - 80px)); margin-inline: auto; display: grid !important; grid-template-columns: 1.0143fr 1fr .9037fr; gap: 30px !important; align-items: start !important; }
.hqc-kitten-column { min-width: 0; gap: 0 !important; align-items: stretch !important; }
.hqc-kitten-col-title .elementor-heading-title { margin: 0 0 30px; color: #32866f; font-family: var(--hqc-body-font); font-size: 18px; font-weight: 300; line-height: 31.5px; text-align: center; text-decoration: underline; }
.hqc-kitten-profile,
.hqc-kitten-profile p,
.hqc-kitten-vaccine-copy,
.hqc-kitten-vaccine-copy p { margin: 0; color: #004c7c; font-family: var(--hqc-body-font); font-size: 18px; font-weight: 300; line-height: 31.5px; }
.hqc-kitten-profile { margin-bottom: 30px !important; }
.hqc-kitten-vaccine-copy,
.hqc-kitten-vaccine-copy p { color: var(--hqc-body); text-align: center; }
.hqc-kitten-vaccine-copy { margin-bottom: 30px !important; }
.hqc-kitten-photo-pair { width: calc(100% + 30px); margin-left: -15px; display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 !important; align-items: start !important; }
.hqc-kitten-photo { min-width: 0; padding: 10px 15px 0 !important; align-self: start; }
.hqc-kitten-photo img { width: auto; max-width: 100%; height: auto; margin: 0 auto; }
.hqc-pair-left-one { height: 205px; }
.hqc-pair-left-two { height: 229px; }
.hqc-pair-centre-one,
.hqc-pair-centre-two,
.hqc-pair-centre-three { height: 294.094px; }
.hqc-pair-right-one { height: 267.141px; }
.hqc-pair-right-two { height: 242px; }
.hqc-pair-right-three { height: 292.781px; }
.hqc-science-logo { width: 100%; height: 167px; padding-top: 10px !important; }
.hqc-science-logo img { width: 133px; height: 133px; margin: 0 auto; }
.hqc-viewing { width: min(1286px, calc(100% - 80px)); margin: 0 auto; align-self: center; color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; font-weight: 300; line-height: 31.5px; text-align: center; }
.hqc-viewing p { margin: 0 0 30px; }
.hqc-viewing a { color: #222; font-weight: 700; }

/* Booking */
.hqc-booking-hero { min-height: 244.5px; height: 244.5px; display: block !important; background-position: left top !important; background-repeat: no-repeat !important; background-size: cover !important; text-align: center; }
.hqc-booking-address,
.hqc-booking-address p { margin: 0; padding-top: 60px; color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; line-height: 31.5px; text-align: center; }
.hqc-booking-content { background: #fff; }
.hqc-booking-inner { width: min(1286px, calc(100% - 80px)); margin-inline: auto; padding: 70px 0 75px !important; align-items: stretch !important; }
.hqc-vuum-logo { width: 474px; margin: 0 auto 34px; align-self: center; }
.hqc-vuum-logo { margin-bottom: 14px !important; }
.hqc-vuum-logo img { width: 474px; height: auto; margin: auto; }
.hqc-booking-map .elementor-widget-container,
.hqc-booking-map iframe { width: 100%; height: 250px; display: block; border: 0; }
.hqc-booking-map { margin-bottom: -6px !important; }
.hqc-pricing,
.hqc-pricing p { margin: 0 0 4px; color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; line-height: 1.75; text-align: center; }
.hqc-pricing { padding: 16px 0 28px; }
.hqc-appointment { padding: 30px 0 28px !important; align-items: center !important; text-align: center; }
.hqc-booking-science { width: 100px; margin: 0 auto 34px; }
.hqc-booking-science img { width: 100px; margin: auto; }
.hqc-appointment-title .elementor-heading-title { margin: 0 0 30px; color: #c783ae; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.2; }
.hqc-appointment-copy,
.hqc-appointment-copy p { color: #b55f9e; font-family: var(--hqc-body-font); font-size: 15px; text-align: center; }
.hqc-booking-treatments { width: 100%; display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 95px !important; align-items: start !important; margin-top: 12px; text-align: center; }
.hqc-booking-treatment { align-items: center !important; }
.hqc-booking-treatment .elementor-widget-image img { width: 296px; height: auto; margin: auto; object-fit: contain; }
.hqc-booking-treatment:first-child .elementor-widget-image img { width: 233px; }
.hqc-booking-treatment .elementor-heading-title { margin: 18px 0 0; color: #555; font-family: var(--hqc-heading); font-size: 31px; font-weight: 300; line-height: 1.15; }
.hqc-scheduler { margin-top: 72px; }
.hqc-scheduler .elementor-widget-container,
.hqc-scheduler iframe { width: 100%; min-height: 1200px; display: block; border: 0; }

/* Global footer */
.hqc-footer { height: 301.094px; min-height: 301.094px; padding: 60px 40px 42px !important; border-top: 0; background: #fff; gap: 0 !important; align-items: center !important; text-align: center; overflow: hidden; }
.hqc-footer-nav { width: 100%; }
.hqc-footer-nav .hqc-footer-reference-list { width: min(918.57px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: center; }
.hqc-footer-nav .hqc-footer-reference-list a,
.hqc-footer-nav .hqc-footer-reference-list span { padding: 0; color: #000; font-family: var(--hqc-body-font); font-size: 13px; font-weight: 300; line-height: 31.5px; text-decoration: underline; text-transform: uppercase; }
.hqc-footer-nav .hqc-footer-reference-list li:nth-child(4) a,
.hqc-footer-nav .hqc-footer-reference-list li:nth-child(5) span { font-weight: 700; }
.hqc-footer-nav .hqc-footer-reference-list li:nth-child(5) span { text-decoration: none; }
.hqc-footer-owner { margin-top: 29px !important; }
.hqc-footer-owner .elementor-heading-title { margin: 0 0 20px; color: #000; font-family: var(--hqc-heading); font-size: 13px; font-weight: 300; line-height: 38.094px; letter-spacing: 0; }
.hqc-footer-copy,
.hqc-footer-copy p { margin: 0 0 30px; color: #000; font-family: var(--hqc-body-font); font-size: 18px; font-weight: 300; line-height: 31.5px; text-align: center; }
.hqc-page-kitten #colophon { display: none; }

/* Legal pages and optional reusable cards */
.hqc-legal { min-height: 60vh; padding: 100px 0 !important; background: #fff; }
.hqc-legal-inner { width: min(850px, calc(100% - 80px)); margin-inline: auto; align-items: flex-start !important; }
.hqc-legal-eyebrow .elementor-heading-title { margin: 0 0 15px; color: #166f86; font-family: var(--hqc-sans); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hqc-legal-title .elementor-heading-title { margin: 0 0 30px; color: #171c1e; font-family: var(--hqc-heading); font-size: 56px; font-weight: 300; line-height: 1.1; }
.hqc-legal-copy,
.hqc-legal-copy p { color: var(--hqc-body); font-family: var(--hqc-body-font); font-size: 18px; line-height: 1.75; }
.hqc-legal-button .elementor-button,
.hqc-booking-cta .elementor-button { border-radius: 0; background: #171c1e; color: #fff; font-family: var(--hqc-sans); font-size: 12px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hqc-booking-cta,
.hqc-product-card { padding: 40px !important; border: 1px solid #dedfdb; background: #fff; text-align: center; }

@media (max-width: 1024px) {
  .hqc-header { min-height: 50px; height: 50px; justify-content: center !important; padding: 5px 20px !important; }
  .hqc-brand { width: 100%; text-align: center; }
  .hqc-brand .elementor-heading-title { font-size: 17.6px; line-height: 1.4; }
  .hqc-nav { position: absolute; left: 20px; width: 30px; }
  .hqc-desktop-menu { display: none; }
  .hqc-mobile-menu { display: block; }
  .hqc-mobile-menu summary { width: 30px; height: 40px; display: grid; place-content: center; gap: 5px; cursor: pointer; list-style: none; }
  .hqc-mobile-menu summary::-webkit-details-marker { display: none; }
  .hqc-mobile-menu summary span { width: 22px; height: 2px; display: block; background: #777; }
  .hqc-mobile-menu[open] summary span:first-child { transform: translateY(7px) rotate(45deg); }
  .hqc-mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
  .hqc-mobile-menu[open] summary span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hqc-mobile-menu-panel { position: fixed; z-index: 100; top: 50px; left: 0; right: 0; width: 100vw; min-height: calc(100vh - 50px); padding: 42px 24px; background: #fff; }
  .hqc-mobile-menu-panel .hqc-menu-list { flex-direction: column; }
  .hqc-mobile-menu-panel .hqc-menu-list a { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 0; }
  .hqc-header-spacer { display: none; }
  .hqc-home-hero { min-height: 516.344px; height: 516.344px; }
  .hqc-home-hero-content,
  .hqc-kitten-hero-content { width: calc(100% - 40px); }
  .hqc-home-title .elementor-heading-title,
  .hqc-page-hero .elementor-heading-title { font-size: 9vmin; line-height: 1.15; }
  .hqc-home-subtitle,
  .hqc-home-subtitle p { font-size: 12px; letter-spacing: .15em; }
  .hqc-home-inner,
  .hqc-services-inner { width: calc(100% - 40px); padding: 30px 0 60px !important; }
  .hqc-home-intro,
  .hqc-home-intro p { font-size: 18px; line-height: 1.5; }
  .hqc-gallery-title .elementor-heading-title { font-size: 28px; }
  .hqc-location { min-height: 0; padding: 30px 0 !important; }
  .hqc-location-inner { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 45px !important; }
  .hqc-map { width: 100%; min-height: 360px; }
  .hqc-map .elementor-widget-container,
  .hqc-map iframe { height: 360px; }
  .hqc-page-hero,
  .hqc-page-hero.hqc-about-hero { min-height: 190.344px; height: 190.344px; }
  .hqc-treatment-grid,
  .hqc-service-gallery,
  .hqc-booking-treatments,
  .hqc-kitten-grid { grid-template-columns: 1fr; }
  .hqc-treatment-card,
  .hqc-treatment-card:nth-child(4),
  .hqc-treatment-card:nth-child(5) { grid-column: auto; }
  .hqc-about-section { min-height: 0; }
  .hqc-about-inner { width: calc(100% - 40px); padding: 200px 0 140px !important; }
  .hqc-kitten-hero { min-height: 470px; height: auto; }
  .hqc-kitten-title .elementor-heading-title { font-size: 48px; }
  .hqc-kitten-section { min-height: 0; padding: 55px 0 80px !important; }
  .hqc-kitten-grid { width: calc(100% - 40px); gap: 80px !important; }
  .hqc-kitten-photo-pair { width: 100%; height: auto !important; min-height: 240px; margin-left: 0; }
  .hqc-viewing { width: calc(100% - 40px); }
  .hqc-booking-treatments { gap: 55px !important; }
}

@media (max-width: 767px) {
  .hqc-home-title .elementor-heading-title { font-size: 35.1px; }
  .hqc-home-subtitle,
  .hqc-home-subtitle p { max-width: 330px; font-size: 24px; line-height: 1.5; letter-spacing: .075em; }
  .hqc-cat-icon { width: 81px; margin: 40px auto 62px; }
  .hqc-cat-icon img { width: 81px; }
  .hqc-gallery-item { aspect-ratio: 1.307/1; }
  .hqc-location-copy h2,
  .hqc-services-main .elementor-heading-title,
  .hqc-treatment-title .elementor-heading-title,
  .hqc-transport-title .elementor-heading-title,
  .hqc-transformation .elementor-heading-title,
  .hqc-transformation-copy p,
  .hqc-about-intro .elementor-heading-title,
  .hqc-owner-title .elementor-heading-title,
  .hqc-owner-name .elementor-heading-title,
  .hqc-appointment-title .elementor-heading-title,
  .hqc-booking-treatment .elementor-heading-title { font-size: 28px; line-height: 1.15; }
  .hqc-groom-list,
  .hqc-groom-list ul,
  .hqc-services-lead,
  .hqc-services-lead p,
  .hqc-treatment-copy,
  .hqc-treatment-copy p,
  .hqc-about-copy,
  .hqc-about-copy p,
  .hqc-owner-copy,
  .hqc-owner-copy p,
  .hqc-pricing,
  .hqc-pricing p { font-size: 16px; line-height: 1.5; }
  .hqc-treatment-price .elementor-heading-title { font-size: 42px; }
  .hqc-about-inner { padding-top: 190px !important; }
  .hqc-owner { margin-top: 100px; }
  .hqc-owner-mission { margin-top: 72px; }
  .hqc-booking-hero { min-height: 200px; height: 200px; }
  .hqc-booking-address,
  .hqc-booking-address p { font-size: 14px; }
  .hqc-booking-inner { width: calc(100% - 40px); padding-top: 40px !important; }
  .hqc-vuum-logo { width: min(320px,90%); }
  .hqc-vuum-logo img { width: 100%; }
  .hqc-booking-map .elementor-widget-container,
  .hqc-booking-map iframe { height: 260px; }
  .hqc-appointment-copy,
  .hqc-appointment-copy p { font-size: 14px; }
  .hqc-scheduler { margin-left: -20px; margin-right: -20px; }
  .hqc-scheduler .elementor-widget-container,
  .hqc-scheduler iframe { min-height: 1350px; }
  .hqc-footer { min-height: 0; padding: 45px 20px 36px !important; }
  .hqc-footer-nav .hqc-menu-list { flex-direction: column; gap: 16px; }
  .hqc-footer-owner .elementor-heading-title { margin-top: 45px; font-size: 24px; }
}

/* Elementor's default global heading palette must never override the reference design. */
body.hqc-elementor-site .hqc-brand .elementor-heading-title { color: #000 !important; font-family: var(--hqc-heading) !important; font-size: 15px !important; font-weight: 500 !important; }
body.hqc-elementor-site .hqc-home-title .elementor-heading-title { color: #fff !important; font-family: var(--hqc-heading) !important; font-size: 90px !important; font-weight: 100 !important; }
body.hqc-elementor-site .hqc-page-hero .elementor-heading-title { color: #fff !important; font-family: var(--hqc-heading) !important; font-size: 90px !important; font-weight: 100 !important; }
body.hqc-elementor-site .hqc-gallery-title .elementor-heading-title,
body.hqc-elementor-site .hqc-services-main .elementor-heading-title,
body.hqc-elementor-site .hqc-treatment-title .elementor-heading-title,
body.hqc-elementor-site .hqc-transport-title .elementor-heading-title,
body.hqc-elementor-site .hqc-about-intro .elementor-heading-title,
body.hqc-elementor-site .hqc-owner-title .elementor-heading-title,
body.hqc-elementor-site .hqc-owner-name .elementor-heading-title,
body.hqc-elementor-site .hqc-appointment-title .elementor-heading-title,
body.hqc-elementor-site .hqc-booking-treatment .elementor-heading-title { font-family: var(--hqc-heading) !important; font-weight: 300 !important; }
body.hqc-elementor-site .hqc-gallery-title .elementor-heading-title,
body.hqc-elementor-site .hqc-services-main .elementor-heading-title { color: #000 !important; }
body.hqc-elementor-site .hqc-treatment-title .elementor-heading-title { color: #3d3d3d !important; }
body.hqc-elementor-site .hqc-owner-title .elementor-heading-title,
body.hqc-elementor-site .hqc-owner-name .elementor-heading-title { color: var(--hqc-blue) !important; }
body.hqc-elementor-site .hqc-owner-title .elementor-heading-title { color: #24678d !important; font-weight: 700 !important; }

@media (max-width: 1024px) {
  body.hqc-elementor-site .hqc-brand .elementor-heading-title { font-size: 17.6px !important; }
  body.hqc-elementor-site .hqc-home-title .elementor-heading-title,
  body.hqc-elementor-site .hqc-page-hero .elementor-heading-title { font-size: 9vmin !important; }
}

@media (max-width: 767px) {
  body.hqc-elementor-site .hqc-home-title .elementor-heading-title { font-size: 35.1px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
