.brother-page { max-width: 960px; }
.brother-main { display: block; text-align: left; padding: 3rem 0; }
.brother-main h1 { margin: 0 0 1rem; font: 400 clamp(2rem,5vw,2.75rem)/1.2 Georgia,serif; letter-spacing: -.025em; }
.brother-main h2, .partner-editor h2 { margin: 0 0 1rem; font: 400 1.65rem/1.25 Georgia,serif; }
.brother-main p { font-size: 1rem; line-height: 1.7; margin: 0 0 1.2rem; }
.brother-intro, .muted { color: #626262; }
.monthly-story { display: grid; grid-template-columns: .9fr 1.25fr; gap: 2rem; align-items: center; margin: 2.5rem 0; }
.monthly-message h2 { font: 400 clamp(2rem, 3.3vw, 3rem)/1.08 Georgia,serif; letter-spacing: -.04em; margin-bottom: 1.25rem; }
.monthly-message p { border-top: 1px solid var(--line); padding-top: 1rem; max-width: none; font-size: .75rem; letter-spacing: -.015em; color: var(--muted); }
.hoodie-feature-link { display: block; min-width: 0; text-align: center; text-decoration: none; }
.hoodie-feature-link img { display: block; width: 100%; height: auto; }
.hoodie-feature-link span { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; text-decoration: underline; text-underline-offset: .3em; }
.monthly-partner { border-block: 1px solid var(--line); padding-block: 2rem; }
.section-top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
#partner-month { color: var(--muted); font-size: .875rem; }
.partner-feature { display: flex; align-items: center; gap: 2rem; }
.partner-feature img { width: 160px; height: 160px; object-fit: contain; filter: grayscale(1); }
.partner-feature h3 { margin: .5rem 0 .75rem; font-size: 1.3rem; font-weight: 500; }
.partner-feature a, .owner-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; }
.owner-link { margin-top: 1rem; color: var(--muted); }
.community-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3.5rem; padding-block: 3rem; }
.community-section label, .partner-editor label { display: block; font-size: .9375rem; margin: 1.1rem 0 .5rem; }
.community-section label span, .partner-editor label span { color: var(--muted); }
.community-section input, .community-section textarea, .partner-editor input, .partner-editor textarea { box-sizing: border-box; width: 100%; min-width: 0; min-height: 46px; font: inherit; font-size: 1rem; line-height: 1.5; background: white; color: var(--ink); border: 1px solid #aaa; border-radius: 0; padding: .65rem .75rem; }
.community-section textarea, .partner-editor textarea { resize: vertical; }
input:focus-visible, textarea:focus-visible { outline: 2px solid black; outline-offset: 3px; }
.brother-main .form-note { font-size: .875rem; color: var(--muted); line-height: 1.5; margin-top: .8rem; }
.solid-button { border: 1px solid #161616; border-radius: 0; background: #161616; color: white; padding: .75rem 1.3rem; min-height: 48px; font-size: 1rem; }
.solid-button:disabled { opacity: .55; cursor: wait; }
.form-status { margin-top: 1rem !important; font-size: .9375rem !important; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#suggestion-tally { list-style: none; padding: 0; margin: 1.5rem 0 0; }
#suggestion-tally li { border-top: 1px solid var(--line); padding: 1rem 0; display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; overflow-wrap: anywhere; }
.tally-count { text-align: right; color: var(--muted); font-size: .875rem; flex: none; line-height: 1.6; }
.tally-count small { display: block; font-size: .8125rem; }
.text-button { background: none; border: 0; padding: .5rem 0; min-height: 44px; font-size: .9375rem; text-decoration: underline; text-underline-offset: .3em; }
.brother-about { border-top: 1px solid var(--line); padding-top: 2rem; max-width: 42rem; }
.brother-about p { color: #555; }
.brother-about .partnership-link { display: inline-flex; min-height: 44px; align-items: center; }
.brother-about .giving-actions { align-items: flex-start; }
[hidden] { display: none !important; }
.partner-editor { max-width: 720px; padding-block: 2rem; }
.partner-editor h1 { font: 400 2.2rem/1.2 Georgia,serif; }
.partner-editor p { line-height: 1.6; }
.partner-editor .month-controls { display: flex; align-items: end; gap: 1rem; }
.partner-editor .month-controls label { flex: 1; }
.partner-editor .month-controls button { margin-bottom: .5rem; }
.partner-preview { max-width: 180px; max-height: 180px; object-fit: contain; display: block; margin: 1rem 0; }
.editor-suggestions { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.editor-suggestion { padding: 1rem 0; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
.editor-suggestion h3 { margin: 0 0 .5rem; font-size: 1rem; }
.editor-suggestion p { margin: .5rem 0; }
@media(max-width:700px) {
 .brother-main { padding-top: 2rem; }
 .community-section { grid-template-columns: minmax(0,1fr); gap: 2rem; padding-block: 2rem; }
 .partner-feature { align-items: flex-start; flex-direction: column; gap: 1rem; }
 .monthly-story { grid-template-columns: minmax(0,1fr); gap: .5rem; margin-block: 2rem; }
 .monthly-message h2 { font-size: 2.4rem; }
 .partner-editor .month-controls { flex-wrap: wrap; }
}

.brother-page .community-images { grid-template-columns:repeat(3,minmax(0,1fr)); }
.brother-page .community-images img { width:100%;aspect-ratio:4 / 3;object-fit:cover; }
.brother-about { max-width:42rem; }
@media(max-width:480px) { .brother-page .community-images { gap:.5rem; } }

.brother-main .brother-banner { margin:0 0 2rem;line-height:0; }
.brother-banner img { display:block;width:100%;height:auto; }
