/* Homepage reviews only; no shared component or global style overrides. */
@font-face {
  font-family: "Falko Reviews Handwriting";
  src: url("../fonts/reviews-handwriting.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.home-reviews { padding: clamp(64px, 7vw, 100px) 0 44px; background: #faf9f6; color: var(--ink); }
.home-reviews__heading { text-align: center; margin-bottom: 38px; }
.home-reviews__eyebrow { color: #575d58; font-size: .875rem; letter-spacing: .25em; line-height: 1.5; margin: 0 0 24px; }
.home-reviews__eyebrow::after { content: ""; display: block; width: 100px; height: 2px; margin: 18px auto 0; background: #c59724; }
.home-reviews__heading h2 { color: var(--green-deep); font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.14; margin-bottom: 18px; }
.home-reviews__intro { color: #5b605b; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.6; margin: 0; }
.home-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-reviews__card { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 28px; border: 1px solid #e1e3de; border-radius: 9px; background: rgba(255,255,255,.7); box-shadow: 0 2px 10px rgba(9,41,30,.015); }
.home-reviews__quote { display: block; height: 51px; color: #d1d3cf; font: bold 88px/1 Georgia, serif; }
.home-reviews__stars { color: #dba311; font-size: 27px; line-height: 1.3; letter-spacing: 1px; margin: 5px 0 10px; }
.home-reviews__card blockquote { margin: 0 0 26px; font-size: 1.0625rem; line-height: 1.65; }
.home-reviews__card figcaption { display: flex; align-items: center; gap: 15px; border-top: 1px solid #e0e2dd; margin-top: auto; padding-top: 19px; }
.home-reviews__card figcaption strong { font-size: 1.0625rem; }
.home-reviews__source { display: inline-flex; align-items: center; gap: 9px; border-left: 1px solid #b9bdb7; padding-left: 15px; color: #626762; font-size: .875rem; line-height: 1.4; white-space: nowrap; }
.home-reviews__source img { width: 25px; height: 25px; flex: none; filter: grayscale(1) brightness(0); opacity: .58; }
.home-reviews__card--lasting blockquote { margin-top: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 2.7vw, 2.5rem); font-style: italic; line-height: 1.3; }
.home-reviews__card--lasting em { font-weight: 600; white-space: nowrap; }
.home-reviews__handwriting { width: fit-content; margin: 28px 0 0 4px; color: #6b786b; font-family: "Falko Reviews Handwriting", cursive; font-size: 36px; line-height: .98; transform: rotate(-6deg); }
.home-reviews__handwriting svg { display: block; width: 100px; height: 14px; margin: 9px 0 0 18px; }
@media (max-width: 1050px) and (min-width: 761px) {
  .home-reviews__grid { gap: 15px; }
  .home-reviews__card { padding: 20px; }
  .home-reviews__card figcaption { gap: 10px; flex-wrap: wrap; }
  .home-reviews__source { padding-left: 10px; gap: 7px; }
}
@media (max-width: 760px) {
  .home-reviews { padding: 58px 0 38px; }
  .home-reviews > .container { width: calc(100% - 36px); }
  .home-reviews__heading { margin-bottom: 28px; }
  .home-reviews__eyebrow { letter-spacing: .18em; font-size: .8125rem; }
  .home-reviews__grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .home-reviews__card { padding: 25px 22px; }
  .home-reviews__card--lasting blockquote { font-size: 2rem; margin-top: 15px; margin-bottom: 32px; }
  .home-reviews__handwriting { font-size: 32px; margin-top: 27px; }
}
@media (max-width: 360px) {
  .home-reviews__card { padding: 22px 16px; }
  .home-reviews__card figcaption { gap: 10px; }
  .home-reviews__source { padding-left: 10px; gap: 7px; font-size: .8125rem; }
  .home-reviews__source img { width: 22px; height: 22px; }
}
