/* ===========================
   POST HERO — override global section padding
=========================== */
.bs-hero {
    position: relative;
    background: #faf9f7;
    padding: 0 !important; /* override section:not(#hero) { padding: 9rem 0 } from style.css */
}

/* Featured Image — full width, 16:9-ish, no overlay */
.bs-hero-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.bs-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay hidden — image should be clean */
.bs-hero-img-overlay {
    display: none;
}

/* ===========================
   HERO CONTENT — below the image
=========================== */
.bs-hero-content {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid #ede9e3;
}

/* Breadcrumb */
.bs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b0a898;
    margin-bottom: 1.6rem;
}

.bs-breadcrumb a {
    color: #b0a898;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bs-breadcrumb a:hover { color: #b01c0a; }

/* Post title */
.bs-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 1.4rem;
    max-width: 820px;
    color: #1c1c1e;
}

/* Excerpt under title */
.bs-excerpt {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.85;
    max-width: 640px;
    color: #6a6058;
    margin-bottom: 2rem;
}

/* Meta row */
.bs-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bs-author,
.bs-date {
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #8a8480;
    text-transform: uppercase;
}

/* ===========================
   BODY LAYOUT  (article + sidebar)
=========================== */
.bs-body-section {
    background: #faf9f7;
    padding: 5rem 0 9rem;
    padding: 5rem 0 9rem !important; /* override global section rule */
}

.bs-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3.5rem;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 5rem;
    align-items: start;
}

/* ===========================
   ARTICLE CONTENT
=========================== */
.bs-article { min-width: 0; }

.bs-content {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.95;
    color: #1c1c1e;
}

.bs-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(1.7rem, 2.5vw, 2.4rem);
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #1c1c1e;
    margin: 3rem 0 1.2rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ede9e3;
}

.bs-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.35rem;
    letter-spacing: 0.01em;
    color: #1c1c1e;
    margin: 2rem 0 0.8rem;
}

.bs-content p { margin-bottom: 1.5rem; }

.bs-content p:last-child { margin-bottom: 0; }

.bs-content strong {
    font-weight: 400;
    color: #1c1c1e;
}

.bs-content em { font-style: italic; }

.bs-content a {
    color: #b01c0a;
    text-decoration: none;
    border-bottom: 1px solid rgba(176,28,10,0.3);
    transition: border-color 0.25s ease;
}

.bs-content a:hover { border-bottom-color: #b01c0a; }

.bs-content ul,
.bs-content ol {
    padding-left: 1.4rem;
    margin-bottom: 1.4rem;
}

.bs-content li {
    margin-bottom: 0.4rem;
    line-height: 1.9;
}

.bs-content blockquote {
    border-left: 2px solid #b01c0a;
    margin: 2.5rem 0;
    padding: 0.8rem 0 0.8rem 1.8rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 300;
    color: #6A6058;
    line-height: 1.55;
}

/* ===========================
   TAGS
=========================== */
.bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ede9e3;
}

.bs-tag {
    font-family: 'Inter', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a8480;
    border: 1px solid #e8e2da;
    padding: 0.35rem 0.8rem;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.bs-tag:hover {
    color: #b01c0a;
    border-color: rgba(176,28,10,0.3);
}

/* ===========================
   GALLERY
=========================== */
.bs-gallery {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid #ede9e3;
}

.bs-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
}

.bs-gallery-item { overflow: hidden; aspect-ratio: 1; }

.bs-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.bs-gallery-item:hover img { transform: scale(1.06); }

/* ===========================
   PREV / NEXT NAV
=========================== */
.bs-post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-top: 3.5rem;
    border-top: 1px solid #ede9e3;
    padding-top: 2rem;
}

.bs-post-nav-item {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bs-next { text-align: right; align-items: flex-end; }

.bs-nav-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #b0a898;
}

.bs-nav-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #1c1c1e;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 1.3;
    transition: color 0.25s ease;
    max-width: 280px;
}

.bs-nav-title:hover { color: #b01c0a; }

/* ===========================
   SIDEBAR
=========================== */
.bs-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: sticky;
    top: 2rem;
}

.bs-sidebar-card {
    background: #fff;
    border: 1px solid #ede9e3;
    padding: 1.6rem 1.6rem 1.8rem;
}

.bs-sidebar-text {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 0.82rem;
    color: #8a8480;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}

.bs-sidebar-cta {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #b01c0a;
    text-decoration: none;
    transition: letter-spacing 0.25s ease;
}

.bs-sidebar-cta:hover { letter-spacing: 0.22em; }

/* ===========================
   MOBILE
=========================== */
@media (max-width: 768px) {
    .bs-hero-img { height: 240px; }

    .bs-hero-content {
        padding: 2rem 0 1.8rem;
    }

    .bs-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }

    .bs-layout {
        grid-template-columns: 1fr;
        padding: 0 1.2rem;
        gap: 3rem;
    }

    .bs-body-section { padding: 3rem 0 calc(6rem + 90px + env(safe-area-inset-bottom, 0px)) !important; }

    .bs-gallery-grid { grid-template-columns: repeat(2, 1fr); }

    .bs-post-nav { grid-template-columns: 1fr; gap: 1.6rem; }
    .bs-next { text-align: left; align-items: flex-start; }

    footer { padding-bottom: calc(3rem + 90px + env(safe-area-inset-bottom, 0px)); }

    .footer-contact {
        flex-direction: column;
        gap: 1.2rem;
    }
}
