.community-page { background: #faf8f5; color: #242221; }
.community-wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.community-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; padding-top: 150px; padding-bottom: 64px; }
.community-page h1 { font-family: var(--font-display, sans-serif); font-size: clamp(2.5rem, 4.5vw, 4.6rem); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; margin: 16px 0 24px; }
.community-page h2 { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 500; line-height: 1.2; letter-spacing: -.025em; margin-bottom: 24px; }
.community-page h3 { font-size: 1.2rem; font-weight: 600; line-height: 1.4; margin-bottom: 12px; }
.community-page p { line-height: 1.7; margin-bottom: 18px; }
.community-page .community-lead { font-size: 1.1rem; color: #55514d; }
.community-page .community-kicker { color: #8a3040; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.community-page .community-small { font-size: .85rem; color: #65605b; margin-top: 18px; }
.community-page figure { margin: 0; }
.community-page figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 20px; }
.community-page figcaption { font-size: .8rem; line-height: 1.5; color: #65605b; margin-top: 12px; }
.community-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.community-actions .btn-pill { font-size: .82rem; white-space: normal; text-align: center; line-height: 1.4; padding: 16px 24px; }
.community-page .community-text-link,
.community-section a:not(.btn-pill) { color: #831c39; text-decoration: underline; text-underline-offset: 4px; }
.community-page a:focus-visible,
.community-page summary:focus-visible { outline: 3px solid #a94829; outline-offset: 5px; }
.community-section { padding-block: 64px; }
.community-reading { max-width: 760px; font-size: 1.06rem; }
.community-tint { background: #f0e9e0; }
.community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 32px; }
.community-grid article { padding: 28px; border: 1px solid #d8cec3; border-radius: 16px; background: #fffdf9; }
.community-grid article p:last-child { margin-bottom: 0; }
.community-price { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.community-video { display: block; width: min(100%, 820px); max-height: 550px; margin-top: 32px; border-radius: 20px; background: #222; }
.community-faq { max-width: 850px; }
.community-faq details { border-bottom: 1px solid #d8cec3; padding: 22px 0; }
.community-faq summary { font-size: 1.05rem; font-weight: 500; cursor: pointer; line-height: 1.5; }
.community-faq details p { color: #55514d; margin: 16px 0 0; }
.community-related nav { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-bottom: 24px; }
@media (max-width: 760px) {
  .community-wrap { width: calc(100% - 40px); }
  .community-hero { grid-template-columns: 1fr; gap: 32px; padding-top: 120px; padding-bottom: 40px; }
  .community-section { padding-block: 40px; }
  .community-price { grid-template-columns: 1fr; gap: 24px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-actions { gap: 18px; }
}
