.bstarfa-site-skip {
    position: fixed;
    top: 8px;
    left: 18px;
    z-index: 1000;
    transform: translateY(-160%);
    padding: 10px 14px;
    background: #26292a;
    color: #fff;
    text-decoration: none;
}

.bstarfa-site-skip:focus { transform: translateY(0); }

.bstarfa-site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid rgba(38, 41, 42, .12);
    background: rgba(243, 242, 230, .96);
    backdrop-filter: blur(18px) saturate(120%);
}

.admin-bar .bstarfa-site-header { top: 32px; }

.bstarfa-site-nav {
    width: min(1440px, calc(100% - 64px));
    min-height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(190px, .75fr) auto minmax(190px, .75fr);
    align-items: center;
    gap: 28px;
}

.bstarfa-site-brand {
    display: grid;
    gap: 2px;
    justify-self: start;
    color: #26292a;
    text-decoration: none;
}

.bstarfa-site-brand-name {
    font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.04em;
}

.bstarfa-site-brand-note {
    color: rgba(38, 41, 42, .62);
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bstarfa-site-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.bstarfa-site-menu > a,
.bstarfa-site-collections > summary {
    position: relative;
    padding: 29px 0 25px;
    color: rgba(38, 41, 42, .72);
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
}

.bstarfa-site-collections > summary::-webkit-details-marker { display: none; }
.bstarfa-site-menu > a:hover,
.bstarfa-site-menu > a.is-active,
.bstarfa-site-collections > summary:hover,
.bstarfa-site-collections > summary.is-active { color: #26292a; }

.bstarfa-site-collections { position: relative; }
.bstarfa-site-dropdown {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    width: 250px;
    transform: translate(-50%, 10px);
    padding: 12px 22px;
    border: 1px solid rgba(38, 41, 42, .12);
    background: #f3f2e6;
    box-shadow: 0 24px 64px rgba(38, 41, 42, .16);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease;
}

.bstarfa-site-dropdown a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(38, 41, 42, .09);
    color: #26292a;
    font: 700 10px/1.3 Arial, sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.bstarfa-site-dropdown a:last-child { border-bottom: 0; }
.bstarfa-site-collections[open] .bstarfa-site-dropdown,
.bstarfa-site-collections:hover .bstarfa-site-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.bstarfa-site-cta {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 20px;
    border: 1px solid #934d34;
    background: #934d34;
    color: #f3f2e6;
    font: 700 10px/1 Arial, sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.bstarfa-site-menu-button { display: none; }
.bstarfa-blog-list { display: contents; }

.bstarfa-site-footer {
    padding: 52px 0 44px;
    border-top: 1px solid rgba(243, 242, 230, .12);
    background: #26292a;
    color: #f3f2e6;
}

.bstarfa-site-footer-inner {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
}

.bstarfa-site-footer-about strong {
    font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 500;
}

.bstarfa-site-footer-about p {
    max-width: 520px;
    margin: 12px 0 0;
    color: rgba(243, 242, 230, .62);
    font: 12px/1.65 Arial, sans-serif;
}

.bstarfa-site-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 28px;
}

.bstarfa-site-footer-links a {
    color: rgba(243, 242, 230, .75);
    font: 700 11px/1.4 Arial, sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.bstarfa-post-main,
.bstarfa-blog-archive {
    background: #f3f2e6;
    color: #26292a;
    min-height: 70vh;
    padding: clamp(72px, 9vw, 132px) 24px;
}

.bstarfa-post-article,
.bstarfa-blog-archive > * {
    width: min(900px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.bstarfa-post-header,
.bstarfa-archive-header { margin-bottom: 48px; }
.bstarfa-post-kicker,
.bstarfa-archive-header > span {
    color: #934d34;
    font: 700 11px/1.2 Arial, sans-serif;
    letter-spacing: .16em;
    text-decoration: none;
    text-transform: uppercase;
}

.bstarfa-post-header h1,
.bstarfa-archive-header h1 {
    margin: 14px 0 18px;
    font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
    font-size: clamp(42px, 7vw, 80px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.bstarfa-post-meta,
.bstarfa-archive-header p,
.bstarfa-archive-description { color: rgba(38, 41, 42, .65); }
.bstarfa-post-content { font: 17px/1.8 Arial, sans-serif; }
.bstarfa-post-content h2,
.bstarfa-post-content h3 {
    margin-top: 2.2em;
    font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
    line-height: 1.12;
}
.bstarfa-post-content h2 { font-size: clamp(30px, 4vw, 46px); }
.bstarfa-post-content h3 { font-size: 26px; }
.bstarfa-post-content a { color: #934d34; }
.bstarfa-post-content img { width: 100%; height: auto; margin: 24px 0; }
.bstarfa-post-content ul { padding-left: 1.25em; }
.bstarfa-post-next {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid rgba(38, 41, 42, .18);
}
.bstarfa-post-next a,
.bstarfa-card-link { color: #934d34; font-weight: 700; text-decoration: none; }

.bstarfa-archive-grid {
    width: min(1180px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.bstarfa-blog-archive > .bstarfa-archive-header { width: min(1180px, 100%); }
.bstarfa-archive-card {
    border: 1px solid rgba(38, 41, 42, .14);
    background: rgba(255, 255, 255, .45);
}
.bstarfa-archive-card > div { padding: 24px; }
.bstarfa-archive-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bstarfa-archive-card time { color: #934d34; font: 700 10px/1.2 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.bstarfa-archive-card h2 { margin: 14px 0 12px; font-family: Iowan Old Style, Baskerville, "Times New Roman", serif; font-size: 28px; line-height: 1.08; }
.bstarfa-archive-card h2 a { color: #26292a; text-decoration: none; }
.bstarfa-archive-card p { color: rgba(38, 41, 42, .68); font: 14px/1.6 Arial, sans-serif; }
.bstarfa-pagination { margin-top: 48px; }

@media (max-width: 1060px) {
    .bstarfa-site-nav { width: calc(100% - 36px); min-height: 68px; grid-template-columns: 1fr auto; }
    .bstarfa-site-brand-note,
    .bstarfa-site-cta { display: none; }
    .bstarfa-site-menu-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid rgba(38, 41, 42, .25);
        background: transparent;
        color: #26292a;
        font: 700 10px/1 Arial, sans-serif;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .bstarfa-site-menu-mark { font-size: 18px; transition: transform .2s ease; }
    .bstarfa-site-menu-button[aria-expanded="true"] .bstarfa-site-menu-mark { transform: rotate(45deg); }
    .bstarfa-site-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        align-items: stretch;
        padding: 20px 24px 28px;
        border-top: 1px solid rgba(38, 41, 42, .1);
        border-bottom: 1px solid rgba(38, 41, 42, .14);
        background: #f3f2e6;
        box-shadow: 0 30px 60px rgba(38, 41, 42, .14);
    }
    .bstarfa-site-menu.is-open { display: grid; }
    .bstarfa-site-menu > a,
    .bstarfa-site-collections > summary { display: block; width: 100%; padding: 14px 0; }
    .bstarfa-site-dropdown {
        position: static;
        width: auto;
        transform: none;
        padding: 2px 0 8px 18px;
        border: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }
    .bstarfa-site-collections:not([open]) .bstarfa-site-dropdown { display: none; }
    .bstarfa-site-collections[open] .bstarfa-site-dropdown { transform: none; }
    .bstarfa-site-footer-inner { width: calc(100% - 36px); grid-template-columns: 1fr; }
    .bstarfa-site-footer-links { justify-content: flex-start; }
    .bstarfa-archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
    .admin-bar .bstarfa-site-header { top: 46px; }
    .bstarfa-post-next { flex-direction: column; }
}
