/* Brotherhood email capture (pre-launch signup) */

.footer-brotherhood {
  margin: 32px auto 0;
  max-width: 640px;
  padding: 24px 16px;
  border-top: 1px solid #1E1A16;
  border-bottom: 1px solid #1E1A16;
  text-align: center;
}

.brotherhood-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F0E6D3;
  margin-bottom: 16px;
}

.brotherhood-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.brotherhood-form input[type="email"],
.brotherhood-form select {
  background: #141414;
  color: #F0E6D3;
  border: 1px solid #1E1A16;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 0;
  outline: none;
  min-width: 220px;
}

.brotherhood-form input[type="email"]::placeholder {
  color: #8A7A6A;
}

.brotherhood-form input[type="email"]:focus,
.brotherhood-form select:focus {
  border-color: #8B0000;
}

.brotherhood-form select {
  min-width: 160px;
  cursor: pointer;
}

.brotherhood-form button {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #8B0000;
  color: #F0E6D3;
  border: 1px solid #8B0000;
  padding: 11px 22px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.brotherhood-form button:hover {
  background: #CC1111;
  border-color: #CC1111;
}

@media (max-width: 600px) {
  .brotherhood-form {
    flex-direction: column;
    align-items: stretch;
  }
  .brotherhood-form input[type="email"],
  .brotherhood-form select,
  .brotherhood-form button {
    width: 100%;
  }
}

.brotherhood-confirm {
  background: #141414;
  color: #F0E6D3;
  border-left: 3px solid #8B0000;
  padding: 12px 20px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.brotherhood-perks {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 8px;
}

.brotherhood-perks-eyebrow {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent-gold);
  text-align: center;
  margin-bottom: 18px;
}

.brotherhood-perk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brotherhood-perk {
  padding: 18px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.brotherhood-perk:first-child {
  border-top: none;
}

.brotherhood-perk h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 0 0 6px;
}

.brotherhood-perk p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 56ch;
  margin: 0;
}

.brotherhood-cta-button {
  display: inline-block;
  margin-top: 24px;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #8B0000;
  color: #F0E6D3;
  border: 1px solid #8B0000;
  padding: 14px 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.brotherhood-cta-button:hover {
  background: #CC1111;
  border-color: #CC1111;
}

.brotherhood-confirm-link {
  color: var(--accent-gold);
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-left: 12px;
  display: inline-block;
}

.brotherhood-confirm-link:hover {
  color: var(--accent-red);
}

@media (max-width: 600px) {
  .brotherhood-perks {
    padding: 18px 16px 8px;
  }
  .brotherhood-cta-button {
    width: 100%;
    text-align: center;
  }
  .brotherhood-confirm-link {
    margin-left: 0;
    display: block;
    margin-top: 6px;
  }
}

/* ── SHARE YOUR WEAR (moderation-pending queue) ── */
.brotherhood-wears {
  max-width: 720px;
  margin: 32px auto 0;
  padding: 32px 24px 60px;
  border-top: 1px solid var(--border-subtle, #1E1A16);
}

.brotherhood-wears-subtitle {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #C7B89E;
  text-align: center;
  max-width: 56ch;
  margin: 0 auto 22px;
  line-height: 1.6;
}

.brotherhood-flash {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 12px 16px;
  margin: 0 0 20px;
  border-left: 3px solid;
}

.brotherhood-flash--success {
  background: rgba(201, 168, 76, 0.08);
  border-left-color: var(--accent-gold, #C9A84C);
  color: #F0E6D3;
}

.brotherhood-flash--error {
  background: rgba(139, 0, 0, 0.08);
  border-left-color: #8B0000;
  color: #F0E6D3;
}

.brotherhood-wears-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.brotherhood-wears-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.brotherhood-wears-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C7B89E;
}

.brotherhood-wears-form input[type="text"],
.brotherhood-wears-form textarea,
.brotherhood-wears-form input[type="file"] {
  background: #141414;
  color: #F0E6D3;
  border: 1px solid #1E1A16;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  padding: 11px 14px;
  border-radius: 0;
  outline: none;
}

.brotherhood-wears-form input[type="text"]::placeholder,
.brotherhood-wears-form textarea::placeholder {
  color: #8A7A6A;
}

.brotherhood-wears-form input[type="text"]:focus,
.brotherhood-wears-form textarea:focus {
  border-color: #8B0000;
}

.brotherhood-wears-form textarea {
  resize: vertical;
  min-height: 80px;
}

.brotherhood-wears-form input[type="file"] {
  padding: 9px 14px;
  cursor: pointer;
}

.brotherhood-wears-form input[type="file"]::file-selector-button {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
  color: #F0E6D3;
  border: 1px solid #8B0000;
  padding: 7px 14px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.brotherhood-wears-form input[type="file"]::file-selector-button:hover {
  background: #8B0000;
}

.brotherhood-wears-consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: #F0E6D3;
  cursor: pointer;
}

.brotherhood-wears-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #8B0000;
  cursor: pointer;
}

.brotherhood-wears-error {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  color: #FF6B6B;
  letter-spacing: 0.04em;
}

.brotherhood-wears-submit {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: #8B0000;
  color: #F0E6D3;
  border: 1px solid #8B0000;
  padding: 13px 24px;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.brotherhood-wears-submit:hover {
  background: #CC1111;
  border-color: #CC1111;
}

@media (max-width: 600px) {
  .brotherhood-wears {
    padding: 28px 16px 56px;
  }
  .brotherhood-wears-submit {
    width: 100%;
    text-align: center;
  }
}

/* ── BROTHERHOOD WALL (gallery of approved wears) ── */
.brotherhood-gallery {
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 0 24px;
  border-top: 1px solid var(--border-subtle, #1E1A16);
}

.brotherhood-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.brotherhood-gallery-tile {
  background: #141414;
  border: 1px solid #1E1A16;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}

.brotherhood-gallery-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.brotherhood-gallery-attrib {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--accent-gold, #C9A84C);
  margin: 4px 0 0;
}

.brotherhood-gallery-caption {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #C7B89E;
  line-height: 1.5;
  margin: 0;
}

.brotherhood-gallery-empty {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  color: #C7B89E;
  text-align: center;
  max-width: 56ch;
  margin: 16px auto 24px;
}

@media (max-width: 600px) {
  .brotherhood-gallery {
    padding: 0 16px;
  }
  .brotherhood-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
