/*
 * Becoming Her
 * Main stylesheet
 */

/* ==========================================================================
   DESIGN TOKENS
   ========================================================================== */

:root {
    --bh-paper: #FFFFFF;
    --bh-paper-deep: #F7F7F5;
    --bh-pink-tint: #FBEAF1;
    --bh-ink: #3D2B36;
    --bh-ink-soft: #5C4A54;
    --bh-pink: #E8529A;
    --bh-pink-deep: #D63E86;
    --bh-brass: #E8529A;
    --bh-white: #FFFFFF;
    --bh-line: rgba(61, 43, 54, 0.14);
    --bh-lavender: #A876C8;
    --bh-lavender-deep: #8F5BB5;
    --bh-lavender-tint: #F3EAF7;
    --bh-peach: #F09B5F;
    --bh-peach-deep: #E2834A;
    --bh-peach-tint: #FDF1E7;
    --bh-sage: #6FAE92;
    --bh-sage-deep: #58997C;
    --bh-sage-tint: #EAF5F0;
}

/* ==========================================================================
   BASE
   ========================================================================== */

.bh-site {
    background: var(--bh-paper);
    color: var(--bh-ink);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bh-site > main {
    flex: 1 0 auto;
}

.bh-site-footer {
    margin-top: auto;
}

.bh-site *,
.bh-site *::before,
.bh-site *::after {
    box-sizing: border-box;
}

.bh-site img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bh-site a {
    color: inherit;
    text-decoration: none;
}

.bh-site h1,
.bh-site h2,
.bh-site h3,
.bh-site .bh-serif {
    font-family: 'Playfair Display', serif;
}

.bh-site em {
    font-style: normal;
    font-family: 'Alex Brush', cursive;
    color: var(--bh-pink);
    font-weight: 400;
}

.bh-site p {
    margin-top: 0;
}

.bh-screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

.bh-container {
    width: min(1120px, calc(100% - 64px));
    margin-inline: auto;
}

.bh-section {
    padding: 70px 0;
}

.bh-section--tight {
    padding: 40px 0;
}

.bh-section--paper {
    background: var(--bh-paper-deep);
}

.bh-section-head {
    max-width: 640px;
    margin-bottom: 44px;
}

.bh-section-head h2 {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
    color: var(--bh-ink);
    margin: 10px 0 0;
}

.bh-section-head p {
    margin-top: 16px;
    font-size: 16px;
    color: var(--bh-ink-soft);
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

.bh-eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bh-pink-deep);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.bh-site .site-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 242, 236, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--bh-line);
}

.bh-nav-inner {
    width: min(1120px, calc(100% - 64px));
    margin: 0 auto;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.bh-logo {
    display: inline-flex;
    align-items: center;
}

.bh-logo img {
    display: block;
    height: 62px;
    width: auto;
}

.bh-site-footer .bh-logo img {
    height: 72px;
}

.bh-nav-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}

.bh-nav-links ul,
.bh-nav-links li,
.bh-foot-links ul,
.bh-foot-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-nav-links ul {
    display: contents;
}

.bh-nav-links a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--bh-ink);
    padding: 6px 2px;
    border-bottom: 2px solid transparent;
    transition:
        border-color 0.2s,
        color 0.2s;
}

.bh-nav-links a:hover,
.bh-nav-links a:focus-visible,
.bh-nav-links a.is-active,
.bh-nav-links .current-menu-item > a,
.bh-nav-links .current_page_item > a {
    color: var(--bh-pink-deep);
    border-color: var(--bh-pink);
}

.bh-nav-toggle {
    display: none;
    background: none;
    border: 1px solid var(--bh-ink);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    color: var(--bh-ink);
}

/* ==========================================================================
   BRAND MARK
   ========================================================================== */

.bh-brand-mark {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 40px;
}

.bh-brand-mark .bh-word-1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(26px, 3.4vw, 40px);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bh-ink);
}

.bh-brand-mark .bh-word-2 {
    font-family: 'Alex Brush', cursive;
    font-size: clamp(44px, 6vw, 68px);
    color: var(--bh-pink);
}

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

.bh-hero {
    padding: 100px 0 60px;
    position: relative;
}

.bh-hero--page {
    padding-top: 70px;
}

.bh-hero-eyebrow {
    margin-bottom: 22px;
}

.bh-hero h1 {
    font-size: clamp(40px, 6vw, 74px);
    font-weight: 400;
    line-height: 1.04;
    color: var(--bh-ink);
    max-width: 820px;
    letter-spacing: -0.01em;
    margin: 0;
}

.bh-hero--page h1 {
    font-size: clamp(34px, 5vw, 54px);
}

.bh-hero h1 em {
    color: var(--bh-pink);
    font-weight: 400;
    font-size: 1.15em;
}

.bh-hero .bh-lede {
    font-size: 19px;
    max-width: 520px;
    margin-top: 26px;
    color: var(--bh-ink-soft);
}

.bh-actions {
    display: flex;
    gap: 16px;
    margin-top: 36px;
    flex-wrap: wrap;
}

/* ==========================================================================
   HOMEPAGE COMPONENTS
   ========================================================================== */

.bh-about-section {
    background: var(--bh-paper-deep);
}

.bh-about-title {
    color: var(--bh-ink);
    font-size: 32px;
    font-weight: 400;
    margin-top: 10px;
}

.bh-final-cta {
    text-align: center;
}

.bh-final-cta h2 {
    color: var(--bh-ink);
    font-weight: 400;
    margin: 12px auto 0;
    max-width: 640px;
    font-size: clamp(28px, 4vw, 42px);
}

.bh-final-cta .bh-actions {
    justify-content: center;
    margin-top: 30px;
}

.bh-chapter-divider svg {
    color: var(--bh-pink);
}

.bh-chapter-divider {
    color: var(--bh-pink);
}

.bh-site-footer .bh-logo {
    color: var(--bh-ink);
}

.bh-site-footer .bh-logo em {
    color: var(--bh-pink);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.bh-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    border: 1.5px solid var(--bh-ink);
    transition: all 0.2s ease;
}

.bh-button:focus-visible {
    outline: 2px solid var(--bh-pink-deep);
    outline-offset: 3px;
}

.bh-button--primary {
    background: var(--bh-pink);
    color: var(--bh-white) !important;
    border-color: var(--bh-pink);
}

.bh-button--primary:hover,
.bh-button--primary:focus,
.bh-button--primary:active {
    background: var(--bh-pink-deep);
    border-color: var(--bh-pink-deep);
    color: var(--bh-white) !important;
}

.bh-button--outline {
    background: transparent;
    color: var(--bh-pink);
    border-color: var(--bh-pink);
}

.bh-button--outline:hover {
    background: var(--bh-pink);
    color: var(--bh-white);
}

.bh-button--block {
    display: block;
    width: 100%;
    text-align: center;
}

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

.bh-chapter-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 8px 0 0;
    padding: 56px 0 40px;
}

.bh-chapter-divider svg {
    width: 120px;
    height: 28px;
}

.bh-chapter-divider .bh-chapter-label {
    font-family: 'Alex Brush', cursive;
    font-size: 14px;
    color: var(--bh-brass);
    letter-spacing: 0.04em;
    white-space: nowrap;
}

/* ==========================================================================
   FEATURED BAND
   ========================================================================== */

.bh-band {
    background: var(--bh-pink-tint);
    color: var(--bh-ink);
    border-radius: 28px;
    margin: 0 24px;
    padding: 16px 0;
}

.bh-band .bh-eyebrow {
    color: var(--bh-pink-deep);
}

/* ==========================================================================
   STORY GRID
   ========================================================================== */

.bh-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.bh-story-card {
    background: var(--bh-white);
    border: 1px solid var(--bh-line);
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
}

.bh-story-card .bh-story-thumb {
    display: block;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(
            135deg,
            var(--bh-pink) 0%,
            var(--bh-pink-deep) 100%
        );
    position: relative;
}

.bh-story-card .bh-story-thumb::after {
    content: attr(data-initial);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
}

.bh-story-card .bh-story-thumb--image::after {
    content: none;
}

.bh-story-card .bh-story-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bh-story-grid .bh-story-card:nth-child(3n+2) .bh-story-thumb {
    background:
        linear-gradient(
            135deg,
            var(--bh-lavender) 0%,
            var(--bh-lavender-deep) 100%
        );
}

.bh-story-grid .bh-story-card:nth-child(3n) .bh-story-thumb {
    background:
        linear-gradient(
            135deg,
            var(--bh-peach) 0%,
            var(--bh-peach-deep) 100%
        );
}

.bh-story-card .bh-story-body {
    padding: 22px 22px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bh-story-card .bh-story-category {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bh-brass);
    font-weight: 700;
    margin-bottom: 10px;
}

.bh-story-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--bh-ink);
    line-height: 1.25;
    margin: 0;
}

.bh-story-card .bh-story-quote {
    font-style: italic;
    color: var(--bh-ink-soft);
    font-size: 14.5px;
    margin-top: 10px;
    flex: 1;
}

.bh-story-card .bh-story-name {
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-ink);
}

.bh-story-card .bh-story-read {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-pink-deep);
}

/* ==========================================================================
   LIVE CARDS
   ========================================================================== */

.bh-live-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bh-live-card {
    background: var(--bh-white);
    border: 1px solid var(--bh-line);
    display: grid;
    grid-template-columns: 150px 1fr;
    border-radius: 18px;
    overflow: hidden;
}

.bh-live-card .bh-live-thumb {
    background: var(--bh-paper-deep);
    position: relative;
    overflow: hidden;
}

.bh-live-card .bh-live-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        var(--bh-pink) 0,
        var(--bh-pink) 2px,
        transparent 2px,
        transparent 14px
    );
    opacity: 0.35;
}

.bh-live-grid .bh-live-card:nth-child(even) .bh-live-thumb::after {
    background: repeating-linear-gradient(
        45deg,
        var(--bh-lavender) 0,
        var(--bh-lavender) 2px,
        transparent 2px,
        transparent 14px
    );
}

.bh-live-card .bh-live-body {
    padding: 20px 22px;
}

.bh-live-card .bh-live-date {
    font-size: 12px;
    font-weight: 700;
    color: var(--bh-pink-deep);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bh-live-card h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--bh-ink);
    margin: 6px 0 0;
}

.bh-live-card p {
    font-size: 13.5px;
    color: var(--bh-ink-soft);
    margin-top: 8px;
}

.bh-live-card .bh-live-guest {
    font-size: 12.5px;
    margin-top: 8px;
    color: var(--bh-brass);
    font-weight: 600;
}

.bh-live-card .bh-button {
    margin-top: 14px;
    padding: 9px 18px;
    font-size: 12.5px;
}

.bh-past-list {
    border-top: 1px solid var(--bh-line);
    margin-top: 10px;
}

.bh-past-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--bh-line);
    flex-wrap: wrap;
}

.bh-past-row .bh-past-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: var(--bh-ink);
}

.bh-past-row .bh-past-date {
    font-size: 13px;
    color: var(--bh-ink-soft);
}

/* ==========================================================================
   FORMS
   ========================================================================== */

.bh-form-shell {
    background: var(--bh-white);
    border: 1px solid var(--bh-line);
    padding: 44px;
    max-width: 640px;
    border-radius: 20px;
}

.bh-form-shell--wide {
    max-width: 100%;
}

.bh-form-row {
    margin-bottom: 22px;
}

.bh-form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-ink);
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}

.bh-form-row .bh-form-hint {
    font-size: 12px;
    color: var(--bh-ink-soft);
    font-weight: 400;
    margin-left: 6px;
}

.bh-form-row input[type="text"],
.bh-form-row input[type="email"],
.bh-form-row input[type="url"],
.bh-form-row textarea,
.bh-form-row input[type="file"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--bh-line);
    background: var(--bh-paper);
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: var(--bh-ink);
    border-radius: 10px;
}

.bh-form-row input:focus,
.bh-form-row textarea:focus {
    outline: 2px solid var(--bh-pink);
    outline-offset: 1px;
    background: var(--bh-white);
}

.bh-form-row textarea {
    min-height: 150px;
    resize: vertical;
}

.bh-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bh-checkbox-row input {
    margin-top: 3px;
}

.bh-checkbox-row label {
    margin: 0;
    font-weight: 400;
    font-size: 13.5px;
    color: var(--bh-ink-soft);
}

.bh-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */

.bh-about {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
}

.bh-about .bh-portrait {
    aspect-ratio: 3 / 4;
    background:
        linear-gradient(
            160deg,
            var(--bh-pink),
            var(--bh-pink-deep)
        );
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}

.bh-about .bh-portrait::after {
    content: "NT";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Alex Brush', cursive;
    font-style: normal;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.7);
}

.bh-about .bh-portrait--image {
    background: var(--bh-white);
}

.bh-about .bh-portrait--image::after {
    content: none;
}

.bh-about .bh-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bh-about blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: italic;
    color: var(--bh-ink);
    line-height: 1.4;
    border-left: 3px solid var(--bh-brass);
    padding-left: 22px;
    margin: 22px 0;
}

.bh-about p {
    margin-bottom: 14px;
    color: var(--bh-ink-soft);
    font-size: 15px;
}

.bh-about .bh-signoff {
    font-family: 'Alex Brush', cursive;
    color: var(--bh-pink-deep);
    margin-top: 20px;
    font-size: 17px;
}

/* ==========================================================================
   SHOP
   ========================================================================== */

.bh-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bh-category-card {
    background: var(--bh-white);
    border: 1px solid var(--bh-line);
    padding: 30px 20px;
    text-align: center;
    border-radius: 16px;
}

.bh-category-card .bh-category-icon {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-style: italic;
    color: var(--bh-pink-deep);
    margin-bottom: 10px;
}

.bh-category-grid .bh-category-card:nth-child(4n+2) .bh-category-icon {
    color: var(--bh-lavender-deep);
}

.bh-category-grid .bh-category-card:nth-child(4n+3) .bh-category-icon {
    color: var(--bh-peach-deep);
}

.bh-category-grid .bh-category-card:nth-child(4n) .bh-category-icon {
    color: var(--bh-sage-deep);
}

.bh-coming-soon {
    background: var(--bh-peach-tint);
    border: 1px dashed var(--bh-peach-deep);
    padding: 28px;
    text-align: center;
    margin-bottom: 44px;
    border-radius: 16px;
}

.bh-coming-soon strong {
    color: var(--bh-ink);
}

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

.bh-site-footer {
    background:
        linear-gradient(
            160deg,
            #FFFFFF 0%,
            var(--bh-pink-tint) 100%
        );
    color: var(--bh-ink);
    padding: 64px 0 30px;
    border-top: 1px solid var(--bh-line);
}

.bh-foot-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--bh-line);
}

.bh-foot-links {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    font-size: 14px;
}

.bh-foot-links a {
    color: var(--bh-ink);
}

.bh-foot-links a:hover,
.bh-foot-links a:focus-visible {
    color: var(--bh-pink-deep);
}

.bh-newsletter {
    max-width: 380px;
}

.bh-newsletter p {
    font-size: 13.5px;
    color: var(--bh-ink-soft);
    margin: 10px 0 16px;
}

.bh-newsletter form {
    display: flex;
    gap: 0;
}

.bh-newsletter input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid var(--bh-line);
    background: var(--bh-white);
    color: var(--bh-ink);
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    border-radius: 10px 0 0 10px;
}

.bh-newsletter input::placeholder {
    color: #B39AA6;
}

.bh-newsletter button {
    padding: 12px 20px;
    background: var(--bh-pink);
    border: 1px solid var(--bh-pink);
    color: var(--bh-white) !important;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.03em;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.bh-newsletter-status {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.bh-newsletter-status[data-status="success"] {
    color: var(--bh-pink-deep);
}

.bh-newsletter-status[data-status="error"] {
    color: #B3261E;
}

.bh-foot-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    font-size: 12.5px;
    color: var(--bh-ink-soft);
    flex-wrap: wrap;
    gap: 10px;
}

.bh-foot-bottom a:hover,
.bh-foot-bottom a:focus-visible {
    color: var(--bh-pink-deep);
}

.bh-site-footer .bh-foot-links {
    margin-top: 20px;
}

.bh-site-footer .bh-foot-links a {
    color: var(--bh-ink);
}

.bh-site-footer .bh-foot-links a:hover,
.bh-site-footer .bh-foot-links a:focus-visible {
    color: var(--bh-pink-deep);
}

/* ==========================================================================
   INNER PAGE HERO
   ========================================================================== */

.bh-page-hero {
    padding: 70px 0 60px;
    background: var(--bh-paper);
}

.bh-page-hero h1 {
    max-width: 820px;
    margin: 12px 0 0;
    color: var(--bh-ink);
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 400;
    line-height: 1.1;
}

.bh-page-hero .bh-lede {
    max-width: 520px;
    margin: 26px 0 0;
    font-size: 19px;
    color: var(--bh-ink-soft);
}

@media (max-width: 600px) {

    .bh-page-hero {
        padding: 50px 0 45px;
    }
}

/* ==========================================================================
    PARTNER WITH US
    ========================================================================== */

.bh-partner-list-title {
    color: var(--bh-ink);
    font-weight: 500;
    font-size: 19px;
    margin: 0;
}

.bh-partner-list {
    margin: 16px 0 0;
    padding: 0;
    color: var(--bh-ink-soft);
    font-size: 14.5px;
    line-height: 2.1;
    list-style: none;
}

.bh-partner-list li,
.bh-share-prompts li {
    position: relative;
    padding-left: 18px;
}

.bh-partner-list li::before,
.bh-share-prompts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bh-pink);
}

.bh-partner-note {
    margin-top: 22px;
    color: var(--bh-ink-soft);
    font-size: 14.5px;
}

/* ==========================================================================
    SHARE YOUR STORY
    ========================================================================== */

.bh-share-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.bh-share-prompts {
    margin: 16px 0 0;
    padding: 0;
    color: var(--bh-ink-soft);
    font-size: 14.5px;
    line-height: 2;
    list-style: none;
}

.bh-share-becoming {
    display: block;
    margin-top: 12px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--bh-pink-deep);
}

@media (max-width: 860px) {

    .bh-share-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* ==========================================================================
    ABOUT PAGE
    ========================================================================== */

.bh-page-hero .bh-about-title {
    font-size: clamp(30px, 4.5vw, 46px);
    margin-top: 10px;
}

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

@media (max-width: 860px) {

    .bh-story-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bh-live-grid {
        grid-template-columns: 1fr;
    }

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

    .bh-category-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bh-two-col {
        grid-template-columns: 1fr;
    }

    .bh-nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: var(--bh-paper);
        position: absolute;
        top: 64px;
        left: 0;
        padding: 16px 32px;
        border-bottom: 1px solid var(--bh-line);
    }

    .bh-nav-links.is-open {
        display: flex;
    }

    .bh-nav-toggle {
        display: block;
    }
}

@media (max-width: 560px) {

    .bh-container,
    .bh-nav-inner {
        width: min(100% - 40px, 1120px);
    }

    .bh-story-grid {
        grid-template-columns: 1fr;
    }

    .bh-live-card {
        grid-template-columns: 1fr;
    }

    .bh-live-card .bh-live-thumb {
        height: 120px;
    }

    .bh-category-grid {
        grid-template-columns: 1fr;
    }

    .bh-form-shell {
        padding: 28px 22px;
    }
}

/* ==========================================================================
   SINGLE STORY
   ========================================================================== */

.bh-story-header {
    padding: 90px 0 60px;
    text-align: center;
    background: var(--bh-paper);
}

.bh-story-title {
    max-width: 850px;
    margin: 16px auto 0;
    color: var(--bh-ink);
    font-size: clamp(40px, 7vw, 76px);
    font-weight: 400;
    line-height: 1.05;
}

.bh-story-featured-woman {
    margin-top: 24px;
    color: var(--bh-ink-soft);
    font-size: 16px;
}

.bh-story-featured-image {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.bh-story-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.bh-story-content {
    max-width: 760px;
}

.bh-story-content > * {
    margin-left: auto;
    margin-right: auto;
}

.bh-story-content p {
    margin-bottom: 1.5em;
}

.bh-story-content h2,
.bh-story-content h3,
.bh-story-content h4 {
    margin-top: 2em;
    margin-bottom: 0.75em;
}

.bh-story-content blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    border-left: 3px solid var(--bh-pink);
    color: var(--bh-ink);
    font-size: 24px;
    font-style: italic;
}

.bh-story-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--bh-paper-deep);
    color: var(--bh-pink);
    font-family: Georgia, serif;
    font-size: 72px;
    border-radius: 18px;
}

/* ==========================================================================
   BECOMING HER LIVE
   ========================================================================== */

.bh-live-thumb {
    min-height: 180px;
    background: var(--bh-paper-deep);
    overflow: hidden;
    border-radius: 16px;
}

.bh-live-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bh-live-date {
    color: var(--bh-pink-deep);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bh-live-guest {
    margin: 18px 0;
    color: var(--bh-ink-soft);
    font-size: 14px;
}

.bh-past-list {
    border-top: 1px solid var(--bh-line);
}

.bh-past-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid var(--bh-line);
}

.bh-past-title {
    color: var(--bh-ink);
    font-family: Georgia, serif;
    font-size: 19px;
}

.bh-past-date {
    flex: 0 0 auto;
    color: var(--bh-ink-soft);
    font-size: 13px;
}

.bh-live-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.bh-live-contact h2 {
    margin-top: 10px;
    color: var(--bh-ink);
    font-weight: 400;
}

.bh-live-contact p {
    margin-top: 14px;
    color: var(--bh-ink-soft);
}

.bh-form-placeholder {
    padding: 30px;
    background: var(--bh-paper);
}

@media (max-width: 700px) {

    .bh-live-contact {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bh-past-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

}

/* ==========================================================================
   SHARE YOUR STORY
   ========================================================================== */

.bh-share-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 70px;
    align-items: start;
}

.bh-share-story-intro {
    position: sticky;
    top: 40px;
}

.bh-share-story-intro h2 {
    margin-top: 12px;
    color: var(--bh-ink);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 400;
    line-height: 1.1;
}

.bh-share-story-intro p {
    margin-top: 20px;
    color: var(--bh-ink-soft);
}

.bh-share-story-form {
    padding: 40px;
    background: var(--bh-paper);
}

.bh-form-field {
    margin-bottom: 24px;
}

.bh-form-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--bh-ink);
    font-size: 14px;
    font-weight: 600;
}

.bh-form-field input[type="text"],
.bh-form-field input[type="email"],
.bh-form-field input[type="file"],
.bh-form-field textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.bh-form-field input[type="text"],
.bh-form-field input[type="email"],
.bh-form-field textarea {
    padding: 13px 14px;
    border: 1px solid var(--bh-line);
    border-radius: 10px;
    background: #fff;
    color: var(--bh-ink);
    font: inherit;
}

.bh-form-field textarea {
    min-height: 220px;
    resize: vertical;
}

.bh-form-field input:focus,
.bh-form-field textarea:focus {
    outline: 2px solid var(--bh-pink);
    outline-offset: 2px;
}

.bh-form-help {
    margin-top: 8px;
    color: var(--bh-ink-soft);
    font-size: 13px;
}

.bh-form-checkbox {
    margin: 28px 0;
}

.bh-form-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--bh-ink-soft);
    font-size: 14px;
    line-height: 1.5;
}

.bh-form-checkbox input {
    flex: 0 0 auto;
    margin-top: 4px;
}

@media (max-width: 800px) {

    .bh-share-story-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bh-share-story-intro {
        position: static;
    }

    .bh-share-story-form {
        padding: 25px;
    }

}

.bh-form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.bh-form-status {
    margin: 20px 0;
    padding: 14px 18px;
    border: 1px solid var(--bh-line);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.bh-form-status[data-status="success"] {
    background: #f7f7f5;
}

.bh-form-status[data-status="error"] {
    background: #fff5f5;
}

/* Story submission success modal */

.bh-story-modal[hidden] {
	display: none;
}

.bh-story-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.bh-story-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(3px);
}

.bh-story-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	background: #fff;
	padding: 48px 40px 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.bh-story-modal__close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.bh-story-modal__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 24px;
	border-radius: 50%;
	background: #f3f0eb;
	font-size: 24px;
}

.bh-story-modal__content h2 {
	margin: 0 0 16px;
}

.bh-story-modal__content p {
	margin: 0 auto 28px;
	max-width: 400px;
	line-height: 1.6;
}

.bh-story-modal__done {
	min-width: 120px;
}

body.bh-modal-open {
	overflow: hidden;
}

@media (max-width: 600px) {

	.bh-story-modal {
		padding: 16px;
	}

	.bh-story-modal__dialog {
		padding: 42px 24px 28px;
	}
}

/* ---------------------------------------------------------
   Single Story
--------------------------------------------------------- */

.bh-story-single {
	padding-bottom: 100px;
}

.bh-story-single__header {
	padding: 100px 0 60px;
	text-align: center;
}

.bh-story-single__eyebrow {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bh-story-single__title {
	max-width: 900px;
	margin: 0 auto 20px;
}

.bh-story-single__author {
	margin: 0;
	font-size: 15px;
}

.bh-story-single__byline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 18px;
	color: var(--bh-ink-soft);
	font-size: 14px;
}

.bh-story-single__avatar {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background:
		linear-gradient(
			135deg,
			var(--bh-pink) 0%,
			var(--bh-pink-deep) 100%
		);
}

.bh-story-single__content blockquote {
	margin: 0 0 1.5em;
	padding: 0 0 0 22px;
	border-left: 3px solid var(--bh-pink);
	color: var(--bh-ink);
	font-size: 22px;
	font-style: italic;
	line-height: 1.4;
}

.bh-story-single__footer {
	max-width: 760px;
	margin: 40px auto 0;
}

.bh-story-single__layout ~ .bh-story-single__footer {
	max-width: 1100px;
}

.bh-story-single__links {
	font-size: 13px;
	color: var(--bh-ink-soft);
}

.bh-story-single__links a {
	color: var(--bh-pink-deep);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bh-story-single__share {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.bh-story-single__share .bh-button {
	padding: 8px 16px;
	font-size: 12.5px;
}

.bh-story-single__cta {
	margin-top: 44px;
	padding: 28px;
	background: var(--bh-lavender-tint);
	border-radius: 16px;
	text-align: center;
}

.bh-story-single__cta p {
	margin: 8px 0 0;
	color: var(--bh-ink-soft);
}

.bh-story-single__cta .bh-button {
	margin-top: 16px;
}

.bh-story-single__layout {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 56px;
	align-items: start;
	max-width: 1100px;
	margin: 0 auto;
}

.bh-story-single__image {
	position: sticky;
	top: 100px;
	margin: 0;
}

.bh-story-single__featured-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.bh-story-single__content {
	max-width: 760px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

.bh-story-single__layout .bh-story-single__content {
	max-width: none;
	margin: 0;
}

.bh-story-single__content p {
	margin-bottom: 1.5em;
}

.bh-story-single__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

@media (max-width: 768px) {

	.bh-story-single__header {
		padding: 70px 0 40px;
	}

	.bh-story-single__layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.bh-story-single__image {
		position: static;
		max-width: 420px;
	}

	.bh-story-single__content {
		font-size: 16px;
		line-height: 1.7;
	}
}

/* =========================================================
   BECOMING HER — STORIES ARCHIVE
   (cards reuse the global .bh-story-grid / .bh-story-card styles)
========================================================= */

.bh-stories-archive {
	width: 100%;
}

.bh-stories-archive__header {
	padding: 70px 0 60px;
}

.bh-stories-archive__title {
	margin: 10px 0 0;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 400;
	line-height: 1.1;
	color: var(--bh-ink);
}

.bh-stories-archive__intro {
	max-width: 520px;
	margin: 26px 0 0;
	font-size: 19px;
	color: var(--bh-ink-soft);
}

.bh-stories-archive .bh-story-grid {
	margin-top: 40px;
	margin-bottom: 70px;
}


/* Pagination */

.bh-stories-pagination {
	margin: 0 0 70px;
	text-align: center;
}

.bh-stories-pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.bh-stories-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 10px;
}

.bh-stories-pagination .page-numbers.current {
	background: var(--bh-pink);
	color: var(--bh-white);
}


/* Empty */

.bh-stories-empty {
	padding: 80px 0;
	text-align: center;
}


/* Mobile */

@media (max-width: 600px) {

	.bh-stories-archive__header {
		padding: 50px 0 35px;
	}

}
/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes bh-fade-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Hero entrance */

.bh-hero .bh-brand-mark,
.bh-hero .bh-hero-eyebrow,
.bh-hero h1,
.bh-hero .bh-lede,
.bh-hero .bh-actions,
.bh-page-hero .bh-eyebrow,
.bh-page-hero h1,
.bh-page-hero .bh-lede {
    animation: bh-fade-up 0.7s ease both;
}

.bh-hero .bh-hero-eyebrow,
.bh-page-hero h1 {
    animation-delay: 0.1s;
}

.bh-hero h1,
.bh-page-hero .bh-lede {
    animation-delay: 0.2s;
}

.bh-hero .bh-lede {
    animation-delay: 0.3s;
}

.bh-hero .bh-actions {
    animation-delay: 0.4s;
}

/* Scroll reveal (added via JS) */

.bh-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

.bh-reveal.bh-in {
    opacity: 1;
    transform: none;
}

/* Card hovers */

.bh-story-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.bh-story-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(61, 43, 54, 0.12);
}

.bh-story-card .bh-story-thumb {
    transition: transform 0.4s ease;
}

.bh-story-card:hover .bh-story-thumb {
    transform: scale(1.04);
}

.bh-story-card .bh-story-read {
    transition: color 0.2s ease, letter-spacing 0.25s ease;
}

.bh-story-card:hover .bh-story-read {
    color: var(--bh-pink);
    letter-spacing: 0.03em;
}

.bh-live-card,
.bh-category-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.bh-live-card:hover,
.bh-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(61, 43, 54, 0.1);
    border-color: var(--bh-pink);
}

/* Button hover lift */

.bh-button {
    transition:
        all 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bh-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(216, 62, 134, 0.25);
}

.bh-button:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Chapter divider gentle sway */

.bh-chapter-divider svg path {
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    animation: bh-draw 1.2s ease forwards 0.3s;
}

@keyframes bh-draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

    .bh-hero .bh-brand-mark,
    .bh-hero .bh-hero-eyebrow,
    .bh-hero h1,
    .bh-hero .bh-lede,
    .bh-hero .bh-actions,
    .bh-page-hero .bh-eyebrow,
    .bh-page-hero h1,
    .bh-page-hero .bh-lede,
    .bh-chapter-divider svg path {
        animation: none;
    }

    .bh-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .bh-story-card,
    .bh-story-card .bh-story-thumb,
    .bh-live-card,
    .bh-category-card,
    .bh-button {
        transition: none;
    }
}

/* ==========================================================================
   GENERIC PAGE CONTENT
   ========================================================================== */

.bh-page-content {
    max-width: 760px;
    font-size: 16.5px;
    line-height: 1.8;
    color: var(--bh-ink-soft);
}

.bh-page-content h2,
.bh-page-content h3,
.bh-page-content h4 {
    margin: 1.8em 0 0.6em;
    color: var(--bh-ink);
    font-weight: 500;
}

.bh-page-content p {
    margin-bottom: 1.4em;
}

.bh-page-content a {
    color: var(--bh-pink-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bh-page-content ul,
.bh-page-content ol {
    margin: 0 0 1.4em 1.4em;
}

.bh-page-content blockquote {
    margin: 1.8em 0;
    padding-left: 22px;
    border-left: 3px solid var(--bh-pink);
    color: var(--bh-ink);
    font-style: italic;
}

.bh-post-row {
    padding: 28px 0;
    border-bottom: 1px solid var(--bh-line);
}

.bh-post-row h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
}

.bh-post-row h2 a {
    color: var(--bh-ink);
    text-decoration: none;
}

.bh-post-row h2 a:hover {
    color: var(--bh-pink-deep);
}

/* ==========================================================================
   HOMEPAGE SPLIT LAYOUTS & GRAPHICS
   ========================================================================== */

.bh-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.bh-hero__media {
    animation: bh-fade-up 0.7s ease 0.35s both;
}

.bh-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 28px;
}

.bh-hero__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    background:
        linear-gradient(
            150deg,
            var(--bh-pink) 0%,
            var(--bh-lavender-deep) 100%
        );
}

.bh-hero__placeholder span {
    font-family: 'Alex Brush', cursive;
    font-size: clamp(64px, 8vw, 110px);
    color: rgba(255, 255, 255, 0.85);
}

.bh-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

.bh-split--reverse {
    grid-template-columns: 1.1fr 0.9fr;
}

.bh-split--reverse .bh-split__media {
    order: 2;
}

.bh-split--reverse .bh-split__text {
    order: 1;
}

.bh-split__text h2 {
    margin: 10px 0 0;
    color: var(--bh-ink);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 400;
}

.bh-split__text p {
    margin: 16px 0 24px;
    color: var(--bh-ink-soft);
    font-size: 16px;
}

.bh-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 22px;
}

.bh-graphic--image {
    overflow: hidden;
}

.bh-graphic--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bh-graphic--live {
    background: var(--bh-white);
    border: 1px solid var(--bh-line);
}

.bh-graphic__play {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            var(--bh-pink) 0%,
            var(--bh-pink-deep) 100%
        );
    box-shadow: 0 12px 28px rgba(216, 62, 134, 0.35);
    transition: transform 0.25s ease;
}

.bh-graphic--live:hover .bh-graphic__play {
    transform: scale(1.08);
}

.bh-graphic__play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent var(--bh-white);
}

.bh-graphic--share {
    background:
        linear-gradient(
            150deg,
            var(--bh-peach) 0%,
            var(--bh-pink-deep) 100%
        );
}

.bh-graphic__quote {
    font-family: 'Playfair Display', serif;
    font-size: 140px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
    transform: translateY(24px);
}

@media (max-width: 860px) {

    .bh-hero__grid,
    .bh-split,
    .bh-split--reverse {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .bh-split--reverse .bh-split__media {
        order: 0;
    }

    .bh-split--reverse .bh-split__text {
        order: 1;
    }

    .bh-hero__image,
    .bh-hero__placeholder {
        aspect-ratio: 4 / 3;
    }
}

@media (prefers-reduced-motion: reduce) {

    .bh-hero__media {
        animation: none;
    }
}
