/* =============================================
   AZ FURNITURE - HOMEPAGE STYLES
   ============================================= */

/* --- Global Typography --- */
body.page-template-default .entry-content,
body.home .entry-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.az-section-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
}

.az-hero-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
}

/* Remove GP default content padding on homepage */
body.home .site-content,
body.page-template-default.home .site-content {
    padding: 0 !important;
}

body.home .content-area,
body.home .site-main {
    margin: 0 !important;
    padding: 0 !important;
}

body.home .inside-article {
    padding: 0 !important;
    margin: 0 !important;
}

body.home .entry-content>.alignfull {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}

/* --- HERO SECTION --- */
.az-hero {
    position: relative;
}

.az-hero .wp-block-cover__inner-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.az-hero .az-hero-heading mark {
    text-decoration: underline;
    text-decoration-color: #C17F3E;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px;
}

.az-btn-primary .wp-block-button__link:hover {
    background-color: #a86b2f !important;
    transform: translateY(-1px);
    transition: all 0.3s ease;
}

.az-btn-outline .wp-block-button__link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease;
}

/* --- HEADER ACTIONS --- */
.main-navigation .main-nav ul li.az-menu-hotline>a {
    align-items: center;
    background: #1a2332;
    border: 1px solid rgba(193, 127, 62, 0.35);
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    min-height: 40px;
    padding: 0 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-navigation .main-nav ul li.az-menu-hotline>a::before {
    background-color: #C17F3E;
    content: "";
    display: inline-block;
    flex: 0 0 16px;
    height: 16px;
    margin-right: 8px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.6 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.12a2 2 0 0 1 2.11-.45c.84.28 1.72.48 2.62.6A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.6 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.12a2 2 0 0 1 2.11-.45c.84.28 1.72.48 2.62.6A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 16px;
}

.main-navigation .main-nav ul li.az-menu-hotline>a:hover,
.main-navigation .main-nav ul li.az-menu-hotline.sfHover>a {
    background: #C17F3E;
    border-color: #C17F3E;
    color: #ffffff !important;
}

.main-navigation .main-nav ul li.az-menu-hotline>a:hover::before,
.main-navigation .main-nav ul li.az-menu-hotline.sfHover>a::before {
    background-color: currentColor;
}

.main-navigation .main-nav ul li.az-menu-search-item .search-item>a,
.main-navigation .menu-bar-item.search-item>a {
    align-items: center;
    border: 1px solid #d8dde6;
    border-radius: 4px;
    color: #1a2332 !important;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    margin-left: 10px;
    min-height: 40px;
    padding: 0;
    width: 40px;
}

.main-navigation .main-nav ul li.az-menu-search-item .search-item>a:hover,
.main-navigation .main-nav ul li.az-menu-search-item .search-item.active>a,
.main-navigation .menu-bar-item.search-item>a:hover {
    border-color: #C17F3E;
    color: #C17F3E !important;
}

@media (max-width: 768px) {
    #site-navigation>.inside-navigation>.menu-bar-items,
    #mobile-menu-control-wrapper>.menu-bar-items {
        display: none;
    }

    .main-navigation .main-nav ul li.az-menu-search-item .search-item>a {
        margin: 8px 14px 0;
        width: calc(100% - 28px);
    }

    .main-navigation .main-nav ul li.az-menu-hotline>a {
        justify-content: center;
        margin: 8px 14px;
        width: calc(100% - 28px);
    }
}

/* --- TRUST BAR --- */
.az-trust-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.az-trust-bar :where(.wp-block-columns) {
    margin-bottom: 0;
}

.az-trust-bar>.wp-block-group__inner-container {
    padding: 15px !important;
}

.az-trust-bar .wp-block-columns {
    gap: 0 !important;
}

.az-trust-bar .wp-block-column {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.az-trust-bar .wp-block-column:last-child {
    border-right: none;
}

.az-trust-item {
    white-space: nowrap;
    margin: 0 !important;
    font-size: 17px !important;
}

/* --- ABOUT SECTION --- */
.az-about {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}

.az-about :where(.wp-block-columns) {
    margin-bottom: 0em !important;
}

.az-card>.wp-block-group__inner-container {
    padding: 0 !important;
}

.az-about .az-label {
    color: #C17F3E !important;
}

.az-about .az-section-heading em {
    font-family: 'Playfair Display', Georgia, serif;
    color: #C17F3E;
}

.az-about>.wp-block-columns {
    align-items: center;
    gap: 70px !important;
}

.az-link-arrow a {
    color: #1a2332 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.az-link-arrow a:hover {
    color: #C17F3E !important;
}

.az-about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.az-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 18px rgba(0,0,0,0.04);
    min-height: 220px;
    padding: 28px 24px 26px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.az-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.az-card-image-wrap {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.az-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.az-card-title-wrap {
    flex: 1;
    min-width: 0;
}

.az-card h4 {
    color: #1f2933;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.az-card p {
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.az-card-desc {
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.az-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* --- SERVICES SECTION --- */
.az-service-card {
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.az-service-card:hover {
    transform: scale(1.02);
}

.az-service-card .wp-block-cover__inner-container {
    display: flex;
    align-items: flex-end;
    padding: 20px !important;
}

.az-service-card .wp-block-cover__background {
    transition: opacity 0.3s ease;
}

.az-service-card:hover .wp-block-cover__background {
    opacity: 0.6 !important;
}

.az-home-service-grid,
.az-home-project-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 8px;
}

.az-home-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-home-cover-card {
    border-radius: 12px;
    color: #ffffff !important;
    display: flex;
    min-height: 260px;
    overflow: hidden;
    position: relative;
    text-decoration: none !important;
}

.az-home-cover-card__image,
.az-home-cover-card__overlay {
    inset: 0;
    position: absolute;
}

.az-home-cover-card__image {
    background-position: center;
    background-size: cover;
    transform: scale(1.001);
    transition: transform 0.3s ease;
}

.az-home-cover-card__overlay {
    background: linear-gradient(180deg, rgba(26, 35, 50, 0.08) 0%, rgba(26, 35, 50, 0.74) 100%);
}

.az-home-cover-card__title,
.az-home-project-card__content {
    align-self: flex-end;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.az-home-cover-card:hover .az-home-cover-card__image {
    transform: scale(1.06);
}

.az-home-project-card {
    min-height: 320px;
}

.az-home-project-card__content {
    display: grid;
    gap: 5px;
    width: 100%;
}

.az-home-project-card__meta {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
}

.az-home-view-all {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.az-home-view-all__link {
    background: #C17F3E;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 22px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.az-home-view-all__link:hover {
    background: #a96c30;
}

/* --- PORTFOLIO SECTION --- */
.az-filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.az-filter-tab {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #666;
    background: #f0f0f0;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    text-decoration: none !important;
}

.az-filter-tab:hover {
    color: #ffffff;
    background: #C17F3E;
}

.az-filter-tab.active {
    color: #ffffff;
    background: #C17F3E;
}

.az-view-all {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #1a2332 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.az-view-all:hover {
    color: #C17F3E !important;
}

.az-project-card {
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.az-project-card:hover {
    transform: scale(1.02);
}

.az-project-card .wp-block-cover__inner-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px !important;
}

.az-project-info {
    padding: 0 !important;
}

.az-project-info .wp-block-heading {
    margin-bottom: 2px !important;
}

.az-project-info p {
    opacity: 0.8;
    margin: 0 !important;
}

/* --- WHY CHOOSE US --- */


.az-feature-card {
    text-align: center;
    transition: all 0.3s ease;
    background: transparent;
    height: 100%;
}

.az-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.az-feature-grid .az-card {
    min-height: 170px;
    padding: 22px 18px 20px !important;
}

.az-feature-icon {
    align-items: center;
    display: flex;
    flex: 0 0 42px;
    font-size: 28px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.az-feature-grid .az-card-header {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
}

.az-feature-grid .az-card h4 {
    font-size: 17px;
    white-space: normal;
}

.az-feature-card:hover {
    border-color: #C17F3E !important;
    transform: translateY(-2px);
}

/* --- TESTIMONIAL --- */
.az-testimonial {
    position: relative;
}

/* --- BLOG SECTION --- */
.az-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.az-blog-grid>.wp-block-column {
    margin: 0;
    min-width: 0;
}

.az-blog-card {
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.az-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.az-blog-card .wp-block-image {
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.az-blog-card .wp-block-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.az-blog-card>.wp-block-group,
.az-blog-card>.wp-block-group__inner-container {
    padding: 0 !important;
}

.az-blog-card a {
    color: #C17F3E !important;
    text-decoration: none !important;
}

.az-blog-card a:hover {
    text-decoration: underline !important;
}

.az-home-post-card {
    background: #ffffff;
    border-radius: 12px;
}

.az-home-post-card__image {
    display: block;
    line-height: 0;
}

.az-home-post-card__image img {
    aspect-ratio: 4 / 3;
    border-radius: 12px 12px 0 0;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.az-home-post-card__body {
    padding: 10px 10px 18px;
}

.az-home-post-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 18px;
}

.az-home-post-card__title a {
    color: #111827 !important;
    text-decoration: none !important;
}

.az-home-post-card__more {
    color: #C17F3E !important;
    display: inline-flex;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
}

/* =============================================
   BREADCRUMB
   ============================================= */
.az-breadcrumb-wrap {
    background: #ffffff;
    border-top: 1px solid rgba(26, 35, 50, 0.06);
    border-bottom: 1px solid rgba(26, 35, 50, 0.08);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 10px;
}

.az-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    width: 100%;
}

.az-breadcrumb__item {
    align-items: center;
    color: #667085;
    display: inline-flex;
    font-size: 13px;
    line-height: 1.5;
    min-width: 0;
}

.az-breadcrumb__item:not(:last-child)::after {
    color: #98a2b3;
    content: "/";
    margin-left: 7px;
}

.az-breadcrumb__item a {
    color: #667085 !important;
    text-decoration: none !important;
}

.az-breadcrumb__item a:hover {
    color: #C17F3E !important;
}

.az-breadcrumb__item span {
    color: #1a2332;
    font-weight: 600;
}

/* =============================================
   SINGLE POST RELATED SIDEBAR
   ============================================= */
.single-post .inside-right-sidebar {
    position: sticky;
    top: 24px;
}

.az-related-sidebar-section {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    overflow: hidden;
    padding: 18px;
}

.az-related-sidebar-section h2 {
    border-bottom: 2px solid #C17F3E;
    color: #1a2332;
    display: inline-block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.4px;
    line-height: 1.35;
    margin: 0 0 16px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.az-related-sidebar-list {
    display: grid;
    gap: 16px;
}

.az-related-sidebar-card {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0 0 16px;
}

.az-related-sidebar-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.az-related-sidebar-card__image {
    background: #f1f3f6;
    border-radius: 6px;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.az-related-sidebar-card__image img,
.az-related-sidebar-card__image span {
    display: block;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.az-related-sidebar-card__image span {
    background: linear-gradient(135deg, #1a2332, #C17F3E);
}

.az-related-sidebar-card h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.az-related-sidebar-card h3 a {
    color: #111827 !important;
    text-decoration: none !important;
}

.az-related-sidebar-card h3 a:hover {
    color: #C17F3E !important;
}

/* =============================================
   CATEGORY ARCHIVE - GOC TU VAN
   ============================================= */
body.category-goc-tu-van .site-content {
    display: block;
    padding: 0 !important;
}

body.category-goc-tu-van .content-area,
body.category-goc-tu-van .site-main {
    width: 100%;
}

.az-category-archive {
    background: #f9f9f9;
    color: #1a2332;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
}

.az-category-intro {
    background: #ffffff;
    padding: 56px 10px 34px;
}

.az-category-intro__inner,
.az-category-content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.az-category-intro h1 {
    color: #1a2332;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.az-category-intro p:last-child {
    color: #4a5568;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 680px;
}

.az-category-content {
    padding: 34px 10px 60px;
}

.az-featured-posts {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    margin-bottom: 28px;
}

.az-featured-posts__side {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.az-archive-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-archive-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.az-archive-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.az-archive-card__media {
    background: #ececec;
    display: block;
    overflow: hidden;
}

.az-archive-card__image,
.az-archive-card__placeholder {
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.az-archive-card__placeholder {
    background: linear-gradient(135deg, #1a2332, #C17F3E);
}

.az-archive-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 10px 20px;
}

.az-archive-card__label {
    color: #C17F3E;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.az-archive-card__title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 10px;
}

.az-archive-card__title a {
    color: #111827 !important;
    text-decoration: none !important;
}

.az-archive-card__title a:hover {
    color: #C17F3E !important;
}

.az-archive-card__excerpt {
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.az-archive-card__link {
    color: #C17F3E !important;
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
    text-decoration: none !important;
    text-transform: uppercase;
}

.az-archive-card.is-featured .az-archive-card__image,
.az-archive-card.is-featured .az-archive-card__placeholder {
    height: 380px;
}

.az-archive-card.is-featured .az-archive-card__body {
    padding: 16px 18px 22px;
}

.az-archive-card.is-featured .az-archive-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    line-height: 1.2;
}

.az-archive-card.is-featured .az-archive-card__excerpt {
    font-size: 15px;
}

.az-archive-card.is-compact {
    display: flex;
    flex-direction: column;
}

.az-archive-card.is-compact .az-archive-card__media,
.az-archive-card.is-compact .az-archive-card__image,
.az-archive-card.is-compact .az-archive-card__placeholder {
    height: 150px;
    min-height: 0;
}

.az-archive-card.is-compact .az-archive-card__body {
    padding: 12px 12px 14px;
}

.az-archive-card.is-compact .az-archive-card__title {
    font-size: 15px;
    margin-bottom: 8px;
}

.az-archive-card.is-compact .az-archive-card__excerpt {
    display: none;
}

.az-archive-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 38px;
}

.az-archive-pagination .page-numbers {
    align-items: center;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 4px;
    color: #1a2332;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0 12px;
    text-decoration: none !important;
}

.az-archive-pagination .page-numbers.current,
.az-archive-pagination .page-numbers:hover {
    background: #C17F3E;
    border-color: #C17F3E;
    color: #ffffff;
}

.az-archive-empty {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
}

/* CTA Card */
.az-cta-section {
    text-align: center;
}

.az-cta-section .wp-block-buttons {
    justify-content: center;
}

.az-cta-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 380px;
}

/* =============================================
   SERVICE & PROJECT PAGES
   ============================================= */
body:has(.az-service-page) .site-content,
body:has(.az-service-index) .site-content,
body:has(.az-project-page) .site-content,
body:has(.az-project-index) .site-content,
body:has(.az-about-page) .site-content,
body:has(.az-contact-page) .site-content {
    padding: 0 !important;
}

body:has(.az-service-page) .inside-article,
body:has(.az-service-index) .inside-article,
body:has(.az-project-page) .inside-article,
body:has(.az-project-index) .inside-article,
body:has(.az-about-page) .inside-article,
body:has(.az-contact-page) .inside-article {
    padding: 0 !important;
    margin: 0 !important;
}

body:has(.az-service-page) .entry-header,
body:has(.az-service-index) .entry-header,
body:has(.az-project-page) .entry-header,
body:has(.az-project-index) .entry-header,
body:has(.az-about-page) .entry-header,
body:has(.az-contact-page) .entry-header {
    display: none;
}

.az-service-page,
.az-service-index,
.az-project-page,
.az-project-index,
.az-about-page,
.az-about-overview,
.az-about-eeat,
.az-about-workshop,
.az-about-process,
.az-about-values,
.az-contact-page,
.az-contact-main,
.az-contact-trust,
.az-contact-map,
.az-contact-faq,
.az-service-problem,
.az-service-solution,
.az-service-scope,
.az-service-pricing,
.az-service-process,
.az-project-quick-info,
.az-project-gallery,
.az-project-story,
.az-project-scope,
.az-related-services,
.az-final-cta,
.az-service-index-grid,
.az-project-index-grid {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0 !important;
    padding: 30px 10px !important;
}

.az-page-container {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.az-page-hero .az-page-container,
.az-final-cta .az-page-container {
    max-width: 880px;
    text-align: center;
}

.az-page-kicker {
    color: #C17F3E;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.az-page-hero h1,
.az-page-hero h2,
.az-final-cta h2,
.az-service-problem h2,
.az-service-solution h2,
.az-service-scope h2,
.az-service-pricing h2,
.az-service-process h2,
.az-project-quick-info h2,
.az-project-gallery h2,
.az-project-story h2,
.az-project-scope h2,
.az-related-services h2,
.az-service-index-grid h2,
.az-project-index-grid h2,
.az-about-overview h2,
.az-about-eeat h2,
.az-about-workshop h2,
.az-about-process h2,
.az-about-values h2,
.az-contact-main h2,
.az-contact-trust h2,
.az-contact-map h2,
.az-contact-faq h2 {
    color: #1a2332;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
    text-align: center;
}

.az-dark-hero h1,
.az-dark-hero h2,
.az-final-cta h2 {
    color: #ffffff;
}

.az-page-lead,
.az-final-cta p {
    color: #d8dde6;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 24px;
    max-width: 760px;
}

.az-final-cta {
    background: #f6efe7;
    border-top: 1px solid #eadbc9;
}

.az-final-cta .az-page-container {
    background: #ffffff;
    border: 1px solid #eadbc9;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(26, 35, 50, 0.08);
    padding: 42px 28px;
}

.az-final-cta h2 {
    color: #1a2332;
}

.az-final-cta p {
    color: #445064;
}

.az-page-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.az-page-btn {
    border-radius: 4px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.az-page-btn:hover {
    transform: translateY(-1px);
}

.az-page-btn-primary {
    background: #C17F3E;
    color: #ffffff !important;
}

.az-page-btn-primary:hover {
    background: #a86b2f;
}

.az-page-btn-outline {
    border: 1px solid currentColor;
    color: #ffffff !important;
}

.az-service-index .az-page-btn-outline,
.az-service-page .az-page-btn-outline,
.az-project-index .az-page-btn-outline,
.az-project-page .az-page-btn-outline {
    color: #ffffff !important;
}

.az-three-grid,
.az-check-grid,
.az-project-meta,
.az-list-grid {
    display: grid;
    gap: 18px;
}

.az-three-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-three-grid>div,
.az-check-grid>div,
.az-project-meta>div {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    padding: 22px;
}

.az-three-grid strong {
    color: #1a2332;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.az-three-grid p,
.az-split p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.az-split {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.az-split img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.az-check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-check-grid>div {
    color: #1a2332;
    font-weight: 600;
}

.az-pricing-box {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 28px;
}

.az-pricing-box span,
.az-project-meta span {
    color: #C17F3E;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.az-pricing-box strong,
.az-project-meta strong {
    color: #1a2332;
    display: block;
    font-size: 24px;
    line-height: 1.3;
}

.az-pricing-box small {
    color: #6b7280;
    display: block;
    line-height: 1.6;
    margin-top: 10px;
}

.az-pricing-box ul {
    color: #4a5568;
    line-height: 1.75;
    margin: 0;
    padding-left: 20px;
}

.az-step-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.az-step-row>div {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 20px 14px;
    text-align: center;
}

.az-step-row b {
    color: #C17F3E;
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.az-step-row span {
    color: #1a2332;
    font-weight: 700;
}

.az-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-list-card {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    color: inherit !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.az-list-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.az-list-card img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.az-list-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.az-list-card strong {
    color: #1a2332;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.az-list-card small {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
}

.az-list-card em {
    color: #C17F3E;
    font-style: normal;
    font-weight: 700;
    margin-top: auto;
    padding-top: 18px;
}

.az-project-meta {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.az-project-meta>div {
    min-height: 120px;
}

.az-project-meta strong {
    font-size: 18px;
}

.az-gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1.4fr 1fr 1fr;
}

.az-gallery-grid img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.az-gallery-grid img:first-child {
    grid-row: span 2;
}

.az-project-photo-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-project-photo-grid figure {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    margin: 0;
    overflow: hidden;
}

.az-project-photo-grid img {
    aspect-ratio: 4 / 3;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.az-project-photo-grid figcaption {
    color: #4a5568;
    font-size: 13px;
    line-height: 1.55;
    padding: 10px 12px 12px;
}

.az-project-timeline {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-project-timeline>div {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.az-project-timeline b {
    color: #C17F3E;
    display: block;
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.az-project-timeline strong {
    color: #1a2332;
    display: block;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.az-project-timeline p {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.az-project-testimonial {
    background: #1a2332;
    border-radius: 8px;
    color: #ffffff;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px;
    text-align: center;
}

.az-project-testimonial blockquote {
    border: 0;
    color: #ffffff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-style: normal;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.az-project-testimonial cite {
    color: #d8dde6;
    display: block;
    font-size: 14px;
    font-style: normal;
    margin-top: 16px;
}

.az-project-proof-list {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.75;
    margin: 18px 0 0;
    padding-left: 20px;
}

.az-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.az-related-links a {
    border: 1px solid #d8dde6;
    border-radius: 4px;
    color: #1a2332 !important;
    font-weight: 700;
    padding: 12px 16px;
    text-decoration: none !important;
}

.az-related-links a:hover {
    border-color: #C17F3E;
    color: #C17F3E !important;
}

/* =============================================
   ADVISORY POSTS
   ============================================= */
.single-post .inside-article {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.az-advisory-article {
    color: #1f2933;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.az-advisory-article h2,
.az-advisory-article h3 {
    color: #1a2332;
    font-family: 'Playfair Display', Georgia, serif;
    line-height: 1.25;
}

.az-advisory-article h2 {
    font-size: 34px;
    margin-top: 34px;
}

.az-advisory-article h3 {
    font-size: 24px;
    margin-top: 26px;
}

.az-advisory-article p,
.az-advisory-article li {
    color: #344054;
    font-size: 16px;
    line-height: 1.8;
}

.az-advisory-summary,
.az-advisory-toc,
.az-advisory-note,
.az-advisory-cta,
.az-advisory-faq details {
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 20px;
}

.az-advisory-toc ol {
    margin-bottom: 0;
}

.az-advisory-figure {
    margin: 28px 0;
}

.az-advisory-figure img {
    border-radius: 6px;
    display: block;
    height: auto;
    width: 100%;
}

.az-advisory-figure figcaption {
    color: #667085;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
}

.az-advisory-checklist {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
    padding-left: 0;
}

.az-advisory-checklist li {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    list-style: none;
    padding: 14px 16px;
}

.az-advisory-cta {
    background: #1a2332;
    margin-top: 34px;
}

.az-advisory-cta h2,
.az-advisory-cta p {
    color: #ffffff;
}

.az-advisory-cta a {
    background: #C17F3E;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 18px;
    text-decoration: none !important;
}

.az-advisory-faq {
    display: grid;
    gap: 12px;
}

.az-advisory-faq summary {
    color: #1a2332;
    cursor: pointer;
    font-weight: 700;
}

.az-advisory-faq p {
    margin-bottom: 0;
}

.az-proof-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.az-proof-grid article {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    padding: 22px;
}

.az-proof-grid strong,
.az-contact-panel h2,
.az-contact-info h2 {
    color: #1a2332;
}

.az-proof-grid p,
.az-contact-info dd,
.az-contact-info address,
.az-contact-panel p,
.az-faq-list p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.7;
}

.az-contact-layout {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.az-contact-panel,
.az-contact-info {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    padding: 28px;
}

.az-contact-form {
    display: grid;
    gap: 12px;
}

.az-contact-form label {
    color: #1a2332;
    font-size: 13px;
    font-weight: 700;
}

.az-contact-form input,
.az-contact-form select,
.az-contact-form textarea {
    border: 1px solid #d8dde6;
    border-radius: 4px;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.az-contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.az-contact-form button {
    background: #C17F3E;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    min-height: 46px;
    padding: 0 22px;
    text-transform: uppercase;
}

.az-contact-panel .wpcf7 {
    margin-top: 6px;
}

.az-contact-panel .wpcf7-form {
    display: grid;
    gap: 14px;
}

.az-contact-panel .az-cf7-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.az-contact-panel .wpcf7-form label {
    color: #1a2332;
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
}

.az-contact-panel .wpcf7-form-control-wrap {
    display: block;
}

.az-contact-panel .wpcf7 input[type="text"],
.az-contact-panel .wpcf7 input[type="email"],
.az-contact-panel .wpcf7 input[type="tel"],
.az-contact-panel .wpcf7 select,
.az-contact-panel .wpcf7 textarea {
    border: 1px solid #d8dde6;
    border-radius: 4px;
    box-shadow: none;
    color: #1a2332;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.az-contact-panel .wpcf7 textarea {
    min-height: 130px;
    resize: vertical;
}

.az-contact-panel .wpcf7-list-item {
    margin: 0;
}

.az-contact-panel .wpcf7-acceptance label {
    align-items: start;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}

.az-contact-panel .wpcf7-acceptance input {
    margin-top: 4px;
}

.az-contact-panel .wpcf7-submit {
    background: #C17F3E;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    min-height: 46px;
    padding: 0 22px;
    text-transform: uppercase;
}

.az-contact-panel .wpcf7-submit:hover {
    background: #a86b2f;
}

.az-contact-panel .wpcf7-not-valid-tip {
    color: #b42318;
    font-size: 12px;
    font-weight: 600;
    margin-top: 6px;
}

.az-contact-panel .wpcf7-response-output {
    border-radius: 4px;
    margin: 0 !important;
    padding: 12px 14px !important;
}

.az-form-note {
    border-top: 1px solid #ececec;
    margin-top: 16px;
    padding-top: 14px;
}

.az-contact-info address {
    font-style: normal;
    margin-bottom: 20px;
}

.az-contact-info a {
    color: #C17F3E;
    text-decoration: none;
}

.az-contact-info dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.az-contact-info dt {
    color: #1a2332;
    font-weight: 700;
}

.az-contact-info dd {
    margin: 4px 0 0;
}

.az-contact-image {
    margin-top: 22px;
}

.az-contact-image img {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.az-faq-list {
    display: grid;
    gap: 12px;
    margin: 0 auto;
    max-width: 900px;
}

.az-faq-list details {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 18px 20px;
}

.az-faq-list summary {
    color: #1a2332;
    cursor: pointer;
    font-weight: 700;
}

.az-faq-list p {
    margin: 12px 0 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .az-hero-heading {
        font-size: 40px !important;
    }

    .az-about>.wp-block-columns {
        gap: 40px !important;
    }

    .az-card {
        padding: 28px 22px 24px !important;
    }

    .az-filter-tabs {
        gap: 6px;
    }

    .az-filter-tab {
        padding: 6px 14px;
        font-size: 12px;
    }

    .az-home-service-grid,
    .az-home-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .az-hero-heading {
        font-size: 32px !important;
    }

    .az-section-heading {
        font-size: 28px !important;
    }

    .az-trust-bar .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .az-trust-bar .wp-block-column {
        flex-basis: 50% !important;
        margin-bottom: 8px;
        border-right: none;
    }

    .az-filter-tabs {
        justify-content: flex-start;
    }

    .az-view-all {
        margin-left: 0;
        margin-top: 12px;
        width: 100%;
    }

    .az-about-card-grid {
        grid-template-columns: 1fr;
    }

    .az-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-card {
        min-height: auto;
    }

    .az-project-card {
        min-height: 240px !important;
    }

    .az-home-cover-card {
        min-height: 220px;
    }

    .az-why-us .wp-block-columns.are-vertically-aligned-center {
        flex-direction: column;
    }

    .az-why-us .wp-block-columns .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .az-why-us .wp-block-columns .wp-block-columns .wp-block-column {
        flex-basis: 48% !important;
    }

    .az-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .az-category-intro {
        padding: 44px 10px 28px;
    }

    .az-category-intro h1 {
        font-size: 38px;
    }

    .az-featured-posts {
        grid-template-columns: 1fr;
        margin-bottom: 16px;
    }

    .az-featured-posts__side,
    .az-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-featured-posts__side {
        grid-template-rows: none;
    }

    .az-archive-card.is-compact {
        display: flex;
    }

    .az-archive-card.is-compact .az-archive-card__media,
    .az-archive-card.is-compact .az-archive-card__image,
    .az-archive-card.is-compact .az-archive-card__placeholder {
        height: 160px;
        min-height: 0;
    }

    .az-three-grid,
    .az-list-grid,
    .az-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-project-meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .az-project-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-project-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-step-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .az-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-contact-layout {
        grid-template-columns: 1fr;
    }

    .single-post .inside-right-sidebar {
        position: static;
    }
}

@media (max-width: 480px) {
    .az-hero-heading {
        font-size: 28px !important;
    }

    .az-hero .wp-block-buttons {
        flex-direction: column;
    }

    .az-trust-bar .wp-block-column {
        flex-basis: 100% !important;
    }

    .az-about .wp-block-columns {
        flex-direction: column;
    }

    .az-services .wp-block-columns {
        flex-direction: column;
    }

    .az-portfolio .wp-block-columns {
        flex-direction: column;
    }

    .az-why-us .wp-block-columns .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .az-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .az-feature-grid .az-card {
        padding: 18px 12px 16px !important;
    }

    .az-feature-grid .az-card h4 {
        font-size: 14px;
    }

    .az-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .az-blog-card .wp-block-image img {
        height: 130px;
    }

    .az-home-cover-card {
        min-height: 190px;
    }

    .az-home-cover-card__title,
    .az-home-project-card__content {
        font-size: 14px;
        padding: 14px;
    }

    .az-category-content {
        padding-bottom: 44px;
    }

    .az-category-intro h1 {
        font-size: 32px;
    }

    .az-category-intro p:last-child {
        font-size: 15px;
    }

    .az-featured-posts,
    .az-featured-posts__side,
    .az-archive-grid {
        gap: 12px;
    }

    .az-archive-card__image,
    .az-archive-card__placeholder,
    .az-archive-card.is-compact .az-archive-card__media,
    .az-archive-card.is-compact .az-archive-card__image,
    .az-archive-card.is-compact .az-archive-card__placeholder {
        height: 130px;
    }

    .az-archive-card.is-featured .az-archive-card__image,
    .az-archive-card.is-featured .az-archive-card__placeholder {
        height: 240px;
    }

    .az-archive-card__body,
    .az-archive-card.is-compact .az-archive-card__body {
        padding: 10px 10px 16px;
    }

    .az-archive-card__label {
        font-size: 10px;
        letter-spacing: 0.8px;
    }

    .az-archive-card__title,
    .az-archive-card.is-compact .az-archive-card__title {
        font-size: 14px;
        line-height: 1.35;
    }

    .az-archive-card.is-featured .az-archive-card__title {
        font-size: 26px;
    }

    .az-archive-card__excerpt {
        display: none;
    }

    .az-page-hero h1,
    .az-page-hero h2,
    .az-final-cta h2,
    .az-service-problem h2,
    .az-service-solution h2,
    .az-service-scope h2,
    .az-service-pricing h2,
    .az-service-process h2,
    .az-project-quick-info h2,
    .az-project-gallery h2,
    .az-project-story h2,
    .az-project-scope h2,
    .az-related-services h2,
    .az-service-index-grid h2,
    .az-project-index-grid h2 {
        font-size: 30px;
    }

    .az-about-overview h2,
    .az-about-eeat h2,
    .az-about-workshop h2,
    .az-about-process h2,
    .az-about-values h2,
    .az-contact-main h2,
    .az-contact-trust h2,
    .az-contact-map h2,
    .az-contact-faq h2 {
        font-size: 30px;
    }

    .az-page-lead,
    .az-final-cta p {
        font-size: 16px;
    }

    .az-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .az-page-btn {
        width: 100%;
    }

    .az-three-grid,
    .az-check-grid,
    .az-project-meta,
    .az-project-photo-grid,
    .az-project-timeline,
    .az-step-row,
    .az-list-grid,
    .az-split,
    .az-pricing-box {
        grid-template-columns: 1fr;
    }

    .az-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .az-gallery-grid img:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .az-proof-grid {
        grid-template-columns: 1fr;
    }

    .az-advisory-checklist {
        grid-template-columns: 1fr;
    }

    .az-contact-panel,
    .az-contact-info {
        padding: 20px;
    }

    .az-contact-panel .az-cf7-grid {
        grid-template-columns: 1fr;
    }
}

/* =============================================
   FOOTER
   ============================================= */
.az-footer {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    padding: 0;
}

.az-footer-main {
    background-color: #1a2332;
    padding: 60px 30px 40px;
}

.az-footer-main>.wp-block-group__inner-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.az-footer-main .az-footer-inner {
    max-width: none;
    width: 100%;
    margin: 0;
}

.az-footer-main .az-footer-inner>.wp-block-group__inner-container {
    max-width: none;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
}

.az-footer-col,
.az-footer-col>.wp-block-group__inner-container {
    min-width: 0;
}

.az-footer-col>.wp-block-group__inner-container {
    padding: 0;
}

/* Brand column */
.az-footer-brand {
    padding-right: 20px;
}

.az-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none !important;
    margin-bottom: 16px;
}

.az-footer-logo--stacked {
    display: flex;
    margin-bottom: 10px;
}

.az-footer-logo-img {
    background: #ffffff;
    border-radius: 4px;
    display: block;
    height: auto;
    max-width: 220px;
    padding: 8px 10px;
    width: 100%;
}

.az-logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #C17F3E, #d4a06a);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: -0.5px;
}

.az-logo-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.az-footer-brand-name {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: center;
}

.az-footer-brand p {
    color: #9aa5b4;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 8px;
}

.az-social-links {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    justify-content: flex-start;
}

.az-social-links a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #9aa5b4;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: 36px;
}

.az-social-links svg {
    display: block;
    height: 18px;
    width: 18px;
}

.az-social-links a:hover {
    background: #C17F3E;
    color: #fff;
}

/* Footer columns */
.az-footer-col h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #C17F3E;
    display: inline-block;
}

.az-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.az-footer-col ul li {
    margin-bottom: 10px;
}

.az-footer-col ul li a {
    color: #9aa5b4;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.3s ease;
    line-height: 1.6;
}

.az-footer-col ul li a:hover {
    color: #C17F3E;
}

/* Contact list */
.az-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #9aa5b4;
    font-size: 13px;
    line-height: 1.6;
}

.az-contact-list li svg {
    flex-shrink: 0;
    margin-top: 3px;
    color: #C17F3E;
    stroke: #C17F3E;
}

.az-contact-list--icons {
    display: grid;
    gap: 12px;
}

.az-contact-list--icons li {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    grid-template-columns: 22px minmax(0, 1fr);
    margin-bottom: 0;
}

.az-contact-list--icons li>span:first-child {
    align-items: center;
    background: rgba(193, 127, 62, 0.16);
    border-radius: 50%;
    color: #d9954b;
    display: inline-flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    width: 22px;
}

.az-contact-list--icons li>span:first-child svg {
    display: block;
    height: 13px;
    width: 13px;
}

.az-contact-list--icons a,
.az-contact-list--icons span:last-child {
    color: #cbd5e1 !important;
    overflow-wrap: anywhere;
}

.az-contact-list--icons a:hover {
    color: #C17F3E !important;
}

.az-footer-brand-contact {
    margin-top: 18px;
    text-align: left;
}

.az-footer-brand .az-contact-list--icons li {
    font-size: 13px;
}

/* Footer bottom bar */
.az-footer-bottom {
    background-color: #151d29;
    padding: 18px 30px;
}

.az-footer-bottom .az-footer-inner,
.az-footer-bottom .az-footer-inner>.wp-block-group__inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.az-footer-bottom p {
    color: #6b7688;
    font-size: 12px;
    margin: 0;
}

.az-footer-legal a {
    color: #6b7688;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.az-footer-legal a:hover {
    color: #C17F3E;
}

/* Footer responsive */
@media (max-width: 1024px) {
    .az-footer-main .az-footer-inner>.wp-block-group__inner-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .az-footer-brand {
        grid-column: 1 / -1;
    }

}

@media (max-width: 782px) {
    .az-footer-main .az-footer-inner>.wp-block-group__inner-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .az-footer-brand {
        grid-column: 1 / -1;
    }

    .az-footer-bottom .az-footer-inner,
    .az-footer-bottom .az-footer-inner>.wp-block-group__inner-container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .az-footer-main .az-footer-inner>.wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }

    .az-footer-main {
        padding: 40px 20px 30px;
    }
}

/* =============================================
   GLOBAL UTILITIES
   ============================================= */

/* --- SMOOTH SCROLLING --- */
html {
    scroll-behavior: auto;
}

/* --- BUTTON GLOBAL --- */
.wp-block-button__link {
    transition: all 0.3s ease;
}

/* --- SELECTION COLOR --- */
::selection {
    background: #C17F3E;
    color: #fff;
}

/* =============================================
   SERVICE DETAIL LANDING TEMPLATE
   ============================================= */
body:has(.az-service-detail) .site-content,
body:has(.az-service-detail) .inside-article {
    margin: 0 !important;
    padding: 0 !important;
}

body:has(.az-service-detail) .entry-header {
    display: none;
}

.az-service-detail {
    background: #f6f3ef;
    color: #1a2332;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.az-service-hero {
    align-items: center;
    aspect-ratio: 16 / 9;
    background-image: linear-gradient(90deg, rgba(16, 24, 39, .9), rgba(16, 24, 39, .62), rgba(16, 24, 39, .2)), var(--az-service-hero-image);
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    min-height: 0;
    padding: clamp(56px, 6vw, 80px) 10px;
}

.az-service-hero__inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.az-service-hero__label {
    color: #d69a55;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.az-service-hero h1 {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(44px, 6.5vw, 82px);
    line-height: .98;
    margin: 0;
    max-width: 900px;
}

.az-service-hero__lead {
    color: #f2f5f8;
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.65;
    margin: 24px 0 0;
    max-width: 760px;
}

.az-service-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.az-service-btn {
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .02em;
    min-height: 48px;
    padding: 0 22px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .18s ease, background-color .18s ease;
}

.az-service-btn:hover {
    transform: translateY(-1px);
}

.az-service-btn--primary {
    background: #c98642;
    color: #fff !important;
}

.az-service-btn--primary:hover {
    background: #ad6f32;
}

.az-service-btn--ghost {
    border: 1px solid rgba(255, 255, 255, .8);
    color: #fff !important;
}

.az-service-proof {
    background: #121c2b;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 0 10px;
}

.az-service-proof__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1180px;
}

.az-service-proof__inner>div {
    border-left: 1px solid rgba(255, 255, 255, .12);
    padding: 24px 22px;
}

.az-service-proof__inner>div:last-child {
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.az-service-proof span {
    color: #c98642;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 10px;
}

.az-service-proof strong {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.az-service-proof small {
    color: #bdc6d4;
    display: block;
    font-size: 13px;
    line-height: 1.55;
}

.az-service-layout {
    display: block;
    margin: 0 auto;
    max-width: 1040px;
    padding: 64px 10px;
}

.az-service-sidebar {
    align-self: start;
    display: grid;
    gap: 18px;
    position: sticky;
    top: 92px;
}

.az-service-toc,
.az-service-consult {
    background: #fff;
    border: 1px solid rgba(26, 35, 50, .1);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(26, 35, 50, .08);
    padding: 22px;
}

.az-service-toc strong {
    color: #1a2332;
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.az-service-toc a {
    border-top: 1px solid #edf0f2;
    color: #49566a;
    display: block;
    font-size: 14px;
    line-height: 1.45;
    padding: 11px 0;
    text-decoration: none !important;
}

.az-service-toc a:hover {
    color: #c98642;
}

.az-service-consult {
    background: #1a2332;
    color: #fff;
}

.az-service-consult span {
    color: #d69a55;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.az-service-consult strong {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 26px;
    line-height: 1.15;
}

.az-service-consult p {
    color: #d8dde6;
    font-size: 14px;
    line-height: 1.7;
    margin: 14px 0 20px;
}

.az-service-consult a {
    align-items: center;
    background: #c98642;
    border-radius: 4px;
    color: #fff !important;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.az-service-prose {
    margin: 0 auto;
    max-width: 980px;
    min-width: 0;
}

.az-service-prose>p:first-child {
    color: #1f2a3a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.55;
    margin-top: 0;
}

.az-service-prose p {
    color: #435066;
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 22px;
}

.az-service-prose h2 {
    color: #1a2332;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    margin: 62px 0 22px;
    padding-top: 10px;
}

.az-service-prose h2::before {
    background: #c98642;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 18px;
    width: 72px;
}

.az-service-prose h3 {
    color: #1a2332;
    font-size: 21px;
    line-height: 1.35;
    margin: 32px 0 12px;
}

.az-service-prose ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.az-service-prose li {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(26, 35, 50, .1);
    border-radius: 8px;
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
    padding: 15px 18px 15px 44px;
    position: relative;
}

.az-service-prose li::before {
    border: solid #c98642;
    border-width: 0 2px 2px 0;
    content: "";
    height: 10px;
    left: 20px;
    position: absolute;
    top: 22px;
    transform: rotate(45deg);
    width: 5px;
}

.az-service-prose figure {
    margin: 34px 0;
}

.az-service-prose img {
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(26, 35, 50, .16);
    display: block;
    height: auto;
    width: 100%;
}

.az-service-related {
    background: #fff;
    padding: 64px 10px;
}

.az-service-related__inner {
    margin: 0 auto;
    max-width: 1180px;
}

.az-service-related h2,
.az-service-final-cta h2 {
    color: #1a2332;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
    margin: 0 0 26px;
    text-align: center;
}

.az-service-related__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.az-service-related__item {
    color: #1a2332 !important;
    display: block;
    overflow: hidden;
    text-decoration: none !important;
}

.az-service-related__item img {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    width: 100%;
}

.az-service-related__item span {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin-top: 12px;
}

.az-service-final-cta {
    background: #121c2b;
    color: #fff;
    padding: 76px 10px;
    text-align: center;
}

.az-service-final-cta>div {
    margin: 0 auto;
    max-width: 760px;
}

.az-service-final-cta h2 {
    color: #fff;
}

.az-service-final-cta p {
    color: #d8dde6;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 28px;
}

.az-floating-contact {
    align-items: flex-end;
    bottom: 86px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 24px;
    z-index: 9998;
}

.az-floating-contact__button {
    align-items: center;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(18, 28, 43, .22);
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    transform-origin: right center;
    text-decoration: none !important;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease, width .18s ease;
    width: 48px;
}

.az-floating-contact__button svg {
    display: block;
    fill: currentColor;
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
}

.az-floating-contact__button--zalo svg {
    height: 38px;
    width: 38px;
}

.az-floating-contact__button span {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width .18s ease, opacity .18s ease;
}

.az-floating-contact__button:hover,
.az-floating-contact__button:focus-visible {
    box-shadow: 0 18px 38px rgba(18, 28, 43, .28);
    outline: 0;
    transform: translateY(-2px);
    width: 152px;
}

.az-floating-contact__button:hover span,
.az-floating-contact__button:focus-visible span {
    max-width: 96px;
    opacity: 1;
}

.az-floating-contact__button--messenger {
    background: #1977f3;
}

.az-floating-contact__button--hotline {
    background: #0f9f6e;
}

.az-floating-contact__button--hotline:hover,
.az-floating-contact__button--hotline:focus-visible {
    background: #0b8159;
}

.az-floating-contact__button--messenger:hover,
.az-floating-contact__button--messenger:focus-visible {
    background: #0f64d5;
}

.az-floating-contact__button--zalo {
    background: #0068ff;
}

.az-floating-contact__button--zalo:hover,
.az-floating-contact__button--zalo:focus-visible {
    background: #0053cc;
}

.az-floating-contact__button--contact {
    background: #c98642;
}

.az-floating-contact__button--contact:hover,
.az-floating-contact__button--contact:focus-visible {
    background: #a96728;
}

@media (max-width: 960px) {
    .az-service-proof__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-service-layout {
        gap: 30px;
        grid-template-columns: 1fr;
        padding-top: 38px;
    }

    .az-service-sidebar {
        position: static;
    }

    .az-service-toc {
        display: none;
    }
}

@media (max-width: 640px) {
    .az-service-hero {
        aspect-ratio: auto;
        min-height: 560px;
        padding: 60px 10px;
    }

    .az-service-proof__inner,
    .az-service-related__grid {
        grid-template-columns: 1fr;
    }

    .az-service-proof__inner>div,
    .az-service-proof__inner>div:last-child {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .az-service-prose>p:first-child {
        font-size: 19px;
    }

    .az-service-prose p {
        font-size: 16px;
    }

    .az-floating-contact {
        bottom: 82px;
        gap: 8px;
        right: 14px;
    }

    .az-floating-contact__button {
        height: 44px;
        width: 44px;
    }

    .az-floating-contact__button:hover,
    .az-floating-contact__button:focus-visible {
        width: 44px;
    }

    .az-floating-contact__button span {
        display: none;
    }

    .az-floating-contact__button svg {
        height: 32px;
        width: 32px;
    }

    .az-floating-contact__button--zalo svg {
        height: 36px;
        width: 36px;
    }
}
