/* ============================================================
   GC — Contact Hero ★
   Two-column hero styled after the Smart Intake widget:
   warm cream (#ede8df) shell, white right-panel card with
   gold shimmer top, cream inputs, pill chips, shimmer button.
   ============================================================ */

.gc-ch {
    --gc-ch-gold:        #b8953a;
    --gc-ch-gold-l:      #d4af6a;
    --gc-ch-gold-p:      #ecddb8;
    --gc-ch-gold-bg:     rgba(184,149,58,0.08);
    --gc-ch-gold-border: rgba(184,149,58,0.25);
    --gc-ch-dark:        #1c1914;
    --gc-ch-mid:         #3a3228;
    --gc-ch-light:       #7a6e62;
    --gc-ch-cream:       #faf5ec;
    --gc-ch-shell:       #ede8df;
    --gc-ch-radius:      4px;
    --gc-ch-transition:  0.35s cubic-bezier(0.22,1,0.36,1);
}

.gc-ch *,
.gc-ch *::before,
.gc-ch *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─────────────────────────────────────────
   REVEAL
   ───────────────────────────────────────── */
.gc-ch [data-gc-ch-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.gc-ch [data-gc-ch-reveal].gc-ch-visible {
    opacity: 1;
    transform: translateY(0);
}
.elementor-editor-active .gc-ch [data-gc-ch-reveal] {
    opacity: 1 !important;
    transform: none !important;
}

/* ─────────────────────────────────────────
   HERO GRID
   ───────────────────────────────────────── */
.gc-ch__hero {
    background: var(--gc-ch-shell);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
    position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--gc-ch-dark);
}

/* ─────────────────────────────────────────
   LEFT PANEL — text content
   ───────────────────────────────────────── */
.gc-ch__hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7rem 4rem 5rem 6rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Dark overlay that sits between the image and the text */
.gc-ch__left-overlay {
    position: absolute;
    inset: 0;
    background: var(--gc-ch-dark);
    pointer-events: none;
    z-index: 1;
}

/* All text content floats above the overlay */
.gc-ch__left-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

/* ─────────────────────────────────────────
   LIGHT TEXT THEME (for dark bg images)
   ───────────────────────────────────────── */
.gc-ch__left--light .gc-ch__badge span:last-child { color: rgba(255,255,255,0.88); }
.gc-ch__left--light .gc-ch__eyebrow              { color: var(--gc-ch-gold-l); }
.gc-ch__left--light .gc-ch__hero-h1              { color: #fff; }
.gc-ch__left--light .gc-ch__hero-h1 em           { color: var(--gc-ch-gold-l); }
.gc-ch__left--light .gc-ch__hero-sub             { color: rgba(255,255,255,0.62); }
.gc-ch__left--light .gc-ch__orn-line             { background: linear-gradient(90deg, transparent, rgba(184,149,58,0.6)); }
.gc-ch__left--light .gc-ch__orn-line--r          { background: linear-gradient(90deg, rgba(184,149,58,0.6), transparent); }
.gc-ch__left--light .gc-ch__divider              { opacity: 0.55; }
.gc-ch__left--light .gc-ch__tag {
    border-color: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.82);
    background: rgba(255,255,255,0.06);
}
.gc-ch__left--light .gc-ch__tag:hover {
    border-color: var(--gc-ch-gold-border);
    background: rgba(184,149,58,0.15);
    color: #fff;
}

/* Brand dot badge */
.gc-ch__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 2.2rem;
    width: fit-content;
}
.gc-ch__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gc-ch-gold);
    box-shadow: 0 0 8px rgba(184,149,58,0.55);
    animation: gc-ch-pulse 2.4s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes gc-ch-pulse {
    0%, 100% { opacity: 0.5; transform: scale(0.85); box-shadow: 0 0 6px rgba(184,149,58,0.4); }
    50%       { opacity: 1;   transform: scale(1.2);  box-shadow: 0 0 12px rgba(184,149,58,0.7); }
}
.gc-ch__badge span:last-child {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gc-ch-dark);
}

/* Ornament */
.gc-ch__ornament {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
}
.gc-ch__orn-line {
    flex: 1;
    max-width: 55px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gc-ch-gold-l));
}
.gc-ch__orn-line--r { background: linear-gradient(90deg, var(--gc-ch-gold-l), transparent); }
.gc-ch__diamond {
    width: 6px; height: 6px;
    background: var(--gc-ch-gold);
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* Eyebrow */
.gc-ch__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gc-ch-gold);
    margin-bottom: 0.75rem;
}

/* H1 */
.gc-ch__hero-h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 700;
    color: var(--gc-ch-dark);
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.gc-ch__hero-h1 em { font-style: normal; color: var(--gc-ch-gold); }

/* Divider */
.gc-ch__divider {
    width: 44px;
    height: 2px;
    background: var(--gc-ch-gold);
    margin: 1.5rem 0;
    border-radius: 2px;
    opacity: 0.6;
}

/* Sub */
.gc-ch__hero-sub {
    font-size: 0.85rem;
    color: var(--gc-ch-light);
    line-height: 1.75;
    max-width: 380px;
    margin-bottom: 2rem;
}

/* ─────────────────────────────────────────
   TRUST CHIPS  (pill style, like gc-chip)
   ───────────────────────────────────────── */
.gc-ch__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.gc-ch__tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border: 1px solid var(--gc-ch-gold-border);
    border-radius: 30px;
    background: transparent;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--gc-ch-mid);
    transition: background 0.18s ease, border-color 0.18s ease,
                color 0.18s ease, transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
    cursor: default;
}
.gc-ch__tag:hover {
    border-color: var(--gc-ch-gold);
    color: var(--gc-ch-dark);
    background: var(--gc-ch-gold-bg);
    transform: scale(1.04);
}
.gc-ch__tag-icon {
    display: flex;
    align-items: center;
    color: var(--gc-ch-gold);
    flex-shrink: 0;
}
.gc-ch__tag-icon i,
.gc-ch__tag-icon svg { font-size: 12px; width: 12px; height: 12px; color: var(--gc-ch-gold); }
.gc-ch__tag-text { line-height: 1; }

/* ─────────────────────────────────────────
   RIGHT PANEL — white form card
   ───────────────────────────────────────── */
.gc-ch__hero-right {
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: -4px 0 32px rgba(28,25,20,0.06);
}

/* Gold shimmer stripe at the very top (same as gc-sim and gc-form-card) */
.gc-ch__hero-right::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        var(--gc-ch-gold-p),
        var(--gc-ch-gold),
        var(--gc-ch-gold-l),
        var(--gc-ch-gold),
        var(--gc-ch-gold-p));
    z-index: 2;
}

/* Sweep shimmer on load */
.gc-ch__hero-right::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; right: auto;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    animation: gc-ch-shimmer 1.8s ease 0.4s both;
    z-index: 3;
}
@keyframes gc-ch-shimmer {
    from { left: -60%; }
    to   { left: 160%; }
}

.gc-ch__form-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5rem 4rem 5rem 4.5rem;
}

/* Form overline */
.gc-ch__form-overline {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.8rem;
}
.gc-ch__form-overline span:not(.gc-ch__orn-line) {
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gc-ch-gold);
    white-space: nowrap;
}

/* Form heading */
.gc-ch__form-heading {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 700;
    color: var(--gc-ch-dark);
    letter-spacing: 0.02em;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

/* Form sub */
.gc-ch__form-sub {
    font-size: 0.78rem;
    color: var(--gc-ch-light);
    line-height: 1.65;
    margin-bottom: 1.8rem;
}

/* ── Fluent Forms — Smart Intake style ── */
.gc-ch__form-wrap .ff-el-group {
    margin-bottom: 1.1rem;
}

/* Labels */
.gc-ch__form-wrap .ff-el-group label,
.gc-ch__form-wrap .ff-el-group .ff-label-wrap label {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: var(--gc-ch-mid) !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.gc-ch__form-wrap .ff-el-is-required .ff-label-wrap::after,
.gc-ch__form-wrap .ff-el-is-required label::after {
    content: ' *';
    color: var(--gc-ch-gold);
    font-size: 0.65rem;
}

/* Inputs — cream background, gold border, 4px radius */
.gc-ch__form-wrap .ff-el-form-control {
    background: var(--gc-ch-cream) !important;
    border: 1px solid var(--gc-ch-gold-border) !important;
    border-radius: var(--gc-ch-radius) !important;
    color: var(--gc-ch-dark) !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    padding: 11px 14px !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    -webkit-appearance: none;
    appearance: none;
}
.gc-ch__form-wrap .ff-el-form-control:focus {
    border-color: var(--gc-ch-gold) !important;
    box-shadow: 0 0 0 3px rgba(184,149,58,0.14), 0 2px 8px rgba(184,149,58,0.10) !important;
    background: var(--gc-ch-cream) !important;
}
.gc-ch__form-wrap .ff-el-form-control::placeholder {
    color: var(--gc-ch-light) !important;
    font-style: normal !important;
}

/* Select */
.gc-ch__form-wrap select.ff-el-form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8953a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    cursor: pointer;
}

/* Textarea */
.gc-ch__form-wrap textarea.ff-el-form-control {
    resize: vertical;
    min-height: 88px;
}

/* Two / three column layouts */
.gc-ch__form-wrap .ff-column-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.gc-ch__form-wrap .ff-column-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 1rem; }

/* Error */
.gc-ch__form-wrap .has-error .ff-el-form-control { border-color: rgba(192,57,43,0.55) !important; }
.gc-ch__form-wrap .error.text-danger {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.68rem;
    color: #c0392b;
    margin-top: 4px;
    display: block;
}

/* Submit row */
.gc-ch__form-wrap .ff-el-group.ff-el-form-bottom-group {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

/* Submit — rounded gold, shimmer sweep on hover */
.gc-ch__form-wrap .ff-btn.ff-btn-submit,
.gc-ch__form-wrap button[type="submit"] {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    background: var(--gc-ch-gold) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 16px rgba(184,149,58,0.30) !important;
    cursor: pointer;
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: background 0.25s ease, transform 0.2s cubic-bezier(0.34,1.56,0.64,1),
                box-shadow 0.25s ease !important;
}
.gc-ch__form-wrap .ff-btn.ff-btn-submit::before,
.gc-ch__form-wrap button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
    transform: skewX(-20deg);
    transition: left 0.45s ease;
}
.gc-ch__form-wrap .ff-btn.ff-btn-submit:hover::before,
.gc-ch__form-wrap button[type="submit"]:hover::before { left: 160%; }
.gc-ch__form-wrap .ff-btn.ff-btn-submit:hover,
.gc-ch__form-wrap button[type="submit"]:hover {
    background: #9a7c2e !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 28px rgba(184,149,58,0.40) !important;
}
.gc-ch__form-wrap .ff-btn.ff-btn-submit:active,
.gc-ch__form-wrap button[type="submit"]:active {
    transform: translateY(0) scale(0.98) !important;
    box-shadow: 0 2px 8px rgba(184,149,58,0.25) !important;
}

/* Success message */
.gc-ch__form-wrap .ff-message-success {
    padding: 1.1rem 1.4rem;
    border: 1px solid var(--gc-ch-gold-border);
    border-radius: var(--gc-ch-radius);
    background: var(--gc-ch-gold-bg);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-style: italic;
    color: var(--gc-ch-mid);
    line-height: 1.7;
}

/* ─────────────────────────────────────────
   BOTTOM STRIP
   ───────────────────────────────────────── */
.gc-ch__hero-strip {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0.9rem 4rem;
    background: rgba(28,25,20,0.05);
    border-top: 1px solid var(--gc-ch-gold-border);
}
.gc-ch__hero-strip span:not(.gc-ch__strip-sep) {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gc-ch-light);
}
.gc-ch__strip-sep {
    width: 1px;
    height: 14px;
    background: var(--gc-ch-gold-border);
    flex-shrink: 0;
}

/* ─────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────── */
@media (max-width: 900px) {
    .gc-ch__hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .gc-ch__hero-left  { padding: 4rem 2rem 2.5rem; order: 1; min-height: 50vw; }
    .gc-ch__hero-right { order: 2; box-shadow: 0 -4px 24px rgba(28,25,20,0.06); }
    .gc-ch__form-inner { padding: 3rem 2rem; }
    .gc-ch__hero-strip { order: 3; }
    .gc-ch__hero-sub   { max-width: 100%; }
    .gc-ch__tags       { gap: 6px; }
}

@media (max-width: 600px) {
    .gc-ch__hero-strip { gap: 0.75rem; padding: 0.75rem 1rem; }
    .gc-ch__form-wrap .ff-column-2,
    .gc-ch__form-wrap .ff-column-3 { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   CONTACT + MAP SECTION
   ═══════════════════════════════════════════ */
.gc-ch__contact {
    background: var(--gc-ch-shell);
    font-family: 'Montserrat', Arial, sans-serif;
}

/* ─────────────────────────────────────────
   HORIZONTAL CONTACT BAR
   ───────────────────────────────────────── */
.gc-ch__cbar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    position: relative;
    border-bottom: 1px solid var(--gc-ch-gold-border);
}

/* Gold shimmer top line — continuous across full width */
.gc-ch__cbar-top {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        var(--gc-ch-gold-p),
        var(--gc-ch-gold),
        var(--gc-ch-gold-l),
        var(--gc-ch-gold),
        var(--gc-ch-gold-p));
    z-index: 1;
}

/* Each contact item */
.gc-ch__cbar-item {
    flex: 1 1 200px;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.4rem 1.6rem;
    border-right: 1px solid var(--gc-ch-gold-border);
    border-bottom: 1px solid var(--gc-ch-gold-border);
    transition: background 0.2s ease;
}
.gc-ch__cbar-item:last-child { border-right: none; }
.gc-ch__cbar-item:hover { background: var(--gc-ch-cream); }

/* ── Location card — floats over the map ── */
.gc-ch__loc-card {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 420px;
    background: #fff;
    box-shadow:
        0 4px 6px rgba(28,25,20,0.07),
        0 20px 60px rgba(28,25,20,0.22);
    overflow: hidden;
    pointer-events: all;
}

/* Optional photo */
.gc-ch__loc-card-img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    display: block;
}

/* Card body */
.gc-ch__loc-card-body {
    padding: 1.2rem 1.8rem 1.4rem;
    position: relative;
}

/* Gold top accent line */
.gc-ch__loc-card-top {
    height: 3px;
    background: linear-gradient(90deg,
        var(--gc-ch-gold-p),
        var(--gc-ch-gold),
        var(--gc-ch-gold-l),
        var(--gc-ch-gold));
    margin: -1.5rem -1.8rem 1rem;
}

/* Header row: pin label left, status right */
.gc-ch__loc-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

/* Pin + overline row */
.gc-ch__loc-pin-row {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Live open / closed status */
.gc-ch__loc-status {
    display: flex;
    align-items: center;
    gap: 5px;
}
.gc-ch__loc-status-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--gc-ch-light);
    flex-shrink: 0;
    transition: background 0.4s;
}
.gc-ch__loc-status-text {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gc-ch-light);
    transition: color 0.4s;
}
/* Open state */
.gc-ch__loc-card.is-open .gc-ch__loc-status-dot {
    background: #4caf7d;
    box-shadow: 0 0 6px rgba(76,175,125,0.6);
    animation: gc-ch-pulse 2.4s ease-in-out infinite;
}
.gc-ch__loc-card.is-open .gc-ch__loc-status-text { color: #4caf7d; }
/* Closed state */
.gc-ch__loc-card.is-closed .gc-ch__loc-status-dot { background: #c0392b; box-shadow: none; animation: none; }
.gc-ch__loc-card.is-closed .gc-ch__loc-status-text { color: #c0392b; }
.gc-ch__loc-pin-row svg {
    width: 12px; height: 12px;
    stroke: var(--gc-ch-gold);
    fill: var(--gc-ch-gold);
    flex-shrink: 0;
}
.gc-ch__loc-pin-row .gc-ch__cbar-label {
    color: var(--gc-ch-gold);
}

/* Location name */
.gc-ch__loc-card-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gc-ch-dark);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    letter-spacing: 0.01em;
}

/* Address */
.gc-ch__loc-card-addr {
    font-size: 0.88rem;
    color: var(--gc-ch-light);
    line-height: 1.65;
    margin-bottom: 1rem;
}

/* ── Amenity marquee strip ── */
.gc-ch__amenity-strip {
    border-top: 1px solid var(--gc-ch-gold-border);
    background: var(--gc-ch-cream);
    overflow: hidden;
    padding: 0.6rem 0;
}
.gc-ch__amenity-track {
    overflow: hidden;
    white-space: nowrap;
}
.gc-ch__amenity-inner {
    display: inline-flex;
    align-items: center;
    gap: 0;
    animation: gc-ch-marquee 22s linear infinite;
    will-change: transform;
}
.gc-ch__amenity-strip:hover .gc-ch__amenity-inner {
    animation-play-state: paused;
}
@keyframes gc-ch-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.gc-ch__amenity-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gc-ch-mid);
    padding: 0 1.4rem;
    white-space: nowrap;
}
.gc-ch__amenity-diamond {
    font-size: 0.4rem;
    color: var(--gc-ch-gold);
    flex-shrink: 0;
}

/* Directions link */
.gc-ch__loc-directions {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gc-ch-gold);
    text-decoration: none;
    padding: 0.5rem 0.9rem;
    border: 1px solid var(--gc-ch-gold-border);
    background: var(--gc-ch-cream);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.gc-ch__loc-directions svg {
    width: 12px; height: 12px;
    stroke: currentColor;
    transition: transform 0.2s;
}
.gc-ch__loc-directions:hover {
    background: var(--gc-ch-gold);
    border-color: var(--gc-ch-gold);
    color: #fff;
}
.gc-ch__loc-directions:hover svg { transform: translateX(3px); }

/* Icon circle */
.gc-ch__cbar-icon {
    width: 38px; height: 38px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--gc-ch-gold-border);
    background: var(--gc-ch-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s, background 0.25s;
}
.gc-ch__cbar-icon svg {
    width: 15px; height: 15px;
    stroke: var(--gc-ch-gold);
    flex-shrink: 0;
}
.gc-ch__cbar-item:hover .gc-ch__cbar-icon {
    border-color: var(--gc-ch-gold);
    background: var(--gc-ch-gold-p);
}

/* Label + value stack */
.gc-ch__cbar-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.gc-ch__cbar-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gc-ch-light);
    white-space: nowrap;
}
.gc-ch__cbar-value,
.gc-ch__cbar-value a {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gc-ch-dark);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
}
.gc-ch__cbar-item--brand .gc-ch__cbar-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
}
.gc-ch__cbar-value a:hover { color: var(--gc-ch-gold); }
.gc-ch__cbar-item:hover .gc-ch__cbar-value a { color: var(--gc-ch-gold); }

/* ─────────────────────────────────────────
   MAP PANEL  (full-width below the bar)
   ───────────────────────────────────────── */
.gc-ch__map-panel {
    position: relative;
    height: 520px;
    isolation: isolate;
}

.gc-ch__map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Placeholder shown when no API key */
.gc-ch__map-placeholder {
    position: absolute;
    inset: 0;
    background: var(--gc-ch-cream);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gc-ch__map-placeholder span {
    font-size: 0.84rem;
    color: var(--gc-ch-light);
    text-align: center;
    padding: 2rem;
    max-width: 280px;
    line-height: 1.7;
}

/* ─────────────────────────────────────────
   GOOGLE MAPS INFO WINDOW  (custom brand style)
   ───────────────────────────────────────── */
.gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: 0 8px 32px rgba(28,25,20,0.18) !important;
    border: 1px solid rgba(184,149,58,0.3) !important;
}
.gm-style .gm-style-iw-d { overflow: hidden !important; }
.gm-style .gm-style-iw-t::after { display: none !important; }
.gm-style button.gm-ui-hover-effect {
    top: 4px !important;
    right: 4px !important;
    opacity: 0.5 !important;
}

.gc-ch-iw {
    padding: 1.2rem 1.4rem 1rem;
    min-width: 200px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.gc-ch-iw-top {
    height: 2px;
    background: linear-gradient(90deg, #ecddb8, #b8953a, #d4af6a);
    margin: -1.2rem -1.4rem 1rem;
}
.gc-ch-iw-name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1c1914;
    margin-bottom: 0.4rem;
    line-height: 1.2;
}
.gc-ch-iw-addr {
    font-size: 0.72rem;
    color: #7a6e62;
    line-height: 1.55;
    margin-bottom: 0.5rem;
}
.gc-ch-iw-phone a {
    font-size: 0.72rem;
    font-weight: 600;
    color: #b8953a;
    text-decoration: none;
    letter-spacing: 0.04em;
}
.gc-ch-iw-phone a:hover { text-decoration: underline; }

/* ─────────────────────────────────────────
   CONTACT RESPONSIVE
   ───────────────────────────────────────── */
@media (max-width: 900px) {
    .gc-ch__map-panel { height: 320px; }
}

@media (max-width: 600px) {
    .gc-ch__cbar-item { flex-basis: 100%; border-right: none; }
    .gc-ch__map-panel { height: 260px; }
}
