/* ==========================================================================
   Reviews — written in draft 2's own language.
   Bone ground, 40rem column, Perandory headings, Figtree body. No rounded
   corners, no hover animation, no scroll effects: the page has none, and
   these must not introduce any.
   ========================================================================== */

.reviews__lede{
  color:#1a1a1a;
  margin:0 0 clamp(48px,8vw,72px);
  font-size:1.1875rem;line-height:1.65;
}

/* -- one review ----------------------------------------------------------- */

.review{margin:0 0 clamp(56px,9vw,80px)}
.review:last-of-type{margin-bottom:clamp(64px,10vw,96px)}

.review__city img{
  width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;
  display:block;margin:0 0 22px;background:var(--ink);
}
/* the plate we do not have yet: the mark on ink, drawn rather than faked */
.review__city--pending{
  aspect-ratio:3/2;background:var(--ink);
  display:grid;place-items:center;margin:0 0 22px;
}
.review__city--pending img{width:92px;height:auto;aspect-ratio:auto;margin:0;opacity:.4}

.review__place{
  letter-spacing:.04em;text-transform:uppercase;color:var(--ink);
  margin:0 0 .35em;
  font-family:Perandory,Georgia,serif;font-size:clamp(1.4rem,5vw,1.7rem);font-weight:400;
}
.review__meta{
  color:#5a5a5a;margin:0 0 1.1em;
  font-size:1rem;line-height:1.55;
}
.review__stars{
  display:flex;align-items:center;gap:5px;margin:0 0 1.1em;
}
.review__stars svg{width:16px;height:16px;display:block;fill:var(--ink);flex:none}
.review__stars svg.is-off{fill:var(--stone)}

.review__quote{
  color:#1a1a1a;margin:0 0 .9em;
  font-size:1.125rem;line-height:1.7;
}
.review__by{
  font-size:1rem;font-weight:700;font-style:normal;color:var(--ink);
  display:block;
}

/* -- the form ------------------------------------------------------------- */

.leave{border-top:1px solid var(--stone);padding-top:clamp(48px,8vw,68px)}
.leave__heading{
  letter-spacing:.03em;text-align:center;
  margin:0 0 clamp(16px,3vw,22px);
  font-family:Perandory,Georgia,serif;font-size:clamp(1.9rem,6.4vw,2.5rem);
  font-weight:400;line-height:1.12;
}
.leave__lede{
  color:#1a1a1a;text-align:center;
  margin:0 auto clamp(34px,6vw,48px);
  font-size:1.125rem;line-height:1.65;
}

.field{margin:0 0 22px}
.field label,.leave__legend{
  display:block;margin:0 0 .45em;
  letter-spacing:.04em;text-transform:uppercase;color:var(--ink);
  font-size:.9375rem;font-weight:700;
}
.field input,.field textarea{
  width:100%;display:block;
  font-family:Figtree,system-ui,sans-serif;font-size:1.125rem;line-height:1.6;
  color:var(--ink);background:#fff;
  border:1px solid var(--stone);border-radius:0;
  padding:14px 16px;
}
.field textarea{min-height:170px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#9a9489}
.field input:focus,.field textarea:focus{outline:2px solid var(--ink);outline-offset:-2px}
.field.is-missing input,.field.is-missing textarea{border-color:#a8422f}

.rating{margin:0 0 22px}
.rating__stars{display:flex;gap:7px}
.rating__stars button{
  background:none;border:0;padding:2px;cursor:pointer;line-height:0;
}
.rating__stars svg{width:29px;height:29px;display:block;fill:var(--stone)}
.rating__stars button.is-on svg{fill:var(--ink)}

.consent{display:flex;align-items:flex-start;gap:12px;margin:0 0 4px;cursor:pointer}
.consent input{flex:none;width:20px;height:20px;margin:4px 0 0;accent-color:#0a0a0a}
.consent span{font-size:1.0625rem;line-height:1.6;color:#1a1a1a}

/* the send button is the page's own CTA block, not a new shape */
.leave button.panel__cta{
  width:100%;border:0;cursor:pointer;
  font-family:Figtree,system-ui,sans-serif;
}
