.elementor-6644 .elementor-element.elementor-element-c8f9adc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6644 .elementor-element.elementor-element-c8f9adc:not(.elementor-motion-effects-element-type-background), .elementor-6644 .elementor-element.elementor-element-c8f9adc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-6644 .elementor-element.elementor-element-788397d{--grid-row-gap:35px;padding:8px 8px 8px 8px;--grid-column-gap:31px;}.elementor-6644 .elementor-element.elementor-element-788397d .elementor-post__thumbnail__link{width:100%;}.elementor-6644 .elementor-element.elementor-element-788397d .elementor-post__meta-data span + span:before{content:"///";}.elementor-6644 .elementor-element.elementor-element-788397d.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-6644 .elementor-element.elementor-element-788397d.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-6644 .elementor-element.elementor-element-788397d.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-6644 .elementor-element.elementor-element-788397d .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-6644 .elementor-element.elementor-element-788397d .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-6644 .elementor-element.elementor-element-788397d .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-6644 .elementor-element.elementor-element-788397d .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-6644 .elementor-element.elementor-element-788397d .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}body.elementor-page-6644:not(.elementor-motion-effects-element-type-background), body.elementor-page-6644 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body.elementor-page-6644{margin:-1px -1px -1px -1px;}@media(max-width:767px){.elementor-6644 .elementor-element.elementor-element-788397d .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-6dc2037 *//* ======================================
   TILLETT ARCHIVE HEADER
   ====================================== */
.tillett-archive-header {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background Image */
.archive-header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* Dark Overlay */
.archive-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(0,0,0,0.3) 0%,
        rgba(0,0,0,0.6) 50%,
        rgba(0,0,0,0.9) 100%
    );
    z-index: 2;
}

/* Content Container */
.archive-header-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 40px;
    max-width: 900px;
}

/* Breadcrumb */
.archive-header-breadcrumb {
    margin-bottom: 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.archive-header-breadcrumb a {
    color: #F9D616;
    text-decoration: none;
    transition: color 0.3s ease;
}
.archive-header-breadcrumb a:hover {
    color: #fff;
}
.archive-header-breadcrumb .breadcrumb-sep {
    color: rgba(255,255,255,0.3);
    margin: 0 8px;
}
.archive-header-breadcrumb .current {
    color: rgba(255,255,255,0.7);
}

/* Title */
.archive-header-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* Yellow Accent Line */
.archive-header-accent {
    width: 80px;
    height: 4px;
    background: #F9D616;
    margin: 0 auto 25px;
}

/* Description */
.archive-header-desc {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Article Count */
.archive-header-count {
    display: inline-block;
    padding: 8px 20px;
    background: #F9D616;
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .tillett-archive-header {
        height: 60vh;
        min-height: 450px;
    }
    .archive-header-title {
        font-size: 2.2rem;
    }
    .archive-header-content {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .tillett-archive-header {
        height: 55vh;
        min-height: 400px;
    }
    .archive-header-title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .archive-header-content {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS *//* ============================================================
   TILLETT – BLOG ARCHIVE & CATEGORY PAGE STYLING
   Full-bleed image cards with overlay text
   ============================================================ */

/* --- POST CARDS --- */
article.elementor-post {
    position: relative !important;
    overflow: hidden !important;
    min-height: 340px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

article.elementor-post:hover {
    border-color: #F9D616 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}

/* --- THUMBNAIL — fills entire card as background --- */
.elementor-post__thumbnail__link {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    z-index: 0;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.elementor-post__thumbnail {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    inset: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    transition: filter 0.4s ease;
    filter: brightness(0.75);
}

/* --- GRADIENT OVERLAY --- */
article.elementor-post::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95) 0%,
        rgba(0,0,0,0.5) 50%,
        rgba(0,0,0,0.1) 100%
    );
    transition: background 0.3s ease;
}

article.elementor-post:hover::after {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.98) 0%,
        rgba(0,0,0,0.65) 55%,
        rgba(0,0,0,0.2) 100%
    );
}

/* Yellow bar at top */
article.elementor-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 40px;
    background-color: #F9D616;
    z-index: 3;
    transition: width 0.35s ease;
}

article.elementor-post:hover::before {
    width: 100%;
}

/* --- TEXT AREA — sits above overlay --- */
.elementor-post__text {
    position: relative !important;
    z-index: 2 !important;
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    background: none !important;
}

/* --- META --- */
.elementor-post__meta-data {
    order: 0;
    margin: 0 !important;
}

.elementor-post-date {
    color: rgba(255,255,255,0.5) !important;
    font-size: 0.68rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

.elementor-post-avatar {
    display: none !important;
}

/* --- TITLE --- */
.elementor-post__title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    margin: 0 !important;
    order: 1;
}

.elementor-post__title a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

article.elementor-post:hover .elementor-post__title a {
    color: #F9D616 !important;
}

/* --- EXCERPT --- */
.elementor-post__excerpt {
    order: 2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

article.elementor-post:hover .elementor-post__excerpt {
    max-height: 80px;
    opacity: 1;
}

.elementor-post__excerpt p {
    color: rgba(255,255,255,0.75) !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- READ MORE --- */
a.elementor-post__read-more {
    display: inline-block !important;
    color: #F9D616 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-decoration: none !important;
    transition: color 0.2s ease, transform 0.2s ease;
    order: 3;
    align-self: flex-start;
}

a.elementor-post__read-more:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

/* --- PAGINATION --- */
nav.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 10px;
}

nav.elementor-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: #3f3f3f;
    border: 1px solid #555;
    color: #aaaaaa !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none !important;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    transition: all 0.2s ease;
}

nav.elementor-pagination .page-numbers:hover,
nav.elementor-pagination .page-numbers.current {
    background: #F9D616;
    border-color: #F9D616;
    color: #2a2a2a !important;
    font-weight: 800;
}

.elementor-screen-only {
    display: none !important;
}/* End custom CSS */