@charset "UTF-8";
/* CSS Document */

/* =========================================================
   HAMPTON HALL CLUB
   Platinum Clubs of America Presentation
   ========================================================= */

:root {
    --hhc-charcoal: #2e2f2f;
    --hhc-blue: #556d78;
    --hhc-burgundy: #8b2332;
    --hhc-white: #ffffff;
    --hhc-light: #f5f5f3;
}

html {
    scroll-behavior: smooth;
}

/* ---------- GLOBAL BODY COPY ---------- */

body {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.75;
}

p {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", Georgia, serif;
    color: var(--hhc-charcoal);
    font-weight: 400;
}

h2 {
    font-size: 28px;
    line-height: 1.15;
}

h3 {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 1.66rem;
    font-weight: 700;
    color: var(--hhc-blue);
}

a {
    font-family: "Overpass", Arial, sans-serif;
    color: var(--hhc-burgundy);
}

.hhc-link {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .22rem;
}


/* ---------- HHC COLOR UTILITIES ---------- */

.hhc-bg-blue {
    background-color: var(--hhc-blue);
    color: var(--hhc-white);
}

.hhc-bg-burgundy {
    background-color: var(--hhc-burgundy);
    color: var(--hhc-white);
}

.hhc-text-blue {
    color: var(--hhc-blue);
}

.hhc-text-burgundy {
    color: var(--hhc-burgundy);
}

/* =========================================================
   HHC HERO
   ========================================================= */

.hhc-hero-content {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.hhc-hero-logo {
    display: block;
    width: 420px;
    max-width: 70vw;
    height: auto;
    margin: 0 auto 30px auto;
}

.hhc-hero-eyebrow {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ffffff;
}

.hhc-hero-subtitle {
    margin-top: 10px;
    font-family: "Overpass", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
}

.hhc-hero-explore {
    display: inline-block;
    margin-top: 55px;
    font-family: "Overpass", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

.hhc-hero-explore:hover,
.hhc-hero-explore:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.75;
}

.hhc-hero-arrow {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1;
}


/* ---------- HERO: MOBILE ---------- */

@media (max-width: 576px) {

    .hhc-hero-logo {
        width: 280px;
        max-width: 80vw;
        margin-bottom: 24px;
    }

    .hhc-hero-eyebrow {
        font-size: 14px;
        letter-spacing: 0.18em;
    }

    .hhc-hero-subtitle {
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .hhc-hero-explore {
        margin-top: 40px;
        font-size: 10px;
    }
}

/* ---------- HERO SCROLL CUE ---------- */

.hhc-scroll-cue {
    overflow: visible;
}

.hhc-scroll-label {
    position: absolute;
    left: 50%;
    bottom: 72px;
    transform: translateX(-50%);

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
}

.hhc-scroll-cue:hover .hhc-scroll-label {
    opacity: 0.7;
}

/* =========================================================
   UNIVERSAL RECOGNITION
   ========================================================= */

/* Remove Anger's decorative image spacing/frame */
#universal-recognition .hhc-feature-image {
    padding: 0;
    margin: 0;
    border: 0;
}

/* Make image fill its available column width */
#universal-recognition .hhc-feature-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* HHC bullet list */
.hhc-bullet-list {
    margin: 22px 0 0 0;
    padding-left: 20px;
}

.hhc-bullet-list li {
    margin-bottom: 9px;
    padding-left: 5px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}

.hhc-bullet-list li::marker {
    color: var(--hhc-burgundy);
}

/* =========================================================
   FULL-WIDTH SECTION FEATURE IMAGE
   ========================================================= */

.hhc-fullwidth-feature {
    width: 100%;
    overflow: hidden;
}

.hhc-fullwidth-feature img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center 40%;
}

@media (max-width: 768px) {

    .hhc-fullwidth-feature img {
        height: 360px;
    }

}

/* =========================================================
   AMENITIES CAROUSEL
   ========================================================= */

/* Smaller, simpler enlarge icon */
#excellence .hhc-image-enlarge {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}

/* Amenity titles */
#excellence .portfolio_content h5,
#excellence .portfolio_content h5 a {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
}

/* Amenity description */
#excellence .portfolio_content p {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #ffffff;
}

#excellence .portfolio_content p {
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

/* Clickable amenity image */
#excellence .hhc-amenity-image {
    position: relative;
}

/* Small enlarge cue in lower-right corner */
#excellence .hhc-image-enlarge {
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 28px;
    height: 28px;
    line-height: 28px;

    background-color: rgba(0, 0, 0, 0.40);
    border-radius: 50%;

    color: #ffffff;
    font-size: 11px;
    text-align: center;

    opacity: 0.85;
    transition: opacity 0.25s ease;

    /* Let click pass through to image link */
    pointer-events: none;
    z-index: 2;
}

#excellence .hhc-amenity-image:hover .hhc-image-enlarge {
    opacity: 1;
}

/* =========================================================
   CALIBER OF STAFF
   ========================================================= */

.hhc-staff-section {
    background-color: var(--hhc-blue);
    color: #ffffff;
}

/* Heading */
.hhc-staff-section .hhc-staff-heading h2 {
    color: #ffffff;
}

.hhc-staff-section .heading_s2::before,
.hhc-staff-section .heading_s2::after {
    background-color: rgba(255, 255, 255, 0.75);
}

.hhc-staff-intro {
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
}


/* Profile area */
.hhc-staff-profiles {
    margin-top: 55px;
}

.hhc-staff-profile {
    text-align: center;
    padding: 0 20px;
}


/* Headshot */
.hhc-staff-photo {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 22px auto;

    object-fit: cover;
    object-position: center;

    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.65);
}


/* Name */
.hhc-staff-name {
    font-family: "Lora", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: #ffffff;
}


/* Position */
.hhc-staff-title {
    margin-top: 6px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.80);
}


/* Bio */
.hhc-staff-bio {
    margin-top: 20px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;

    color: #ffffff;
}


/* Commitment quote */
.hhc-staff-quote {
    margin-top: 24px;
    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.30);

    font-family: "Lora", Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.55;

    color: rgba(255, 255, 255, 0.95);
}


/* Mobile */
@media (max-width: 767px) {

    .hhc-staff-profile {
        max-width: 500px;
        margin: 0 auto;
    }

    .hhc-staff-photo {
        width: 90px;
        height: 90px;
    }

    .hhc-staff-quote {
        font-size: 17px;
    }
}

/* =========================================================
   MEMBER ENGAGEMENT
   ========================================================= */

.hhc-engagement-section {
    background-color: #ffffff;
}


/* Small label above statistics */
.hhc-engagement-label {
    margin-top: 30px;
    margin-bottom: 14px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: var(--hhc-blue);
}


/* Stats */
.hhc-engagement-stats {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hhc-engagement-stats li {
    position: relative;

    display: flex;
    align-items: baseline;

    padding: 11px 0 11px 18px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.hhc-engagement-stats li::before {
    content: "";
    position: absolute;

    left: 0;
    top: 20px;

    width: 6px;
    height: 6px;

    background-color: var(--hhc-burgundy);
    border-radius: 50%;
}

.hhc-stat-number {
    flex: 0 0 82px;

    font-family: "Lora", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;

    color: var(--hhc-blue);
}

.hhc-stat-label {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;

    color: #000000;
}


/* Member video */
.hhc-member-video {
    position: relative;
    display: block;

    overflow: hidden;
}

.hhc-member-video img {
    display: block;

    width: 100%;
    aspect-ratio: 16 / 9;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.hhc-member-video::after {
    content: "";

    position: absolute;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.15);

    transition: background-color 0.3s ease;
}

.hhc-member-video:hover img {
    transform: scale(1.03);
}

.hhc-member-video:hover::after {
    background-color: rgba(0, 0, 0, 0.25);
}


/* Play button */
.hhc-video-play {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 64px;
    height: 64px;
    line-height: 64px;

    transform: translate(-50%, -50%);

    border: 2px solid #ffffff;
    border-radius: 50%;

    color: #ffffff;
    font-size: 18px;
    text-align: center;

    z-index: 2;

    transition: all 0.3s ease;
}

.hhc-video-play i {
    position: relative;
    left: 2px;
}

.hhc-member-video:hover .hhc-video-play {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%) scale(1.06);
}


/* Video caption */
.hhc-video-caption {
    margin-top: 12px;

    font-family: "Lora", Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;

    color: var(--hhc-blue);
}

/* =========================================================
   MEMBER VOICES
   ========================================================= */

.hhc-member-voices {
    background-color: var(--hhc-light);
}

.hhc-voices-intro {
    max-width: 680px;
    margin: 0 auto 45px auto;
}


/* Testimonial card */
.hhc-member-quotes .testimonial_box {
    background-color: transparent;
    border: 0;

    padding: 15px 24px 25px;

    text-align: center;
}


/* Large subtle quotation mark */
.hhc-quote-mark {
    height: 42px;

    font-family: "Lora", Georgia, serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;

    color: var(--hhc-burgundy);
}


/* Member quote */
.hhc-member-quotes .hhc-member-quote p {
    margin: 8px 0 22px;

    font-family: "Lora", Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;

    color: #2e2f2f;
}


/* Member name */
.hhc-quote-member {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--hhc-blue);
}


/* Member descriptor */
.hhc-quote-detail {
    margin-top: 4px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: #777777;
}


/* Make testimonial cards visually consistent */
.hhc-member-quotes .owl-stage {
    display: flex;
}

.hhc-member-quotes .owl-item {
    display: flex;
}

.hhc-member-quotes .item,
.hhc-member-quotes .testimonial_box {
    width: 100%;
}

/* =========================================================
   ENGAGEMENT / MEMBER VOICES SPACING
   ========================================================= */

/* Reduce space below primary Engagement content */
.hhc-engagement-section {
    background-color: #ffffff;
    padding-bottom: 35px;
}


/* Keep Member Voices visually connected to Engagement */
.hhc-member-voices {
    background-color: var(--hhc-light);
    padding-top: 45px;
    padding-bottom: 50px;
}


/* Make this read as a subsection rather than a new criterion */
.hhc-member-voices .heading_s2 h2 {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;

    color: var(--hhc-blue);
}


/* Remove normal criterion heading rule */
.hhc-member-voices .heading_s2::before,
.hhc-member-voices .heading_s2::after {
    display: none;
}


/* Tighten intro spacing */
.hhc-voices-intro {
    max-width: 680px;
    margin: 8px auto 28px auto;
}
/* =========================================================
   MEMBER QUOTE NAVIGATION
   ========================================================= */

.hhc-member-quotes .owl-nav .owl-prev,
.hhc-member-quotes .owl-nav .owl-next {
    width: 28px;
    height: 42px;

    padding: 0 !important;
    margin: 0;

    background: transparent !important;
    box-shadow: none !important;
    border: 0;

    font-size: 0 !important;

    top: 45%;
}


/* Move arrows just outside quote area */
.hhc-member-quotes .owl-nav .owl-prev {
    left: -18px;
}

.hhc-member-quotes .owl-nav .owl-next {
    right: -18px;
}


/* Build simple triangles */
.hhc-member-quotes .owl-nav .owl-prev::after,
.hhc-member-quotes .owl-nav .owl-next::after {
    content: "";

    display: block;

    width: 0;
    height: 0;

    margin: 0 auto;

    opacity: 0.55;

    transition: opacity 0.2s ease;
}


/* Left triangle */
.hhc-member-quotes .owl-nav .owl-prev::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid var(--hhc-blue);
}


/* Right triangle */
.hhc-member-quotes .owl-nav .owl-next::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid var(--hhc-blue);
}


.hhc-member-quotes .owl-nav .owl-prev:hover::after,
.hhc-member-quotes .owl-nav .owl-next:hover::after {
    opacity: 1;
}


/* Bring arrows inward on smaller screens */
@media (max-width: 767px) {

    .hhc-member-quotes .owl-nav .owl-prev {
        left: -5px;
    }

    .hhc-member-quotes .owl-nav .owl-next {
        right: -5px;
    }

}

/* =========================================================
   GOVERNANCE & PRUDENT FISCAL MANAGEMENT
   ========================================================= */

.hhc-governance-section {
    background-color: var(--hhc-blue);
    color: #ffffff;
}


/* Main heading */
.hhc-governance-section .hhc-governance-heading h2 {
    color: #ffffff;
}

.hhc-governance-section .heading_s2::before,
.hhc-governance-section .heading_s2::after {
    background-color: rgba(255, 255, 255, 0.75);
}


/* Intro */
.hhc-governance-intro {
    max-width: 760px;
    margin: 0 auto;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.75;

    color: #ffffff;
}



/* =========================================================
   GOVERNANCE STATISTICS
   ========================================================= */

.hhc-governance-stats {
    margin-top: 60px;
}


/* Individual statistic */
.hhc-governance-stat {
    position: relative;

    padding-top: 10px;
    padding-bottom: 10px;

    text-align: center;
}


/* Vertical separators */
.hhc-governance-stat:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 5%;

    width: 1px;
    height: 90%;

    background-color: rgba(255, 255, 255, 0.28);
}


/* Large number */
.hhc-gov-number {
    font-family: "Lora", Georgia, serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;

    color: #ffffff;
}


/* Statistic label */
.hhc-gov-label {
    margin-top: 10px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.78);
}



/* =========================================================
   DIVIDER
   ========================================================= */

.hhc-governance-divider {
    width: 100%;
    height: 1px;

    margin: 38px 0 50px;

    background-color: rgba(255, 255, 255, 0.25);
}



/* =========================================================
   GOVERNANCE CONTENT COLUMNS
   ========================================================= */

.hhc-governance-details {
    margin-bottom: 55px;
}

.hhc-governance-content {
    padding-right: 35px;
}


/* Subheads */
.hhc-governance-content h3 {
    margin-bottom: 16px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    color: #ffffff;
}


/* Body copy */
.hhc-governance-content p {
    margin-bottom: 20px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;

    color: rgba(255, 255, 255, 0.95);
}


/* Bullet list */
.hhc-governance-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.hhc-governance-list li {
    position: relative;

    margin-bottom: 10px;
    padding-left: 18px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;

    color: #ffffff;
}


/* Small white bullet */
.hhc-governance-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 8px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background-color: rgba(255, 255, 255, 0.75);
}



/* =========================================================
   BOARD CHAIR QUOTE
   ========================================================= */

.hhc-board-quote {
    position: relative;

    margin-top: 5px;
    padding: 36px 55px 34px;

    text-align: center;

    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}


/* Quote mark */
.hhc-board-quote-mark {
    height: 40px;

    font-family: "Lora", Georgia, serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;

    color: rgba(255, 255, 255, 0.38);
}


/* Quote */
.hhc-board-quote-text {
    max-width: 800px;
    margin: 0 auto;

    font-family: "Lora", Georgia, serif;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;

    color: #ffffff;
}


/* Board Chair */
.hhc-board-quote-attribution {
    margin-top: 22px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    color: #ffffff;
}


/* Board Chair title */
.hhc-board-quote-title {
    margin-top: 4px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.70);
}



/* =========================================================
   GOVERNANCE RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .hhc-governance-stats {
        margin-top: 40px;
    }

    .hhc-governance-stat {
        margin-bottom: 30px;
    }

    /* On mobile, divide the 2x2 grid rather than every stat */
    .hhc-governance-stat::after {
        display: none;
    }

    .hhc-governance-stat:nth-child(odd)::after {
        content: "";

        display: block;

        position: absolute;

        right: 0;
        top: 5%;

        width: 1px;
        height: 90%;

        background-color: rgba(255, 255, 255, 0.28);
    }

    .hhc-gov-number {
        font-size: 36px;
    }

    .hhc-governance-divider {
        margin: 25px 0 40px;
    }

    .hhc-governance-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .hhc-board-quote {
        padding: 30px 15px;
    }

    .hhc-board-quote-text {
        font-size: 17px;
    }

}

/* =========================================================
   SECTION SPACER
   ========================================================= */

.hhc-section-spacer {
    height: 55px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .hhc-section-spacer {
        height: 35px;
    }
}

/* =========================================================
   ADAPTING TO CHANGING TIMES
   ========================================================= */

.hhc-adapting-section {
    background-color: #ffffff;
}


/* =========================================================
   COMPLETED PROJECT SLIDER
   ========================================================= */

.hhc-upgrade-card {
    background-color: var(--hhc-light);
}


/* Project image */
.hhc-upgrade-image {
    position: relative;
    overflow: hidden;
}

.hhc-upgrade-image img {
    display: block;
    width: 100%;

    aspect-ratio: 16 / 10;

    object-fit: cover;
    object-position: center;
}


/* Project copy */
.hhc-upgrade-content {
    padding: 25px 28px 28px;
}


/* Date / status */
.hhc-upgrade-date {
    margin-bottom: 8px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: var(--hhc-burgundy);
}


/* Project headline */
.hhc-upgrade-content h3 {
    margin-bottom: 10px;

    font-family: "Lora", Georgia, serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;

    color: var(--hhc-charcoal);
}


/* Project description */
.hhc-upgrade-content p {
    margin: 0;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;

    color: #000000;
}



/* =========================================================
   UPGRADE SLIDER ARROWS
   ========================================================= */

.hhc-upgrade-slider .owl-nav .owl-prev,
.hhc-upgrade-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;

    padding: 0 !important;
    margin: 0;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background-color: rgba(255,255,255,0.92) !important;
    box-shadow: none !important;

    border: 0;
    border-radius: 50%;

    font-size: 0 !important;
    line-height: 1 !important;

    top: 32%;
}

/* Position over image */
.hhc-upgrade-slider .owl-nav .owl-prev {
    left: 12px;
}

.hhc-upgrade-slider .owl-nav .owl-next {
    right: 12px;
}


/* Create arrow triangles */
.hhc-upgrade-slider .owl-nav .owl-prev::after,
.hhc-upgrade-slider .owl-nav .owl-next::after {
    content: "";

    display: block;

    width: 0;
    height: 0;

    margin: 0;
}


/* Left */
.hhc-upgrade-slider .owl-nav .owl-prev::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid var(--hhc-blue);

    /* optical centering */
    transform: translateX(-1px);
}


/* Right */
.hhc-upgrade-slider .owl-nav .owl-next::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--hhc-blue);

    /* optical centering */
    transform: translateX(1px);
}


/* =========================================================
   CURRENT PROJECT FEATURE
   ========================================================= */

.hhc-current-project {
    width: 100%;
    max-width: none;

    margin: 35px 0 0;
    padding: 28px 38px;

    background-color: var(--hhc-burgundy);
}

/* Keep burgundy panel full width,
   but make the content inside more compact */
.hhc-current-project > .row {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

/* Copy */
.hhc-current-project-copy {
    padding-right: 20px;
}


/* Current label */
.hhc-current-project-label {
    margin-bottom: 10px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;

    color: #ffffff;
}


/* Project title */
.hhc-current-project-copy h3 {
    margin-bottom: 14px;

    font-family: "Lora", Georgia, serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;

    color: #ffffff;
}

/* Body */
.hhc-current-project-copy p {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.65;

    color: #ffffff;
}

/* Details */
.hhc-current-project-details {
    margin: 22px 0 0;
    padding: 0;

    list-style: none;
}

.hhc-current-project-details li {
    position: relative;

    margin-bottom: 9px;
    padding-left: 17px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

    color: rgba(255,255,255,0.92);
}

.hhc-current-project-details li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 7px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background-color: #ffffff;
}



/* =========================================================
   CURRENT PROJECT IMAGE GRID
   ========================================================= */

.hhc-current-gallery {
    display: grid;

    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;

    gap: 8px;
}


/* All image containers */
.hhc-current-image {
    position: relative;
    display: block;
    overflow: hidden;

    aspect-ratio: 4 / 3;
}


/* Large image occupies left side and both rows */
.hhc-current-image-main {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* Images fill their 4:3 containers */
.hhc-current-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.4s ease;
}


.hhc-current-image:hover img {
    transform: scale(1.025);
}


/* Small magnifying glass */
.hhc-current-enlarge {
    position: absolute;

    right: 9px;
    bottom: 9px;

    width: 26px;
    height: 26px;
    line-height: 26px;

    background-color: rgba(0,0,0,0.40);

    border-radius: 50%;

    color: #ffffff;
    font-size: 10px;
    text-align: center;

    pointer-events: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .hhc-current-project {
        max-width: none;
        margin: 50px 0 0;
        padding: 28px 22px;
    }

    .hhc-current-project-copy {
        padding-right: 0;
    }

    .hhc-current-project-copy h3 {
        font-size: 22px;
    }

    .hhc-current-gallery {
        margin-top: 20px;

        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .hhc-current-image-main {
        grid-column: 1 / 3;
        grid-row: 1;
    }

}

/* =========================================================
   OVERALL EXPERIENCE
   ========================================================= */

.hhc-overall-experience {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 680px;

    padding: 90px 0;

    overflow: hidden;
}


/* Full-bleed background image */
.hhc-overall-bg {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    z-index: 0;
}


/* Subtle dark veil over photograph */
.hhc-overall-shade {
    position: absolute;
    inset: 0;

    background-color: rgba(0, 0, 0, 0.18);

    z-index: 1;
}


/* Keep content above image */
.hhc-overall-container {
    position: relative;
    z-index: 2;
}



/* =========================================================
   COPY PANEL
   ========================================================= */

.hhc-overall-copy {
    max-width: 620px;

    padding: 42px 48px;

    background-color: rgba(255, 255, 255, 0.92);
}


/* Criterion heading */
.hhc-overall-heading h2 {
    color: var(--hhc-charcoal);
}


/* Body copy */
.hhc-overall-copy p {
    color: #000000;
}

.hhc-overall-copy p:last-child {
    margin-bottom: 0;
}



/* =========================================================
   VIDEO CALL TO ACTION
   ========================================================= */

.hhc-overall-video-wrap {
    text-align: center;
}


.hhc-overall-video {
    display: inline-flex;

    flex-direction: column;
    align-items: center;

    color: #ffffff;

    text-decoration: none;
}


.hhc-overall-video:hover,
.hhc-overall-video:focus {
    color: #ffffff;
    text-decoration: none;
}


/* Play circle */
.hhc-overall-play {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;

    border: 2px solid rgba(255,255,255,0.95);
    border-radius: 50%;

    color: #ffffff;
    font-size: 22px;

    transition: all 0.3s ease;
}


/* Visually center triangular play icon */
.hhc-overall-play i {
    position: relative;
    left: 3px;
}


/* Hover treatment */
.hhc-overall-video:hover .hhc-overall-play {
    background-color: rgba(255,255,255,0.14);

    transform: scale(1.06);
}


/* Video title */
.hhc-overall-video-title {
    margin-top: 21px;

    font-family: "Overpass", Arial, sans-serif;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.28em;
    text-transform: uppercase;

    color: #ffffff;

    text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}



/* =========================================================
   OVERALL EXPERIENCE — RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .hhc-overall-experience {
        min-height: 620px;

        padding: 65px 0;
    }

    .hhc-overall-copy {
        max-width: none;

        padding: 30px 28px;

        background-color: rgba(255,255,255,0.94);
    }

    .hhc-overall-video-wrap {
        margin-top: 10px;
    }

    .hhc-overall-play {
        width: 68px;
        height: 68px;

        font-size: 18px;
    }

    .hhc-overall-video-title {
        margin-top: 16px;

        font-size: 10px;
        letter-spacing: 0.22em;
    }

}

/* =========================================================
   FOOTER
   ========================================================= */

.hhc-footer {
    padding: 55px 0 38px;

    background-color: var(--hhc-blue);

    text-align: center;
}


/* Logo */
.hhc-footer-logo {
    margin-bottom: 24px;
}

.hhc-footer-logo img {
    display: block;

    width: 180px;
    max-width: 70%;

    height: auto;

    margin: 0 auto;
}


/* Contact Information */
.hhc-footer-contact {
    margin-bottom: 18px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;

    color: rgba(255,255,255,0.88);
}

.hhc-footer-contact a {
    color: rgba(255,255,255,0.88);

    text-decoration: none;

    transition: opacity 0.25s ease;
}

.hhc-footer-contact a:hover {
    color: #ffffff;
    opacity: 0.75;
}

.hhc-footer-divider {
    display: inline-block;

    margin: 0 10px;

    color: rgba(255,255,255,0.45);
}


/* Social Icons */
.hhc-footer-social {
    margin-bottom: 23px;
}

.hhc-footer-social a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin: 0 4px;

    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 50%;

    color: #ffffff;
    font-size: 13px;

    text-decoration: none;

    transition: all 0.25s ease;
}

.hhc-footer-social a:hover {
    background-color: rgba(255,255,255,0.14);

    border-color: #ffffff;

    color: #ffffff;

    transform: translateY(-2px);
}


/* Copyright */
.hhc-footer-copyright {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;

    letter-spacing: 0.04em;

    color: rgba(255,255,255,0.60);
}


/* =========================================================
   FOOTER — RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {

    .hhc-footer {
        padding: 45px 20px 32px;
    }

    .hhc-footer-logo img {
        width: 160px;
    }

    .hhc-footer-contact a {
        display: block;
    }

    .hhc-footer-divider {
        display: none;
    }

    .hhc-footer-contact a + a {
        margin-top: 4px;
    }

}

/* =========================================================
   STAFF CULTURE / CONTINUITY
   ========================================================= */

.hhc-staff-culture {
    margin-top: 60px;
}


/* ---------- CONTINUITY PROOF ---------- */

.hhc-staff-culture-proof {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;
}

.hhc-staff-culture-stat {
    display: flex;
    align-items: center;
}

.hhc-staff-culture-number {
    margin-right: 12px;

    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;

    color: #ffffff;
}

.hhc-staff-culture-label {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.45;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: rgba(255,255,255,0.78);
}

.hhc-staff-culture-divider {
    width: 1px;
    height: 40px;

    margin: 0 34px;

    background-color: rgba(255,255,255,0.30);
}


/* ---------- AUTOPLAY PHOTO STRIP ---------- */

.hhc-staff-gallery {
    margin: 0;
    padding: 0;
}

.hhc-staff-gallery .owl-stage {
    display: flex;
}

.hhc-staff-gallery .owl-item {
    margin: 0 !important;
}

.hhc-staff-gallery li {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hhc-staff-gallery img {
    display: block;

    width: 100%;
    aspect-ratio: 3 / 2;

    object-fit: cover;
    object-position: center;

    transition: transform 5s ease;
}


/* Very subtle life — not a portfolio hover effect */
.hhc-staff-gallery .owl-item.active img {
    transform: scale(1.015);
}


/* =========================================================
   STAFF PHILOSOPHY
   ========================================================= */

.hhc-staff-philosophy {
    padding-top: 18px;
    text-align: left;
}


/* Small introductory label */
.hhc-staff-philosophy-label {
    margin-bottom: 14px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.18em;
    text-transform: uppercase;

    color: rgba(255,255,255,0.70);
}


/* Philosophy headline */
.hhc-staff-philosophy h3 {
    max-width: 520px;
    margin-bottom: 28px;

    font-family: "Lora", Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;

    color: #ffffff;
}


/* Philosophy bullet list */
.hhc-staff-philosophy-list {
    margin: 0;
    padding: 0;

    list-style: none;
}


.hhc-staff-philosophy-list li {
    position: relative;

    margin-bottom: 0;
    padding: 17px 0 17px 22px;

    border-top: 1px solid rgba(255,255,255,0.20);

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;

    color: rgba(255,255,255,0.95);
}


.hhc-staff-philosophy-list li:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.20);
}


/* Small white bullet */
.hhc-staff-philosophy-list li::before {
    content: "";

    position: absolute;
    left: 2px;
    top: 25px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background-color: rgba(255,255,255,0.85);
}


/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .hhc-staff-philosophy {
        padding-top: 0;
    }

    .hhc-staff-philosophy h3 {
        font-size: 22px;
    }

}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .hhc-staff-culture {
        margin-top: 45px;
    }

    .hhc-staff-culture-proof {
        margin-bottom: 22px;
    }

    .hhc-staff-culture-number {
        font-size: 29px;
    }

    .hhc-staff-culture-label {
        font-size: 8px;
        letter-spacing: 0.09em;
    }

    .hhc-staff-culture-divider {
        margin: 0 18px;
    }

}

/* =========================================================
   EXCELLENCE — INTRO + AMENITY HIGHLIGHTS
   ========================================================= */

.hhc-excellence-intro {
    max-width: 960px;
    margin: 0 auto;
}

.hhc-excellence-intro > p {
    max-width: 820px;
    margin: 0 auto 30px;

    text-align: center;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;

    color: #000000;
}


/* Amenity overview */
.hhc-excellence-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;

    margin: 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid rgba(0,0,0,0.10);
}


.hhc-excellence-highlights li {
    position: relative;

    padding: 18px 28px 18px 20px;

    border-bottom: 1px solid rgba(0,0,0,0.10);
}


.hhc-excellence-highlights li:nth-child(odd) {
    border-right: 1px solid rgba(0,0,0,0.10);
}


/* Small burgundy marker */
.hhc-excellence-highlights li::before {
    content: "";

    position: absolute;
    left: 4px;
    top: 25px;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background-color: var(--hhc-burgundy);
}


/* Amenity name */
.hhc-excellence-highlights strong {
    display: block;

    margin-bottom: 5px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;

    color: var(--hhc-blue);
}


/* Description */
.hhc-excellence-highlights span {
    display: block;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;

    color: #000000;
}

.hhc-recognition-label {
    margin-top: 24px;
    margin-bottom: 0px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.10em;
    text-transform: uppercase;

    color: var(--hhc-blue);
}


/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .hhc-excellence-highlights {
        grid-template-columns: 1fr;
    }

    .hhc-excellence-highlights li:nth-child(odd) {
        border-right: 0;
    }

    .hhc-excellence-highlights li {
        padding-right: 10px;
    }

}

/* =========================================================
   UNIVERSAL RECOGNITION
   ========================================================= */

/* Allow image column to visually match the taller content column */
@media (min-width: 768px) {

    #universal-recognition .hhc-universal-row > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

    #universal-recognition .hhc-universal-image {
        flex: 1;
        width: 100%;
        min-height: 100%;
        overflow: hidden;
    }

    #universal-recognition .hhc-universal-image img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
    }

}


/* Recognition logos */
.hhc-recognition-logos {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 22px;
}


.hhc-recognition-logos img {
    display: block;

    width: 88px;
    height: 88px;

    object-fit: contain;
}


/* Mobile */
@media (max-width: 767px) {

    #universal-recognition .hhc-universal-image,
    #universal-recognition .hhc-universal-image img {
        height: auto;
        min-height: 0;
    }

    .hhc-recognition-logos {
        margin-top: 20px;
    }

    .hhc-recognition-logos img {
        width: 78px;
        height: 78px;
    }

}

/* =========================================================
   ADDITIONAL MEMBER VIDEOS
   ========================================================= */

.hhc-member-video-more {
    margin-top: 20px;
}

.hhc-member-video-more-label {
    margin-bottom: 9px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.14em;
    text-transform: uppercase;

    color: var(--hhc-blue);
}

.hhc-member-video-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.hhc-member-video-mini {
    position: relative;

    display: block;
    overflow: hidden;

    aspect-ratio: 16 / 9;

    background: #dddddd;
}

.hhc-member-video-mini::after {
    content: "";

    position: absolute;
    inset: 0;

    background: rgba(0,0,0,0.12);

    transition: background 0.3s ease;
}

.hhc-member-video-mini img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}

.hhc-member-video-mini:hover img {
    transform: scale(1.04);
}

.hhc-member-video-mini:hover::after {
    background: rgba(0,0,0,0.22);
}

.hhc-video-play-mini {
    position: absolute;
    z-index: 2;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    border: 1px solid rgba(255,255,255,0.90);
    border-radius: 50%;

    color: #ffffff;

    font-size: 8px;
}

.hhc-video-play-mini i {
    margin-left: 1px;
}

/* =========================================================
   MEMBER LIFE GALLERY
   ========================================================= */

.hhc-member-life {
    margin-bottom: 38px;
}

.hhc-member-life-label {
    margin-bottom: 14px;

    text-align: center;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: var(--hhc-blue);
}

.hhc-member-life-gallery {
    margin: 0;
    padding: 0;
}

.hhc-member-life-gallery li {
    overflow: hidden;
}

.hhc-member-life-gallery img {
    display: block;

    width: 100%;
    aspect-ratio: 3 / 2;

    object-fit: cover;
    object-position: center;
}

/* =========================================================
   STATIC MEMBER QUOTES
   ========================================================= */

.hhc-member-quote-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 8px;

    border-top: 0px solid rgba(0,0,0,0.10);
    border-left: 1px solid rgba(0,0,0,0.10);
}


.hhc-member-quote-small {
    position: relative;

    min-height: 145px;

    padding: 0 22px 12px;

    border-right: 1px solid rgba(0,0,0,0.10);
    border-bottom: 0;
}

/* Burgundy quotation mark */
.hhc-member-quote-small .hhc-quote-mark {
    height: 34px;

    margin-bottom: 4px;

    font-family: "Lora", Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 0.9;
	text-align: center;

    color: var(--hhc-burgundy);
}


.hhc-member-quote-small p {
    margin: 0 0 10px;

    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    text-align: center;

    color: #333333;
}


/* Member name */
.hhc-member-quote-small .hhc-quote-member {
    margin-top: auto;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
	text-align: center;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: var(--hhc-blue);
}


/* Member descriptor */
.hhc-member-quote-small .hhc-quote-detail {
    margin-top: 3px;

    font-family: "Overpass", Arial, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.4;
	text-align: center;

    color: #777777;
}


/* Tablet */
@media (max-width: 991px) {

    .hhc-member-quote-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* Mobile */
@media (max-width: 575px) {

    .hhc-member-quote-grid {
        grid-template-columns: 1fr;
    }

    .hhc-member-quote-small {
        min-height: 0;
    }

}

/* Supporting copy below governance statistics */
.hhc-gov-subtext {
    max-width: 220px;
    margin: 8px auto 0;

    font-family: "Lora", Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;

    color: rgba(255,255,255,0.76);
}


/* Centered financial highlight */
.hhc-governance-highlight {
    margin-top: 35px;
    text-align: center;
}

.hhc-governance-highlight-title {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #ffffff;
}

.hhc-governance-highlight-subtext {
    margin-top: 4px;

    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;

    color: rgba(255,255,255,0.78);
}

/* =========================================================
   GOVERNANCE — MEMBER PARTICIPATION
   ========================================================= */

.hhc-governance-vote-proof {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 30px;
}

.hhc-governance-vote-stat {
    display: flex;
    align-items: center;
}

.hhc-governance-vote-number {
    margin-right: 13px;

    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;

    color: #ffffff;
}

.hhc-governance-vote-label {
    font-family: "Overpass", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: rgba(255,255,255,0.82);
}

.hhc-governance-vote-detail {
    margin-top: 2px;

    font-family: "Lora", Georgia, serif;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;

    color: rgba(255,255,255,0.68);
}

.hhc-governance-vote-divider {
    width: 1px;
    height: 42px;

    margin: 0 35px;

    background-color: rgba(255,255,255,0.30);
}

@media (max-width: 767px) {

    .hhc-gov-subtext {
        font-size: 11px;
        padding: 0 5px;
    }

    .hhc-governance-highlight {
        margin-top: 18px;
    }

    .hhc-governance-vote-proof {
        flex-direction: column;
        gap: 22px;
    }

    .hhc-governance-vote-divider {
        width: 100px;
        height: 1px;
        margin: 0;
    }

    .hhc-governance-vote-stat {
        justify-content: center;
    }

    .hhc-governance-vote-number {
        font-size: 30px;
    }
}

/* Clickable engagement statistic */
.hhc-engagement-stats .hhc-stat-label a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(85, 109, 120, 0.45);

    transition: border-color 0.2s ease,
                color 0.2s ease;
}

.hhc-engagement-stats .hhc-stat-label a:hover {
    color: var(--hhc-burgundy);
    border-bottom-color: var(--hhc-burgundy);
}