﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Cormorant+Garamond:ital,wght@0,500;1,500;1,600&family=Poppins:wght@400;500;600&display=swap');

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GLOBAL STYLES â€” loaded on every page
   Footer, cookie notice, nav overrides, site-wide resets
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  --hhg-bg:         #f7f4ef;
  --hhg-white:      #ffffff;
  --hhg-text:       #2b2b2b;
  --hhg-muted:      #6d6d6d;
  --hhg-olive:      #80896f;
  --hhg-olive-dark: #6e7660;
  --hhg-sage:       #adb4a6;
  --hhg-tan:        #cbad8d;
  --hhg-clay:       #bb836b;
  --hhg-neutral:    #e2ddcd;
  --hhg-border:     #e9e2d7;
  --hhg-footer-bg:  #1f2219;
  --hhg-footer-mid: #282e20;
  --hhg-serif:      'Playfair Display', serif;
  --hhg-body:       'Poppins', sans-serif;
  --hhg-accent:     'Dreaming Out Loud', 'Cormorant Garamond', cursive;
}

/* â”€â”€â”€ Base resets â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--hhg-body);
  background: var(--hhg-bg);
  color: var(--hhg-text);
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: var(--hhg-serif);
  color: var(--hhg-olive);
}

h3, h4, h5, h6,
.hhg-subheading {
  font-family: var(--hhg-body);
  font-weight: 600;
  color: var(--hhg-olive);
}

.hhg-accent-script {
  font-family: var(--hhg-accent);
  color: var(--hhg-tan);
}

img { max-width: 100%; height: auto; }

/* â”€â”€â”€ GeneratePress overrides â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Remove default GeneratePress page padding that conflicts with our sections */
.generate-columns-container,
.inside-article,
.entry-content {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-main .page,
.site-main .post,
.site-main article {
  margin: 0 !important;
  padding: 0 !important;
}

.site.grid-container.container,
.site.grid-container,
#page,
.site-content,
.content-area,
.site-main {
  width: 100%;
  max-width: none !important;
}

.site.grid-container.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-content .content-area,
.content-area {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

.no-sidebar .site-content,
.one-container .site-content,
.separate-containers .site-content {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.inside-page-header,
.one-container .container {
  width: 100%;
  max-width: none !important;
}

/* Hide default GeneratePress footer content â€” we replace it entirely */
.site-footer .inside-footer {
  display: none;
}

/* â”€â”€â”€ "Book Now" nav CTA button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.main-navigation .hhg-nav-cta > a,
.main-nav ul .hhg-nav-cta > a,
#site-navigation .hhg-nav-cta > a {
  display: inline-flex !important;
  align-items: center;
  padding: 12px 24px !important;
  margin-left: 8px;
  border-radius: 999px !important;
  background: var(--hhg-olive) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  border: 1.5px solid var(--hhg-olive) !important;
  box-shadow: 0 10px 24px rgba(86, 84, 65, 0.18);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease !important;
  text-decoration: none !important;
}

.main-navigation .hhg-nav-cta > a:hover,
.main-nav ul .hhg-nav-cta > a:hover,
#site-navigation .hhg-nav-cta > a:hover {
  background: var(--hhg-olive-dark) !important;
  border-color: var(--hhg-olive-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.site-header {
  background: rgba(247, 244, 239, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(226, 221, 205, 0.75);
}

.inside-header {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.main-title a,
.main-title a:hover {
  font-family: var(--hhg-serif);
  font-size: 2rem;
  line-height: 0.95;
  color: var(--hhg-olive);
  letter-spacing: -0.03em;
}

.main-navigation .main-nav ul li > a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
  font-family: var(--hhg-body);
  font-weight: 500;
  color: var(--hhg-olive);
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a {
  color: var(--hhg-tan);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--hhg-tan);
}

.main-navigation ul ul {
  min-width: 260px;
  background: rgba(247, 244, 239, 0.98);
  border: 1px solid rgba(226, 221, 205, 0.95);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(118, 109, 92, 0.12);
  padding: 10px 0;
}

.main-navigation ul ul li a {
  padding: 12px 18px;
  font-size: 13px;
  line-height: 1.45;
  white-space: normal;
}

.main-navigation .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SITE FOOTER â€” 5-column layout
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.hhg-footer {
  background: var(--hhg-footer-bg);
  color: rgba(255,255,255,0.7);
  font-family: 'Poppins', sans-serif;
}

/* â”€â”€â”€ 5-column body grid â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.hhg-footer-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 40px 52px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr;
  gap: 40px;
}

/* Brand column */
.hhg-footer-logo-link {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
}
.hhg-footer-logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
}

.hhg-footer-tagline {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,0.52);
  margin: 0 0 20px;
  max-width: 220px;
}

.hhg-footer-social {
  display: flex;
  gap: 10px;
}
.hhg-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.hhg-footer-social a:hover {
  border-color: var(--hhg-tan);
  color: var(--hhg-tan);
}

/* Nav columns */
.hhg-footer-col h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hhg-tan);
  margin: 0 0 16px;
}

.hhg-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hhg-footer-nav li a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  transition: color 0.2s ease;
}
.hhg-footer-nav li a:hover { color: #fff; }

/* Subscribe column */
.hhg-footer-subscribe-text {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 16px;
  line-height: 1.65;
}

.hhg-footer-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hhg-footer-form input[type="email"] {
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.hhg-footer-form input[type="email"]::placeholder { color: rgba(255,255,255,0.38); }
.hhg-footer-form input[type="email"]:focus {
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.12);
}
.hhg-footer-form button {
  padding: 11px 20px;
  border-radius: 8px;
  border: none;
  background: var(--hhg-olive);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  transition: background 0.22s ease;
}
.hhg-footer-form button:hover { background: var(--hhg-olive-dark); }

/* â”€â”€â”€ Footer bottom bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.hhg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 18px 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.hhg-footer-copy {
  font-size: 12.5px;
  color: rgba(255,255,255,0.38);
}

.hhg-footer-legal {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hhg-footer-legal a {
  font-size: 12.5px;
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hhg-footer-legal a:hover {
  color: rgba(255,255,255,0.72);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   COOKIE NOTICE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.hhg-cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--hhg-footer-bg);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 40px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hhg-cookie-notice.hhg-cookie-visible {
  transform: translateY(0);
}

.hhg-cookie-text {
  font-size: 13.5px;
  color: rgba(255,255,255,0.68);
  line-height: 1.6;
  flex: 1;
  min-width: 200px;
}

.hhg-cookie-text a {
  color: var(--hhg-tan);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hhg-cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.hhg-cookie-accept {
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--hhg-olive);
  color: #fff;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hhg-cookie-accept:hover {
  background: var(--hhg-olive-dark);
}

.hhg-cookie-decline {
  padding: 9px 16px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.18);
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hhg-cookie-decline:hover {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.35);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   404 PAGE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.hhg-404-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: var(--hhg-bg);
}

.hhg-404-inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 80px 40px;
}

.hhg-404-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 700;
  color: var(--hhg-neutral);
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.04em;
}

.hhg-404-inner h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--hhg-text);
  margin: 0 0 16px;
  line-height: 1.25;
}

.hhg-404-inner p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--hhg-muted);
  margin: 0 0 32px;
}

.hhg-404-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.hhg-404-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.hhg-404-btn--primary {
  background: var(--hhg-olive);
  color: #fff;
  border-color: var(--hhg-olive);
}

.hhg-404-btn--primary:hover {
  background: var(--hhg-olive-dark);
  border-color: var(--hhg-olive-dark);
  color: #fff;
}

.hhg-404-btn--secondary {
  background: transparent;
  color: var(--hhg-olive);
  border-color: var(--hhg-olive);
}

.hhg-404-btn--secondary:hover {
  background: rgba(128,137,111,0.09);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE â€” GLOBAL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@media (max-width: 1024px) {
  .hhg-footer-body {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .hhg-footer-brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: start;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .hhg-footer-brand > * {
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .hhg-footer-subscribe-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
  }

  .hhg-footer-form {
    width: 100%;
  }

  .hhg-footer-form input[type="email"] {
    width: 100%;
    min-width: 0;
  }

  .hhg-footer-form button {
    width: 100%;
    justify-content: center;
  }

  .hhg-footer-body {
    grid-template-columns: 1fr 1fr;
    padding: 44px 24px 36px;
    gap: 28px;
  }

  .hhg-footer-brand {
    grid-template-columns: 1fr;
  }

  .hhg-footer-bottom {
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hhg-cookie-notice {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .hhg-cookie-actions {
    width: 100%;
  }

  .hhg-cookie-accept,
  .hhg-cookie-decline {
    flex: 1;
    text-align: center;
  }

  .hhg-404-inner {
    padding: 60px 24px;
  }

  .hhg-404-actions {
    flex-direction: column;
  }

  .hhg-404-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hhg-footer-body {
    grid-template-columns: 1fr;
  }
}

.hhg-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hhg-section {
  padding: 80px 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   UTILITY BAR â€” all pages
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.hhg-utility-bar {
  background: var(--hhg-olive);
  padding: 8px 0;
}

.hhg-utility-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hhg-utility-tagline {
  font-size: 12px;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.4;
}

.hhg-utility-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hhg-utility-contact a {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}
.hhg-utility-contact a:hover { color: #fff; }

.hhg-utility-social {
  display: flex;
  gap: 10px;
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,0.25);
}
.hhg-utility-social a {
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
}
.hhg-utility-social a:hover { color: #fff; }

@media (max-width: 640px) {
  .hhg-utility-tagline { display: none; }
  .hhg-utility-inner   { padding: 0 20px; }
}

.site.grid-container.container,
.site.grid-container,
#page,
.site-content {
  width: 100%;
  max-width: none;
}

body .site {
  background: transparent;
}

.main-navigation .main-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.main-navigation .main-nav > ul > li {
  flex: 0 0 auto;
}

.main-navigation .main-nav > ul > li > a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12.5px;
  white-space: nowrap;
}

.inside-header {
  max-width: 1460px;
  padding-left: 24px;
  padding-right: 24px;
}

.hhg-float-tools {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hhg-float-tool {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(128, 137, 111, 0.18);
  border-radius: 999px;
  background: rgba(247, 244, 239, 0.96);
  color: var(--hhg-olive);
  box-shadow: 0 14px 30px rgba(86, 84, 65, 0.14);
  text-decoration: none;
  font-family: var(--hhg-body);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hhg-float-tool:hover {
  color: var(--hhg-olive-dark);
  background: rgba(255, 251, 246, 1);
}

.hhg-float-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--hhg-olive);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.hhg-float-tool--top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.hhg-float-tool--top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .main-navigation .main-nav > ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-navigation .main-nav > ul > li > a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 768px) {
  .hhg-float-tools {
    right: 14px;
    bottom: 14px;
  }

  .hhg-float-tool-label {
    display: none;
  }

  .hhg-float-tool {
    width: 48px;
    padding: 0;
    justify-content: center;
  }
}


/* Homepage/header cleanup overrides */
#site-navigation .hhg-nav-cta,
.main-navigation .hhg-nav-cta,
.main-nav ul .hhg-nav-cta {
  display: none !important;
}

.site-header {
  background: rgba(247, 244, 239, 0.94) !important;
}

.inside-header {
  max-width: 1520px !important;
  margin: 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-branding {
  flex: 0 0 auto;
}

#site-navigation {
  flex: 1 1 auto;
  min-width: 0;
}

#site-navigation .inside-navigation {
  justify-content: flex-end;
}

.main-navigation .main-nav > ul {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.main-navigation .main-nav > ul > li > a {
  padding-left: 9px !important;
  padding-right: 9px !important;
  font-size: 12px !important;
}

body.home,
body.home #page,
body.home .site,
body.home .site-content,
body.home .content-area,
body.home .site-main,
body.home .site.grid-container.container {
  background: #f7f4ef !important;
}

body.home .site.grid-container.container,
body.home .site.grid-container,
body.home #page,
body.home .site-content,
body.home .content-area,
body.home .site-main {
  width: 100%;
  max-width: none !important;
  box-shadow: none !important;
}

body.home.one-container .site-content,
body.home.separate-containers .site-content,
body.home.separate-containers .inside-article,
body.home.one-container .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

@media (max-width: 1180px) {
  .inside-header {
    gap: 12px;
  }

  .main-navigation .main-nav > ul > li > a {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 11.5px !important;
  }
}

@media (max-width: 768px) {
  #site-navigation .hhg-nav-cta,
  .main-navigation .hhg-nav-cta {
    display: none !important;
  }
}

/* Header/dropdown layering fix */
.site-header,
#masthead {
  position: relative;
  z-index: 5000;
  isolation: isolate;
}

.inside-header,
#site-navigation,
.main-navigation,
.main-navigation .inside-navigation,
.main-navigation .main-nav,
.main-navigation .main-nav > ul,
.main-navigation .main-nav > ul > li {
  position: relative;
}

.main-navigation ul ul,
.main-navigation .sub-menu {
  position: absolute;
  z-index: 6000 !important;
}

body.home .hhg-homepage--editorial,
body.home .hhg-homepage--editorial > section,
.hhg-page,
.hhg-page-hero,
.hhg-contact-hero,
.hhg-product-hero,
.hhg-coming-soon-hero {
  position: relative;
  z-index: 1;
}
