/*
Theme Name:        BH Theme
Theme URI:         https://bhgroupbd.com
Author:            BH Group
Author URI:        https://bhgroupbd.com
Description:       A custom luxury WordPress theme for BH Group — Architecture, Interiors, Bespoke Furniture & Expert Kitchen. Dark, gold-accented aesthetic with a modular Customizer-driven front page, Projects / Divisions / Testimonials post types, and a fully tokenised design system.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           Private
License URI:       https://bhgroupbd.com
Text Domain:       bhtheme
Tags:              custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, right-sidebar, block-patterns
*/

/*
 * The presentational stylesheet lives in assets/css/theme.css and is enqueued as
 * the theme's primary stylesheet. This file carries the theme header (required by
 * WordPress) plus the handful of classes WordPress core expects a theme to define.
 */

/* =============================================
   WORDPRESS CORE REQUIRED CLASSES
============================================= */

.alignleft {
    float: left;
    margin-right: 1.75rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.75rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
}

.wp-caption-text,
.gallery-caption {
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--bh-text-muted);
}

.sticky .card__title::after {
    content: "\2605";
    margin-left: 0.35em;
    color: var(--bh-gold);
}

.bypostauthor > .comment-body .comment__name::after {
    content: "\00b7 " attr(data-author-badge);
    margin-left: 0.4em;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bh-gold);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: var(--bh-dark-2);
    border: 1px solid var(--bh-gold);
    border-radius: 2px;
    clip: auto !important;
    clip-path: none;
    color: var(--bh-gold);
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    height: auto;
    left: 1rem;
    letter-spacing: 0.1em;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    top: 1rem;
    width: auto;
    z-index: 100000;
}
