.rta-workflow {
  --rta-green: #1f4b35;
  --rta-dark: #123324;
  --rta-sand: #f3ead8;
  --rta-paper: #fbf8f1;
  --rta-line: #ded5c5;
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 6rem) 0;
}

.rta-workflow__hero { max-width: 760px; margin-bottom: 2rem; }
.rta-workflow__eyebrow { margin: 0 0 .65rem; color: #9a6238; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.rta-workflow__hero h1 { margin: 0; color: var(--rta-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 7vw, 4.7rem); font-weight: 500; line-height: 1; }
.rta-workflow__hero > p:last-child { max-width: 650px; color: #526157; font-size: 1.08rem; line-height: 1.7; }
.rta-form { padding: clamp(1.2rem, 4vw, 2.5rem); border: 1px solid var(--rta-line); border-radius: 1rem; background: #fff; box-shadow: 0 18px 50px rgba(25,55,37,.07); }
.rta-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.1rem; }
.rta-form__field { display: grid; gap: .45rem; min-width: 0; color: var(--rta-dark); font-size: .85rem; font-weight: 800; }
.rta-form__field--wide { grid-column: 1 / -1; }
.rta-form input,.rta-form textarea,.rta-form select { width: 100%; padding: .78rem .85rem; border: 1px solid #bfc8bf; border-radius: .5rem; color: #17251c; background: var(--rta-paper); }
.rta-form textarea { resize: vertical; }
.rta-form small,.rta-form__consent { color: #68756c; font-size: .78rem; font-weight: 400; line-height: 1.55; }
.rta-form__submit,.spot-filters button { min-height: 2.85rem; padding: .7rem 1.2rem; border: 0; border-radius: .5rem; color: #fff; background: var(--rta-green); font-weight: 800; cursor: pointer; }
.rta-notice { padding: 1rem 1.1rem; border-radius: .6rem; font-weight: 700; }
.rta-notice--success { color: #24502f; background: #e3f2df; }
.rta-notice--error { color: #812e20; background: #fae5df; }
.rta-honeypot { position: absolute !important; left: -9999px !important; }

.spot-filters { margin: 0 auto 2rem; padding: 1rem; border: 1px solid #e3d8c3; border-radius: .85rem; background: #fff; }
.spot-filters__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: .8rem; }
.spot-filters__field { display: grid; gap: .35rem; min-width: 0; color: #2f4632; font-size: .74rem; font-weight: 800; }
.spot-filters__field--search { grid-column: span 2; }
.spot-filters input,.spot-filters select { width: 100%; min-height: 2.65rem; padding: .55rem .65rem; border: 1px solid #c9c1b2; border-radius: .45rem; background: #faf6ed; }
.spot-filters__footer,.spot-filters__actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.spot-filters__footer { justify-content: space-between; margin-top: .9rem; }
.spot-filters__actions a { color: #2f4632; font-size: .84rem; font-weight: 800; }
.spot-filters__check { font-size: .84rem; font-weight: 700; }
.spot-filters__check input { width: auto; min-height: auto; }
.spot-archive__result-count { margin: -1rem 0 1.25rem; color: #6b665a; text-align: center; }

@media (max-width: 900px) { .spot-filters__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .spot-filters__field--search { grid-column: 1 / -1; } }
@media (max-width: 600px) { .rta-form__grid,.spot-filters__grid { grid-template-columns: minmax(0,1fr); } .rta-form__field--wide,.spot-filters__field--search { grid-column: auto; } .spot-filters__footer { align-items: stretch; flex-direction: column; } .spot-filters__actions { justify-content: space-between; } }
