:root {
	--bhs-red: #c62828;
	--bhs-red-dark: #8f1919;
	--bhs-yellow: #f4c542;
	--bhs-blue: #3e6fb6;
	--bhs-ink: #202020;
	--bhs-paper: #f6f2ea;
	--bhs-white: #fffdf8;
}

/* Category-powered campus feeds. */
.bhs-hub-feed { padding: clamp(3rem, 7vw, 6rem) 0; }
.bhs-hub-feed h2 { margin-bottom: 2rem; }
.bhs-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; }
.bhs-post-card { overflow: hidden; background: var(--lf-color-surface-raised, #fff); border: 3px solid #202020; border-radius: .65rem; box-shadow: .35rem .35rem 0 #202020; }
.bhs-post-card__image { display: grid; min-height: 13rem; place-items: center; overflow: hidden; background: #f4c542; color: #202020; font-size: 4rem; }
.bhs-post-card__image img { width: 100%; height: 13rem; object-fit: cover; transition: transform .25s ease; }
.bhs-post-card:hover .bhs-post-card__image img { transform: scale(1.04); }
.bhs-post-card__body { padding: 1.25rem; }
.bhs-post-card__terms { color: #991f1f; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bhs-post-card__terms a { color: inherit; }
.bhs-post-card h3 { margin: .5rem 0; }
.bhs-post-card h3 a { color: #202020; text-decoration: none; }
.bhs-post-card__link { font-weight: 800; }
.bhs-empty-feed { padding: 2rem; background: #efe4d1; border: 3px dashed #202020; border-radius: .65rem; }
@media (max-width: 900px) { .bhs-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .bhs-post-grid { grid-template-columns: 1fr; } }

html { scroll-behavior: smooth; }
.bhs-campus { background: var(--bhs-paper); color: var(--bhs-ink); }
.bhs-campus .lf-c-main { padding: 0; }
.bhs-campus .lf-c-header { border-bottom: 3px solid var(--bhs-ink); background: var(--bhs-white); }
.bhs-campus .lf-c-footer { border-top: 8px solid var(--bhs-yellow); background: var(--bhs-ink); color: var(--bhs-white); }
.bhs-campus h1, .bhs-campus h2, .bhs-campus h3 { font-family: Fredoka, Nunito, ui-rounded, system-ui, sans-serif; letter-spacing: -.035em; }

.bhs-brand { display: inline-flex; align-items: center; color: var(--bhs-ink); line-height: 1; }
.bhs-brand img { display: block; width: auto; height: var(--lf-header-logo-height, 12.5rem); object-fit: contain; transition: height .2s ease; }
.lf-c-header.is-scrolled .bhs-brand img { height: var(--lf-header-logo-height-scrolled, 8.75rem); }
.bhs-brand__monogram { display: grid; width: 3.15rem; height: 3.15rem; place-items: center; transform: rotate(-3deg); border: 3px solid var(--bhs-ink); border-radius: 50%; background: var(--bhs-red); color: #fff; font-family: Fredoka, sans-serif; font-size: .9rem; font-weight: 700; box-shadow: 3px 3px 0 var(--bhs-yellow); }
.bhs-brand__name { font-family: Fredoka, sans-serif; font-size: clamp(.9rem, 2vw, 1.15rem); font-weight: 700; text-transform: uppercase; }
.bhs-brand__name small { display: block; margin-top: .28rem; color: var(--bhs-red); font-family: Atkinson Hyperlegible, sans-serif; font-size: .62rem; letter-spacing: .13em; }

.bhs-home { overflow: hidden; }
.bhs-eyebrow { margin: 0 0 .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bhs-eyebrow--red { color: var(--bhs-red); }
.bhs-button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .9rem 1.2rem; border: 3px solid var(--bhs-ink); border-radius: .45rem; background: var(--bhs-red); color: #fff; font-weight: 700; text-decoration: none; text-transform: uppercase; box-shadow: 5px 5px 0 var(--bhs-ink); transition: transform .18s ease, box-shadow .18s ease; }
.bhs-button:hover { color: #fff; transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--bhs-ink); }
.bhs-button--yellow { background: var(--bhs-yellow); color: var(--bhs-ink); }
.bhs-button--yellow:hover { color: var(--bhs-ink); }
.bhs-text-link { color: inherit; font-weight: 700; text-underline-offset: .3rem; }

.bhs-hero { position: relative; background: var(--bhs-red); color: #fff; }
.bhs-hero::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 17px 17px; content: ""; pointer-events: none; }
.bhs-hero__stripe { height: 10px; background: repeating-linear-gradient(90deg, var(--bhs-yellow) 0 70px, var(--bhs-white) 70px 140px, var(--bhs-blue) 140px 210px); }
.bhs-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); gap: clamp(2rem, 7vw, 6rem); align-items: center; min-height: 38rem; padding-block: clamp(4.5rem, 9vw, 8rem); }
.bhs-hero h1 { max-width: 9ch; margin: 0; color: #fff; font-size: clamp(4rem, 10vw, 8.8rem); line-height: .82; text-transform: uppercase; text-shadow: 5px 5px 0 var(--bhs-ink); }
.bhs-hero__logo { display: block; width: clamp(9rem, 18vw, 15rem); max-height: 10rem; margin: 0 0 1.5rem; object-fit: contain; object-position: left center; filter: drop-shadow(4px 4px 0 rgba(0,0,0,.35)); }
.bhs-hero h1 span { color: var(--bhs-yellow); }
.bhs-hero__lead { max-width: 39rem; margin: 2rem 0; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.bhs-actions { display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; }
.bhs-hero__poster { position: relative; transform: rotate(3deg); margin: 0; padding: .7rem; border: 4px solid var(--bhs-ink); background: var(--bhs-white); color: var(--bhs-ink); text-align: center; box-shadow: 12px 12px 0 var(--bhs-ink); }
.bhs-hero__poster img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid var(--bhs-ink); }
.bhs-hero__poster figcaption { padding: .65rem .25rem .1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bhs-poster__tape { position: absolute; top: -1rem; left: 50%; width: 7rem; height: 2rem; transform: translateX(-50%) rotate(-4deg); background: rgba(255,253,248,.78); }
.bhs-mascot { position: relative; width: 11rem; height: 10rem; margin: 1.1rem auto 0; }
.bhs-mascot__bun { position: absolute; left: 1rem; width: 9rem; background: #e99131; border: 4px solid var(--bhs-ink); }
.bhs-mascot__bun--top { top: .3rem; height: 4rem; border-radius: 6rem 6rem 1rem 1rem; }
.bhs-mascot__bun--top::before { content: "·  ·  ·  ·"; position: absolute; inset: .3rem 0 auto; color: #fff3c4; font-size: 1.5rem; font-weight: 700; }
.bhs-mascot__bun--bottom { bottom: .3rem; height: 2.3rem; border-radius: .5rem .5rem 3rem 3rem; }
.bhs-mascot__face { position: absolute; z-index: 2; top: 3.5rem; left: .5rem; width: 10rem; height: 3.5rem; border: 4px solid var(--bhs-ink); background: var(--bhs-red); color: #fff; font-size: 2.2rem; line-height: 2.8rem; }
.bhs-mascot__cheese { position: absolute; z-index: 3; right: .4rem; bottom: 2rem; width: 4rem; height: 1.2rem; transform: skew(-18deg); border: 3px solid var(--bhs-ink); background: var(--bhs-yellow); }
.bhs-ticker { position: relative; border-block: 3px solid var(--bhs-ink); background: var(--bhs-white); color: var(--bhs-ink); }
.bhs-ticker .lf-l-container { display: flex; gap: 2rem; align-items: center; min-height: 3.6rem; overflow: hidden; white-space: nowrap; }
.bhs-ticker strong { align-self: stretch; display: grid; place-items: center; margin-left: -1rem; padding-inline: 1.2rem; background: var(--bhs-blue); color: #fff; text-transform: uppercase; }
.bhs-ticker span::before { content: "★"; margin-right: 2rem; color: var(--bhs-red); }

.bhs-intro, .bhs-news, .bhs-class { padding-block: clamp(4.5rem, 9vw, 8rem); }
.bhs-intro__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); }
.bhs-intro h2, .bhs-section-heading h2, .bhs-class h2, .bhs-admissions h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; }
.bhs-intro__copy { font-size: 1.2rem; line-height: 1.65; }
.bhs-signature { font-family: Fredoka, sans-serif; font-weight: 600; transform: rotate(-2deg); }

.bhs-news { border-block: 3px solid var(--bhs-ink); background-color: #eadfc9; background-image: linear-gradient(rgba(62,111,182,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(62,111,182,.12) 1px, transparent 1px); background-size: 24px 24px; }
.bhs-section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.bhs-section-heading--light { color: #fff; }
.bhs-section-heading--light > p { max-width: 28rem; font-size: 1.1rem; }
.bhs-stamp { display: grid; width: 6rem; height: 6rem; place-items: center; transform: rotate(8deg); border: 4px double var(--bhs-red); border-radius: 50%; color: var(--bhs-red); font-family: Fredoka, sans-serif; font-weight: 700; text-align: center; text-transform: uppercase; }
.bhs-news-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.5rem; }
.bhs-news-card { overflow: hidden; border: 3px solid var(--bhs-ink); border-radius: .6rem; background: var(--bhs-white); box-shadow: 6px 6px 0 var(--bhs-ink); }
.bhs-news-card__visual { display: flex; min-height: 13rem; justify-content: space-between; align-items: end; padding: 1.2rem; border-bottom: 3px solid var(--bhs-ink); color: #fff; }
.bhs-news-card__visual strong { font-family: Fredoka, sans-serif; font-size: 2.5rem; line-height: .85; text-align: right; text-transform: uppercase; }
.bhs-news-card__visual span { border: 2px solid currentColor; border-radius: 50%; padding: .45rem; font-weight: 700; text-transform: uppercase; }
.bhs-news-card__visual--lab { background: var(--bhs-red); }
.bhs-news-card__visual--soda { background: var(--bhs-blue); }
.bhs-news-card__visual--quiz { background: #16815b; }
.bhs-news-card__body { padding: 1.35rem; }
.bhs-news-card__image { display: block; width: 100%; height: 17rem; object-fit: cover; border-bottom: 3px solid var(--bhs-ink); }
.bhs-news-card--feature .bhs-news-card__image { object-position: center 42%; }
.bhs-news-card__body h3 { margin: .25rem 0 .7rem; font-size: 1.55rem; line-height: 1.05; }
.bhs-news-card__body a { color: var(--bhs-red); font-weight: 700; }
.bhs-meta { margin: 0; color: var(--bhs-red); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.bhs-campus-life { padding-block: clamp(4.5rem, 9vw, 8rem); background: var(--bhs-blue); }
.bhs-life-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.bhs-life-card { position: relative; min-height: 21rem; padding: 1.4rem; border: 3px solid var(--bhs-ink); border-radius: .55rem; background: var(--bhs-white); color: var(--bhs-ink); text-decoration: none; box-shadow: 6px 6px 0 var(--bhs-ink); transition: transform .2s ease; }
.bhs-life-card:nth-child(even) { transform: translateY(1.5rem) rotate(1deg); }
.bhs-life-card:hover { color: var(--bhs-ink); transform: translateY(-.4rem) rotate(-1deg); }
.bhs-life-card > span { display: block; margin-bottom: 3rem; font-size: 3.5rem; }
.bhs-life-card small { color: var(--bhs-red); font-weight: 700; text-transform: uppercase; }
.bhs-life-card h3 { margin: .5rem 0; font-size: 2rem; }

.bhs-departments { padding-block: clamp(4.5rem, 9vw, 8rem); border-bottom: 3px solid var(--bhs-ink); background: var(--bhs-yellow); }
.bhs-departments h2 { max-width: 13ch; margin: 0 0 2rem; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; }
.bhs-department-list { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.bhs-department-list span { padding: .75rem 1rem; border: 3px solid var(--bhs-ink); background: var(--bhs-white); font-family: Fredoka, sans-serif; font-weight: 700; box-shadow: 4px 4px 0 var(--bhs-ink); }

.bhs-class__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.bhs-student-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; transform: rotate(-2deg); }
.bhs-student-preview img { width: 100%; border: 5px solid var(--bhs-white); outline: 3px solid var(--bhs-ink); background: #dfe5ea; box-shadow: 8px 8px 0 var(--bhs-ink); }
.bhs-student-preview img:nth-child(2) { transform: translateY(2rem) rotate(3deg); }
.bhs-student-preview__empty { grid-column:1/-1; padding:2rem; border:4px dashed var(--bhs-ink); background:var(--bhs-white); font-weight:700; text-align:center; }
.bhs-yearbook-card { aspect-ratio: 4 / 5; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-3deg); border: 8px double var(--bhs-yellow); outline: 4px solid var(--bhs-ink); background: var(--bhs-red-dark); color: #fff; text-align: center; box-shadow: 14px 14px 0 var(--bhs-ink); }
.bhs-yearbook-card p, .bhs-yearbook-card em { font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bhs-yearbook-card strong { font-family: Fredoka, sans-serif; font-size: 2.3rem; text-transform: uppercase; }
.bhs-yearbook-card span { color: var(--bhs-yellow); font-family: Fredoka, sans-serif; font-size: clamp(5rem, 10vw, 8rem); font-weight: 700; line-height: .9; }
.bhs-class__copy > p:not(.bhs-eyebrow) { max-width: 39rem; font-size: 1.2rem; line-height: 1.6; }
.bhs-archetypes { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.8rem 0 2.2rem; }
.bhs-archetypes span { padding: .35rem .75rem; border: 2px solid var(--bhs-ink); border-radius: 99px; background: var(--bhs-yellow); font-weight: 700; }

.bhs-admissions { padding-block: clamp(5rem, 10vw, 9rem); border-top: 3px solid var(--bhs-ink); background: var(--bhs-red); color: #fff; text-align: center; }
.bhs-admissions__inner { display: flex; flex-direction: column; align-items: center; }
.bhs-admissions h2 { color: var(--bhs-yellow); text-shadow: 4px 4px 0 var(--bhs-ink); text-transform: uppercase; }
.bhs-admissions p:not(.bhs-eyebrow) { max-width: 42rem; margin: 1.5rem auto 2rem; font-size: 1.2rem; }
.bhs-admissions small { margin-top: 1.5rem; font-weight: 700; }

.bhs-page { min-height: 70vh; }
.bhs-page-hero { padding-block: clamp(4rem, 8vw, 7rem); border-bottom: 4px solid var(--bhs-ink); background-color: var(--bhs-red); background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 17px 17px; color: #fff; }
.bhs-page-hero h1 { margin: 0; color: var(--bhs-yellow); font-size: clamp(4rem, 10vw, 8rem); line-height: .85; text-shadow: 5px 5px 0 var(--bhs-ink); text-transform: uppercase; }
.bhs-page-hero p:last-child { max-width: 50rem; margin: 1.5rem 0 0; font-size: 1.2rem; }
.bhs-directory__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-block: clamp(4rem, 8vw, 7rem); }
.bhs-locker-card { display: grid; grid-template-columns: 8rem 1fr; overflow: hidden; border: 4px solid var(--bhs-ink); border-radius: .5rem; background: var(--bhs-white); box-shadow: 8px 8px 0 var(--bhs-ink); }
.bhs-locker-card__door { position: relative; grid-row: 1 / 3; display: flex; flex-direction: column; gap: .6rem; align-items: center; justify-content: center; padding: 1rem; border-right: 4px solid var(--bhs-ink); background: #75aebe; }
.bhs-locker-card__door span { display: block; width: 3.5rem; height: 3px; background: var(--bhs-ink); }
.bhs-locker-card__door strong { margin-top: 1rem; text-align: center; text-transform: uppercase; }
.bhs-locker-card img { width: 100%; height: 22rem; object-fit: cover; object-position: center top; }
.bhs-locker-card > div:last-child { padding: 1rem 1.2rem; border-top: 3px solid var(--bhs-ink); }
.bhs-locker-card p { margin: 0; color: var(--bhs-red); font-weight: 700; }
.bhs-departments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-block: clamp(4rem, 8vw, 7rem); }
.bhs-departments-grid article { min-height: 18rem; padding: 1.5rem; border: 4px solid var(--bhs-ink); border-radius: .6rem; background: var(--bhs-yellow); box-shadow: 7px 7px 0 var(--bhs-ink); }
.bhs-departments-grid article > span { display: block; margin-bottom: 2rem; font-size: 3rem; }
.bhs-departments-grid small { color: var(--bhs-red); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bhs-departments-grid h2 { margin: .5rem 0; font-size: 1.8rem; line-height: 1; }

.bhs-student-card { overflow: hidden; border: 4px solid var(--bhs-ink); border-radius: .65rem; background: var(--bhs-white); box-shadow: 8px 8px 0 var(--bhs-ink); }
.bhs-student-card__portrait { display: grid; min-height: 27rem; place-items: end center; overflow: hidden; border-bottom: 4px solid var(--bhs-ink); background: linear-gradient(#76afbe 0 72%, #dce4e9 72%); }
.bhs-student-card__portrait img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.bhs-student-card__content { padding: 1.5rem; }
.bhs-student-card__class { margin: 0; color: var(--bhs-red); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bhs-student-card h2 { margin: .35rem 0 1.3rem; font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: .9; }
.bhs-student-card h2 span { display: block; color: var(--bhs-red); font-size: 1.25em; }
.bhs-student-card dl { display: grid; gap: 1rem; margin: 0; }
.bhs-student-card dl > div { padding-top: .8rem; border-top: 2px dashed #bdb4a6; }
.bhs-student-card dt { color: var(--bhs-blue); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bhs-student-card dd { margin: .3rem 0 0; line-height: 1.45; }
.bhs-student-card blockquote { margin: 1.4rem 0 0; padding: 1rem; border: 3px solid var(--bhs-ink); background: var(--bhs-yellow); font-family: Fredoka, sans-serif; font-size: 1.15rem; font-weight: 600; transform: rotate(-1deg); }
.bhs-principal { padding-block: clamp(5rem, 10vw, 9rem); border-top: 8px solid var(--bhs-yellow); background: var(--bhs-ink); color: #fff; }
.bhs-principal__layout { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.bhs-principal__portrait { overflow: hidden; border: 4px solid #fff; background: #000; box-shadow: 12px 12px 0 var(--bhs-red); }
.bhs-principal__portrait img { display: block; width: 100%; max-height: 48rem; object-fit: contain; object-position: center bottom; }
.bhs-principal h2 { margin: 0; color: var(--bhs-yellow); font-size: clamp(3rem, 6vw, 5.5rem); line-height: .9; text-transform: uppercase; }
.bhs-principal__lead { max-width: 43rem; font-size: 1.25rem; line-height: 1.55; }
.bhs-mm-rules { margin-block: 2rem; padding: 1.5rem; border: 4px solid var(--bhs-ink); background: var(--bhs-white); color: var(--bhs-ink); box-shadow: 7px 7px 0 var(--bhs-red); }
.bhs-mm-rules h3 { margin: 0 0 1rem; color: var(--bhs-red); font-size: 1.7rem; text-transform: uppercase; }
.bhs-mm-rules ul { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; padding-left: 1.3rem; }
.bhs-principal__content > blockquote { margin: 2rem 0; color: var(--bhs-yellow); font-family: Fredoka, sans-serif; font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 700; }
.bhs-campus-board { padding-block: clamp(4rem, 8vw, 7rem); background-color: #e8dcc5; background-image: linear-gradient(rgba(32,32,32,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(32,32,32,.07) 1px, transparent 1px); background-size: 28px 28px; }
.bhs-campus-board__header { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 2rem; padding: 1rem 1.4rem; border: 4px solid var(--bhs-ink); background: #315d45; color: #fff; box-shadow: 7px 7px 0 var(--bhs-ink); }
.bhs-campus-board__header span { color: var(--bhs-yellow); font-family: Fredoka, sans-serif; font-size: 1.7rem; font-weight: 700; text-transform: uppercase; }
.bhs-campus-board__header strong { margin-left: auto; padding: .35rem .65rem; background: var(--bhs-red); transform: rotate(-2deg); }
.bhs-campus-board__header em { font-style: normal; }
.bhs-campus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.bhs-campus-building { position: relative; min-height: 20rem; padding: 1.3rem; border: 4px solid var(--bhs-ink); border-radius: .55rem; background: var(--bhs-white); color: var(--bhs-ink); text-decoration: none; box-shadow: 7px 7px 0 var(--bhs-ink); transition: transform .18s ease, box-shadow .18s ease; }
.bhs-campus-building:hover { color: var(--bhs-ink); transform: translate(4px, 4px); box-shadow: 3px 3px 0 var(--bhs-ink); }
.bhs-campus-building__number { position: absolute; top: 1rem; right: 1rem; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: var(--bhs-red); color: #fff; font-weight: 700; }
.bhs-campus-building__icon { display: block; margin-bottom: 2rem; font-size: 3rem; }
.bhs-campus-building h2 { margin: 0 0 .7rem; font-size: 1.7rem; line-height: 1; }
.bhs-campus-building p { line-height: 1.45; }
.bhs-campus-building > strong { color: var(--bhs-red); text-transform: uppercase; }
.bhs-chalkboard { padding-block: clamp(4rem, 8vw, 7rem); border-bottom: 12px solid #8d5c35; background-color: #315d45; background-image: radial-gradient(rgba(255,255,255,.075) 1px, transparent 1px); background-size: 9px 9px; color: #fff; }
.bhs-chalkboard__title { margin-bottom: 2.5rem; text-align: center; }
.bhs-chalkboard__title p { margin: 0; color: var(--bhs-yellow); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bhs-chalkboard__title h2 { margin: .4rem 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .9; text-transform: uppercase; }
.bhs-chalkboard__title span { font-style: italic; }
.bhs-course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.bhs-course-card { min-height: 21rem; padding: 1.3rem; border: 3px solid rgba(255,255,255,.85); color: #fff; text-decoration: none; transform: rotate(-.5deg); }
.bhs-course-card:nth-child(even) { transform: rotate(.7deg); }
.bhs-course-card:hover { color: var(--bhs-yellow); border-color: var(--bhs-yellow); }
.bhs-course-card__icon { display: block; margin-bottom: 1.8rem; font-size: 2.7rem; }
.bhs-course-card small { color: var(--bhs-yellow); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bhs-course-card h3 { margin: .35rem 0; font-size: 1.7rem; line-height: 1; }
.bhs-course-card strong { display: block; color: #d9e5d9; font-size: .9rem; }
.bhs-course-card p { line-height: 1.45; }
.bhs-course-card em { color: var(--bhs-yellow); font-style: normal; font-weight: 700; text-transform: uppercase; }

/* Media Center photo stories. */
.single-post .lf-c-entry { padding-block: clamp(2.5rem, 6vw, 5rem); }
.single-post .lf-c-entry__title { max-width: 18ch; margin-bottom: 1rem; }
.bhs-gallery-lead { max-width: 48rem; margin: 0 0 2.5rem; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; }
.bhs-photo-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(.75rem, 2vw, 1.5rem); }
.bhs-photo-gallery__item { grid-column: span 4; margin: 0; overflow: hidden; background: #efe4d1; border: 3px solid #202020; border-radius: .65rem; box-shadow: .3rem .3rem 0 #202020; }
.bhs-photo-gallery__item:nth-child(7n + 1),
.bhs-photo-gallery__item:nth-child(7n + 5) { grid-column: span 8; }
.bhs-photo-gallery__item a { display: block; height: 100%; }
.bhs-photo-gallery__item img { display: block; width: 100%; height: 100%; min-height: 18rem; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.bhs-photo-gallery__item a:hover img,
.bhs-photo-gallery__item a:focus-visible img { transform: scale(1.025); }
.bhs-photo-gallery__item a:focus-visible { outline: .3rem solid #f4c542; outline-offset: -.3rem; }
@media (max-width: 800px) {
	.bhs-photo-gallery__item,
	.bhs-photo-gallery__item:nth-child(7n + 1),
	.bhs-photo-gallery__item:nth-child(7n + 5) { grid-column: span 6; }
}
@media (max-width: 540px) {
	.bhs-photo-gallery__item,
	.bhs-photo-gallery__item:nth-child(7n + 1),
	.bhs-photo-gallery__item:nth-child(7n + 5) { grid-column: 1 / -1; }
	.bhs-photo-gallery__item img { min-height: 14rem; }
}
@media (max-width: 900px) {
	.bhs-hero__layout, .bhs-intro__layout, .bhs-class__layout { grid-template-columns: 1fr; }
	.bhs-hero__poster { width: min(22rem, 86%); margin-inline: auto; }
	.bhs-news-grid { grid-template-columns: 1fr 1fr; }
	.bhs-news-card--feature { grid-column: 1 / -1; }
	.bhs-life-grid { grid-template-columns: 1fr 1fr; }
	.bhs-life-card:nth-child(even) { transform: none; }
	.bhs-yearbook-card { width: min(25rem, 84%); margin-inline: auto; }
	.bhs-student-preview { max-width: 35rem; margin-inline: auto; }
	.bhs-departments-grid { grid-template-columns: 1fr 1fr; }
	.bhs-principal__layout { grid-template-columns: 1fr; }
	.bhs-principal__portrait { max-width: 30rem; margin-inline: auto; }
	.bhs-campus-grid { grid-template-columns: 1fr 1fr; }
	.bhs-course-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
	.bhs-brand img { height: 7.5rem; }
	.lf-c-header.is-scrolled .bhs-brand img { height: 5.25rem; }
	.bhs-brand__monogram { width: 2.65rem; height: 2.65rem; }
	.bhs-brand__name small { display: none; }
	.bhs-hero__layout { min-height: auto; padding-block: 4rem; }
	.bhs-hero h1 { font-size: clamp(3.45rem, 18vw, 5.2rem); }
	.bhs-actions { align-items: stretch; flex-direction: column; }
	.bhs-section-heading { align-items: start; flex-direction: column; }
	.bhs-stamp { display: none; }
	.bhs-news-grid, .bhs-life-grid { grid-template-columns: 1fr; }
	.bhs-life-card { min-height: 17rem; }
	.bhs-ticker .lf-l-container { padding-inline: 0; }
	.bhs-directory__grid, .bhs-departments-grid { grid-template-columns: 1fr; }
	.bhs-locker-card { grid-template-columns: 5.5rem 1fr; }
	.bhs-locker-card img { height: 16rem; }
	.bhs-student-card__portrait { min-height: 20rem; }
	.bhs-mm-rules ul { grid-template-columns: 1fr; }
	.bhs-campus-grid { grid-template-columns: 1fr; }
	.bhs-campus-board__header strong { margin-left: 0; }
	.bhs-course-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.bhs-button, .bhs-life-card { transition: none; }
}
.bhs-application-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr); gap:clamp(1.5rem,5vw,4rem); padding-block:clamp(2rem,6vw,5rem); }
.bhs-application-layout h2 { font-size:clamp(2rem,5vw,4rem); }
.bhs-application-form { display:grid; gap:1rem; padding:clamp(1.2rem,4vw,2.5rem); border:4px solid var(--bhs-ink); border-radius:.7rem; background:var(--bhs-white); box-shadow:8px 8px 0 var(--bhs-ink); }
.bhs-application-form label { display:grid; gap:.35rem; font-weight:700; }
.bhs-application-form :is(input,select,textarea) { width:100%; padding:.75rem; border:3px solid var(--bhs-ink); border-radius:.35rem; background:#fff; font:inherit; }
.bhs-form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.bhs-form-consent { grid-template-columns:auto 1fr; align-items:start; }
.bhs-form-consent input { width:auto; margin-top:.2rem; }
.bhs-honeypot { position:absolute!important; left:-9999px!important; }
.bhs-form-message { margin-top:1rem; padding:1rem; border:3px solid var(--bhs-ink); }
.bhs-form-message.is-success { background:#d9f2dc; }
.bhs-form-message.is-error { background:#ffe1df; }
@media (max-width:760px) { .bhs-application-layout,.bhs-form-row { grid-template-columns:1fr; } }
