/* Harthwyn 26.01.278 — front-facing 2027 card system authority.
   Scope: managed Harthwyn pages only. This file modernizes visible member surfaces without deleting routes, data, shortcodes, or legacy compatibility. */
body.harthwyn-managed-page {
  --harthwyn-ff-bg: #fffaf1;
  --harthwyn-ff-card: rgba(255,255,255,.94);
  --harthwyn-ff-card-strong: #ffffff;
  --harthwyn-ff-ink: #17130f;
  --harthwyn-ff-muted: #6f6256;
  --harthwyn-ff-line: rgba(88,62,37,.16);
  --harthwyn-ff-accent: #9b6a2f;
  --harthwyn-ff-accent-soft: rgba(155,106,47,.11);
  --harthwyn-ff-shadow: 0 22px 70px rgba(45,31,20,.10);
  --harthwyn-ff-radius-xl: 28px;
  --harthwyn-ff-radius-lg: 22px;
  --harthwyn-ff-radius-md: 16px;
  --harthwyn-ff-gap: clamp(16px, 2vw, 28px);
}
body.harthwyn-managed-page .harthwyn-managed-page,
body.harthwyn-managed-page .harthwyn-content-system-shell,
body.harthwyn-managed-page .harthwyn-member-dashboard,
body.harthwyn-managed-page .harthwyn-i-am-page,
body.harthwyn-managed-page .harthwyn-tribes-page-260180,
body.harthwyn-managed-page .harthwyn-messages-center,
body.harthwyn-managed-page .harthwyn-events-hub,
body.harthwyn-managed-page .harthwyn-search-results,
body.harthwyn-managed-page .harthwyn-whats-new,
body.harthwyn-managed-page .harthwyn-family-moments,
body.harthwyn-managed-page .harthwyn-care-support,
body.harthwyn-managed-page .harthwyn-guide-page,
body.harthwyn-managed-page .harthwyn-legal-page {
  width: min(1180px, calc(100vw - clamp(24px, 5vw, 72px))) !important;
  margin-inline: auto !important;
  color: var(--harthwyn-ff-ink) !important;
}
body.harthwyn-managed-page .harthwyn-managed-page :is(h1,h2,h3,p),
body.harthwyn-managed-page .harthwyn-content-system-shell :is(h1,h2,h3,p) {
  overflow-wrap: anywhere;
}
body.harthwyn-managed-page :is(.harthwyn-managed-page__hero,.harthwyn-page-hero,.harthwyn-member-dashboard__hero,.harthwyn-content-system-hero,.harthwyn-i-am-hero,.harthwyn-tribe-header-260180) {
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: var(--harthwyn-ff-radius-xl) !important;
  background:
    radial-gradient(circle at top left, rgba(201,154,88,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,238,.88)) !important;
  box-shadow: var(--harthwyn-ff-shadow) !important;
  padding: clamp(24px, 4vw, 46px) !important;
  overflow: hidden !important;
}
body.harthwyn-managed-page :is(.harthwyn-managed-page__hero,.harthwyn-page-hero,.harthwyn-member-dashboard__hero,.harthwyn-content-system-hero) :is(h1,h2) {
  font-size: clamp(2rem, 4.4vw, 4.5rem) !important;
  line-height: .96 !important;
  letter-spacing: -.05em !important;
  color: var(--harthwyn-ff-ink) !important;
  max-width: 12ch;
}
body.harthwyn-managed-page :is(.harthwyn-managed-page__hero,.harthwyn-page-hero,.harthwyn-member-dashboard__hero,.harthwyn-content-system-hero) p {
  max-width: 66ch;
  color: var(--harthwyn-ff-muted) !important;
  font-size: clamp(.98rem, 1.2vw, 1.12rem) !important;
  line-height: 1.7 !important;
}
.harthwyn-ff2027-section-heading,
body.harthwyn-managed-page :is(.harthwyn-i-am-section__heading,.harthwyn-tribes-directory-panel-260180 > div,.harthwyn-tribe-members-heading-260180 > div) {
  display: grid !important;
  gap: 7px !important;
  margin-bottom: clamp(14px, 2vw, 22px) !important;
}
.harthwyn-ff2027-section-heading > span,
body.harthwyn-managed-page :is(.harthwyn-i-am-section__heading > span,.harthwyn-tribes-directory-panel-260180 span,.harthwyn-tribe-members-heading-260180 span,.harthwyn-tribe-header-copy > span,.harthwyn-tribe-leaders-260180 > span) {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1px solid rgba(155,106,47,.18) !important;
  border-radius: 999px !important;
  padding: 6px 11px !important;
  background: var(--harthwyn-ff-accent-soft) !important;
  color: #624018 !important;
  font-size: .76rem !important;
  line-height: 1 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  font-weight: 650 !important;
}
.harthwyn-ff2027-section-heading h2,
body.harthwyn-managed-page :is(.harthwyn-i-am-section__heading h2,.harthwyn-tribes-directory-panel-260180 h2,.harthwyn-tribe-members-heading-260180 h3) {
  margin: 0 !important;
  font-size: clamp(1.4rem, 2.3vw, 2.35rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  color: var(--harthwyn-ff-ink) !important;
}
.harthwyn-ff2027-section-heading p { margin:0!important; color:var(--harthwyn-ff-muted)!important; line-height:1.65!important; }
.harthwyn-ff2027-card-grid,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__grid,.harthwyn-i-am-facts,.harthwyn-i-am-connections,.harthwyn-i-am-media-grid,.harthwyn-tribe-directory-260180,.harthwyn-tribe-member-track-260180) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
  gap: var(--harthwyn-ff-gap) !important;
  align-items: stretch !important;
}
.harthwyn-ff2027-card-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.harthwyn-ff2027-action-card,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card,.harthwyn-i-am-section,.harthwyn-i-am-facts article,.harthwyn-i-am-facts > div,.harthwyn-i-am-connections article,.harthwyn-i-am-media-grid article,.harthwyn-tribe-directory-260180 a,.harthwyn-tribe-member-card-260180,.harthwyn-tribes-empty-260180,.harthwyn-dashboard-summary-card,.harthwyn-member-dashboard__panel) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 13px !important;
  min-width: 0 !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: var(--harthwyn-ff-radius-lg) !important;
  background: var(--harthwyn-ff-card) !important;
  box-shadow: 0 14px 42px rgba(35,25,18,.075) !important;
  padding: clamp(18px, 2.2vw, 26px) !important;
  color: var(--harthwyn-ff-ink) !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.harthwyn-ff2027-action-card:hover,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card,.harthwyn-tribe-directory-260180 a,.harthwyn-tribe-member-card-260180):hover {
  transform: translateY(-2px) !important;
  border-color: rgba(155,106,47,.32) !important;
  box-shadow: 0 20px 58px rgba(35,25,18,.11) !important;
}
.harthwyn-ff2027-action-card__icon,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card-icon,.harthwyn-dashboard-summary-card__icon,.harthwyn-tribe-directory-260180 a > span:first-child) {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  display: inline-grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, rgba(155,106,47,.18), rgba(224,179,107,.13)) !important;
  color: #5d3f1f !important;
  flex: 0 0 auto !important;
}
.harthwyn-ff2027-action-card__copy { display:grid!important; gap:6px!important; }
.harthwyn-ff2027-action-card strong,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card strong,.harthwyn-i-am-facts strong,.harthwyn-tribe-member-copy h4,.harthwyn-tribe-directory-260180 strong) {
  color: var(--harthwyn-ff-ink) !important;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem) !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
}
.harthwyn-ff2027-action-card small,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card-copy,.harthwyn-i-am-facts p,.harthwyn-tribe-member-copy p,.harthwyn-tribe-directory-260180 small) {
  color: var(--harthwyn-ff-muted) !important;
  font-size: .95rem !important;
  line-height: 1.55 !important;
}
.harthwyn-ff2027-action-card__button,
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card-action,.harthwyn-tribe-member-copy b) {
  margin-top: auto !important;
  width: fit-content !important;
  border-radius: 999px !important;
  padding: 10px 14px !important;
  background: #1d1712 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: .9rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
body.harthwyn-managed-page :is(.harthwyn-member-dashboard__panel .harthwyn-button) {
  background: rgba(29,23,18,.06) !important;
  color: var(--harthwyn-ff-ink) !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
}
body.harthwyn-managed-page .harthwyn-member-dashboard__secondary {
  margin: clamp(22px, 4vw, 44px) 0 !important;
}
body.harthwyn-managed-page .harthwyn-member-dashboard__split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) !important;
  gap: var(--harthwyn-ff-gap) !important;
}
body.harthwyn-managed-page .harthwyn-i-am-page {
  display: grid !important;
  gap: clamp(18px, 3vw, 34px) !important;
}
body.harthwyn-managed-page .harthwyn-i-am-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .38fr) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  align-items: center !important;
}
body.harthwyn-managed-page .harthwyn-i-am-hero :is(h1,h2) {
  font-size: clamp(2.2rem, 5vw, 5.4rem) !important;
  line-height: .92 !important;
  letter-spacing: -.06em !important;
  margin: 0 !important;
}
body.harthwyn-managed-page .harthwyn-i-am-portrait,
body.harthwyn-managed-page .harthwyn-tribe-member-portrait {
  overflow: hidden !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(155,106,47,.16), rgba(255,255,255,.72)) !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
}
body.harthwyn-managed-page .harthwyn-i-am-portrait img,
body.harthwyn-managed-page .harthwyn-tribe-member-portrait img,
body.harthwyn-managed-page .harthwyn-i-am-media-grid img,
body.harthwyn-managed-page .harthwyn-i-am-media-grid video {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}
body.harthwyn-managed-page .harthwyn-i-am-section {
  margin: 0 !important;
}
body.harthwyn-managed-page .harthwyn-i-am-story-260245,
body.harthwyn-managed-page .harthwyn-i-am-legacy-260245 {
  grid-column: 1 / -1 !important;
}
body.harthwyn-managed-page .harthwyn-i-am-facts {
  margin-top: 14px !important;
}
body.harthwyn-managed-page .harthwyn-i-am-tribe-link {
  display: grid !important;
  gap: 6px !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  background: rgba(255,251,244,.82) !important;
  text-decoration: none !important;
}
body.harthwyn-managed-page .harthwyn-tribes-directory-panel-260180 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px) !important;
  gap: var(--harthwyn-ff-gap) !important;
  align-items: end !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: var(--harthwyn-ff-radius-xl) !important;
  background: var(--harthwyn-ff-card) !important;
  box-shadow: var(--harthwyn-ff-shadow) !important;
  padding: clamp(20px, 3vw, 34px) !important;
  margin: clamp(18px, 3vw, 34px) 0 !important;
}
body.harthwyn-managed-page .harthwyn-tribes-directory-panel-260180 input[type="search"] {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: 999px !important;
  padding: 0 18px !important;
  background: #fff !important;
  color: var(--harthwyn-ff-ink) !important;
}
body.harthwyn-managed-page .harthwyn-tribe-section-260180 {
  display: grid !important;
  gap: var(--harthwyn-ff-gap) !important;
  margin: clamp(22px, 4vw, 48px) 0 !important;
}
body.harthwyn-managed-page .harthwyn-tribe-header-260180 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .35fr) !important;
  gap: var(--harthwyn-ff-gap) !important;
  align-items: stretch !important;
}
body.harthwyn-managed-page .harthwyn-tribe-header-copy h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 4vw, 4.4rem) !important;
  line-height: .94 !important;
  letter-spacing: -.055em !important;
}
body.harthwyn-managed-page .harthwyn-tribe-leaders-260180 {
  display: grid !important;
  gap: 12px !important;
  border-radius: 22px !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
  background: rgba(255,255,255,.72) !important;
  padding: 18px !important;
}
body.harthwyn-managed-page :is(.harthwyn-empty-state,.harthwyn-i-am-empty,.harthwyn-tribe-no-members,.harthwyn-no-results,.harthwyn-error-state) {
  border: 1px dashed rgba(155,106,47,.32) !important;
  border-radius: var(--harthwyn-ff-radius-lg) !important;
  background: rgba(255,251,244,.74) !important;
  padding: clamp(18px, 3vw, 28px) !important;
  color: var(--harthwyn-ff-muted) !important;
}
/* Broad modernization for older front-facing panels/forms without changing functionality. */
body.harthwyn-managed-page :is(.harthwyn-profile-card,.harthwyn-profile-panel,.harthwyn-care-card,.harthwyn-care-panel,.harthwyn-guide-card,.harthwyn-guide-panel,.harthwyn-policy-card,.harthwyn-policy-panel,.harthwyn-search-panel,.harthwyn-search-result,.harthwyn-whats-new-card,.harthwyn-moment-card,.harthwyn-event-card,.harthwyn-message-card,.harthwyn-message-composer,.harthwyn-upload-card):not(.harthwyn-site-search-form) {
  border: 1px solid var(--harthwyn-ff-line) !important;
  border-radius: var(--harthwyn-ff-radius-lg) !important;
  background: var(--harthwyn-ff-card) !important;
  box-shadow: 0 14px 42px rgba(35,25,18,.07) !important;
  padding: clamp(18px, 2.5vw, 28px) !important;
}
body.harthwyn-managed-page :is(input,select,textarea) {
  max-width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid var(--harthwyn-ff-line) !important;
}
@media (max-width: 900px) {
  .harthwyn-ff2027-card-grid--two,
  body.harthwyn-managed-page .harthwyn-member-dashboard__split,
  body.harthwyn-managed-page .harthwyn-i-am-hero,
  body.harthwyn-managed-page .harthwyn-tribes-directory-panel-260180,
  body.harthwyn-managed-page .harthwyn-tribe-header-260180 {
    grid-template-columns: 1fr !important;
  }
  body.harthwyn-managed-page .harthwyn-managed-page,
  body.harthwyn-managed-page .harthwyn-content-system-shell,
  body.harthwyn-managed-page .harthwyn-member-dashboard,
  body.harthwyn-managed-page .harthwyn-i-am-page,
  body.harthwyn-managed-page .harthwyn-tribes-page-260180 {
    width: min(100%, calc(100vw - 24px)) !important;
  }
  body.harthwyn-managed-page :is(.harthwyn-managed-page__hero,.harthwyn-page-hero,.harthwyn-member-dashboard__hero,.harthwyn-content-system-hero,.harthwyn-i-am-hero,.harthwyn-tribe-header-260180) {
    border-radius: 22px !important;
    padding: 22px !important;
  }
  body.harthwyn-managed-page :is(.harthwyn-managed-page__hero,.harthwyn-page-hero,.harthwyn-member-dashboard__hero,.harthwyn-content-system-hero,.harthwyn-i-am-hero) :is(h1,h2) {
    max-width: 100% !important;
    font-size: clamp(2rem, 12vw, 3.45rem) !important;
  }
}
@media (max-width: 520px) {
  body.harthwyn-managed-page {
    --harthwyn-ff-gap: 14px;
  }
  .harthwyn-ff2027-action-card,
  body.harthwyn-managed-page :is(.harthwyn-member-dashboard__card,.harthwyn-i-am-section,.harthwyn-i-am-facts article,.harthwyn-i-am-connections article,.harthwyn-tribe-member-card-260180,.harthwyn-member-dashboard__panel) {
    border-radius: 18px !important;
    padding: 16px !important;
  }
  body.harthwyn-managed-page .harthwyn-tribe-member-track-260180,
  body.harthwyn-managed-page .harthwyn-tribe-directory-260180 {
    grid-template-columns: 1fr !important;
  }
}
