/*
Theme Name:  Healing Heart Space
Theme URI:   https://healingheart.space
Description: A child theme of Inspiro Lite, customised for Healing Heart Space — a holistic health practice offering sessions, products and community events inspired by traditional Chinese medicine.
Author:      Dhavindha / Healing Heart Space
Author URI:  https://healingheart.space
Template:    inspiro
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: healingheart
Tags:        holistic, wellness, health, one-page, custom-colors, custom-logo
*/

/* ============================================================
   HEALING HEART SPACE — CHILD THEME OVERRIDES
   Built on top of Inspiro Lite (parent theme)
   ============================================================ */

/* ── CUSTOM PROPERTIES ── */
:root {
  --hh-gold:        #c8a96e;
  --hh-gold-light:  #e8d5aa;
  --hh-gold-dark:   #a07840;
  --hh-deep:        #0f1f3d;
  --hh-text:        #3a3a3a;
  --hh-muted:       #6b6b6b;
  --hh-cream:       #faf8f4;
  --hh-white:       #ffffff;
  --hh-border:      #e8e2d8;
  --hh-green:       #5a7a5a;
}

/* ── GOOGLE FONTS: loaded via functions.php ── */

body {
  font-family: 'Lato', sans-serif;
  color: var(--hh-text);
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.entry-title {
  font-family: 'Playfair Display', serif;
  color: var(--hh-deep);
}

/* ── TOP BAR ── */
.hh-topbar {
  background: var(--hh-deep);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 8px 0;
  text-align: center;
}
.hh-topbar a {
  color: var(--hh-gold-light);
  text-decoration: none;
  margin: 0 12px;
  transition: color 0.2s;
}
.hh-topbar a:hover { color: var(--hh-gold); }

/* ── SITE HEADER ── */
#masthead,
.site-header {
  background: var(--hh-white) !important;
  border-bottom: 1px solid var(--hh-border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.site-branding .site-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--hh-deep);
}
.site-branding .site-description {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hh-muted);
}

/* ── PRIMARY NAVIGATION — force horizontal layout ── */
.main-navigation ul,
.main-navigation ul.menu,
#primary-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li,
#primary-menu li {
  display: inline-flex !important;
  align-items: center;
  position: relative;
}
.main-navigation ul ul {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--hh-white);
  border: 1px solid var(--hh-border);
  min-width: 200px;
  flex-direction: column !important;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.main-navigation ul li:hover > ul {
  display: flex !important;
}
.main-navigation ul ul li { width: 100%; }
.menu-toggle { display: none; }
@media (max-width: 900px) {
  .main-navigation ul { display: none !important; }
  .main-navigation.toggled ul {
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    top: 80px; left: 0; right: 0;
    background: var(--hh-white);
    border-top: 1px solid var(--hh-border);
    padding: 16px 0;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }
  .menu-toggle {
    display: block;
    background: none;
    border: 1px solid var(--hh-border);
    padding: 8px 14px;
    cursor: pointer;
    font-size: 18px;
  }
}

/* ── PRIMARY NAVIGATION ── */
.main-navigation a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--hh-text);
  transition: color 0.2s;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--hh-gold);
}

/* Book Now CTA in nav */
.main-navigation .menu-item-book-now > a {
  background: var(--hh-gold);
  color: var(--hh-white) !important;
  padding: 8px 20px;
  border-radius: 2px;
}
.main-navigation .menu-item-book-now > a:hover {
  background: var(--hh-gold-dark);
}

/* ── BUTTONS (global) ── */
.wp-block-button__link,
.button,
button[type="submit"],
input[type="submit"] {
  background: var(--hh-gold);
  color: var(--hh-white);
  border: 2px solid var(--hh-gold);
  padding: 14px 34px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  transition: all 0.2s;
  cursor: pointer;
}
.wp-block-button__link:hover,
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: transparent;
  color: var(--hh-gold);
}

/* Outline variant */
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--hh-gold);
  border-color: var(--hh-gold);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--hh-gold);
  color: var(--hh-white);
}

/* ── LINKS ── */
a { color: var(--hh-gold); }
a:hover { color: var(--hh-gold-dark); }

/* ── SECTION UTILITY CLASSES ── */
.hh-section-label {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hh-section-label::before {
  content: '';
  display: none;
  width: 28px;
  height: 1px;
  background: var(--hh-gold);
}

.hh-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: var(--hh-deep);
  line-height: 1.2;
  margin-bottom: 18px;
}

.hh-section-sub {
  font-size: 17px;
  color: var(--hh-muted);
  font-weight: 300;
  max-width: 560px;
  line-height: 1.8;
}

/* ── HERO SECTION ── */
.hh-hero {
  position: relative;
  height: 88vh;
  min-height: 560px;
  background: var(--hh-deep);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hh-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hh-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,31,61,0.75) 0%, rgba(15,31,61,0.55) 60%, rgba(15,31,61,0.3) 100%);
}
.hh-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  color: var(--hh-white);
}
.hh-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hh-hero__eyebrow::before {
  content: '';
  display: none;
  width: 36px;
  height: 1px;
  background: var(--hh-gold);
}
.hh-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 680px;
  color: var(--hh-white);
}
.hh-hero h1 em {
  font-style: italic;
  color: var(--hh-gold-light);
}
.hh-hero__sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  max-width: 480px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.hh-hero__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hh-btn-primary {
  background: var(--hh-gold);
  color: var(--hh-white);
  padding: 15px 36px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid var(--hh-gold);
  transition: all 0.2s;
  display: inline-block;
}
.hh-btn-primary:hover {
  background: transparent;
  color: var(--hh-gold);
}
.hh-btn-outline {
  border: 2px solid rgba(255,255,255,0.6);
  color: var(--hh-white);
  padding: 15px 36px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s;
  display: inline-block;
}
.hh-btn-outline:hover {
  border-color: var(--hh-gold);
  color: var(--hh-gold);
}

/* Scroll indicator */
.hh-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 2;
}
.hh-hero__scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.3);
  position: relative;
  overflow: hidden;
}
.hh-hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hh-gold);
  animation: hh-scroll-down 1.6s ease-in-out infinite;
}
@keyframes hh-scroll-down {
  0%   { top: -100%; }
  100% { top: 100%; }
}

/* ── MISSION STRIP ── */
.hh-mission {
  background: var(--hh-deep);
  padding: 60px 24px;
  text-align: center;
}
.hh-mission p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 32px);
  color: var(--hh-white);
  font-weight: 400;
  font-style: italic;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.hh-mission em {
  color: var(--hh-gold);
  font-style: normal;
}

/* ── SERVICES SECTION ── */
.hh-services {
  background: var(--hh-cream);
  padding: 100px 24px;
}
.hh-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
  margin-top: 60px;
}
.hh-service-card {
  background: var(--hh-white);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.hh-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 0;
  background: var(--hh-gold);
  transition: height 0.3s;
}
.hh-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.hh-service-card:hover::before { height: 100%; }
.hh-service-card__duration {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hh-gold);
  margin-bottom: 16px;
}
.hh-service-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--hh-deep);
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.hh-service-card__desc {
  font-size: 15px;
  color: var(--hh-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}
.hh-service-card__price {
  font-size: 26px;
  font-weight: 700;
  color: var(--hh-deep);
  font-family: 'Playfair Display', serif;
  margin-bottom: 24px;
}
.hh-service-card__price span {
  font-size: 14px;
  color: var(--hh-muted);
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.hh-service-card__free {
  color: var(--hh-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hh-btn-book {
  display: inline-block;
  border: 1px solid var(--hh-border);
  color: var(--hh-deep);
  padding: 10px 24px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s;
}
.hh-btn-book:hover {
  background: var(--hh-gold);
  border-color: var(--hh-gold);
  color: var(--hh-white);
}

/* ── ABOUT SECTION ── */
.hh-about {
  background: var(--hh-white);
  padding: 100px 24px;
}
.hh-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hh-about__images {
  position: relative;
  height: 520px;
}
.hh-about__img-main {
  position: absolute;
  top: 0; left: 0;
  width: 72%; height: 80%;
  object-fit: cover;
  border: 6px solid var(--hh-white);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.hh-about__img-accent {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%; height: 55%;
  object-fit: cover;
  border: 6px solid var(--hh-white);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.hh-about__gold-block {
  position: absolute;
  bottom: 60px; left: -20px;
  width: 120px; height: 120px;
  background: var(--hh-gold);
  opacity: 0.15;
}
.hh-about__quote {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-style: italic;
  color: var(--hh-deep);
  border-left: 3px solid var(--hh-gold);
  padding-left: 24px;
  margin: 32px 0;
  line-height: 1.6;
}
.hh-about__text {
  font-size: 16px;
  color: var(--hh-muted);
  line-height: 1.9;
  margin-bottom: 16px;
}

/* ── ELIXIR / SHOP SECTION ── */
.hh-elixir {
  background: var(--hh-deep);
  color: var(--hh-white);
  padding: 100px 24px;
}
.hh-elixir__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.hh-elixir .hh-section-title { color: var(--hh-white); }
.hh-elixir .hh-section-label { color: var(--hh-gold); }
.hh-elixir__intro {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.9;
  margin-bottom: 24px;
}
.hh-elixir__price-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 32px;
}
.hh-elixir__price {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: var(--hh-gold);
  font-weight: 700;
  line-height: 1;
}
.hh-elixir__price-note {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
.hh-elixir__ingredients h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--hh-white);
  margin-bottom: 20px;
  margin-top: 40px;
}
.hh-ingredient-list { list-style: none; padding: 0; margin: 0; }
.hh-ingredient-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.hh-ingredient-list li::before {
  content: '◆';
  color: var(--hh-gold);
  font-size: 10px;
  margin-top: 4px;
  flex-shrink: 0;
}
.hh-ingredient-name {
  color: var(--hh-white);
  font-weight: 700;
}
.hh-elixir__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hh-elixir__img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.1);
}

/* ── ECSTATIC DANCE SECTION ── */
.hh-dance {
  background: var(--hh-cream);
  padding: 100px 24px;
}
.hh-dance__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hh-dance__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.hh-dance__text {
  font-size: 16px;
  color: var(--hh-muted);
  line-height: 1.9;
  margin-bottom: 16px;
}

/* ── SOCIAL STRIP ── */
.hh-social {
  background: var(--hh-white);
  padding: 80px 24px;
  text-align: center;
  border-top: 1px solid var(--hh-border);
  border-bottom: 1px solid var(--hh-border);
}
.hh-social__icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.hh-social__link {
  width: 52px; height: 52px;
  border: 1px solid var(--hh-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  color: var(--hh-text);
  transition: all 0.2s;
}
.hh-social__link:hover {
  background: var(--hh-gold);
  border-color: var(--hh-gold);
  color: var(--hh-white);
}

/* ── CONTACT SECTION ── */
.hh-contact {
  background: var(--hh-cream);
  padding: 100px 24px;
}
.hh-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.hh-contact__detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.hh-contact__icon {
  width: 40px; height: 40px;
  background: var(--hh-white);
  border: 1px solid var(--hh-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.hh-contact__detail-text { font-size: 15px; }
.hh-contact__detail-text strong {
  display: block;
  color: var(--hh-deep);
  margin-bottom: 2px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hh-contact__detail-text a {
  color: var(--hh-muted);
  text-decoration: none;
}
.hh-contact__detail-text a:hover { color: var(--hh-gold); }

/* ── WPCF7 CONTACT FORM OVERRIDES ── */
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  border: 1px solid var(--hh-border);
  padding: 14px 16px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--hh-text);
  background: var(--hh-white);
  transition: border-color 0.2s;
  outline: none;
  border-radius: 0;
  margin-bottom: 16px;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-textarea:focus {
  border-color: var(--hh-gold);
  box-shadow: none;
}
.wpcf7-form .wpcf7-submit {
  background: var(--hh-gold);
  color: var(--hh-white);
  border: 2px solid var(--hh-gold);
  padding: 14px 40px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0;
  width: 100%;
}
.wpcf7-form .wpcf7-submit:hover {
  background: transparent;
  color: var(--hh-gold);
}
.wpcf7-form label {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hh-muted);
  display: block;
  margin-bottom: 6px;
}

/* ── FOOTER ── */
.site-footer,
#colophon {
  background: var(--hh-deep) !important;
  color: rgba(255,255,255,0.6);
  padding: 80px 24px 40px;
}
.site-footer a,
#colophon a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer a:hover,
#colophon a:hover { color: var(--hh-gold); }
.site-footer .site-info,
#colophon .site-info {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 32px;
  margin-top: 60px;
}

.hh-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hh-footer__brand p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
  color: rgba(255,255,255,0.6);
}
.hh-footer__col h4 {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hh-white);
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}
.hh-footer__col ul { list-style: none; padding: 0; margin: 0; }
.hh-footer__col ul li { margin-bottom: 10px; }
.hh-footer__col ul li a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.hh-footer__col ul li a:hover { color: var(--hh-gold); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hh-about__grid,
  .hh-elixir__grid,
  .hh-dance__grid,
  .hh-contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hh-about__images { height: 380px; }
  .hh-footer__grid { grid-template-columns: 1fr 1fr; }
  .hh-elixir__images { display: none; }
}
@media (max-width: 600px) {
  .hh-services__grid { gap: 1px; }
  .hh-hero h1 { font-size: 38px; }
  .hh-hero__buttons { flex-direction: column; }
  .hh-footer__grid { grid-template-columns: 1fr; }
}

/* ── NAV ITEM SPACING FIX ── */
.main-navigation ul li a,
#primary-menu li a {
  padding: 8px 16px !important;
}
.main-navigation ul li,
#primary-menu > li {
  margin: 0 2px;
}

/* ============================================================
   HEADER — BRAND NAME + OPTIMISED MOBILE NAV
   ============================================================ */

/* Inner layout */
.hh-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
}

/* Logo + site name group */
.hh-header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.hh-header-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hh-header-logo-link img,
.hh-header-logo-link .custom-logo {
  height: 52px !important;
  width: auto !important;
  max-width: none !important;
}
.hh-header-logo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c8a96e, #a07840);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.hh-header-site-name {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.hh-header-site-name__main {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--hh-deep);
  white-space: nowrap;
}
.hh-header-site-name__tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hh-muted);
  white-space: nowrap;
}

/* ── HAMBURGER BUTTON ── */
.hh-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--hh-border);
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
  z-index: 200;
}
.hh-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--hh-deep);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
  transform-origin: center;
}
.hh-mobile-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hh-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
.hh-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILE DRAWER ── */
.hh-mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hh-white);
  z-index: 150;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  border-top: 2px solid var(--hh-gold);
}
.hh-mobile-menu.is-open {
  transform: translateX(0);
}
.hh-mobile-menu__inner {
  padding: 32px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Mobile menu items */
.hh-mobile-menu #mobile-menu,
.hh-mobile-menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.hh-mobile-menu ul li {
  border-bottom: 1px solid var(--hh-border);
}
.hh-mobile-menu ul li a {
  display: block;
  padding: 18px 0;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--hh-deep);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.hh-mobile-menu ul li a:hover {
  color: var(--hh-gold);
  padding-left: 8px;
}
.hh-mobile-menu .menu-item-book-now > a {
  color: var(--hh-gold) !important;
}
/* Contact details in drawer */
.hh-mobile-menu__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  padding-top: 8px;
}
.hh-mobile-menu__contact a {
  font-size: 14px;
  color: var(--hh-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hh-mobile-menu__contact a:hover { color: var(--hh-gold); }
/* Social icons in drawer */
.hh-mobile-menu__social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.hh-mobile-menu__social a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--hh-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
}
.hh-mobile-menu__social a:hover {
  background: var(--hh-gold);
  border-color: var(--hh-gold);
}

/* ── RESPONSIVE BREAKPOINTS ── */
@media (max-width: 1024px) {
  .main-navigation { display: none !important; }
  .hh-mobile-toggle { display: flex !important; }
  .hh-header-site-name__tag { display: none; }
}
@media (max-width: 480px) {
  .hh-header-site-name__main { font-size: 15px; }
  .hh-header-logo-link img,
  .hh-header-logo-link .custom-logo { height: 42px !important; }
}

/* ============================================================
   FRONT PAGE SOCIAL LINKS SECTION
   ============================================================ */

.hh-social-full {
  background: var(--hh-cream);
  padding: 80px 24px;
  border-top: 1px solid var(--hh-border);
}
.hh-social-full__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.hh-social-full__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.hh-social-card {
  background: var(--hh-white);
  border: 1px solid var(--hh-border);
  padding: 32px 24px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.hh-social-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--hh-gold);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.hh-social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  border-color: var(--hh-gold);
}
.hh-social-card:hover::before { transform: scaleX(1); }
.hh-social-card__icon { font-size: 32px; line-height: 1; }
.hh-social-card__platform {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hh-gold);
  font-weight: 700;
}
.hh-social-card__handle {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--hh-deep);
  font-weight: 600;
}
.hh-social-card__desc {
  font-size: 13px;
  color: var(--hh-muted);
  line-height: 1.6;
}
