/* CHG booking-skin — re-skins the Hostaway booking engine (listing.chghomes.com)
   to match chghomes.com (Design System v2). Source of truth: GitHub -> Cloudflare.
   Edit + push to deploy; Hostaway loads it via a one-line loader. */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&family=Playfair+Display:wght@700&family=Hanken+Grotesk:wght@400;500;600;700&family=Martian+Mono:wght@400;600&display=swap');
:root{--chg-serif:'Newsreader',Georgia,serif;--chg-sans:'Hanken Grotesk',-apple-system,'Helvetica Neue',sans-serif;--chg-navy:#1A1A2E;--chg-gold:#C9A96E;--chg-gold-deep:#A8854B;--chg-cream:#FAF7F2;}
html body{font-family:var(--chg-sans)}

  /* Hide the entire default Hostaway header */
  header {
    display: none !important;
  }

  /* ─── RESTYLE HOSTAWAY BANNER TO MATCH CHG BOOK NOW ─── */
  /* Replace background image with navy gradient + diamond pattern */
  section.sc-7cc293a3-0 {
    background: linear-gradient(135deg, #1A1A2E 0%, #2D2D4A 50%, #3A3A5C 100%) !important;
    position: relative !important;
    overflow: hidden !important;
  }
  /* Gold glow overlay */
  section.sc-7cc293a3-0::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse at 30% 50%, rgba(201,169,110,0.08) 0%, transparent 60%),
      radial-gradient(ellipse at 70% 30%, rgba(201,169,110,0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
  }
  /* Diamond pattern overlay */
  section.sc-7cc293a3-0::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image:
      linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
      linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
      linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
      linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff);
    background-size: 80px 140px;
    pointer-events: none;
    z-index: 0;
  }
  /* Ensure banner content sits above overlays */
  section.sc-7cc293a3-0 > * {
    position: relative !important;
    z-index: 1 !important;
  }
  /* Hide the background image */
  section.sc-7cc293a3-0 > img,
  section.sc-7cc293a3-0 > picture,
  section.sc-7cc293a3-0 > [class*="sc-7cc293a3"] > img {
    display: none !important;
  }
  /* Restyle the H1 title */
  h1.sc-7cc293a3-2,
  .sc-7cc293a3-2 {
    font-family: var(--chg-serif) !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-shadow: none !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
  }
  /* Restyle the subtitle */
  p.sc-7cc293a3-3,
  .sc-7cc293a3-3 {
    font-size: 18px !important;
    color: rgba(255,255,255,0.65) !important;
    font-weight: 300 !important;
    font-family: var(--chg-sans) !important;
    line-height: 1.75 !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-shadow: none !important;
  }
  /* Style the search widget wrapper */
  .sc-cc36dd4-0,
  [class*="sc-cc36dd4"] {
    max-width: 900px !important;
    margin: 0 auto !important;
  }
  /* ─── Calendar button alignment — icon left, text centered ─── */
  .sc-cc36dd4-0 > div:last-child {
    flex: 1 !important;
    text-align: center !important;
  }
  /* Eyebrow text injected via JS */
  .chg-ha-eyebrow {
    color: #C9A96E;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--chg-sans);
    text-align: center;
  }

  /* ─── HIDE DEFAULT "Our top properties" SECTION ─── */
  section.__chg-noop-keep-listings {
    display: none !important;
  }

  /* ─── HIDE HOSTAWAY NATIVE BANNER ON CUSTOM PAGES ─── */
  /* When our body HTML hero (.chg-bp-hero) exists, hide the native banner
     so there's no duplicate. JS will add this class to body. */
  body.chg-has-custom-hero section.sc-7cc293a3-0 {
    display: none !important;
  }

  /* ─── HIDE DUPLICATE HERO ON HOMEPAGE ─── */
  /* Hostaway's parser hoists .chg-bp-hero to <body> level on the homepage.
     The homepage uses the restyled native banner instead, so hide the
     orphaned hero. Properties/Why/CTA content stays visible. */
  body > .chg-bp-hero {
    display: none !important;
  }

  /* ─── HIDE OLD INJECTED BOOKING WIDGET (cleanup) ─── */
  #chg-booking-widget {
    display: none !important;
  }

  /* ─── HOSTAWAY BOOKING WIDGET STYLING (Book Now page only) ─── */
  #hostaway-booking-widget {
    border-radius: 12px !important;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
  }

  /* ─── CHG BODY PAGE HERO RESPONSIVE ─── */
  @media (max-width: 900px) {
    .chg-bp-hero { padding: 70px 24px 60px !important; }
    .chg-bp-hero h1 { font-size: 36px !important; }
    .chg-bp-hero p { font-size: 16px !important; }
  }
  @media (max-width: 600px) {
    .chg-bp-hero { padding: 60px 16px 50px !important; }
    .chg-bp-hero h1 { font-size: 30px !important; }
  }

  /* ─── BOOK NOW CUSTOM PAGE: RESPONSIVE BODY CONTENT ─── */
  /* These styles target the body page HTML classes (injected via Insert HTML) */
  @media (max-width: 900px) {
    .chg-bp-props { padding: 40px 20px 60px !important; }
    .chg-bp-props h2 { font-size: 32px !important; }
    .chg-bp-card { grid-template-columns: 1fr !important; }
    .chg-bp-card-img { min-height: 240px !important; }
    .chg-bp-why { padding: 60px 20px !important; }
    .chg-bp-why h2 { font-size: 32px !important; }
    .chg-bp-why-grid { grid-template-columns: 1fr !important; }
    .chg-bp-why-grid > div:last-child { grid-column: auto !important; }
    .chg-bp-cta { padding: 60px 20px !important; }
    .chg-bp-cta h2 { font-size: 28px !important; }
  }
  @media (max-width: 600px) {
    .chg-bp-props { padding: 32px 16px 48px !important; }
    .chg-bp-card-info { padding: 24px !important; }
    .chg-bp-why { padding: 48px 16px !important; }
    .chg-bp-cta { padding: 48px 16px !important; }
  }

  /* ─── CONFIRMATION / INQUIRY PAGES ─── */
  .chg-ha-confirm-hero {
    background: linear-gradient(135deg, #1A1A2E 0%, #2D2D4A 50%, #3A3A5C 100%);
    padding: 80px 40px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .chg-ha-confirm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.08) 0%, transparent 60%);
    pointer-events: none;
  }
  .chg-ha-confirm-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .chg-ha-confirm-icon.chg-success {
    background: rgba(45,138,86,0.15);
  }
  .chg-ha-confirm-icon.chg-info {
    background: rgba(201,169,110,0.15);
  }
  .chg-ha-confirm-icon svg {
    width: 36px;
    height: 36px;
  }
  .chg-ha-confirm-hero h1 {
    font-family: var(--chg-serif);
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    position: relative;
    z-index: 1;
  }
  .chg-ha-confirm-hero p {
    font-family: var(--chg-sans);
    font-size: 17px;
    color: rgba(255,255,255,0.6);
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 300;
  }
  .chg-ha-confirm-card {
    max-width: 680px;
    margin: -40px auto 60px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .chg-ha-confirm-card-top {
    height: 4px;
    background: linear-gradient(90deg, #C9A96E, #E8D5A8, #C9A96E);
  }
  .chg-ha-confirm-card-body {
    padding: 40px;
  }
  .chg-ha-confirm-card-body p {
    font-family: var(--chg-sans);
    font-size: 15px;
    color: #4B5563;
    line-height: 1.7;
    margin: 0 0 16px;
  }
  .chg-ha-confirm-card-body p:last-child {
    margin-bottom: 0;
  }
  .chg-ha-confirm-details {
    background: #FAF7F2;
    border-radius: 12px;
    padding: 28px;
    margin: 24px 0;
  }
  .chg-ha-confirm-details h3 {
    font-family: var(--chg-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C9A96E;
    margin: 0 0 16px;
  }
  .chg-ha-confirm-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .chg-ha-confirm-details li {
    font-family: var(--chg-sans);
    font-size: 14px;
    color: #374151;
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }
  .chg-ha-confirm-details li strong {
    color: #1A1A2E;
    font-weight: 600;
    white-space: nowrap;
  }
  .chg-ha-confirm-portal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #C9A96E;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: var(--chg-sans);
    font-weight: 600;
    font-size: 14px;
    margin-top: 8px;
    transition: background 0.2s;
  }
  .chg-ha-confirm-portal:hover {
    background: #B89A5E;
  }
  .chg-ha-confirm-footer {
    max-width: 680px;
    margin: 0 auto 60px;
    text-align: center;
  }
  .chg-ha-confirm-footer p {
    font-family: var(--chg-sans);
    font-size: 14px;
    color: #9CA3AF;
    margin: 0 0 20px;
  }
  .chg-ha-confirm-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--chg-sans);
    border: 2px solid #E8E4DE;
    color: #1A1A2E;
    transition: all 0.2s;
    margin: 0 6px;
  }
  .chg-ha-confirm-footer a:hover {
    border-color: #C9A96E;
    color: #C9A96E;
  }
  @media (max-width: 768px) {
    .chg-ha-confirm-hero {
      padding: 60px 24px 48px;
    }
    .chg-ha-confirm-hero h1 {
      font-size: 30px;
    }
    .chg-ha-confirm-card {
      margin: -32px 16px 48px;
    }
    .chg-ha-confirm-card-body {
      padding: 28px 24px;
    }
    .chg-ha-confirm-details ul {
      grid-template-columns: 1fr;
    }
    .chg-ha-confirm-footer {
      margin: 0 16px 48px;
    }
    .chg-ha-confirm-footer a {
      display: flex;
      justify-content: center;
      margin: 8px 0;
    }
  }

  /* ─── NO-RESULTS CTA (when search returns 0 listings) ─── */
  .chg-ha-no-results {
    max-width: 640px;
    margin: 48px auto 64px;
    padding: 48px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    text-align: center;
    font-family: var(--chg-sans);
  }
  .chg-ha-no-results-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: #FAF7F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chg-ha-no-results-icon svg {
    width: 28px;
    height: 28px;
    color: #C9A96E;
  }
  .chg-ha-no-results h3 {
    font-family: var(--chg-serif);
    font-size: 26px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 12px;
  }
  .chg-ha-no-results p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.7;
    margin: 0 0 28px;
  }
  .chg-ha-no-results-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .chg-ha-no-results-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-family: var(--chg-sans);
  }
  .chg-ha-nr-primary {
    background: #C9A96E;
    color: #fff;
  }
  .chg-ha-nr-primary:hover {
    background: #B89A5E;
  }
  .chg-ha-nr-secondary {
    background: #1A1A2E;
    color: #fff;
  }
  .chg-ha-nr-secondary:hover {
    background: #2D2D4A;
  }
  .chg-ha-no-results-alt {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #F0EDE8;
    font-size: 13px;
    color: #9CA3AF;
  }
  .chg-ha-no-results-alt a {
    color: #C9A96E;
    text-decoration: none;
    font-weight: 500;
  }
  .chg-ha-no-results-alt a:hover {
    text-decoration: underline;
  }
  @media (max-width: 600px) {
    .chg-ha-no-results {
      margin: 32px 16px 48px;
      padding: 36px 24px;
    }
    .chg-ha-no-results h3 {
      font-size: 22px;
    }
    .chg-ha-no-results-actions {
      flex-direction: column;
    }
    .chg-ha-no-results-actions a {
      justify-content: center;
    }
  }

  /* ─── ALL-LISTINGS SEARCH BAR ─── */
  .chg-ha-search-bar {
    background: #FAF7F2;
    border-bottom: 1px solid #E8E4DE;
    padding: 20px 32px;
    font-family: var(--chg-sans);
  }
  .chg-ha-search-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .chg-ha-search-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #E8E4DE;
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color 0.2s;
  }
  .chg-ha-search-field:hover,
  .chg-ha-search-field:focus-within {
    border-color: #C9A96E;
  }
  .chg-ha-search-field svg {
    flex-shrink: 0;
    color: #C9A96E;
  }
  .chg-ha-search-field label {
    font-size: 11px;
    font-weight: 600;
    color: #6B6B7B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    cursor: pointer;
  }
  .chg-ha-search-field input,
  .chg-ha-search-field select {
    border: none;
    outline: none;
    font-family: var(--chg-sans);
    font-size: 14px;
    font-weight: 500;
    color: #1A1A2E;
    background: transparent;
    width: 100%;
    cursor: pointer;
  }
  .chg-ha-search-field input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .chg-ha-search-field input[type="date"] {
    position: relative;
  }
  .chg-ha-search-btn {
    background: #C9A96E;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-family: var(--chg-sans);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .chg-ha-search-btn:hover {
    background: #b8944f;
  }
  @media (max-width: 768px) {
    .chg-ha-search-inner {
      flex-direction: column;
    }
    .chg-ha-search-field {
      width: 100%;
    }
    .chg-ha-search-btn {
      width: 100%;
      justify-content: center;
    }
  }

  /* ─── WIDEN "SHOW MORE" DETAILS MODAL ─── */
  .__modal > div > div:nth-child(2) {
    max-width: 760px !important;
    width: 90vw !important;
  }
  @media (max-width: 800px) {
    .__modal > div > div:nth-child(2) {
      max-width: 100vw !important;
      width: 100vw !important;
    }
  }

  /* ─── AIRBNB REVIEWS CAROUSEL ─── */
  .chg-ha-airbnb-reviews {
    background: #FAF7F2;
    padding: 64px 0;
    font-family: var(--chg-sans);
  }
  .chg-ha-airbnb-reviews-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .chg-ha-airbnb-reviews-header {
    text-align: center;
    margin-bottom: 36px;
  }
  .chg-ha-arb-eyebrow {
    color: #C9A96E;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .chg-ha-airbnb-reviews-header h2 {
    font-family: var(--chg-serif);
    font-size: 32px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 8px;
  }
  .chg-ha-airbnb-reviews-header p {
    font-size: 15px;
    color: #6B7280;
    margin: 0;
  }
  .chg-ha-arb-scroll-wrap {
    position: relative;
  }
  .chg-ha-arb-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 16px;
    scrollbar-width: none;
  }
  .chg-ha-arb-scroll::-webkit-scrollbar {
    display: none;
  }
  .chg-ha-arb-card {
    flex: 0 0 340px;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 200px;
    transition: box-shadow 0.2s;
  }
  .chg-ha-arb-card:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  }
  .chg-ha-arb-stars {
    color: #C9A96E;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .chg-ha-arb-text {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    flex: 1;
    font-style: italic;
  }
  .chg-ha-arb-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #F0EDE8;
  }
  .chg-ha-arb-name {
    font-size: 13px;
    font-weight: 600;
    color: #1A1A2E;
  }
  .chg-ha-arb-date {
    font-size: 12px;
    color: #9CA3AF;
    margin-top: 2px;
  }
  .chg-ha-arb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E8E4DE;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.2s;
  }
  .chg-ha-arb-arrow:hover {
    border-color: #C9A96E;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  }
  .chg-ha-arb-arrow.chg-left { left: -20px; }
  .chg-ha-arb-arrow.chg-right { right: -20px; }
  .chg-ha-arb-arrow svg {
    width: 18px;
    height: 18px;
    color: #1A1A2E;
  }
  @media (max-width: 900px) {
    .chg-ha-airbnb-reviews { padding: 48px 0; }
    .chg-ha-airbnb-reviews-inner { padding: 0 20px; }
    .chg-ha-arb-card { flex: 0 0 280px; }
    .chg-ha-arb-arrow { display: none; }
    .chg-ha-airbnb-reviews-header h2 { font-size: 26px; }
  }
  @media (max-width: 600px) {
    .chg-ha-airbnb-reviews-inner { padding: 0 16px; }
    .chg-ha-arb-card { flex: 0 0 260px; padding: 24px; }
  }

  /* ─── HIDE DEFAULT HOSTAWAY FOOTER ─── */
  footer:not(.chg-ha-footer) {
    display: none !important;
  }

  /* ─── "ALL LISTINGS" RED PILLS → NAVY ─── */
  .sc-b8d8a7c2-7,
  span.PuDyE {
    background: #1A1A2E !important;
    color: #fff !important;
  }

  /* ─── CALENDAR SELECTED DATE ─── */
  td[class*="selected"],
  td[class*="active"],
  div[class*="selected"] {
    background: #C9A96E !important;
    color: #fff !important;
  }

  /* ─── CHG CUSTOM FOOTER ─── */
  .chg-ha-footer {
    background: #111120;
    padding: 60px;
    color: rgba(255,255,255,0.5);
    font-family: var(--chg-sans);
  }
  .chg-ha-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .chg-ha-footer-brand {
    font-family: var(--chg-serif);
    font-size: 20px;
    color: #fff;
    margin-bottom: 12px;
  }
  .chg-ha-footer-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.5);
  }
  .chg-ha-footer-heading {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .chg-ha-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .chg-ha-footer li {
    margin-bottom: 10px;
  }
  .chg-ha-footer a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
  }
  .chg-ha-footer a:hover {
    color: #C9A96E;
  }
  .chg-ha-footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
  }
  .chg-ha-footer-bottom a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    margin-left: 20px;
    transition: color 0.2s;
  }
  .chg-ha-footer-bottom a:hover {
    color: #C9A96E;
  }

  /* ─── FOOTER RESPONSIVE ─── */
  @media (max-width: 900px) {
    .chg-ha-footer {
      padding: 40px 24px;
    }
    .chg-ha-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .chg-ha-footer-bottom {
      flex-direction: column;
      gap: 12px;
      text-align: center;
    }
    .chg-ha-footer-bottom a {
      margin-left: 0;
      margin-right: 20px;
    }
  }
  @media (max-width: 600px) {
    .chg-ha-footer-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ─── CHG Nav Bar ─── */
  body { padding-top: 62px !important; }
  .chg-ha-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    background: #fff;
    border-bottom: 1px solid #E8E4DE;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: var(--chg-sans);
    box-sizing: border-box;
  }
  .chg-ha-nav a {
    text-decoration: none;
  }
  .chg-ha-logo {
    font-family: var(--chg-serif);
    font-size: 20px;
    font-weight: 700;
    color: #1A1A2E;
    letter-spacing: 1px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .chg-ha-logo-img {
    height: 32px;
    width: auto;
    object-fit: contain;
  }
  .chg-ha-logo span {
    color: #C9A96E;
  }
  .chg-ha-links {
    display: flex;
    gap: 28px;
    align-items: center;
  }
  .chg-ha-links a {
    color: #2D2D3A;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: color 0.2s;
  }
  .chg-ha-links a:hover {
    color: #C9A96E;
  }
  .chg-ha-links .chg-ha-cta {
    background: #C9A96E;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
  }
  .chg-ha-links .chg-ha-cta:hover {
    background: #B89A5E;
    color: #fff;
  }

  /* Mobile hamburger */
  .chg-ha-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 10000;
  }
  .chg-ha-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #1A1A2E;
    border-radius: 2px;
    transition: all 0.3s;
  }

  /* Mobile responsive */
  @media (max-width: 900px) {
    body { padding-top: 56px !important; }
    .chg-ha-nav {
      padding: 14px 20px;
    }
    .chg-ha-logo-img {
      height: 26px;
    }
    .chg-ha-toggle {
      display: flex;
    }
    .chg-ha-links {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      flex-direction: column;
      padding: 8px 0 12px;
      border-bottom: 1px solid #E8E4DE;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      gap: 0;
      z-index: 9998;
    }
    .chg-ha-links.chg-ha-open {
      display: flex !important;
    }
    .chg-ha-links a {
      padding: 14px 24px;
      border-bottom: 1px solid #F5F1EB;
      width: 100%;
      box-sizing: border-box;
      font-size: 15px;
    }
    .chg-ha-links .chg-ha-cta {
      margin: 12px 24px;
      text-align: center;
      width: auto;
      border-bottom: none;
    }
    .chg-ha-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }
    .chg-ha-toggle.active span:nth-child(2) {
      opacity: 0;
    }
    .chg-ha-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }
    /* Banner responsive */
    h1.sc-7cc293a3-2,
    .sc-7cc293a3-2 {
      font-size: 32px !important;
    }
    p.sc-7cc293a3-3,
    .sc-7cc293a3-3 {
      font-size: 15px !important;
    }
  }

/* ── v2 wordmark lockups (Playfair only here — it's the logo) ── */
.chg-ha-logo{font-family:'Playfair Display',Georgia,serif !important}
.chg-ha-logo-word{font-family:'Playfair Display',Georgia,serif !important;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:19px;line-height:1;white-space:nowrap}
.chg-ha-logo-word .cw{color:var(--chg-navy)}
.chg-ha-logo-word .hw{color:var(--chg-gold-deep)}
.chg-ha-logo-lock{display:inline-flex;flex-direction:column;align-items:flex-end;line-height:1}
.chg-ha-logo-grp{font-family:'Playfair Display',Georgia,serif !important;font-weight:400;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:var(--chg-gold-deep);opacity:.82;margin:2px 1px 0 0}
.chg-ha-footer-brand{font-family:'Playfair Display',Georgia,serif !important;text-transform:uppercase;letter-spacing:.03em;font-size:21px;white-space:nowrap}
.chg-ha-footer-brand .cw{color:#F6F2EA}
.chg-ha-footer-brand .hw{color:var(--chg-gold)}
.chg-ha-footer-lock{display:inline-flex;flex-direction:column;align-items:flex-end;line-height:1}
.chg-ha-footer-grp{font-family:'Playfair Display',Georgia,serif !important;font-weight:400;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--chg-gold);opacity:.72;margin:3px 1px 0 0}
/* eyebrow → Martian Mono register, AA-legible gold-ink on cream contexts */
.chg-ha-eyebrow,.chg-ha-arb-eyebrow{font-family:'Martian Mono',ui-monospace,monospace !important;letter-spacing:.28em !important}
/* ── full site footer (brand col + 4 link columns, mirrors Footer.astro) ── */
.chg-ha-footer-grid{grid-template-columns:1.6fr 1fr 1.1fr 1.1fr 1fr !important;gap:40px !important}
.chg-ha-footer-mark{height:34px;width:auto;display:block;margin-bottom:14px}
.chg-ha-footer-brandcol .chg-ha-footer-desc{max-width:300px}
.chg-ha-footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.chg-ha-footer-badges span{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(246,242,234,.78);border:1px solid rgba(246,242,234,.18);padding:6px 12px;border-radius:9999px}
.chg-ha-footer-bottom a{margin-left:18px}
@media(max-width:900px){.chg-ha-footer-grid{grid-template-columns:1fr 1fr !important}}
@media(max-width:600px){.chg-ha-footer-grid{grid-template-columns:1fr !important}}
