
.hoppe-nomination-wrap {
  --hoppe-gold: #b8872f;
  --hoppe-black: #111;
  --hoppe-border: #ded8ca;
  --hoppe-soft: #faf7f0;
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #262626;
}
.hoppe-nomination-form {
  padding: clamp(24px, 5vw, 52px);
  background: #fff;
  border: 1px solid var(--hoppe-border);
  border-top: 6px solid var(--hoppe-gold);
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
}
.hoppe-form-heading { text-align:center; margin-bottom:36px; }
.hoppe-form-heading h2 { margin:10px 0; font-family:Georgia,serif; font-size:clamp(30px,4vw,44px); line-height:1.15; }
.hoppe-eyebrow { margin:0; color:var(--hoppe-gold); font-size:13px; font-weight:700; letter-spacing:2.4px; text-transform:uppercase; }
.hoppe-nomination-form h3 { margin:36px 0 20px; padding-bottom:10px; border-bottom:1px solid var(--hoppe-border); font-size:14px; letter-spacing:1.6px; text-transform:uppercase; }
.hoppe-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.hoppe-field { margin-bottom:22px; }
.hoppe-field label, .hoppe-fieldset legend { display:block; margin-bottom:8px; font-weight:700; }
.hoppe-field label span { color:#9e1b1b; }
.hoppe-field input, .hoppe-field textarea {
  width:100%; box-sizing:border-box; padding:13px 15px; border:1px solid #bbb5aa; background:#fff; font:inherit;
}
.hoppe-field textarea { resize:vertical; }
.hoppe-field input:focus, .hoppe-field textarea:focus { outline:3px solid rgba(184,135,47,.18); border-color:var(--hoppe-gold); }
.hoppe-field small { display:block; margin-top:7px; color:#666; line-height:1.5; }
.hoppe-fieldset { border:0; padding:0; margin:0 0 28px; }
.hoppe-check-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 20px; }
.hoppe-check-grid label, .hoppe-consent { display:flex; gap:10px; align-items:flex-start; line-height:1.5; }
.hoppe-check-grid input, .hoppe-consent input { width:18px; height:18px; flex:0 0 auto; margin-top:2px; accent-color:var(--hoppe-gold); }
.hoppe-consent { margin:0 0 15px; }
.hoppe-submit {
  width:100%; margin-top:24px; padding:17px 24px; border:2px solid var(--hoppe-gold); background:var(--hoppe-gold);
  color:#fff; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; cursor:pointer;
}
.hoppe-submit:hover { background:var(--hoppe-black); border-color:var(--hoppe-black); }
.hoppe-privacy { margin:17px 0 0; color:#666; font-size:12px; line-height:1.55; text-align:center; }
.hoppe-alert { margin-bottom:22px; padding:22px; border-left:5px solid; }
.hoppe-alert h2 { margin:0 0 7px; font-family:Georgia,serif; }
.hoppe-alert-success { background:#f3f8f1; border-color:#4c7d3f; }
.hoppe-alert-error { background:#fff2f2; border-color:#9e1b1b; }
.hoppe-alert-error span { display:block; margin-top:5px; }
.hoppe-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
@media (max-width:700px) {
  .hoppe-grid, .hoppe-check-grid { grid-template-columns:1fr; }
  .hoppe-nomination-form { padding:26px 20px; }
}


/* Complete 75th Anniversary Community Recognition Page */
.hoppe-community-page {
  --hoppe-gold: #b8872f;
  --hoppe-gold-light: #d8b66a;
  --hoppe-black: #0c0c0c;
  --hoppe-cream: #f8f4eb;
  --hoppe-border: #ded8ca;
  margin: 0;
  overflow: hidden;
  background: #fff;
  color: #262626;
  font-family: Arial, Helvetica, sans-serif;
}
.hoppe-community-page * { box-sizing: border-box; }
.hoppe-community-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.hoppe-community-hero {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
  padding: 90px 20px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at center, rgba(184,135,47,.24) 0, rgba(184,135,47,.08) 26%, transparent 58%),
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.025) 0deg 2deg, transparent 2deg 8deg),
    linear-gradient(145deg, #050505, #17130d 58%, #090909);
}
.hoppe-community-hero::before,
.hoppe-community-hero::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(216,182,106,.42);
  pointer-events: none;
}
.hoppe-community-hero::after {
  inset: 38px;
  border-color: rgba(216,182,106,.13);
}
.hoppe-community-hero-inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}
.hoppe-community-kicker,
.hoppe-community-section-label {
  margin: 0 0 18px;
  color: var(--hoppe-gold-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hoppe-community-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -2px;
}
.hoppe-community-lead {
  max-width: 780px;
  margin: 30px auto 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}
.hoppe-community-cta {
  display: inline-block;
  margin-top: 38px;
  padding: 17px 30px;
  border: 2px solid var(--hoppe-gold-light);
  background: var(--hoppe-gold);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.hoppe-community-cta:hover {
  background: transparent;
}
.hoppe-community-intro,
.hoppe-community-closing {
  padding: 105px 20px;
  text-align: center;
}
.hoppe-community-intro .hoppe-community-content,
.hoppe-community-closing .hoppe-community-content {
  max-width: 900px;
}
.hoppe-community-intro h2,
.hoppe-community-card h2,
.hoppe-community-closing h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.15;
}
.hoppe-community-intro h2,
.hoppe-community-closing h2 {
  font-size: clamp(38px, 5vw, 60px);
}
.hoppe-community-intro p:not(.hoppe-community-section-label),
.hoppe-community-closing p:not(.hoppe-community-section-label) {
  margin: 0 auto 18px;
  color: #555;
  font-size: 18px;
  line-height: 1.85;
}
.hoppe-community-form-section {
  padding: 90px 20px;
  background:
    linear-gradient(rgba(248,244,235,.96), rgba(248,244,235,.96)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(184,135,47,.08) 20px 21px);
}
.hoppe-community-info {
  padding: 105px 20px;
  background: var(--hoppe-black);
  color: #fff;
}
.hoppe-community-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 26px;
}
.hoppe-community-card {
  position: relative;
  min-height: 360px;
  padding: 52px;
  border: 1px solid rgba(216,182,106,.38);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01));
}
.hoppe-community-card-number {
  display: block;
  margin-bottom: 36px;
  color: var(--hoppe-gold-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.hoppe-community-card h2 {
  font-size: clamp(32px, 4vw, 46px);
}
.hoppe-community-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.8;
}
.hoppe-community-closing {
  background: #fff;
}
html { scroll-behavior: smooth; }

@media (max-width: 780px) {
  .hoppe-community-hero { min-height: 610px; padding: 75px 20px; }
  .hoppe-community-hero::before { inset: 14px; }
  .hoppe-community-hero::after { inset: 20px; }
  .hoppe-community-hero h1 { letter-spacing: -1px; }
  .hoppe-community-intro,
  .hoppe-community-info,
  .hoppe-community-closing { padding: 72px 20px; }
  .hoppe-community-form-section { padding: 60px 14px; }
  .hoppe-community-info-grid { grid-template-columns: 1fr; }
  .hoppe-community-card { min-height: 0; padding: 36px 28px; }
}
