.lr-event-auto-wrapper { clear: both; padding: 1px 0; background: #fff; }

.lr-board {
  --lr-forest: #173c33;
  --lr-forest-deep: #0d2b24;
  --lr-paper: #fbf8f1;
  --lr-ivory: #f4efe3;
  --lr-terracotta: #c9643b;
  --lr-ink: #202723;
  --lr-muted: #68716b;
  --lr-line: rgba(23, 60, 51, 0.18);
  width: min(1120px, calc(100% - 32px));
  margin: 72px auto;
  color: var(--lr-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.lr-board *, .lr-board *::before, .lr-board *::after { box-sizing: border-box; }
.lr-board h2, .lr-board h3, .lr-board h4, .lr-board p { margin-top: 0; }
.lr-board h2, .lr-board h3, .lr-board h4 { color: var(--lr-forest); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.lr-board a { color: inherit; }
.lr-board input, .lr-board select, .lr-board textarea, .lr-board button { font: inherit; }

.lr-intro {
  padding: clamp(34px, 6vw, 72px);
  border-top: 5px solid var(--lr-terracotta);
  background: var(--lr-forest);
  color: #fff;
}

.lr-kicker {
  margin-bottom: 12px;
  color: var(--lr-terracotta);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lr-intro .lr-kicker { color: #f1c7a9; }
.lr-intro h2 { margin-bottom: 18px; color: #fff; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; }
.lr-intro > p:not(.lr-kicker) { max-width: 690px; margin-bottom: 28px; color: rgba(255,255,255,.78); font-size: 1.04rem; }
.lr-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.lr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.lr-button--primary { background: var(--lr-terracotta); color: #fff !important; }
.lr-button--secondary { border-color: rgba(255,255,255,.65); background: transparent; color: #fff !important; }
.lr-button:hover { filter: brightness(1.06); transform: translateY(-1px); }
.lr-button:focus-visible, .lr-board input:focus-visible, .lr-board select:focus-visible, .lr-board textarea:focus-visible, .lr-board a:focus-visible, .lr-board button:focus-visible { outline: 3px solid #59a7db; outline-offset: 3px; }

.lr-notice { margin: 22px 0; padding: 17px 20px; border-left: 4px solid; }
.lr-notice--success { border-color: #41845f; background: #e8f3eb; color: #1f5337; }
.lr-notice--error { border-color: #b74837; background: #f8e9e5; color: #7c2a20; }

.lr-panel { margin: 28px 0; padding: clamp(24px, 5vw, 52px); border: 1px solid var(--lr-line); background: var(--lr-ivory); }
.lr-panel__heading { max-width: 760px; margin-bottom: 28px; }
.lr-panel__heading h3 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.lr-panel__heading p:last-child { color: var(--lr-muted); }

.lr-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lr-field { display: flex; flex-direction: column; gap: 7px; margin: 0; color: var(--lr-forest); font-size: .83rem; font-weight: 700; }
.lr-field span { color: var(--lr-muted); font-weight: 400; }
.lr-field small { color: var(--lr-muted); font-size: .73rem; font-weight: 400; }
.lr-field--wide { grid-column: 1 / -1; }
.lr-label { display: block; color: var(--lr-forest) !important; font-weight: 700 !important; }
.lr-field input, .lr-field select, .lr-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid rgba(23,60,51,.28);
  border-radius: 0;
  background: #fff;
  color: var(--lr-ink);
  font-weight: 400;
}
.lr-field textarea { resize: vertical; }
.lr-field fieldset, fieldset.lr-field { padding: 0; border: 0; }
.lr-field legend { margin-bottom: 8px; }
.lr-radio { display: inline-flex; align-items: center; margin: 0 22px 8px 0; font-weight: 400; }
.lr-radio input, .lr-consent input { width: 18px; min-height: 18px; margin: 0 8px 0 0; }
.lr-consent { display: flex; align-items: flex-start; color: var(--lr-muted); font-size: .8rem; }
.lr-form__actions { display: flex; align-items: center; gap: 22px; margin-top: 8px; }
.lr-form__actions > a { color: var(--lr-muted); font-size: .8rem; }
.lr-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.lr-delete { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--lr-line); }
.lr-delete button { padding: 0; border: 0; background: none; color: #a0382c; cursor: pointer; font-size: .8rem; text-decoration: underline; }

.lr-list { margin-top: 46px; }
.lr-list__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--lr-line); }
.lr-list__heading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lr-list__heading span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--lr-forest); color: #fff; font-size: .75rem; }
.lr-empty { padding: 46px 0; text-align: center; }
.lr-empty strong { display: block; margin-bottom: 6px; color: var(--lr-forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 400; }
.lr-empty p { color: var(--lr-muted); }
.lr-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.lr-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid var(--lr-line); background: #fff; }
.lr-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lr-badge { display: inline-block; padding: 5px 9px; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lr-badge--offer { background: #e3efe8; color: #2c6246; }
.lr-badge--request { background: #f7e7df; color: #994928; }
.lr-date { color: var(--lr-muted); font-size: .75rem; }
.lr-card h4 { margin: 22px 0 7px; overflow-wrap: anywhere; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.12; }
.lr-event { margin-bottom: 17px; color: var(--lr-terracotta); font-size: .75rem; font-weight: 700; }
.lr-card dl { display: grid; gap: 7px; margin: 18px 0; }
.lr-card dl div { display: grid; grid-template-columns: 82px 1fr; gap: 8px; }
.lr-card dt { color: var(--lr-muted); font-size: .72rem; text-transform: uppercase; }
.lr-card dd { margin: 0; color: var(--lr-ink); font-size: .85rem; }
.lr-note { margin-bottom: 20px; color: var(--lr-muted); font-size: .85rem; }
.lr-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--lr-line); }
.lr-card__footer span { color: var(--lr-muted); font-size: .72rem; }
.lr-card__footer a { color: var(--lr-terracotta); font-size: .72rem; font-weight: 700; text-align: right; text-decoration: underline; }
.lr-card__footer .lr-phone { overflow-wrap: anywhere; }
.lr-phone-reveal { padding: 0; border: 0; background: transparent; color: var(--lr-terracotta); cursor: pointer; font-size: .72rem; font-weight: 700; text-align: right; text-decoration: underline; }
.lr-phone-reveal[disabled] { cursor: wait; opacity: .65; }
.lr-disclaimer { max-width: 900px; margin: 32px 0 0; color: var(--lr-muted); font-size: .74rem; }

@media (max-width: 720px) {
  .lr-board { width: min(100% - 22px, 620px); margin: 44px auto; }
  .lr-form, .lr-cards { grid-template-columns: 1fr; }
  .lr-field--wide { grid-column: auto; }
  .lr-actions, .lr-form__actions { align-items: stretch; flex-direction: column; }
  .lr-actions .lr-button, .lr-form__actions .lr-button { width: 100%; }
  .lr-card__footer { align-items: flex-start; flex-direction: column; }
  .lr-card__footer a { text-align: left; }
  .lr-phone-reveal { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .lr-button { transition: none; }
}
