.sfhy-page {
  background: #f6efe6;
  color: #241b14;
}
.sfhy-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}
.sfhy-hero {
  padding: clamp(72px, 10vw, 118px) 0 clamp(48px, 7vw, 84px);
  background: linear-gradient(135deg, #fffaf1 0%, #eee1d0 100%);
  border-bottom: 1px solid rgba(139, 111, 60, .18);
}
.sfhy-hero h1,
.sfhy-section h2,
.sfhy-card h2,
.sfhy-card h3,
.sfhy-article h1,
.sfhy-article h2,
.sfhy-article h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
  color: #241b14;
}
.sfhy-hero h1 {
  max-width: 840px;
  margin: 10px 0 16px;
  font-size: clamp(38px, 5vw, 68px);
}
.sfhy-kicker {
  color: #8b6f3c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.sfhy-lead {
  max-width: 720px;
  margin: 0 0 24px;
  color: #6b5d4d;
  font-size: 18px;
  line-height: 1.75;
}
.sfhy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.sfhy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(139, 111, 60, .32);
  text-decoration: none;
  font-weight: 700;
  color: #5a4524;
  background: rgba(255, 255, 255, .58);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sfhy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(36, 27, 20, .12);
}
.sfhy-btn-primary {
  background: #b9924a;
  color: #17120d;
  border-color: #b9924a;
}
.sfhy-section {
  padding: clamp(58px, 8vw, 92px) 0;
}
.sfhy-section-muted {
  background: #fffaf1;
}
.sfhy-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}
.sfhy-head h2 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 4vw, 46px);
}
.sfhy-head p {
  color: #6b5d4d;
  margin: 0;
}
.sfhy-grid {
  display: grid;
  gap: 24px;
}
.sfhy-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sfhy-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sfhy-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sfhy-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 34px;
}
.sfhy-filter {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(139, 111, 60, .2);
  border-radius: 10px;
  background: #fff;
  color: #5a4524;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.sfhy-card {
  overflow: hidden;
  border: 1px solid rgba(139, 111, 60, .16);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(36, 27, 20, .07);
}
.sfhy-card-img {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eee1d0;
}
.sfhy-card-img img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.sfhy-card:hover .sfhy-card-img img {
  transform: scale(1.045);
}
.sfhy-card-body {
  padding: 22px;
}
.sfhy-card h2,
.sfhy-card h3 {
  margin: 0 0 9px;
  font-size: 22px;
}
.sfhy-meta {
  color: #6b5d4d;
  font-size: 13px;
  line-height: 1.65;
}
.sfhy-link {
  display: inline-flex;
  margin-top: 14px;
  color: #6f5526;
  text-decoration: none;
  font-weight: 800;
}
.sfhy-process {
  counter-reset: step;
}
.sfhy-process .sfhy-card {
  padding: 24px;
}
.sfhy-process .sfhy-card::before {
  counter-increment: step;
  content: counter(step);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #b9924a;
  color: #17120d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}
.sfhy-article {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(54px, 8vw, 90px) clamp(18px, 4vw, 48px);
}
.sfhy-article h1 {
  font-size: clamp(34px, 5vw, 58px);
}
.sfhy-article-meta {
  color: #6b5d4d;
  margin: 12px 0 24px;
}
.sfhy-featured {
  width: 100%;
  border-radius: 14px;
  margin: 0 0 28px;
}
.sfhy-content {
  color: #3d3329;
  font-size: 17px;
  line-height: 1.85;
}
.sfhy-content h2 {
  margin-top: 36px;
}
.sfhy-related {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(139, 111, 60, .18);
}
.sfhy-cta {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 14px;
  background: #fffaf1;
  border: 1px solid rgba(139, 111, 60, .18);
}
.sfhy-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}
.sfhy-detail-list div {
  padding: 14px 16px;
  border-radius: 10px;
  background: #fffaf1;
}
.sfhy-detail-list span {
  display: block;
  color: #8b6f3c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sfhy-detail-list strong {
  color: #241b14;
}
@media (max-width: 980px) {
  .sfhy-grid-3,
  .sfhy-grid-4,
  .sfhy-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .sfhy-grid-2,
  .sfhy-grid-3,
  .sfhy-grid-4,
  .sfhy-filters,
  .sfhy-detail-list {
    grid-template-columns: 1fr;
  }
  .sfhy-actions {
    display: grid;
  }
  .sfhy-btn {
    width: 100%;
  }
}
